01M0711MKZXQJPXY68WW3WN8SQ: build-and-test / illumos

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

Buildomat Job: 01M0711WJEJ55W8EBZY438MBPD

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-17T04:53:51.167Zjob assigned to worker 01M0711Z20JY8371T1YXCVVA4E [factory aws, i-0a3206d7ff49b0bb0] (queued for 44 s)
 
22026-08-17T04:53:58.162Zstarting task 0: "setup"
32026-08-17T04:53:58.166Z++ uname -s
42026-08-17T04:53:58.169Z+ kern=SunOS
52026-08-17T04:53:58.169Z+ build_user=build
62026-08-17T04:53:58.169Z+ build_uid=12345
72026-08-17T04:53:58.169Z+ work_dir=/work
82026-08-17T04:53:58.170Z+ input_dir=/input
92026-08-17T04:53:58.170Z+ [[ 0 == 12345 ]]
102026-08-17T04:53:58.170Z+ case "$kern" in
112026-08-17T04:53:58.170Z+ groupadd -g 12345 build
122026-08-17T04:53:58.172Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-17T04:54:00.176Z+ zfs create -o mountpoint=/work rpool/work
142026-08-17T04:54:00.289Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-17T04:54:00.292Z+ home_fs=zfs
162026-08-17T04:54:00.292Z+ [[ zfs == autofs ]]
172026-08-17T04:54:00.292Z+ mkdir -p /home/build
182026-08-17T04:54:00.292Z+ chown build:build /home/build /work
192026-08-17T04:54:02.294Z+ chmod 0700 /home/build /work
202026-08-17T04:54:02.297Zprocess exited: duration 4135 ms, exit code 0
 
212026-08-17T04:54:02.304Zstarting task 1: "rust-toolchain"
222026-08-17T04:54:02.308Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-17T04:54:02.308Z * rust toolchain channel = "stable"
242026-08-17T04:54:02.308Z * rust toolchain profile = "default"
252026-08-17T04:54:02.309Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-17T04:54:02.309Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-17T04:54:02.309Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-17T04:54:02.312Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-17T04:54:02.312Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-17T04:54:02.431Zinfo: downloading installer
312026-08-17T04:54:03.796Zwarn: It looks like you have an existing installation of Rust at:
322026-08-17T04:54:03.796Zwarn: /opt/ooce/bin
332026-08-17T04:54:03.796Zwarn: It is recommended that rustup be the primary Rust installation.
342026-08-17T04:54:03.797Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-08-17T04:54:03.797Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-08-17T04:54:03.797Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-08-17T04:54:03.797Zwarn: or pass `-y' to ignore all ignorable checks.
382026-08-17T04:54:03.797Zerror: cannot install while Rust is installed
392026-08-17T04:54:03.797Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-08-17T04:54:03.797Zwarn: It looks like you have an existing rustup settings file at:
412026-08-17T04:54:03.797Zwarn: /home/build/.rustup/settings.toml
422026-08-17T04:54:03.797Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-08-17T04:54:03.797Zwarn: instead of the one inferred from the default host triple.
442026-08-17T04:54:03.811Zinfo: profile set to default
452026-08-17T04:54:03.811Zinfo: default host triple is x86_64-unknown-illumos
462026-08-17T04:54:03.814Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-08-17T04:54:03.942Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-08-17T04:54:03.945Zinfo: downloading 6 components
492026-08-17T04:54:18.098Z
502026-08-17T04:54:18.098Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-08-17T04:54:18.127Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-08-17T04:54:18.127Z
532026-08-17T04:54:18.127Z
542026-08-17T04:54:18.127ZRust is installed now. Great!
552026-08-17T04:54:18.127Z
562026-08-17T04:54:18.130ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-08-17T04:54:18.130Zenvironment variable. This has not been done automatically.
582026-08-17T04:54:18.131Z
592026-08-17T04:54:18.131ZTo configure your current shell, you need to source
602026-08-17T04:54:18.131Zthe corresponding env file under $HOME/.cargo.
612026-08-17T04:54:18.131Z
622026-08-17T04:54:18.131ZThis is usually done by running one of the following (note the leading DOT):
632026-08-17T04:54:18.131Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-08-17T04:54:18.131Zsource "$HOME/.cargo/env.fish" # For fish
652026-08-17T04:54:18.131Zsource "~/.cargo/env.nu" # For nushell
662026-08-17T04:54:18.131Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-08-17T04:54:18.131Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-08-17T04:54:18.131Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-08-17T04:54:18.131Zwarn: no default linker (`cc`) was found in your PATH
702026-08-17T04:54:18.131Zwarn: many Rust crates require a system C toolchain to build
712026-08-17T04:54:18.215Z+ rustup --version
722026-08-17T04:54:18.224Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-08-17T04:54:18.227Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-08-17T04:54:18.244Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-08-17T04:54:18.247Z+ cargo --version
762026-08-17T04:54:18.262Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-08-17T04:54:18.265Z+ rustc --version
782026-08-17T04:54:18.284Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-08-17T04:54:18.287Zprocess exited: duration 15980 ms, exit code 0
 
802026-08-17T04:54:18.293Zstarting task 2: "authentication"
812026-08-17T04:54:18.310Zprocess exited: duration 16 ms, exit code 0
 
822026-08-17T04:54:18.316Zstarting task 3: "clone repository"
832026-08-17T04:54:18.319Z+ mkdir -p /work/oxidecomputer/dropshot
842026-08-17T04:54:18.322Z+ git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot
852026-08-17T04:54:18.350ZCloning into '/work/oxidecomputer/dropshot'...
862026-08-17T04:54:19.148Z+ cd /work/oxidecomputer/dropshot
872026-08-17T04:54:19.148Z+ git fetch origin ce7dbfe5caa1f4334e95b043379e4ba596049143
882026-08-17T04:54:19.458ZFrom https://github.com/oxidecomputer/dropshot
892026-08-17T04:54:19.458Z * branch ce7dbfe5caa1f4334e95b043379e4ba596049143 -> FETCH_HEAD
902026-08-17T04:54:19.465Z+ [[ -n '' ]]
912026-08-17T04:54:19.465Z+ git reset --hard ce7dbfe5caa1f4334e95b043379e4ba596049143
922026-08-17T04:54:19.480ZHEAD is now at ce7dbfe Bump futures from 0.3.33 to 0.3.34
932026-08-17T04:54:19.483Zprocess exited: duration 1163 ms, exit code 0
 
942026-08-17T04:54:19.490Zstarting task 4: "build"
952026-08-17T04:54:19.493Z+ cargo --version
962026-08-17T04:54:19.499Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
972026-08-17T04:54:19.631Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
982026-08-17T04:54:19.634Zinfo: downloading 6 components
992026-08-17T04:54:34.068Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-17T04:54:34.071Z+ rustc --version
1012026-08-17T04:54:34.100Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-17T04:54:34.104Z+ banner build
1032026-08-17T04:54:34.107Z
1042026-08-17T04:54:34.107Z ##### # # # # #####
1052026-08-17T04:54:34.107Z # # # # # # # #
1062026-08-17T04:54:34.107Z ##### # # # # # #
1072026-08-17T04:54:34.107Z # # # # # # # #
1082026-08-17T04:54:34.107Z # # # # # # # #
1092026-08-17T04:54:34.107Z ##### #### # ###### #####
1102026-08-17T04:54:34.107Z
1112026-08-17T04:54:34.107Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1122026-08-17T04:54:34.189Z Updating crates.io index
1132026-08-17T04:54:36.188Z Downloading crates ...
1142026-08-17T04:54:36.250Z Downloaded stable_deref_trait v1.2.0
1152026-08-17T04:54:36.266Z Downloaded usdt-attr-macro v0.6.0
1162026-08-17T04:54:36.269Z Downloaded lru-slab v0.1.2
1172026-08-17T04:54:36.269Z Downloaded newline-converter v0.3.0
1182026-08-17T04:54:36.269Z Downloaded simd-adler32 v0.3.7
1192026-08-17T04:54:36.272Z Downloaded serde_urlencoded v0.7.1
1202026-08-17T04:54:36.275Z Downloaded usdt-macro v0.6.0
1212026-08-17T04:54:36.279Z Downloaded adler2 v2.0.1
1222026-08-17T04:54:36.279Z Downloaded schema v0.2.1
1232026-08-17T04:54:36.282Z Downloaded miniz_oxide v0.8.9
1242026-08-17T04:54:36.285Z Downloaded serde_spanned v1.1.1
1252026-08-17T04:54:36.285Z Downloaded parking v2.2.0
1262026-08-17T04:54:36.288Z Downloaded serde_tokenstream v0.2.3
1272026-08-17T04:54:36.288Z Downloaded sha2 v0.10.8
1282026-08-17T04:54:36.288Z Downloaded signal-hook-registry v1.4.0
1292026-08-17T04:54:36.291Z Downloaded slog-term v2.9.2
1302026-08-17T04:54:36.294Z Downloaded httpdate v1.0.1
1312026-08-17T04:54:36.294Z Downloaded rustc-hash v2.0.0
1322026-08-17T04:54:36.297Z Downloaded lazy_static v1.5.0
1332026-08-17T04:54:36.297Z Downloaded scopeguard v1.2.0
1342026-08-17T04:54:36.300Z Downloaded match_cfg v0.1.0
1352026-08-17T04:54:36.300Z Downloaded rusticata-macros v4.1.0
1362026-08-17T04:54:36.304Z Downloaded schema-derive v0.2.1
1372026-08-17T04:54:36.304Z Downloaded simple-mermaid v0.2.0
1382026-08-17T04:54:36.304Z Downloaded heck v0.5.0
1392026-08-17T04:54:36.304Z Downloaded thiserror v2.0.19
1402026-08-17T04:54:36.307Z Downloaded idna_adapter v1.2.0
1412026-08-17T04:54:36.307Z Downloaded shlex v1.3.0
1422026-08-17T04:54:36.310Z Downloaded rustls-native-certs v0.8.3
1432026-08-17T04:54:36.310Z Downloaded slog-bunyan v2.5.0
1442026-08-17T04:54:36.313Z Downloaded icu_provider_macros v1.5.0
1452026-08-17T04:54:36.313Z Downloaded mime v0.3.16
1462026-08-17T04:54:36.313Z Downloaded scroll v0.13.0
1472026-08-17T04:54:36.316Z Downloaded parking_lot_core v0.9.4
1482026-08-17T04:54:36.316Z Downloaded multer v3.1.0
1492026-08-17T04:54:36.319Z Downloaded quinn-udp v0.5.5
1502026-08-17T04:54:36.319Z Downloaded rustls-pemfile v2.2.0
1512026-08-17T04:54:36.319Z Downloaded rustversion v1.0.22
1522026-08-17T04:54:36.322Z Downloaded scroll_derive v0.13.1
1532026-08-17T04:54:36.323Z Downloaded serde_derive_internals v0.29.0
1542026-08-17T04:54:36.326Z Downloaded num-conv v0.2.0
1552026-08-17T04:54:36.326Z Downloaded sha1 v0.11.0
1562026-08-17T04:54:36.329Z Downloaded tower-layer v0.3.3
1572026-08-17T04:54:36.329Z Downloaded tokio-macros v2.7.0
1582026-08-17T04:54:36.329Z Downloaded tower-service v0.3.3
1592026-08-17T04:54:36.333Z Downloaded iana-time-zone v0.1.47
1602026-08-17T04:54:36.336Z Downloaded serde_path_to_error v0.1.20
1612026-08-17T04:54:36.337Z Downloaded slog-async v2.8.0
1622026-08-17T04:54:36.337Z Downloaded schemars_derive v0.8.22
1632026-08-17T04:54:36.340Z Downloaded target-triple v1.0.0
1642026-08-17T04:54:36.340Z Downloaded http-body v1.0.1
1652026-08-17T04:54:36.340Z Downloaded thread-id v5.0.0
1662026-08-17T04:54:36.343Z Downloaded write16 v1.0.0
1672026-08-17T04:54:36.346Z Downloaded take_mut v0.2.2
1682026-08-17T04:54:36.346Z Downloaded usdt v0.6.0
1692026-08-17T04:54:36.346Z Downloaded thread_local v1.1.4
1702026-08-17T04:54:36.352Z Downloaded rand_core v0.10.1
1712026-08-17T04:54:36.356Z Downloaded subtle v2.5.0
1722026-08-17T04:54:36.356Z Downloaded tinyvec_macros v0.1.0
1732026-08-17T04:54:36.356Z Downloaded untrusted v0.7.1
1742026-08-17T04:54:36.359Z Downloaded pretty-hex v0.4.1
1752026-08-17T04:54:36.363Z Downloaded sync_wrapper v1.0.1
1762026-08-17T04:54:36.368Z Downloaded is-terminal v0.4.12
1772026-08-17T04:54:36.372Z Downloaded plain v0.2.3
1782026-08-17T04:54:36.372Z Downloaded utf16_iter v1.0.5
1792026-08-17T04:54:36.372Z Downloaded time-core v0.1.8
1802026-08-17T04:54:36.372Z Downloaded version_check v0.9.5
1812026-08-17T04:54:36.376Z Downloaded try-lock v0.2.3
1822026-08-17T04:54:36.379Z Downloaded utf8_iter v1.0.4
1832026-08-17T04:54:36.379Z Downloaded tinyvec v1.5.1
1842026-08-17T04:54:36.382Z Downloaded num_threads v0.1.3
1852026-08-17T04:54:36.382Z Downloaded serde_tokenstream v0.3.0
1862026-08-17T04:54:36.382Z Downloaded slab v0.4.9
1872026-08-17T04:54:36.382Z Downloaded hostname v0.4.2
1882026-08-17T04:54:36.382Z Downloaded itoa v1.0.1
1892026-08-17T04:54:36.385Z Downloaded lock_api v0.4.6
1902026-08-17T04:54:36.386Z Downloaded rustls-pki-types v1.15.1
1912026-08-17T04:54:36.389Z Downloaded mime_guess v2.0.5
1922026-08-17T04:54:36.389Z Downloaded httparse v1.10.0
1932026-08-17T04:54:36.392Z Downloaded hybrid-array v0.4.8
1942026-08-17T04:54:36.392Z Downloaded crypto-common v0.2.1
1952026-08-17T04:54:36.395Z Downloaded http-body-util v0.1.4
1962026-08-17T04:54:36.398Z Downloaded debug-ignore v1.0.5
1972026-08-17T04:54:36.398Z Downloaded futures-core v0.3.34
1982026-08-17T04:54:36.398Z Downloaded async-stream-impl v0.3.6
1992026-08-17T04:54:36.401Z Downloaded fastrand v2.1.1
2002026-08-17T04:54:36.401Z Downloaded block-buffer v0.10.2
2012026-08-17T04:54:36.404Z Downloaded want v0.3.0
2022026-08-17T04:54:36.407Z Downloaded slog-json v2.6.1
2032026-08-17T04:54:36.410Z Downloaded smallvec v1.13.2
2042026-08-17T04:54:36.413Z Downloaded semver v1.0.28
2052026-08-17T04:54:36.417Z Downloaded thiserror-impl v2.0.19
2062026-08-17T04:54:36.420Z Downloaded tinystr v0.7.6
2072026-08-17T04:54:36.423Z Downloaded synstructure v0.13.1
2082026-08-17T04:54:36.423Z Downloaded powerfmt v0.2.0
2092026-08-17T04:54:36.426Z Downloaded unicase v2.6.0
2102026-08-17T04:54:36.426Z Downloaded termcolor v1.1.2
2112026-08-17T04:54:36.426Z Downloaded untrusted v0.9.0
2122026-08-17T04:54:36.426Z Downloaded waitgroup v0.1.2
2132026-08-17T04:54:36.426Z Downloaded yoke-derive v0.7.5
2142026-08-17T04:54:36.430Z Downloaded ipnet v2.10.0
2152026-08-17T04:54:36.433Z Downloaded usdt-impl v0.6.0
2162026-08-17T04:54:36.436Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2172026-08-17T04:54:36.436Z Downloaded toml_writer v1.1.2+spec-1.1.0
2182026-08-17T04:54:36.436Z Downloaded unicode-width v0.1.9
2192026-08-17T04:54:36.439Z Downloaded zeroize v1.8.2
2202026-08-17T04:54:36.439Z Downloaded serde_core v1.0.229
2212026-08-17T04:54:36.443Z Downloaded atomicwrites v0.4.4
2222026-08-17T04:54:36.443Z Downloaded icu_locid_transform_data v1.5.0
2232026-08-17T04:54:36.443Z Downloaded pin-project-lite v0.2.12
2242026-08-17T04:54:36.446Z Downloaded percent-encoding v2.3.2
2252026-08-17T04:54:36.446Z Downloaded socket2 v0.5.9
2262026-08-17T04:54:36.450Z Downloaded rustls-platform-verifier v0.6.2
2272026-08-17T04:54:36.450Z Downloaded schemars v0.8.22
2282026-08-17T04:54:36.454Z Downloaded serde_derive v1.0.229
2292026-08-17T04:54:36.457Z Downloaded cpufeatures v0.2.17
2302026-08-17T04:54:36.457Z Downloaded rand_pcg v0.10.2
2312026-08-17T04:54:36.457Z Downloaded atomic-waker v1.1.2
2322026-08-17T04:54:36.460Z Downloaded cfg-if v1.0.0
2332026-08-17T04:54:36.460Z Downloaded equivalent v1.0.0
2342026-08-17T04:54:36.460Z Downloaded form_urlencoded v1.2.2
2352026-08-17T04:54:36.460Z Downloaded autocfg v1.1.0
2362026-08-17T04:54:36.464Z Downloaded block-buffer v0.12.0
2372026-08-17T04:54:36.467Z Downloaded concurrent-queue v2.5.0
2382026-08-17T04:54:36.470Z Downloaded crypto-common v0.1.6
2392026-08-17T04:54:36.470Z Downloaded async-trait v0.1.91
2402026-08-17T04:54:36.470Z Downloaded data-encoding v2.4.0
2412026-08-17T04:54:36.473Z Downloaded glob v0.3.0
2422026-08-17T04:54:36.473Z Downloaded openssl-probe v0.2.1
2432026-08-17T04:54:36.474Z Downloaded oid-registry v0.8.1
2442026-08-17T04:54:36.477Z Downloaded cmake v0.1.58
2452026-08-17T04:54:36.477Z Downloaded futures-io v0.3.34
2462026-08-17T04:54:36.477Z Downloaded fnv v1.0.7
2472026-08-17T04:54:36.477Z Downloaded ryu v1.0.5
2482026-08-17T04:54:36.480Z Downloaded socket2 v0.6.3
2492026-08-17T04:54:36.480Z Downloaded dunce v1.0.5
2502026-08-17T04:54:36.480Z Downloaded futures-sink v0.3.34
2512026-08-17T04:54:36.480Z Downloaded slog v2.8.2
2522026-08-17T04:54:36.483Z Downloaded asn1-rs-derive v0.6.0
2532026-08-17T04:54:36.483Z Downloaded futures-executor v0.3.34
2542026-08-17T04:54:36.483Z Downloaded spin v0.9.8
2552026-08-17T04:54:36.486Z Downloaded term v1.1.0
2562026-08-17T04:54:36.489Z Downloaded unicode-ident v1.0.12
2572026-08-17T04:54:36.489Z Downloaded zerofrom-derive v0.1.5
2582026-08-17T04:54:36.489Z Downloaded tokio-tungstenite v0.30.0
2592026-08-17T04:54:36.492Z Downloaded tempfile v3.27.0
2602026-08-17T04:54:36.492Z Downloaded time-macros v0.2.27
2612026-08-17T04:54:36.495Z Downloaded toml_parser v1.1.3+spec-1.1.0
2622026-08-17T04:54:36.495Z Downloaded hyper-rustls v0.27.9
2632026-08-17T04:54:36.495Z Downloaded log v0.4.17
2642026-08-17T04:54:36.498Z Downloaded jobserver v0.1.34
2652026-08-17T04:54:36.503Z Downloaded tokio-rustls v0.26.4
2662026-08-17T04:54:36.503Z Downloaded digest v0.11.2
2672026-08-17T04:54:36.506Z Downloaded dyn-clone v1.0.4
2682026-08-17T04:54:36.506Z Downloaded cfg_aliases v0.2.1
2692026-08-17T04:54:36.506Z Downloaded futures-task v0.3.34
2702026-08-17T04:54:36.509Z Downloaded litemap v0.7.4
2712026-08-17T04:54:36.509Z Downloaded pem v3.0.6
2722026-08-17T04:54:36.509Z Downloaded icu_locid_transform v1.5.0
2732026-08-17T04:54:36.512Z Downloaded subprocess v1.2.1
2742026-08-17T04:54:36.516Z Downloaded pem v4.0.0
2752026-08-17T04:54:36.519Z Downloaded yoke v0.7.5
2762026-08-17T04:54:36.519Z Downloaded pest_generator v2.8.1
2772026-08-17T04:54:36.519Z Downloaded compression-core v0.4.32
2782026-08-17T04:54:36.523Z Downloaded zerofrom v0.1.5
2792026-08-17T04:54:36.523Z Downloaded fs_extra v1.3.0
2802026-08-17T04:54:36.526Z Downloaded memchr v2.6.0
2812026-08-17T04:54:36.529Z Downloaded dtrace-parser v0.3.0
2822026-08-17T04:54:36.529Z Downloaded ucd-trie v0.1.6
2832026-08-17T04:54:36.532Z Downloaded buf-list v1.1.2
2842026-08-17T04:54:36.535Z Downloaded deranged v0.5.5
2852026-08-17T04:54:36.536Z Downloaded pest_meta v2.8.1
2862026-08-17T04:54:36.539Z Downloaded camino v1.2.5
2872026-08-17T04:54:36.561Z Downloaded asn1-rs-impl v0.2.0
2882026-08-17T04:54:36.561Z Downloaded dof v0.4.0
2892026-08-17T04:54:36.561Z Downloaded cpufeatures v0.3.0
2902026-08-17T04:54:36.561Z Downloaded quote v1.0.47
2912026-08-17T04:54:36.561Z Downloaded trybuild v1.0.120
2922026-08-17T04:54:36.561Z Downloaded toml v1.1.4+spec-1.1.0
2932026-08-17T04:54:36.561Z Downloaded futures-channel v0.3.34
2942026-08-17T04:54:36.561Z Downloaded errno v0.3.10
2952026-08-17T04:54:36.561Z Downloaded async-channel v2.5.0
2962026-08-17T04:54:36.561Z Downloaded bit-vec v0.9.1
2972026-08-17T04:54:36.561Z Downloaded writeable v0.5.5
2982026-08-17T04:54:36.561Z Downloaded async-stream v0.3.6
2992026-08-17T04:54:36.561Z Downloaded event-listener-strategy v0.5.4
3002026-08-17T04:54:36.561Z Downloaded tracing-core v0.1.32
3012026-08-17T04:54:36.562Z Downloaded byteorder v1.4.3
3022026-08-17T04:54:36.566Z Downloaded serde v1.0.229
3032026-08-17T04:54:36.566Z Downloaded compression-codecs v0.4.38
3042026-08-17T04:54:36.569Z Downloaded hostname v0.3.1
3052026-08-17T04:54:36.573Z Downloaded chacha20 v0.10.1
3062026-08-17T04:54:36.573Z Downloaded crossbeam-utils v0.8.21
3072026-08-17T04:54:36.576Z Downloaded getrandom v0.2.11
3082026-08-17T04:54:36.579Z Downloaded getrandom v0.4.1
3092026-08-17T04:54:36.579Z Downloaded futures v0.3.34
3102026-08-17T04:54:36.582Z Downloaded rustls-webpki v0.103.13
3112026-08-17T04:54:36.585Z Downloaded similar v2.2.1
3122026-08-17T04:54:36.588Z Downloaded erased-serde v0.3.31
3132026-08-17T04:54:36.589Z Downloaded url v2.5.4
3142026-08-17T04:54:36.589Z Downloaded generic-array v0.14.5
3152026-08-17T04:54:36.592Z Downloaded icu_properties v1.5.1
3162026-08-17T04:54:36.601Z Downloaded num-integer v0.1.46
3172026-08-17T04:54:36.604Z Downloaded once_cell v1.20.1
3182026-08-17T04:54:36.604Z Downloaded parking_lot v0.12.1
3192026-08-17T04:54:36.607Z Downloaded anyhow v1.0.104
3202026-08-17T04:54:36.610Z Downloaded digest v0.10.7
3212026-08-17T04:54:36.610Z Downloaded memmap2 v0.9.8
3222026-08-17T04:54:36.610Z Downloaded paste v1.0.15
3232026-08-17T04:54:36.613Z Downloaded typenum v1.19.0
3242026-08-17T04:54:36.613Z Downloaded minimal-lexical v0.2.1
3252026-08-17T04:54:36.617Z Downloaded pest_derive v2.8.1
3262026-08-17T04:54:36.617Z Downloaded yasna v0.6.0
3272026-08-17T04:54:36.620Z Downloaded tracing v0.1.40
3282026-08-17T04:54:36.620Z Downloaded tungstenite v0.30.0
3292026-08-17T04:54:36.623Z Downloaded zerovec-derive v0.10.3
3302026-08-17T04:54:36.626Z Downloaded find-msvc-tools v0.1.9
3312026-08-17T04:54:36.626Z Downloaded bytes v1.12.1
3322026-08-17T04:54:36.630Z Downloaded displaydoc v0.2.5
3332026-08-17T04:54:36.630Z Downloaded futures-macro v0.3.34
3342026-08-17T04:54:36.633Z Downloaded cc v1.2.60
3352026-08-17T04:54:36.643Z Downloaded icu_provider v1.5.0
3362026-08-17T04:54:36.647Z Downloaded console v0.15.7
3372026-08-17T04:54:36.647Z Downloaded icu_normalizer v1.5.0
3382026-08-17T04:54:36.653Z Downloaded zmij v1.0.2
3392026-08-17T04:54:36.656Z Downloaded icu_normalizer_data v1.5.0
3402026-08-17T04:54:36.659Z Downloaded tower v0.5.2
3412026-08-17T04:54:36.663Z Downloaded unicode-segmentation v1.10.0
3422026-08-17T04:54:36.667Z Downloaded uuid v1.24.0
3432026-08-17T04:54:36.670Z Downloaded flate2 v1.1.9
3442026-08-17T04:54:36.673Z Downloaded serde_json v1.0.151
3452026-08-17T04:54:36.676Z Downloaded crossbeam-channel v0.5.15
3462026-08-17T04:54:36.676Z Downloaded expectorate v1.2.0
3472026-08-17T04:54:36.679Z Downloaded num-traits v0.2.14
3482026-08-17T04:54:36.679Z Downloaded proc-macro2 v1.0.107
3492026-08-17T04:54:36.682Z Downloaded bitflags v2.11.0
3502026-08-17T04:54:36.682Z Downloaded zerocopy-derive v0.8.27
3512026-08-17T04:54:36.686Z Downloaded crc32fast v1.5.0
3522026-08-17T04:54:36.689Z Downloaded icu_locid v1.5.0
3532026-08-17T04:54:36.689Z Downloaded rcgen v0.14.8
3542026-08-17T04:54:36.692Z Downloaded tokio-util v0.7.19
3552026-08-17T04:54:36.695Z Downloaded tower-http v0.6.8
3562026-08-17T04:54:36.699Z Downloaded event-listener v5.0.0
3572026-08-17T04:54:36.702Z Downloaded quinn v0.11.9
3582026-08-17T04:54:36.737Z Downloaded const-oid v0.10.2
3592026-08-17T04:54:36.741Z Downloaded der-parser v10.0.0
3602026-08-17T04:54:36.744Z Downloaded hyper-util v0.1.20
3612026-08-17T04:54:36.747Z Downloaded num-bigint v0.4.3
3622026-08-17T04:54:36.751Z Downloaded icu_collections v1.5.0
3632026-08-17T04:54:36.754Z Downloaded nom v7.1.3
3642026-08-17T04:54:36.754Z Downloaded futures-util v0.3.34
3652026-08-17T04:54:36.760Z Downloaded indexmap v2.14.0
3662026-08-17T04:54:36.763Z Downloaded base64 v0.22.1
3672026-08-17T04:54:36.766Z Downloaded prettyplease v0.3.0
3682026-08-17T04:54:36.766Z Downloaded http v1.5.0
3692026-08-17T04:54:36.769Z Downloaded x509-parser v0.18.0
3702026-08-17T04:54:36.772Z Downloaded h2 v0.4.14
3712026-08-17T04:54:36.776Z Downloaded time v0.3.47
3722026-08-17T04:54:36.779Z Downloaded aws-lc-rs v1.16.3
3732026-08-17T04:54:36.784Z Downloaded rand v0.10.2
3742026-08-17T04:54:36.788Z Downloaded mio v1.2.0
3752026-08-17T04:54:36.791Z Downloaded zerocopy v0.8.27
3762026-08-17T04:54:36.802Z Downloaded asn1-rs v0.7.1
3772026-08-17T04:54:36.806Z Downloaded pest v2.8.1
3782026-08-17T04:54:36.809Z Downloaded goblin v0.10.1
3792026-08-17T04:54:36.812Z Downloaded syn v2.0.118
3802026-08-17T04:54:36.818Z Downloaded base64 v0.23.1
3812026-08-17T04:54:36.822Z Downloaded syn v3.0.3
3822026-08-17T04:54:36.828Z Downloaded idna v1.0.3
3832026-08-17T04:54:36.831Z Downloaded rustix v0.38.44
3842026-08-17T04:54:36.843Z Downloaded async-compression v0.4.43
3852026-08-17T04:54:36.846Z Downloaded iri-string v0.7.8
3862026-08-17T04:54:36.850Z Downloaded rustls v0.23.43
3872026-08-17T04:54:36.857Z Downloaded rustix v1.1.4
3882026-08-17T04:54:36.870Z Downloaded zerovec v0.10.4
3892026-08-17T04:54:36.873Z Downloaded hashbrown v0.17.0
3902026-08-17T04:54:36.876Z Downloaded portable-atomic v1.9.0
3912026-08-17T04:54:36.879Z Downloaded reqwest v0.13.4
3922026-08-17T04:54:36.882Z Downloaded hyper v1.11.0
3932026-08-17T04:54:36.886Z Downloaded winnow v1.0.0
3942026-08-17T04:54:36.896Z Downloaded icu_properties_data v1.5.0
3952026-08-17T04:54:36.918Z Downloaded quinn-proto v0.11.16
3962026-08-17T04:54:36.922Z Downloaded chrono v0.4.45
3972026-08-17T04:54:36.926Z Downloaded tokio v1.53.1
3982026-08-17T04:54:36.953Z Downloaded encoding_rs v0.8.32
3992026-08-17T04:54:36.974Z Downloaded openapiv3 v2.2.0
4002026-08-17T04:54:37.105Z Downloaded libc v0.2.189
4012026-08-17T04:54:37.216Z Downloaded ring v0.17.13
4022026-08-17T04:54:37.944Z Downloaded aws-lc-sys v0.40.0
4032026-08-17T04:54:38.152Z Compiling proc-macro2 v1.0.107
4042026-08-17T04:54:38.153Z Compiling quote v1.0.47
4052026-08-17T04:54:38.156Z Compiling unicode-ident v1.0.12
4062026-08-17T04:54:38.156Z Compiling libc v0.2.189
4072026-08-17T04:54:38.156Z Compiling cfg-if v1.0.0
4082026-08-17T04:54:38.156Z Compiling itoa v1.0.1
4092026-08-17T04:54:38.156Z Compiling memchr v2.6.0
4102026-08-17T04:54:38.156Z Compiling serde_core v1.0.229
4112026-08-17T04:54:38.157Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.107/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=9c82bc602d585478 -C extra-filename=-504b3f0855041379 --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-504b3f0855041379 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4122026-08-17T04:54:38.157Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.47/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=0cc95c8db51de9c7 -C extra-filename=-db1add30f6c8035d --out-dir /work/oxidecomputer/dropshot/target/debug/build/quote-db1add30f6c8035d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4132026-08-17T04:54:38.157Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=92e5e56c227d6589 -C extra-filename=-ce4948a932fb1220 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4142026-08-17T04:54:38.247Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6770121596507594 -C extra-filename=-a0fb0138d82080e4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4152026-08-17T04:54:38.251Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=3b4fb1818a28d5de -C extra-filename=-0af57a848de951cf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4162026-08-17T04:54:38.251Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=93e9cfa30d518b8d -C extra-filename=-7981f4679f1d9fcc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4172026-08-17T04:54:38.251Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.189/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--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' --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=ac444defc50d05a0 -C extra-filename=-b3a475bdec800bbf --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-b3a475bdec800bbf -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4182026-08-17T04:54:38.251Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.229/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=f97d4e1aef9931fd -C extra-filename=-a62f90b516c0d207 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-a62f90b516c0d207 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4192026-08-17T04:54:38.316Z Compiling pin-project-lite v0.2.12
4202026-08-17T04:54:38.319Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=93df2877ad4df9da -C extra-filename=-884aae9ad79cdf73 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4212026-08-17T04:54:38.365Z Compiling autocfg v1.1.0
4222026-08-17T04:54:38.368Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=45555754e315a213 -C extra-filename=-f19cb554f2baccce --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4232026-08-17T04:54:38.374Z Compiling smallvec v1.13.2
4242026-08-17T04:54:38.378Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=1aa649c352a5154e -C extra-filename=-a940c0bb25f890d4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4252026-08-17T04:54:38.398Z Compiling futures-core v0.3.34
4262026-08-17T04:54:38.398Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --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=b7154e126f17dbcc -C extra-filename=-cfa01871cbef243a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4272026-08-17T04:54:38.539Z Compiling bytes v1.12.1
4282026-08-17T04:54:38.548Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.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 --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=ed4fd6f73914e10b -C extra-filename=-7853a259e9a38a5c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4292026-08-17T04:54:38.566Z Compiling serde v1.0.229
4302026-08-17T04:54:38.569Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.229/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=f82452fba4aae512 -C extra-filename=-a64cb5dbb5b6cebe --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-a64cb5dbb5b6cebe -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4312026-08-17T04:54:38.576Z Running `/work/oxidecomputer/dropshot/target/debug/build/quote-db1add30f6c8035d/build-script-build`
4322026-08-17T04:54:38.576Z Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-504b3f0855041379/build-script-build`
4332026-08-17T04:54:38.579Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-a62f90b516c0d207/build-script-build`
4342026-08-17T04:54:38.610Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.229/src/lib.rs --error-format=json --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=6e7f397870ac2244 -C extra-filename=-c04ec599fa8cdd79 --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)'`
4352026-08-17T04:54:38.620Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-b3a475bdec800bbf/build-script-build`
4362026-08-17T04:54:38.628Z Compiling zmij v1.0.2
4372026-08-17T04:54:38.631Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=2e6758ce9ae4293d -C extra-filename=-9f56ef0b50ccbde2 --out-dir /work/oxidecomputer/dropshot/target/debug/build/zmij-9f56ef0b50ccbde2 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4382026-08-17T04:54:38.636Z Compiling once_cell v1.20.1
4392026-08-17T04:54:38.639Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=bee2cea8650ab11b -C extra-filename=-b7c38563a55f281b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4402026-08-17T04:54:38.654Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.189/src/lib.rs --error-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=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--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' --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=f153abee9e9e47e7 -C extra-filename=-7398cde873465ce2 --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_picolibc)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(musl32_time64)' --check-cfg 'cfg(musl_redir_time64)' --check-cfg 'cfg(vxworks_lt_25_09)' --check-cfg 'cfg(libc_pauthtest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin","qurt","qnx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
4412026-08-17T04:54:38.899Z Compiling thiserror v2.0.19
4422026-08-17T04:54:38.903Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.19/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=3963f0d674744c4c -C extra-filename=-022958a6a8237a40 --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-022958a6a8237a40 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4432026-08-17T04:54:38.924Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.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 --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=52b8ccc50e09cb25 -C extra-filename=-e941e402522ab889 --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-a0fb0138d82080e4.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)'`
4442026-08-17T04:54:38.924Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-a64cb5dbb5b6cebe/build-script-build`
4452026-08-17T04:54:38.978Z Compiling serde_json v1.0.151
4462026-08-17T04:54:38.981Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.151/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=bbed4688fc9ed337 -C extra-filename=-03d184dfea8bdc51 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-03d184dfea8bdc51 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4472026-08-17T04:54:38.986Z Running `/work/oxidecomputer/dropshot/target/debug/build/zmij-9f56ef0b50ccbde2/build-script-build`
4482026-08-17T04:54:38.995Z Compiling log v0.4.17
4492026-08-17T04:54:38.998Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "value-bag"))' -C metadata=f62e8c65797f3562 -C extra-filename=-726ce06584db557c --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-726ce06584db557c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4502026-08-17T04:54:39.024Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zmij --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=ae10a0e80760fee2 -C extra-filename=-649e44e2e51851ff --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(zmij_no_select_unpredictable)'`
4512026-08-17T04:54:39.178Z Compiling jobserver v0.1.34
4522026-08-17T04:54:39.182Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5098454c423c835e -C extra-filename=-cf954cf394cfe7bf --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-7398cde873465ce2.rmeta --cap-lints allow`
4532026-08-17T04:54:39.202Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-03d184dfea8bdc51/build-script-build`
4542026-08-17T04:54:39.211Z Compiling shlex v1.3.0
4552026-08-17T04:54:39.214Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9986ebb7cf7640b0 -C extra-filename=-344bda5bbc72db3f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4562026-08-17T04:54:39.221Z Compiling parking_lot_core v0.9.4
4572026-08-17T04:54:39.224Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=6028877b28c39ad7 -C extra-filename=-22e219a0a8a39402 --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-22e219a0a8a39402 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4582026-08-17T04:54:39.229Z Running `/work/oxidecomputer/dropshot/target/debug/build/log-726ce06584db557c/build-script-build`
4592026-08-17T04:54:39.238Z Compiling find-msvc-tools v0.1.9
4602026-08-17T04:54:39.241Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name find_msvc_tools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/find-msvc-tools-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 --allow=unexpected_cfgs --check-cfg 'cfg(disable_clang_cl_tests)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cd6601d3a5f29b4a -C extra-filename=-2fbfa43f437a4284 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4612026-08-17T04:54:39.248Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-022958a6a8237a40/build-script-build`
4622026-08-17T04:54:39.248Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "value-bag"))' -C metadata=405afb4f42a49bc3 -C extra-filename=-4d49c31f4ede2482 --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-0af57a848de951cf.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics`
4632026-08-17T04:54:39.395Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.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="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=11aaeb7a59684285 -C extra-filename=-5375249d3c20c47a --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-e941e402522ab889.rmeta --cap-lints allow --check-cfg 'cfg(no_diagnostic_namespace)'`
4642026-08-17T04:54:39.442Z Compiling cc v1.2.60
4652026-08-17T04:54:39.450Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.60/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --allow=unexpected_cfgs --check-cfg 'cfg(disable_clang_cl_tests)' --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=eb383e4f19f28e54 -C extra-filename=-698538d5e335118d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern find_msvc_tools=/work/oxidecomputer/dropshot/target/debug/deps/libfind_msvc_tools-2fbfa43f437a4284.rmeta --extern jobserver=/work/oxidecomputer/dropshot/target/debug/deps/libjobserver-cf954cf394cfe7bf.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --extern shlex=/work/oxidecomputer/dropshot/target/debug/deps/libshlex-344bda5bbc72db3f.rmeta --cap-lints allow`
4662026-08-17T04:54:39.453Z Compiling slab v0.4.9
4672026-08-17T04:54:39.458Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=a1ffdd025cd543f6 -C extra-filename=-2828218fc122b8ba --out-dir /work/oxidecomputer/dropshot/target/debug/build/slab-2828218fc122b8ba -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-f19cb554f2baccce.rlib --cap-lints allow`
4682026-08-17T04:54:39.469Z Compiling scopeguard v1.2.0
4692026-08-17T04:54:39.472Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=ae2bc095072663af -C extra-filename=-b6d3464ca631d43d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4702026-08-17T04:54:39.478Z Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-22e219a0a8a39402/build-script-build`
4712026-08-17T04:54:39.490Z Compiling futures-sink v0.3.34
4722026-08-17T04:54:39.497Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --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=a1d16d9ec5d55085 -C extra-filename=-50af9afda5b630c5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4732026-08-17T04:54:39.500Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=6b47fe8ef6bedf5d -C extra-filename=-d8d5035b92db741b --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-0af57a848de951cf.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-a940c0bb25f890d4.rmeta --cap-lints allow`
4742026-08-17T04:54:39.573Z Compiling syn v2.0.118
4752026-08-17T04:54:39.576Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.118/src/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=e721a7852ed36cd6 -C extra-filename=-2047fbb698c281e6 --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-e941e402522ab889.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-a0fb0138d82080e4.rmeta --cap-lints allow`
4762026-08-17T04:54:39.589Z Compiling syn v3.0.3
4772026-08-17T04:54:39.592Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-3.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --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"' --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=4a970735c73d9faa -C extra-filename=-b66c5bededaa0ec5 --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-e941e402522ab889.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-a0fb0138d82080e4.rmeta --cap-lints allow`
4782026-08-17T04:54:39.684Z Running `/work/oxidecomputer/dropshot/target/debug/build/slab-2828218fc122b8ba/build-script-build`
4792026-08-17T04:54:39.687Z Compiling lock_api v0.4.6
4802026-08-17T04:54:39.687Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "nightly", "owning_ref", "serde"))' -C metadata=c49f1f08fc14dc2e -C extra-filename=-0c15f3eee7825418 --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-b6d3464ca631d43d.rmeta --cap-lints allow`
4812026-08-17T04:54:39.694Z Compiling dunce v1.0.5
4822026-08-17T04:54:39.697Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dunce --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dunce-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e20f089430bba52c -C extra-filename=-ac5f9eaa9f50506a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4832026-08-17T04:54:39.763Z Compiling fs_extra v1.3.0
4842026-08-17T04:54:39.766Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name fs_extra --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs_extra-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bfeb2e6eb2d53514 -C extra-filename=-1d38efd74f2c7fc0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4852026-08-17T04:54:39.792Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.229/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=33a23fab8f2cf5f1 -C extra-filename=-5f4cfd6e0769b66b --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-5f4cfd6e0769b66b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4862026-08-17T04:54:39.810Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=8706cd8dd8d41fa4 -C extra-filename=-e621bc1f4ef5167b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4872026-08-17T04:54:39.900Z Compiling parking_lot v0.12.1
4882026-08-17T04:54:39.903Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=343d74144a055038 -C extra-filename=-07054b2f220e24f0 --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-0c15f3eee7825418.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-d8d5035b92db741b.rmeta --cap-lints allow`
4892026-08-17T04:54:39.978Z Compiling signal-hook-registry v1.4.0
4902026-08-17T04:54:39.982Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1b746e2aa5f9b4ff -C extra-filename=-0bfca18cd927c29a --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-7398cde873465ce2.rmeta --cap-lints allow`
4912026-08-17T04:54:40.023Z Compiling mio v1.2.0
4922026-08-17T04:54:40.027Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-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 --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=09edacf1d3a0ddab -C extra-filename=-322ebfe76ea31557 --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-7398cde873465ce2.rmeta --cap-lints allow`
4932026-08-17T04:54:40.100Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-5f4cfd6e0769b66b/build-script-build`
4942026-08-17T04:54:40.141Z Compiling socket2 v0.6.3
4952026-08-17T04:54:40.144Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-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="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=3a7c0dbcbcf06342 -C extra-filename=-13e5a67c9a9fe3ba --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-7398cde873465ce2.rmeta --cap-lints allow`
4962026-08-17T04:54:40.312Z Compiling cmake v0.1.58
4972026-08-17T04:54:40.315Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cmake --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cmake-0.1.58/src/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=b894a2fef91ad573 -C extra-filename=-dbbe940f675d1cd7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-698538d5e335118d.rmeta --cap-lints allow`
4982026-08-17T04:54:40.383Z Compiling stable_deref_trait v1.2.0
4992026-08-17T04:54:40.391Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=6bb90c62f0ac94fe -C extra-filename=-1fbe238204fc37a8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5002026-08-17T04:54:40.460Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.229/src/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=6e6d87f2cd4b8d3f -C extra-filename=-d4919a0507b8ef23 --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)'`
5012026-08-17T04:54:40.550Z Compiling futures-channel v0.3.34
5022026-08-17T04:54:40.550Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --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=a554fde9dd0c3142 -C extra-filename=-adacce52f055f7ec --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-cfa01871cbef243a.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-50af9afda5b630c5.rmeta --cap-lints allow`
5032026-08-17T04:54:40.601Z Compiling http v1.5.0
5042026-08-17T04:54:40.608Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=570da6258f7676f2 -C extra-filename=-fda23fd0e72df1f0 --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-7853a259e9a38a5c.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-ce4948a932fb1220.rmeta --cap-lints allow`
5052026-08-17T04:54:40.628Z Compiling zeroize v1.8.2
5062026-08-17T04:54:40.631Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-1.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=477599378db2779f -C extra-filename=-6e75366fb73b4724 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5072026-08-17T04:54:40.660Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.229/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=97c7a94f862f9a8f -C extra-filename=-a6ae2ed5db9c9184 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-a6ae2ed5db9c9184 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5082026-08-17T04:54:40.738Z Compiling aws-lc-sys v0.40.0
5092026-08-17T04:54:40.742Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.40.0/builder/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-bindings", "asan", "bindgen", "default", "disable-prebuilt-nasm", "fips", "prebuilt-nasm", "ssl"))' -C metadata=a063b157a77fe144 -C extra-filename=-6fd9d4a5309a377f --out-dir /work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-6fd9d4a5309a377f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-698538d5e335118d.rlib --extern cmake=/work/oxidecomputer/dropshot/target/debug/deps/libcmake-dbbe940f675d1cd7.rlib --extern dunce=/work/oxidecomputer/dropshot/target/debug/deps/libdunce-ac5f9eaa9f50506a.rlib --extern fs_extra=/work/oxidecomputer/dropshot/target/debug/deps/libfs_extra-1d38efd74f2c7fc0.rlib --cap-lints allow`
5102026-08-17T04:54:40.773Z Compiling version_check v0.9.5
5112026-08-17T04:54:40.776Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=350547eac7d18062 -C extra-filename=-ea52cc362ec4cf08 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5122026-08-17T04:54:40.801Z Compiling bitflags v2.11.0
5132026-08-17T04:54:40.809Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "example_generated", "serde", "serde_core", "std"))' -C metadata=222cd244a8d5ce52 -C extra-filename=-e43aa92cc1f4a725 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5142026-08-17T04:54:40.963Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-a6ae2ed5db9c9184/build-script-build`
5152026-08-17T04:54:41.002Z Compiling getrandom v0.4.1
5162026-08-17T04:54:41.005Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' --cfg 'feature="std"' --cfg 'feature="sys_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=dd9799dab2026aa1 -C extra-filename=-28274eeaf46357b5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/getrandom-28274eeaf46357b5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5172026-08-17T04:54:41.027Z Compiling ucd-trie v0.1.6
5182026-08-17T04:54:41.031Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e8824b05664dd76c -C extra-filename=-a712a9639355ef79 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5192026-08-17T04:54:41.036Z Compiling futures-io v0.3.34
5202026-08-17T04:54:41.040Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --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=3b02296c40ef3ba5 -C extra-filename=-081c5031f90bdb57 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5212026-08-17T04:54:41.190Z Compiling aws-lc-rs v1.16.3
5222026-08-17T04:54:41.193Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.16.3/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="aws-lc-sys"' --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "dev-tests-only", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=25cd0f9b80b71ca1 -C extra-filename=-a4926348862195ef --out-dir /work/oxidecomputer/dropshot/target/debug/build/aws-lc-rs-a4926348862195ef -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5232026-08-17T04:54:41.256Z Compiling futures-task v0.3.34
5242026-08-17T04:54:41.260Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --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=496462d6c78ea090 -C extra-filename=-d39c363a6ac04f2c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5252026-08-17T04:54:41.318Z Compiling rand_core v0.10.1
5262026-08-17T04:54:41.326Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-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 '--warn=clippy::undocumented_unsafe_blocks' --warn=missing_docs --warn=missing_debug_implementations --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=786f72d28ea51a31 -C extra-filename=-d9753deb2e14760e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5272026-08-17T04:54:41.424Z Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-28274eeaf46357b5/build-script-build`
5282026-08-17T04:54:41.436Z Compiling rustls-pki-types v1.15.1
5292026-08-17T04:54:41.439Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.15.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=unused_qualifications --warn=unused_import_braces --warn=unused_extern_crates --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=elided_lifetimes_in_paths --check-cfg 'cfg(rustls_pki_types_docsrs)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=ef97b9d6c0eda587 -C extra-filename=-46ccf6657b23a4ec --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-6e75366fb73b4724.rmeta --cap-lints allow`
5302026-08-17T04:54:41.473Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.151/src/lib.rs --error-format=json --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=16649aad51fce8e9 -C extra-filename=-d8ae09073c416b7d --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-ce4948a932fb1220.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-7981f4679f1d9fcc.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-c04ec599fa8cdd79.rmeta --extern zmij=/work/oxidecomputer/dropshot/target/debug/deps/libzmij-649e44e2e51851ff.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
5312026-08-17T04:54:41.490Z Compiling rustversion v1.0.22
5322026-08-17T04:54:41.493Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ac8b19efda0531fc -C extra-filename=-9c10b9a6efaf0d28 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustversion-9c10b9a6efaf0d28 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5332026-08-17T04:54:41.572Z Running `/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-6fd9d4a5309a377f/build-script-main`
5342026-08-17T04:54:41.591Z Compiling typenum v1.19.0
5352026-08-17T04:54:41.595Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.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="const-generics"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=962eb8bc3b6b9dd8 -C extra-filename=-50b0702e01ae3626 --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-50b0702e01ae3626 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5362026-08-17T04:54:41.821Z Compiling httparse v1.10.0
5372026-08-17T04:54:41.824Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2d84dbf6667f4bfc -C extra-filename=-09bff0e2cb74ab72 --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-09bff0e2cb74ab72 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5382026-08-17T04:54:41.904Z Compiling zerocopy v0.8.27
5392026-08-17T04:54:41.908Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.27/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=be279384903d4571 -C extra-filename=-5495717be3ce71fc --out-dir /work/oxidecomputer/dropshot/target/debug/build/zerocopy-5495717be3ce71fc -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5402026-08-17T04:54:41.925Z Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-50b0702e01ae3626/build-script-build`
5412026-08-17T04:54:41.941Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustversion-9c10b9a6efaf0d28/build-script-build`
5422026-08-17T04:54:41.979Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' --cfg 'feature="std"' --cfg 'feature="sys_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=7ffbf2851090e35e -C extra-filename=-ca79870ce014c763 --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-0af57a848de951cf.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-d9753deb2e14760e.rmeta --cap-lints allow`
5432026-08-17T04:54:42.160Z Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-09bff0e2cb74ab72/build-script-build`
5442026-08-17T04:54:42.171Z Compiling errno v0.3.10
5452026-08-17T04:54:42.174Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=69a6ba90396417b3 -C extra-filename=-806bbb81fbf955fc --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-7398cde873465ce2.rmeta --cap-lints allow`
5462026-08-17T04:54:42.197Z Compiling crossbeam-utils v0.8.21
5472026-08-17T04:54:42.200Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=e7dc5363eb1bdbf8 -C extra-filename=-e82eb90406bd2360 --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-e82eb90406bd2360 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5482026-08-17T04:54:42.264Z Compiling rustix v1.1.4
5492026-08-17T04:54:42.267Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=ba2bd908a38d2b7a -C extra-filename=-694ee3f3379eb6d4 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-694ee3f3379eb6d4 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5502026-08-17T04:54:42.278Z Running `/work/oxidecomputer/dropshot/target/debug/build/zerocopy-5495717be3ce71fc/build-script-build`
5512026-08-17T04:54:42.314Z Compiling synstructure v0.13.1
5522026-08-17T04:54:42.317Z Compiling litemap v0.7.4
5532026-08-17T04:54:42.317Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=eaf1d9830bac86b1 -C extra-filename=-ffb52adcde0fdd46 --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-e941e402522ab889.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rmeta --cap-lints allow`
5542026-08-17T04:54:42.317Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "testing", "yoke"))' -C metadata=d67cd9afebc6e347 -C extra-filename=-88ebcf735b7babe1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5552026-08-17T04:54:42.482Z Compiling writeable v0.5.5
5562026-08-17T04:54:42.485Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name writeable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "either"))' -C metadata=c43bfcb9b6c380e8 -C extra-filename=-044bc8bbb95909aa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5572026-08-17T04:54:42.510Z Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-e82eb90406bd2360/build-script-build`
5582026-08-17T04:54:42.522Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ab48dc3ac8d0646f -C extra-filename=-5a88a5daedc53632 --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`
5592026-08-17T04:54:42.583Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cb27623922b58e80 -C extra-filename=-4b8f14609df1dd30 --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"))'`
5602026-08-17T04:54:42.595Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-694ee3f3379eb6d4/build-script-build`
5612026-08-17T04:54:42.765Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/lib.rs --error-format=json --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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=1108c162c997bca9 -C extra-filename=-8588b87493353f2b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5622026-08-17T04:54:42.781Z Compiling time-core v0.1.8
5632026-08-17T04:54:42.785Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("large-dates"))' -C metadata=900a95317df82f14 -C extra-filename=-d92b0a234662c57c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5642026-08-17T04:54:42.790Z Compiling hashbrown v0.17.0
5652026-08-17T04:54:42.793Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.17.0/src/lib.rs --error-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_extern_crates --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_else' '--warn=clippy::ptr_cast_constness' '--warn=clippy::ptr_as_ptr' '--allow=clippy::option_if_let_else' '--warn=clippy::needless_continue' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_safety_doc' '--allow=clippy::missing_errors_doc' --warn=missing_docs '--allow=clippy::manual_map' '--warn=clippy::manual_let_else' --warn=explicit_outlives_requirements --warn=ellipsis_inclusive_range_patterns --warn=elided_lifetimes_in_paths '--allow=clippy::doc_markdown' '--warn=clippy::borrow_as_ptr' --warn=bare_trait_objects --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=087bc64d696e68a2 -C extra-filename=-e8e8b30695935823 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5662026-08-17T04:54:42.814Z Compiling equivalent v1.0.0
5672026-08-17T04:54:42.817Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1fd1aab82253abfb -C extra-filename=-66649c96b7aa6105 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5682026-08-17T04:54:42.894Z Compiling powerfmt v0.2.0
5692026-08-17T04:54:42.897Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=ff4b9fb17913e2b6 -C extra-filename=-2e0ac05791d5c716 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5702026-08-17T04:54:42.915Z Compiling num-conv v0.2.0
5712026-08-17T04:54:42.919Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=289aed1493447032 -C extra-filename=-e341a82f1fff0f09 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5722026-08-17T04:54:43.039Z Compiling time-macros v0.2.27
5732026-08-17T04:54:43.043Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="formatting"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=dc3fff4dac1ccb89 -C extra-filename=-3cd05aadbfb7f77a --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-e341a82f1fff0f09.rlib --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-d92b0a234662c57c.rlib --extern proc_macro --cap-lints allow`
5742026-08-17T04:54:43.093Z Compiling deranged v0.5.5
5752026-08-17T04:54:43.096Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--allow=clippy::redundant-pub-crate' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints '--allow=clippy::option-if-let-else' --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --warn=unstable-name-collisions --allow=path-statements --cfg 'feature="default"' --cfg 'feature="powerfmt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "num", "powerfmt", "quickcheck", "rand", "rand08", "rand09", "serde"))' -C metadata=3c31a5606af9a3bb -C extra-filename=-46d5bba9eae7a669 --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-2e0ac05791d5c716.rmeta --cap-lints allow`
5762026-08-17T04:54:43.115Z Compiling slog v2.8.2
5772026-08-17T04:54:43.118Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=c29cb75765ef6acb -C extra-filename=-ac4226edf208555a --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-ac4226edf208555a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rustversion=/work/oxidecomputer/dropshot/target/debug/deps/librustversion-4b8f14609df1dd30.so --cap-lints allow`
5782026-08-17T04:54:43.321Z Compiling indexmap v2.14.0
5792026-08-17T04:54:43.324Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.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 --deny=unsafe-code --deny=unreachable-pub --deny=unnameable-types '--allow=clippy::style' --warn=rust-2018-idioms --deny=private-interfaces --deny=private-bounds --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "serde", "std", "sval", "test_debug"))' -C metadata=32190faa062c654d -C extra-filename=-aeb7e62e5466d37c --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-66649c96b7aa6105.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-e8e8b30695935823.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-c04ec599fa8cdd79.rmeta --cap-lints allow`
5802026-08-17T04:54:43.330Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-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 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=9afd612f6de5743c -C extra-filename=-63187ccbe35f6e82 --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-e43aa92cc1f4a725.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-806bbb81fbf955fc.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --cap-lints allow --cfg static_assertions --cfg lower_upper_exp_for_non_zero --cfg rustc_diagnostics --cfg libc --cfg solarish`
5812026-08-17T04:54:43.366Z Compiling serde_derive v1.0.229
5822026-08-17T04:54:43.369Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.229/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=51fc34d5d2ea36ea -C extra-filename=-a96912dea8404812 --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-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b66c5bededaa0ec5.rlib --extern proc_macro --cap-lints allow`
5832026-08-17T04:54:43.441Z Compiling thiserror-impl v2.0.19
5842026-08-17T04:54:43.445Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.19/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=443722c5f2762967 -C extra-filename=-30f297734f3e74d4 --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-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b66c5bededaa0ec5.rlib --extern proc_macro --cap-lints allow`
5852026-08-17T04:54:43.486Z Compiling zerofrom-derive v0.1.5
5862026-08-17T04:54:43.489Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e5024acacae6c7ff -C extra-filename=-cd6e8bc185f45903 --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-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-ffb52adcde0fdd46.rlib --extern proc_macro --cap-lints allow`
5872026-08-17T04:54:43.955Z Compiling tokio-macros v2.7.0
5882026-08-17T04:54:43.958Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=23266cc9a5e893c5 -C extra-filename=-559d030644ee3925 --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-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rlib --extern proc_macro --cap-lints allow`
5892026-08-17T04:54:44.049Z Compiling yoke-derive v0.7.5
5902026-08-17T04:54:44.052Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name yoke_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9f6659d0c926eee2 -C extra-filename=-07598d56270a8621 --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-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-ffb52adcde0fdd46.rlib --extern proc_macro --cap-lints allow`
5912026-08-17T04:54:44.099Z Compiling zerovec-derive v0.10.3
5922026-08-17T04:54:44.102Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zerovec_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=90e272c886412ef2 -C extra-filename=-916ee3abb702abf4 --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-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rlib --extern proc_macro --cap-lints allow`
5932026-08-17T04:54:44.228Z Compiling displaydoc v0.2.5
5942026-08-17T04:54:44.231Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name displaydoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b7f1e9b276f40908 -C extra-filename=-4916686deaf3ccff --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-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rlib --extern proc_macro --cap-lints allow`
5952026-08-17T04:54:44.651Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=70220f47e7447e8d -C extra-filename=-b748758db30a035e --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-30f297734f3e74d4.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
5962026-08-17T04:54:44.684Z Compiling tokio v1.53.1
5972026-08-17T04:54:44.692Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.53.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_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-uring", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "schedule-latency", "signal", "signal-hook-registry", "socket2", "sync", "taskdump", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=5c83f1444ea8a38b -C extra-filename=-5bff1d695e8a340e --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-7853a259e9a38a5c.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-322ebfe76ea31557.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-07054b2f220e24f0.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-0bfca18cd927c29a.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-13e5a67c9a9fe3ba.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-559d030644ee3925.so --cap-lints allow`
5982026-08-17T04:54:44.718Z Compiling zerofrom v0.1.5
5992026-08-17T04:54:44.721Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=d63e94821913d181 -C extra-filename=-87236e095638660a --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-cd6e8bc185f45903.so --cap-lints allow`
6002026-08-17T04:54:44.750Z Compiling futures-macro v0.3.34
6012026-08-17T04:54:44.754Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.34/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=ed3911f61e3c8f83 -C extra-filename=-f48eb1ef9ce2645c --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-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b66c5bededaa0ec5.rlib --extern proc_macro --cap-lints allow`
6022026-08-17T04:54:44.842Z Compiling pest v2.8.1
6032026-08-17T04:54:44.846Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=b0515076b88f4a98 -C extra-filename=-3326c26a73d87d53 --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-7981f4679f1d9fcc.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-a712a9639355ef79.rmeta --cap-lints allow`
6042026-08-17T04:54:44.966Z Compiling zerocopy-derive v0.8.27
6052026-08-17T04:54:44.969Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.8.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8f3916df79b55a53 -C extra-filename=-00a739cb5be4386a --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-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rlib --extern proc_macro --cap-lints allow`
6062026-08-17T04:54:45.087Z Compiling yoke v0.7.5
6072026-08-17T04:54:45.090Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=48b69544b0502f01 -C extra-filename=-5e5bdec5097ddff9 --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-1fbe238204fc37a8.rmeta --extern yoke_derive=/work/oxidecomputer/dropshot/target/debug/deps/libyoke_derive-07598d56270a8621.so --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-87236e095638660a.rmeta --cap-lints allow`
6082026-08-17T04:54:45.136Z Compiling icu_provider_macros v1.5.0
6092026-08-17T04:54:45.140Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider_macros-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=30afb46f48e3eed9 -C extra-filename=-b2bdccf5add6fb4a --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-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rlib --extern proc_macro --cap-lints allow`
6102026-08-17T04:54:45.275Z Compiling zerovec v0.10.4
6112026-08-17T04:54:45.279Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=39bc27c2ee6335db -C extra-filename=-8b10918e9f77896f --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-5e5bdec5097ddff9.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-87236e095638660a.rmeta --extern zerovec_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec_derive-916ee3abb702abf4.so --cap-lints allow`
6122026-08-17T04:54:45.596Z Compiling futures-util v0.3.34
6132026-08-17T04:54:45.599Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --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="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "libc", "memchr", "portable-atomic", "portable-atomic-alloc", "portable-atomic-util", "portable_atomic_crate", "sink", "slab", "spin", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=a17742ba091421d7 -C extra-filename=-22a77bcef606dd06 --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-adacce52f055f7ec.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-cfa01871cbef243a.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-081c5031f90bdb57.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-f48eb1ef9ce2645c.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-50af9afda5b630c5.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-d39c363a6ac04f2c.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-7981f4679f1d9fcc.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-e621bc1f4ef5167b.rmeta --cap-lints allow`
6142026-08-17T04:54:45.699Z Compiling hybrid-array v0.4.8
6152026-08-17T04:54:45.702Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hybrid_array --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hybrid-array-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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--warn=clippy::panic_in_result_fn' '--warn=clippy::panic' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' '--warn=clippy::arithmetic_side_effects' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytemuck", "ctutils", "extra-sizes", "serde", "subtle", "zerocopy", "zeroize"))' -C metadata=e6d177d3171ad1f7 -C extra-filename=-5eced5b1f3dc5410 --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-8588b87493353f2b.rmeta --cap-lints allow`
6162026-08-17T04:54:46.014Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.229/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=41af632676b4141b -C extra-filename=-487c7942d90f23d8 --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-c04ec599fa8cdd79.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-a96912dea8404812.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)'`
6172026-08-17T04:54:46.095Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.229/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=c2d9ce6539e7ee11 -C extra-filename=-6360e43d0dec8e96 --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-d4919a0507b8ef23.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-a96912dea8404812.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)'`
6182026-08-17T04:54:46.135Z Compiling tinystr v0.7.6
6192026-08-17T04:54:46.138Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=55f9c292f51fd127 -C extra-filename=-f248edb2d57609ee --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-4916686deaf3ccff.so --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-8b10918e9f77896f.rmeta --cap-lints allow`
6202026-08-17T04:54:46.157Z Compiling pest_meta v2.8.1
6212026-08-17T04:54:46.161Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=1d09c03f4df54bad -C extra-filename=-2d51cf06f797ff4e --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-3326c26a73d87d53.rmeta --cap-lints allow`
6222026-08-17T04:54:46.199Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=2e284b18c8f666ed -C extra-filename=-a9e5094f49e938b4 --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-00a739cb5be4386a.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)'`
6232026-08-17T04:54:46.320Z Compiling icu_locid v1.5.0
6242026-08-17T04:54:46.324Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std", "zerovec"))' -C metadata=0c374216b3ec5fe5 -C extra-filename=-5e49e9b5c5387f9a --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-4916686deaf3ccff.so --extern litemap=/work/oxidecomputer/dropshot/target/debug/deps/liblitemap-88ebcf735b7babe1.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-f248edb2d57609ee.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-044bc8bbb95909aa.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-8b10918e9f77896f.rmeta --cap-lints allow`
6252026-08-17T04:54:46.515Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=2413aa9b720bf8f9 -C extra-filename=-ae9a44e61fd590b1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'`
6262026-08-17T04:54:46.563Z Compiling http-body v1.0.1
6272026-08-17T04:54:46.567Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=07026df5668297c6 -C extra-filename=-3621baa5976929d1 --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-7853a259e9a38a5c.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rmeta --cap-lints allow`
6282026-08-17T04:54:46.702Z Compiling pest_generator v2.8.1
6292026-08-17T04:54:46.706Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=d556c3c4b9204ba5 -C extra-filename=-0ab5842f66d8b6d8 --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-3326c26a73d87d53.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-2d51cf06f797ff4e.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rmeta --cap-lints allow`
6302026-08-17T04:54:47.023Z Compiling icu_provider v1.5.0
6312026-08-17T04:54:47.026Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "datagen", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "experimental", "log_error_context", "logging", "macros", "serde", "std", "sync"))' -C metadata=5a79a0db2f1bda16 -C extra-filename=-baa2749fa6d149ca --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-4916686deaf3ccff.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-5e49e9b5c5387f9a.rmeta --extern icu_provider_macros=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider_macros-b2bdccf5add6fb4a.so --extern stable_deref_trait=/work/oxidecomputer/dropshot/target/debug/deps/libstable_deref_trait-1fbe238204fc37a8.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-f248edb2d57609ee.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-044bc8bbb95909aa.rmeta --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-5e5bdec5097ddff9.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-87236e095638660a.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-8b10918e9f77896f.rmeta --cap-lints allow`
6322026-08-17T04:54:47.207Z Compiling tracing-core v0.1.32
6332026-08-17T04:54:47.210Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=cc717c33bf4eef65 -C extra-filename=-0d09423e7c6b03da --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-b7c38563a55f281b.rmeta --cap-lints allow`
6342026-08-17T04:54:47.282Z Compiling rustix v0.38.44
6352026-08-17T04:54:47.286Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=f754bada16a7f6ab -C extra-filename=-1d637342bbf8d08c --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-1d637342bbf8d08c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6362026-08-17T04:54:47.395Z Compiling pest_derive v2.8.1
6372026-08-17T04:54:47.399Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_derive-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=6c39a01768a572d2 -C extra-filename=-c2708156631b0fd2 --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-3326c26a73d87d53.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-0ab5842f66d8b6d8.rlib --extern proc_macro --cap-lints allow`
6382026-08-17T04:54:47.478Z Compiling fastrand v2.1.1
6392026-08-17T04:54:47.481Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=459711adbb55e470 -C extra-filename=-33ddf61acbdb72f1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6402026-08-17T04:54:47.586Z Compiling percent-encoding v2.3.2
6412026-08-17T04:54:47.590Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=83d0ac46b17e7ed9 -C extra-filename=-02ea126171a070cc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6422026-08-17T04:54:47.612Z Compiling rustls v0.23.43
6432026-08-17T04:54:47.616Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.43/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(bench)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(read_buf)' --check-cfg 'cfg(rustls_docsrs)' --cfg 'feature="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="log"' --cfg 'feature="logging"' --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", "prefer-post-quantum", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=423a9bc9a7f78d10 -C extra-filename=-5852628357619032 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-5852628357619032 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6442026-08-17T04:54:47.741Z Compiling num_threads v0.1.3
6452026-08-17T04:54:47.744Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_threads-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8f7827e4d31f05fb -C extra-filename=-50fb03269635d8cd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6462026-08-17T04:54:47.779Z Compiling atomic-waker v1.1.2
6472026-08-17T04:54:47.783Z Compiling icu_locid_transform_data v1.5.0
6482026-08-17T04:54:47.783Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-waker-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=7f685d95fb7b02e0 -C extra-filename=-0c5c0c2668894ecb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6492026-08-17T04:54:47.783Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=47cd3787c0bdbcca -C extra-filename=-56961197c81174c2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6502026-08-17T04:54:47.813Z Compiling untrusted v0.9.0
6512026-08-17T04:54:47.817Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6dd299bfceaba081 -C extra-filename=-f4acdcd0a43f097d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6522026-08-17T04:54:47.827Z Compiling time v0.3.47
6532026-08-17T04:54:47.830Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "rand08", "rand09", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=d97b9338f2e09279 -C extra-filename=-10603f4cede7450e --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-46d5bba9eae7a669.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-ce4948a932fb1220.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-e341a82f1fff0f09.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-50fb03269635d8cd.rmeta --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-2e0ac05791d5c716.rmeta --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-d92b0a234662c57c.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-3cd05aadbfb7f77a.so --cap-lints allow`
6542026-08-17T04:54:47.836Z Compiling icu_locid_transform v1.5.0
6552026-08-17T04:54:47.839Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=3748884d554fe26f -C extra-filename=-db770ca5e1e10062 --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-4916686deaf3ccff.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-5e49e9b5c5387f9a.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform_data-56961197c81174c2.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-baa2749fa6d149ca.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-f248edb2d57609ee.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-8b10918e9f77896f.rmeta --cap-lints allow`
6562026-08-17T04:54:47.846Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-1d637342bbf8d08c/build-script-build`
6572026-08-17T04:54:47.897Z Compiling tracing v0.1.40
6582026-08-17T04:54:47.900Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=d1b357289f919949 -C extra-filename=-e1c383497ab6c564 --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-884aae9ad79cdf73.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-0d09423e7c6b03da.rmeta --cap-lints allow`
6592026-08-17T04:54:47.917Z Compiling erased-serde v0.3.31
6602026-08-17T04:54:47.921Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=18a5a145eb97d29e -C extra-filename=-b80c1b6428a1d44c --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-487c7942d90f23d8.rmeta --cap-lints allow`
6612026-08-17T04:54:47.925Z Compiling icu_collections v1.5.0
6622026-08-17T04:54:47.929Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std"))' -C metadata=1ac56eab66a9fd67 -C extra-filename=-51c5415495d7752c --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-4916686deaf3ccff.so --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-5e5bdec5097ddff9.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-87236e095638660a.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-8b10918e9f77896f.rmeta --cap-lints allow`
6632026-08-17T04:54:47.939Z Compiling dtrace-parser v0.3.0
6642026-08-17T04:54:47.942Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtrace-parser-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dcecd4e0a59d6166 -C extra-filename=-01be94811a338e25 --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-3326c26a73d87d53.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-c2708156631b0fd2.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rmeta --cap-lints allow`
6652026-08-17T04:54:48.129Z Compiling scroll_derive v0.13.1
6662026-08-17T04:54:48.133Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=494a941d98c4ff0d -C extra-filename=-f0f4cc01b1264d80 --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-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rlib --extern proc_macro --cap-lints allow`
6672026-08-17T04:54:48.415Z Compiling tokio-util v0.7.19
6682026-08-17T04:54:48.419Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="libc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "join-map", "libc", "net", "rt", "slab", "time", "tracing"))' -C metadata=d68946f8c7ebcafa -C extra-filename=-25682a1f3dce3cdf --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-7853a259e9a38a5c.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-cfa01871cbef243a.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-50af9afda5b630c5.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rmeta --cap-lints allow`
6692026-08-17T04:54:48.539Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-ac4226edf208555a/build-script-build`
6702026-08-17T04:54:48.551Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.151/src/lib.rs --error-format=json --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=3291d90e991ef9f6 -C extra-filename=-bb5ae4b55424d122 --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-ce4948a932fb1220.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-7981f4679f1d9fcc.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-d4919a0507b8ef23.rmeta --extern zmij=/work/oxidecomputer/dropshot/target/debug/deps/libzmij-649e44e2e51851ff.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
6712026-08-17T04:54:48.792Z Compiling thread-id v5.0.0
6722026-08-17T04:54:48.795Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread-id-5.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bd943c99bfdedfb1 -C extra-filename=-4663d471d4a479c4 --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-7398cde873465ce2.rmeta --cap-lints allow`
6732026-08-17T04:54:48.878Z Compiling num-traits v0.2.14
6742026-08-17T04:54:48.882Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=b1dccff30b54ec7b -C extra-filename=-fe1ae5224009a749 --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-fe1ae5224009a749 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-f19cb554f2baccce.rlib --cap-lints allow`
6752026-08-17T04:54:48.949Z Compiling usdt-impl v0.6.0
6762026-08-17T04:54:48.952Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=a8da175faffed4c2 -C extra-filename=-07be16f3111e2aea --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-07be16f3111e2aea -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6772026-08-17T04:54:48.971Z Compiling icu_properties_data v1.5.0
6782026-08-17T04:54:48.975Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3992d1f5d9088d8f -C extra-filename=-1850606870df44b9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6792026-08-17T04:54:49.029Z Compiling tower-layer v0.3.3
6802026-08-17T04:54:49.035Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-layer-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0309671443f5fbfd -C extra-filename=-fbfdf267496e6bf2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6812026-08-17T04:54:49.101Z Compiling byteorder v1.4.3
6822026-08-17T04:54:49.109Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=8b7682390a8d7efd -C extra-filename=-f0dff5b71da198e1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6832026-08-17T04:54:49.112Z Compiling crc32fast v1.5.0
6842026-08-17T04:54:49.112Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=4a8fe13aee6467b5 -C extra-filename=-de5e010f2ebef95f --out-dir /work/oxidecomputer/dropshot/target/debug/build/crc32fast-de5e010f2ebef95f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6852026-08-17T04:54:49.118Z Compiling subtle v2.5.0
6862026-08-17T04:54:49.121Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=c079d47af639c397 -C extra-filename=-cf97c39e93b149da --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6872026-08-17T04:54:49.182Z Compiling fnv v1.0.7
6882026-08-17T04:54:49.186Z Compiling try-lock v0.2.3
6892026-08-17T04:54:49.186Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3291cc1d8c355688 -C extra-filename=-a2b315442da0268d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6902026-08-17T04:54:49.186Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/try-lock-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d1cfa8807a45f873 -C extra-filename=-449b3fbed0480891 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6912026-08-17T04:54:49.258Z Compiling base64 v0.22.1
6922026-08-17T04:54:49.262Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=d0fcaf42b4dc48fc -C extra-filename=-27bda732d0ea2cb7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6932026-08-17T04:54:49.276Z Compiling paste v1.0.15
6942026-08-17T04:54:49.280Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=feee98da06b2c863 -C extra-filename=-edd1f3930d974c43 --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-edd1f3930d974c43 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6952026-08-17T04:54:49.288Z Compiling cpufeatures v0.3.0
6962026-08-17T04:54:49.291Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4a0dab97bdcb68ea -C extra-filename=-0bff1508cf625cd4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6972026-08-17T04:54:49.319Z Compiling tower-service v0.3.3
6982026-08-17T04:54:49.323Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-service-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3e35d3a54f09fd3 -C extra-filename=-424407bb805f7111 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6992026-08-17T04:54:49.352Z Compiling dof v0.4.0
7002026-08-17T04:54:49.355Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=456a5c2178550096 -C extra-filename=-9afa11056c9c8483 --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-6360e43d0dec8e96.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bb5ae4b55424d122.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-a9e5094f49e938b4.rmeta --cap-lints allow`
7012026-08-17T04:54:49.382Z Running `/work/oxidecomputer/dropshot/target/debug/build/crc32fast-de5e010f2ebef95f/build-script-build`
7022026-08-17T04:54:49.407Z Compiling want v0.3.0
7032026-08-17T04:54:49.410Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/want-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb0d95cbc1260ed3 -C extra-filename=-4e67cfff71316ccb --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-4d49c31f4ede2482.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-449b3fbed0480891.rmeta --cap-lints allow`
7042026-08-17T04:54:49.420Z Compiling h2 v0.4.14
7052026-08-17T04:54:49.423Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.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 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=cb7a6952608b017c -C extra-filename=-7bf45911608cd963 --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-0c5c0c2668894ecb.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-a2b315442da0268d.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-cfa01871cbef243a.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-50af9afda5b630c5.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-e621bc1f4ef5167b.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-25682a1f3dce3cdf.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-e1c383497ab6c564.rmeta --cap-lints allow`
7062026-08-17T04:54:49.566Z Running `/work/oxidecomputer/dropshot/target/debug/build/paste-edd1f3930d974c43/build-script-build`
7072026-08-17T04:54:49.592Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-07be16f3111e2aea/build-script-build`
7082026-08-17T04:54:49.595Z Compiling icu_properties v1.5.1
7092026-08-17T04:54:49.599Z Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-fe1ae5224009a749/build-script-build`
7102026-08-17T04:54:49.599Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bidi", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=ee3052ad03ce7f02 -C extra-filename=-71d65698a559662f --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-4916686deaf3ccff.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-51c5415495d7752c.rmeta --extern icu_locid_transform=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform-db770ca5e1e10062.rmeta --extern icu_properties_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties_data-1850606870df44b9.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-baa2749fa6d149ca.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-f248edb2d57609ee.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-8b10918e9f77896f.rmeta --cap-lints allow`
7112026-08-17T04:54:49.612Z Compiling scroll v0.13.0
7122026-08-17T04:54:49.615Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=aa9896d243771ca4 -C extra-filename=-0f8e6de2886ef01f --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-f0f4cc01b1264d80.so --cap-lints allow`
7132026-08-17T04:54:49.763Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=8b2ead69ad4d6e4e -C extra-filename=-46a3ac45c585a554 --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-b80c1b6428a1d44c.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-c04ec599fa8cdd79.rmeta --cap-lints allow --cfg has_std_error --check-cfg 'cfg(has_std_error)'`
7142026-08-17T04:54:49.805Z Compiling crypto-common v0.2.1
7152026-08-17T04:54:49.805Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=fa78a55b17c1270c -C extra-filename=-13169cb37feb68ae --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-e43aa92cc1f4a725.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-806bbb81fbf955fc.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
7162026-08-17T04:54:49.809Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "zeroize"))' -C metadata=3d5d57f840aec3a7 -C extra-filename=-e9708427aa152d9c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern hybrid_array=/work/oxidecomputer/dropshot/target/debug/deps/libhybrid_array-5eced5b1f3dc5410.rmeta --cap-lints allow`
7172026-08-17T04:54:49.872Z Compiling block-buffer v0.12.0
7182026-08-17T04:54:49.875Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=17a58c179001b775 -C extra-filename=-15a71fc333ee1039 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern hybrid_array=/work/oxidecomputer/dropshot/target/debug/deps/libhybrid_array-5eced5b1f3dc5410.rmeta --cap-lints allow`
7192026-08-17T04:54:50.023Z Compiling unicase v2.6.0
7202026-08-17T04:54:50.027Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=4f5af255d7c1e86e -C extra-filename=-6df319034e9dec97 --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-6df319034e9dec97 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-ea52cc362ec4cf08.rlib --cap-lints allow`
7212026-08-17T04:54:50.176Z Compiling utf8_iter v1.0.4
7222026-08-17T04:54:50.179Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d1cab2e99429153 -C extra-filename=-4d6e85739e2224ed --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7232026-08-17T04:54:50.248Z Compiling plain v0.2.3
7242026-08-17T04:54:50.252Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=704179a128dbdea7 -C extra-filename=-a5f0ad4d246c3422 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7252026-08-17T04:54:50.321Z Compiling const-oid v0.10.2
7262026-08-17T04:54:50.324Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-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("arbitrary", "db"))' -C metadata=cbf525a5cbf7bd06 -C extra-filename=-64b92bf6d31f63ec --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7272026-08-17T04:54:50.352Z Compiling httpdate v1.0.1
7282026-08-17T04:54:50.355Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpdate-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bd33117496cb0c41 -C extra-filename=-b39d6bfab05260db --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7292026-08-17T04:54:50.526Z Compiling adler2 v2.0.1
7302026-08-17T04:54:50.529Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name adler2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "rustc-dep-of-std", "std"))' -C metadata=71980e5b719ecd4e -C extra-filename=-8676381fc828e853 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7312026-08-17T04:54:50.592Z Compiling icu_normalizer_data v1.5.0
7322026-08-17T04:54:50.595Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ca0e7c6f1a0c78d7 -C extra-filename=-6147de927ab9640a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7332026-08-17T04:54:50.634Z Compiling utf16_iter v1.0.5
7342026-08-17T04:54:50.643Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name utf16_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf16_iter-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7cf9b64acaaae87f -C extra-filename=-24d9980bf4a7afd3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7352026-08-17T04:54:50.654Z Compiling write16 v1.0.0
7362026-08-17T04:54:50.657Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name write16 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/write16-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "smallvec"))' -C metadata=615110fbb38d86e8 -C extra-filename=-6508a8e276bbebfd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7372026-08-17T04:54:50.662Z Compiling simd-adler32 v0.3.7
7382026-08-17T04:54:50.665Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name simd_adler32 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "default", "nightly", "std"))' -C metadata=06379e7a9e594ed2 -C extra-filename=-2393e5cf4cb9eac0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7392026-08-17T04:54:50.745Z Compiling digest v0.11.2
7402026-08-17T04:54:50.748Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.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=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="alloc"' --cfg 'feature="block-api"' --cfg 'feature="default"' --cfg 'feature="oid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-api", "default", "dev", "getrandom", "mac", "oid", "rand_core", "zeroize"))' -C metadata=fd6425b809fa8171 -C extra-filename=-d2dcdd7a3a1d86cf --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-15a71fc333ee1039.rmeta --extern const_oid=/work/oxidecomputer/dropshot/target/debug/deps/libconst_oid-64b92bf6d31f63ec.rmeta --extern common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-e9708427aa152d9c.rmeta --cap-lints allow`
7412026-08-17T04:54:50.757Z Compiling goblin v0.10.1
7422026-08-17T04:54:50.760Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --cfg 'feature="te"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std", "te"))' -C metadata=0b17b4722c8cc36a -C extra-filename=-ae41b9d374d3dc51 --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-4d49c31f4ede2482.rmeta --extern plain=/work/oxidecomputer/dropshot/target/debug/deps/libplain-a5f0ad4d246c3422.rmeta --extern scroll=/work/oxidecomputer/dropshot/target/debug/deps/libscroll-0f8e6de2886ef01f.rmeta --cap-lints allow`
7432026-08-17T04:54:50.760Z Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-6df319034e9dec97/build-script-build`
7442026-08-17T04:54:50.828Z Compiling miniz_oxide v0.8.9
7452026-08-17T04:54:50.831Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.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 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="simd"' --cfg 'feature="simd-adler32"' --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-boundary", "core", "default", "rustc-dep-of-std", "serde", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=357c2bd56555b3b4 -C extra-filename=-6f409bca499a8c92 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern adler2=/work/oxidecomputer/dropshot/target/debug/deps/libadler2-8676381fc828e853.rmeta --extern simd_adler32=/work/oxidecomputer/dropshot/target/debug/deps/libsimd_adler32-2393e5cf4cb9eac0.rmeta --cap-lints allow`
7462026-08-17T04:54:50.850Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=f9bf68e613b8f8c6 -C extra-filename=-05403e5ef8f7636c --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`
7472026-08-17T04:54:50.874Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=b31038ff9fdb374b -C extra-filename=-36b8f2eac7d30441 --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-f0dff5b71da198e1.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-9afa11056c9c8483.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-01be94811a338e25.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6360e43d0dec8e96.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bb5ae4b55424d122.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-4663d471d4a479c4.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)'`
7482026-08-17T04:54:50.896Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c0d96122ce3b2e19 -C extra-filename=-505ee8bd27584fb8 --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"))'`
7492026-08-17T04:54:51.343Z Compiling icu_normalizer v1.5.0
7502026-08-17T04:54:51.346Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "serde", "std"))' -C metadata=ba4911d5379e40c2 -C extra-filename=-01e11319b43ea5a8 --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-4916686deaf3ccff.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-51c5415495d7752c.rmeta --extern icu_normalizer_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_normalizer_data-6147de927ab9640a.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-71d65698a559662f.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-baa2749fa6d149ca.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-a940c0bb25f890d4.rmeta --extern utf16_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf16_iter-24d9980bf4a7afd3.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-4d6e85739e2224ed.rmeta --extern write16=/work/oxidecomputer/dropshot/target/debug/deps/libwrite16-6508a8e276bbebfd.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-8b10918e9f77896f.rmeta --cap-lints allow`
7512026-08-17T04:54:51.366Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=522a21ea94fdddf8 -C extra-filename=-9f1ed80c0d11d19c --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-0af57a848de951cf.rmeta --cap-lints allow --cfg stable_arm_crc32_intrinsics --check-cfg 'cfg(stable_arm_crc32_intrinsics)'`
7522026-08-17T04:54:51.375Z Compiling form_urlencoded v1.2.2
7532026-08-17T04:54:51.378Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=e127e6ff45b0449a -C extra-filename=-070e1d849562a0fd --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-02ea126171a070cc.rmeta --cap-lints allow`
7542026-08-17T04:54:51.464Z Compiling serde_tokenstream v0.2.3
7552026-08-17T04:54:51.467Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_tokenstream-0.2.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=50acb551dd9b0d4a -C extra-filename=-13cbe17f45a545ed --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-e941e402522ab889.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6360e43d0dec8e96.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rmeta --cap-lints allow`
7562026-08-17T04:54:51.542Z Compiling hyper v1.11.0
7572026-08-17T04:54:51.542Z Compiling pretty-hex v0.4.1
7582026-08-17T04:54:51.547Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=b15a9b4719438182 -C extra-filename=-9bb5c8ecb7732f61 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7592026-08-17T04:54:51.547Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::restriction' '--warn=clippy::pedantic' '--allow=clippy::wildcard_enum_match_arm' '--allow=clippy::useless_borrows_in_formatting' '--allow=clippy::used_underscore_items' '--allow=clippy::unwrap_in_result' '--allow=clippy::unused_trait_names' '--allow=clippy::unused_async' '--allow=clippy::unseparated_literal_suffix' '--allow=clippy::unreachable' '--allow=clippy::unnested_or_patterns' '--allow=clippy::unnecessary_trailing_comma' '--allow=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--allow=clippy::type_complexity' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::too_many_lines' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::std_instead_of_core' '--allow=clippy::std_instead_of_alloc' '--allow=clippy::single_char_lifetime_names' '--allow=clippy::single_call_fn' '--allow=clippy::shadow_unrelated' '--allow=clippy::shadow_same' '--allow=clippy::shadow_reuse' '--allow=clippy::semicolon_outside_block' '--allow=clippy::semicolon_inside_block' '--deny=clippy::self_named_module_files' '--allow=clippy::same_name_method' '--allow=clippy::renamed_function_params' '--allow=clippy::ref_patterns' '--allow=clippy::redundant_else' '--allow=clippy::redundant_closure_for_method_calls' '--allow=clippy::question_mark_used' '--allow=clippy::pub_with_shorthand' '--allow=clippy::pub_use' '--allow=clippy::pattern_type_mismatch' '--allow=clippy::panic_in_result_fn' '--allow=clippy::panic' '--allow=clippy::new_without_default' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_continue' '--allow=clippy::must_use_candidate' '--allow=clippy::multiple_unsafe_ops_per_block' '--allow=clippy::multiple_inherent_impl' '--allow=clippy::module_name_repetitions' '--allow=clippy::module_inception' '--allow=clippy::mod_module_files' '--allow=clippy::missing_trait_methods' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_inline_in_public_items' '--allow=clippy::missing_fields_in_debug' '--allow=clippy::missing_errors_doc' '--allow=clippy::missing_docs_in_private_items' '--allow=clippy::missing_assert_message' '--allow=clippy::min_ident_chars' '--allow=clippy::match_wild_err_arm' '--allow=clippy::map_unwrap_or' '--allow=clippy::map_err_ignore' '--allow=clippy::let_unit_value' '--allow=clippy::let_underscore_untyped' '--allow=clippy::let_underscore_must_use' '--allow=clippy::items_after_statements' '--allow=clippy::integer_division_remainder_used' '--allow=clippy::integer_division' '--allow=clippy::inline_trait_bounds' '--allow=clippy::inline_modules' '--allow=clippy::indexing_slicing' '--allow=clippy::implicit_return' '--allow=clippy::impl_trait_in_params' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_then_some_else_none' '--allow=clippy::if_not_else' '--allow=clippy::float_arithmetic' '--allow=clippy::field_scoped_visibility_modifiers' '--allow=clippy::expect_used' '--allow=clippy::error_impl_error' '--allow=clippy::enum_glob_use' '--allow=clippy::else_if_without_else' '--allow=clippy::default_numeric_fallback' '--allow=clippy::decimal_literal_representation' '--allow=clippy::collapsible_match' '--allow=clippy::cognitive_complexity' '--allow=clippy::clone_on_ref_ptr' '--allow=clippy::checked_conversions' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_truncation' '--allow=clippy::blanket_clippy_restriction_lints' '--allow=clippy::as_conversions' '--allow=clippy::arithmetic_side_effects' '--allow=clippy::arbitrary_source_item_ordering' '--allow=clippy::absolute_paths' --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=66bf7bcb13e452b3 -C extra-filename=-69909fc551ab8144 --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-0c5c0c2668894ecb.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-adacce52f055f7ec.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-cfa01871cbef243a.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-7bf45911608cd963.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-3621baa5976929d1.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-5a88a5daedc53632.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-b39d6bfab05260db.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-ce4948a932fb1220.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-a940c0bb25f890d4.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-4e67cfff71316ccb.rmeta --cap-lints allow`
7602026-08-17T04:54:51.574Z Compiling unicode-width v0.1.9
7612026-08-17T04:54:51.577Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=64e97763adbd00c9 -C extra-filename=-a39921e70250e704 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7622026-08-17T04:54:51.672Z Compiling mime v0.3.16
7632026-08-17T04:54:51.675Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime-0.3.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=90fea4eef8dbfef2 -C extra-filename=-84cc173b80c53ab0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7642026-08-17T04:54:51.680Z Compiling ipnet v2.10.0
7652026-08-17T04:54:51.683Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=f92fcee4f7a38d61 -C extra-filename=-843b7fc30a4255f2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7662026-08-17T04:54:51.740Z Compiling lazy_static v1.5.0
7672026-08-17T04:54:51.746Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=c4608d4333d0ae74 -C extra-filename=-1e9a1599d0d1e6c2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7682026-08-17T04:54:51.835Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=73b773363fd7e3f6 -C extra-filename=-e73947fdf68f8e88 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-e73947fdf68f8e88 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7692026-08-17T04:54:51.931Z Compiling winnow v1.0.0
7702026-08-17T04:54:51.934Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=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_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_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ascii", "binary", "debug", "default", "parser", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=ceb857f8f800ac65 -C extra-filename=-d407a3778b11b22d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7712026-08-17T04:54:52.070Z Compiling ryu v1.0.5
7722026-08-17T04:54:52.073Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=3349a435008b1e7c -C extra-filename=-d64d901c5d691e1a --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-d64d901c5d691e1a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7732026-08-17T04:54:52.107Z Compiling unicode-segmentation v1.10.0
7742026-08-17T04:54:52.110Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=9759d68d5f351552 -C extra-filename=-a9a6ec2642e44369 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7752026-08-17T04:54:52.191Z Compiling openssl-probe v0.2.1
7762026-08-17T04:54:52.195Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cb89a68dbbc026f0 -C extra-filename=-e6544db9ece21627 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7772026-08-17T04:54:52.274Z Compiling iana-time-zone v0.1.47
7782026-08-17T04:54:52.277Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=d9f5b4e66faca256 -C extra-filename=-66ddd8b95bbdeba8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7792026-08-17T04:54:52.346Z Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-d64d901c5d691e1a/build-script-build`
7802026-08-17T04:54:52.377Z Compiling chrono v0.4.45
7812026-08-17T04:54:52.380Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-link"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "arbitrary", "clock", "core-error", "default", "defmt", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-link"))' -C metadata=4061cf6b29e33d3b -C extra-filename=-8e33a68da2f5b8b9 --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-66ddd8b95bbdeba8.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-05403e5ef8f7636c.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rmeta --cap-lints allow`
7822026-08-17T04:54:52.385Z Compiling newline-converter v0.3.0
7832026-08-17T04:54:52.388Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=75711eb7c6265350 -C extra-filename=-0804d33911b95354 --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-a9a6ec2642e44369.rmeta --cap-lints allow`
7842026-08-17T04:54:52.447Z Compiling rustls-native-certs v0.8.3
7852026-08-17T04:54:52.450Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-native-certs-0.8.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=90ef03a07a3cca71 -C extra-filename=-17e88b40252c0efe --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-e6544db9ece21627.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rmeta --cap-lints allow`
7862026-08-17T04:54:52.487Z Compiling toml_parser v1.1.3+spec-1.1.0
7872026-08-17T04:54:52.491Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_parser --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.1.3+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_match' '--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=84d4663c06123613 -C extra-filename=-33ac07c12911d2f5 --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-d407a3778b11b22d.rmeta --cap-lints allow`
7882026-08-17T04:54:52.491Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-e73947fdf68f8e88/build-script-build`
7892026-08-17T04:54:52.507Z Compiling console v0.15.7
7902026-08-17T04:54:52.510Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.15.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=ac986e9e13328cbc -C extra-filename=-6a700380b4c554df --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-1e9a1599d0d1e6c2.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-a39921e70250e704.rmeta --cap-lints allow`
7912026-08-17T04:54:52.532Z Compiling idna_adapter v1.2.0
7922026-08-17T04:54:52.536Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=9f77f1a641a02656 -C extra-filename=-ab067f039a095df5 --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-01e11319b43ea5a8.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-71d65698a559662f.rmeta --cap-lints allow`
7932026-08-17T04:54:52.672Z Compiling hyper-util v0.1.20
7942026-08-17T04:54:52.675Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="client-pool"' --cfg 'feature="client-proxy"' --cfg 'feature="client-proxy-system"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="server-graceful"' --cfg 'feature="service"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "client-pool", "client-proxy", "client-proxy-system", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio", "tracing"))' -C metadata=3a854bc865428f2e -C extra-filename=-6431ca84929ba259 --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-27bda732d0ea2cb7.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-adacce52f055f7ec.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-22a77bcef606dd06.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-3621baa5976929d1.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rmeta --extern ipnet=/work/oxidecomputer/dropshot/target/debug/deps/libipnet-843b7fc30a4255f2.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-13e5a67c9a9fe3ba.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-fbfdf267496e6bf2.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-424407bb805f7111.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-e1c383497ab6c564.rmeta --cap-lints allow`
7952026-08-17T04:54:52.764Z Compiling flate2 v1.1.9
7962026-08-17T04:54:52.767Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.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="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("any_c_zlib", "any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "document-features", "libz-ng-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=fedbc499afc078c9 -C extra-filename=-c51f3b03065707e6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern crc32fast=/work/oxidecomputer/dropshot/target/debug/deps/libcrc32fast-9f1ed80c0d11d19c.rmeta --extern miniz_oxide=/work/oxidecomputer/dropshot/target/debug/deps/libminiz_oxide-6f409bca499a8c92.rmeta --cap-lints allow`
7972026-08-17T04:54:53.105Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=4807d385c62cafad -C extra-filename=-c46b29ab46860777 --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`
7982026-08-17T04:54:53.156Z Compiling sha1 v0.11.0
7992026-08-17T04:54:53.164Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(sha1_backend, values("aarch64-sha2", "x86-sha", "soft"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="oid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "oid", "zeroize"))' -C metadata=fbd7b5105d2364ac -C extra-filename=-e70376022178b884 --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-0af57a848de951cf.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-0bff1508cf625cd4.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-d2dcdd7a3a1d86cf.rmeta --cap-lints allow`
8002026-08-17T04:54:53.177Z Compiling chacha20 v0.10.1
8012026-08-17T04:54:53.180Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(chacha20_avx512)' --check-cfg 'cfg(chacha20_backend, values("avx2", "avx512", "soft", "sse2"))' --cfg 'feature="rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cipher", "default", "legacy", "rng", "xchacha", "zeroize"))' -C metadata=8622ef066bfa8f32 -C extra-filename=-1b02e13184435c8a --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-0af57a848de951cf.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-0bff1508cf625cd4.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-d9753deb2e14760e.rmeta --cap-lints allow`
8022026-08-17T04:54:53.267Z Compiling concurrent-queue v2.5.0
8032026-08-17T04:54:53.270Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=f019b151338762dc -C extra-filename=-9c00d04b9cb65a1f --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-ae9a44e61fd590b1.rmeta --cap-lints allow`
8042026-08-17T04:54:53.295Z Compiling serde_tokenstream v0.3.0
8052026-08-17T04:54:53.299Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_tokenstream-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3a71f5130ec6ef7f -C extra-filename=-af1a38aada65d234 --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-e941e402522ab889.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6360e43d0dec8e96.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b66c5bededaa0ec5.rmeta --cap-lints allow`
8062026-08-17T04:54:53.400Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=eb38a214086306bc -C extra-filename=-d3e135d1f0db6f00 --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-ae41b9d374d3dc51.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-9bb5c8ecb7732f61.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-a9e5094f49e938b4.rmeta --cap-lints allow`
8072026-08-17T04:54:53.427Z Compiling serde_derive_internals v0.29.0
8082026-08-17T04:54:53.430Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive_internals-0.29.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=db7849ce1c651945 -C extra-filename=-b685b4106d9ed60d --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-e941e402522ab889.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rmeta --cap-lints allow`
8092026-08-17T04:54:53.467Z Compiling multer v3.1.0
8102026-08-17T04:54:53.475Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=8f5da3c016405b40 -C extra-filename=-863b92f636730164 --out-dir /work/oxidecomputer/dropshot/target/debug/build/multer-863b92f636730164 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-ea52cc362ec4cf08.rlib --cap-lints allow`
8112026-08-17T04:54:53.577Z Compiling serde_spanned v1.1.1
8122026-08-17T04:54:53.580Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=3750ddf038ba852b -C extra-filename=-4b1986cbdd8eabb6 --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-c04ec599fa8cdd79.rmeta --cap-lints allow`
8132026-08-17T04:54:53.682Z Compiling toml_datetime v1.1.1+spec-1.1.0
8142026-08-17T04:54:53.685Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-1.1.1+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=cd2b875e0d0afb2e -C extra-filename=-cf0f232639127c57 --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-c04ec599fa8cdd79.rmeta --cap-lints allow`
8152026-08-17T04:54:53.722Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.118/src/lib.rs --error-format=json --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"' --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=ccc79d6cae24f989 -C extra-filename=-53b5a5469fc95da4 --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-e941e402522ab889.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-a0fb0138d82080e4.rmeta --cap-lints allow`
8162026-08-17T04:54:53.914Z Compiling thread_local v1.1.4
8172026-08-17T04:54:53.917Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=634056ba82879cb7 -C extra-filename=-f7c9caa1ec78d300 --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-b7c38563a55f281b.rmeta --cap-lints allow`
8182026-08-17T04:54:54.026Z Compiling sync_wrapper v1.0.1
8192026-08-17T04:54:54.030Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync_wrapper-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=b3c3bb6018bf44ab -C extra-filename=-6be05ef41c1d681e --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-cfa01871cbef243a.rmeta --cap-lints allow`
8202026-08-17T04:54:54.133Z Compiling encoding_rs v0.8.32
8212026-08-17T04:54:54.137Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "packed_simd", "serde", "simd-accel"))' -C metadata=5df4da90972968b2 -C extra-filename=-7257d3d1d80d215a --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-0af57a848de951cf.rmeta --cap-lints allow`
8222026-08-17T04:54:54.181Z Compiling similar v2.2.1
8232026-08-17T04:54:54.184Z Compiling compression-core v0.4.32
8242026-08-17T04:54:54.184Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/similar-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="text"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation"))' -C metadata=84b381254ef3cdcf -C extra-filename=-bdfb7475bdcaae44 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8252026-08-17T04:54:54.185Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name compression_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-core-0.4.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 --deny=missing_debug_implementations --deny=rust_2018_idioms --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a0ee3ffe4a1b4cb6 -C extra-filename=-1e1bd20901929e4f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8262026-08-17T04:54:54.344Z Compiling parking v2.2.0
8272026-08-17T04:54:54.347Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=5e400b1eeb22340d -C extra-filename=-b2a77f2b71656657 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8282026-08-17T04:54:54.358Z Compiling semver v1.0.28
8292026-08-17T04:54:54.366Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=43ea1f8ee43db92d -C extra-filename=-f1a82eaee3a3e1e8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8302026-08-17T04:54:54.477Z Compiling toml_writer v1.1.2+spec-1.1.0
8312026-08-17T04:54:54.481Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_writer --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-1.1.2+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_match' '--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=8313574806c834f2 -C extra-filename=-92a4576ea4c58410 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8322026-08-17T04:54:54.527Z Compiling schemars v0.8.22
8332026-08-17T04:54:54.531Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=7028591dd3e87712 -C extra-filename=-32b870b678b9088e --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-32b870b678b9088e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8342026-08-17T04:54:54.687Z Compiling camino v1.2.5
8352026-08-17T04:54:54.691Z Compiling heck v0.5.0
8362026-08-17T04:54:54.691Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.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="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=f5d0ce7880813def -C extra-filename=-20b9c0d29f51cb9d --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-20b9c0d29f51cb9d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8372026-08-17T04:54:54.691Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=506eb307c3568989 -C extra-filename=-d187858cf3fa2474 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8382026-08-17T04:54:54.760Z Compiling slog-async v2.8.0
8392026-08-17T04:54:54.764Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=9d752b4d7388adc0 -C extra-filename=-40ae979a18cced0f --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-40ae979a18cced0f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8402026-08-17T04:54:54.889Z Compiling target-triple v1.0.0
8412026-08-17T04:54:54.892Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-1.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e85012a790d2d426 -C extra-filename=-11bdf5963962658b --out-dir /work/oxidecomputer/dropshot/target/debug/build/target-triple-11bdf5963962658b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8422026-08-17T04:54:55.010Z Compiling match_cfg v0.1.0
8432026-08-17T04:54:55.021Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=acd343c0f02fc520 -C extra-filename=-0b8fbe71f45cd2f4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8442026-08-17T04:54:55.046Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-40ae979a18cced0f/build-script-build`
8452026-08-17T04:54:55.073Z Compiling hostname v0.3.1
8462026-08-17T04:54:55.076Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=524e9d6faa44626b -C extra-filename=-6d4be01dc33044ab --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-7398cde873465ce2.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-0b8fbe71f45cd2f4.rmeta --cap-lints allow`
8472026-08-17T04:54:55.083Z Running `/work/oxidecomputer/dropshot/target/debug/build/camino-20b9c0d29f51cb9d/build-script-build`
8482026-08-17T04:54:55.114Z Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-32b870b678b9088e/build-script-build`
8492026-08-17T04:54:55.124Z Compiling toml v1.1.4+spec-1.1.0
8502026-08-17T04:54:55.127Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-1.1.4+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_match' '--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=14c210a60f580822 -C extra-filename=-0e866b5493be42cb --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-c04ec599fa8cdd79.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-4b1986cbdd8eabb6.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-cf0f232639127c57.rmeta --extern toml_parser=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_parser-33ac07c12911d2f5.rmeta --extern toml_writer=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_writer-92a4576ea4c58410.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-d407a3778b11b22d.rmeta --cap-lints allow`
8512026-08-17T04:54:55.134Z Compiling event-listener v5.0.0
8522026-08-17T04:54:55.137Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=74cd3aaa758844a4 -C extra-filename=-059f4ba1bc5fab20 --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-9c00d04b9cb65a1f.rmeta --extern parking=/work/oxidecomputer/dropshot/target/debug/deps/libparking-b2a77f2b71656657.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --cap-lints allow`
8532026-08-17T04:54:55.169Z Running `/work/oxidecomputer/dropshot/target/debug/build/target-triple-11bdf5963962658b/build-script-build`
8542026-08-17T04:54:55.184Z Compiling compression-codecs v0.4.38
8552026-08-17T04:54:55.187Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name compression_codecs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --deny=missing_debug_implementations --deny=rust_2018_idioms --cfg 'feature="flate2"' --cfg 'feature="gzip"' --cfg 'feature="memchr"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-algorithms", "brotli", "bzip2", "deflate", "deflate64", "flate2", "gzip", "libzstd", "lz4", "lzma", "memchr", "xz", "xz-parallel", "xz2", "zlib", "zstd", "zstd-safe", "zstdmt"))' -C metadata=50f5dea0f0346cf2 -C extra-filename=-fadb2b943fbaf307 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern compression_core=/work/oxidecomputer/dropshot/target/debug/deps/libcompression_core-1e1bd20901929e4f.rmeta --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-7981f4679f1d9fcc.rmeta --cap-lints allow`
8562026-08-17T04:54:55.205Z Compiling schemars_derive v0.8.22
8572026-08-17T04:54:55.208Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars_derive-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8266bf2cd9e2a4b5 -C extra-filename=-768283183ba6389e --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-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-b685b4106d9ed60d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rlib --extern proc_macro --cap-lints allow`
8582026-08-17T04:54:55.405Z Compiling tower v0.5.2
8592026-08-17T04:54:55.408Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="__common"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="pin-project-lite"' --cfg 'feature="retry"' --cfg 'feature="sync_wrapper"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__common", "balance", "buffer", "discover", "filter", "full", "futures-core", "futures-util", "hdrhistogram", "hedge", "indexmap", "limit", "load", "load-shed", "log", "make", "pin-project-lite", "ready-cache", "reconnect", "retry", "slab", "spawn-ready", "steer", "sync_wrapper", "timeout", "tokio", "tokio-stream", "tokio-util", "tracing", "util"))' -C metadata=2f7cb140346adfb7 -C extra-filename=-92c8bf65e0e994e3 --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-cfa01871cbef243a.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-22a77bcef606dd06.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-6be05ef41c1d681e.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-fbfdf267496e6bf2.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-424407bb805f7111.rmeta --cap-lints allow`
8602026-08-17T04:54:55.408Z Running `/work/oxidecomputer/dropshot/target/debug/build/multer-863b92f636730164/build-script-build`
8612026-08-17T04:54:55.432Z Compiling rand v0.10.2
8622026-08-17T04:54:55.436Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --cfg 'feature="sys_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "chacha", "default", "log", "serde", "simd_support", "std", "std_rng", "sys_rng", "thread_rng", "unbiased"))' -C metadata=91c917b4231b3fe8 -C extra-filename=-fb9f9348160a7c40 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern chacha20=/work/oxidecomputer/dropshot/target/debug/deps/libchacha20-1b02e13184435c8a.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-ca79870ce014c763.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-d9753deb2e14760e.rmeta --cap-lints allow`
8632026-08-17T04:54:55.449Z Compiling mime_guess v2.0.5
8642026-08-17T04:54:55.452Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=30dc7d2f797afcdf -C extra-filename=-5c30ffe4443d0a67 --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-5c30ffe4443d0a67 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-c46b29ab46860777.rlib --cap-lints allow`
8652026-08-17T04:54:55.771Z Compiling idna v1.0.3
8662026-08-17T04:54:55.775Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=c88cea5e38a72172 -C extra-filename=-370e3121f0687592 --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-ab067f039a095df5.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-a940c0bb25f890d4.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-4d6e85739e2224ed.rmeta --cap-lints allow`
8672026-08-17T04:54:55.874Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=b1025df21eb5f8bd -C extra-filename=-f90f1fb87f4794fd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit`
8682026-08-17T04:54:55.949Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=aa43383aa5de6ca6 -C extra-filename=-caff19e459ad1b75 --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-f0dff5b71da198e1.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-d3e135d1f0db6f00.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-01be94811a338e25.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-53b5a5469fc95da4.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-4663d471d4a479c4.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)'`
8692026-08-17T04:54:56.052Z Compiling usdt-macro v0.6.0
8702026-08-17T04:54:56.056Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1fcee6b65b7a2448 -C extra-filename=-5f29fd2e859e3a8a --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-01be94811a338e25.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-13cbe17f45a545ed.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-36b8f2eac7d30441.rlib --extern proc_macro --cap-lints allow`
8712026-08-17T04:54:56.098Z Compiling usdt-attr-macro v0.6.0
8722026-08-17T04:54:56.101Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-attr-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=14e8f77020b7c6ad -C extra-filename=-b5f761fa57b46b12 --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-01be94811a338e25.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-13cbe17f45a545ed.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-36b8f2eac7d30441.rlib --extern proc_macro --cap-lints allow`
8732026-08-17T04:54:56.374Z Compiling slog-json v2.6.1
8742026-08-17T04:54:56.378Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=fb1fa4bb880f41f0 -C extra-filename=-57fd758673e3dc9a --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-487c7942d90f23d8.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-10603f4cede7450e.rmeta --cap-lints allow`
8752026-08-17T04:54:56.496Z Compiling tempfile v3.27.0
8762026-08-17T04:54:56.499Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.27.0/src/lib.rs --error-format=json --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=43d946eb825a9e1e -C extra-filename=-f518acddb20df8a7 --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-33ddf61acbdb72f1.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-ca79870ce014c763.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-b7c38563a55f281b.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-63187ccbe35f6e82.rmeta --cap-lints allow`
8772026-08-17T04:54:56.577Z Compiling futures-executor v0.3.34
8782026-08-17T04:54:56.581Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "thread-pool"))' -C metadata=ee1362912a360918 -C extra-filename=-f8a4a94bdfdd239b --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-cfa01871cbef243a.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-d39c363a6ac04f2c.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-22a77bcef606dd06.rmeta --cap-lints allow`
8792026-08-17T04:54:56.608Z Compiling crossbeam-channel v0.5.15
8802026-08-17T04:54:56.611Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=881352ead4324c46 -C extra-filename=-6f3ebafafc08e49a --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-ae9a44e61fd590b1.rmeta --cap-lints allow`
8812026-08-17T04:54:56.637Z Compiling http-body-util v0.1.4
8822026-08-17T04:54:56.641Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("channel", "default", "full"))' -C metadata=a0f12e86952289ec -C extra-filename=-abfa5cc5fbdcf924 --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-7853a259e9a38a5c.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-cfa01871cbef243a.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-3621baa5976929d1.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --cap-lints allow`
8832026-08-17T04:54:56.814Z Compiling async-stream-impl v0.3.6
8842026-08-17T04:54:56.818Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-impl-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=91300589819795a6 -C extra-filename=-fc01224ddd3e218d --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-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rlib --extern proc_macro --cap-lints allow`
8852026-08-17T04:54:56.861Z Compiling uuid v1.24.0
8862026-08-17T04:54:56.864Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.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 --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=70cabc69423d1a59 -C extra-filename=-94fd9261ff0fa9b7 --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-ca79870ce014c763.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-c04ec599fa8cdd79.rmeta --cap-lints allow`
8872026-08-17T04:54:56.887Z Compiling dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot)
8882026-08-17T04:54:56.891Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=896aeaaec51838f1 -C extra-filename=-9ea10b846b888a16 --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-9ea10b846b888a16 -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-ea52cc362ec4cf08.rlib`
8892026-08-17T04:54:56.896Z Compiling is-terminal v0.4.12
8902026-08-17T04:54:56.899Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is-terminal-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=67b2e5c05ffc8114 -C extra-filename=-1bd7f32354f9f30d --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-7398cde873465ce2.rmeta --cap-lints allow`
8912026-08-17T04:54:56.909Z Compiling memmap2 v0.9.8
8922026-08-17T04:54:56.912Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap2-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=27d950818504680f -C extra-filename=-d47e03b0a9576f68 --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-7398cde873465ce2.rmeta --cap-lints allow`
8932026-08-17T04:54:56.985Z Compiling base64 v0.23.1
8942026-08-17T04:54:56.989Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.23.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="simd-unsafe"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "simd-unsafe", "std"))' -C metadata=b945a933d9b7ebfd -C extra-filename=-49199a7d6ee91ac9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8952026-08-17T04:54:57.083Z Compiling take_mut v0.2.2
8962026-08-17T04:54:57.086Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ba67be7194a81027 -C extra-filename=-3926f91cab3ebb64 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8972026-08-17T04:54:57.114Z Compiling anyhow v1.0.104
8982026-08-17T04:54:57.117Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/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=da1f76163a1049c6 -C extra-filename=-521990ba537384cb --out-dir /work/oxidecomputer/dropshot/target/debug/build/anyhow-521990ba537384cb -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8992026-08-17T04:54:57.123Z Compiling dyn-clone v1.0.4
9002026-08-17T04:54:57.127Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dyn-clone-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=42ad1899bf4f05a8 -C extra-filename=-41914602bea8e2ad --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9012026-08-17T04:54:57.186Z Compiling data-encoding v2.4.0
9022026-08-17T04:54:57.190Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=9a5863bbc1a3ab1b -C extra-filename=-f1d1a42f88bf2b37 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9032026-08-17T04:54:57.210Z Compiling spin v0.9.8
9042026-08-17T04:54:57.214Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="mutex"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=f582907c5a0cc421 -C extra-filename=-ca1159c652243cec --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9052026-08-17T04:54:57.287Z Compiling iri-string v0.7.8
9062026-08-17T04:54:57.290Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name iri_string --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memchr", "serde", "std"))' -C metadata=05e19044a1967776 -C extra-filename=-8ddef56093022dec --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9072026-08-17T04:54:57.320Z Compiling term v1.1.0
9082026-08-17T04:54:57.323Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=08f2660270ed1266 -C extra-filename=-95d6c6bdfcb6cb8f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9092026-08-17T04:54:57.418Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=741ee5edb52b80dc -C extra-filename=-7894b577d2d6d043 --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-7853a259e9a38a5c.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-7257d3d1d80d215a.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-22a77bcef606dd06.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-5a88a5daedc53632.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-7981f4679f1d9fcc.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-84cc173b80c53ab0.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-ca1159c652243cec.rmeta --cap-lints allow`
9102026-08-17T04:54:57.423Z Running `/work/oxidecomputer/dropshot/target/debug/build/anyhow-521990ba537384cb/build-script-build`
9112026-08-17T04:54:57.436Z Compiling async-stream v0.3.6
9122026-08-17T04:54:57.440Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ae5e34bd6c31b3fa -C extra-filename=-17cb59547574d379 --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-fc01224ddd3e218d.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-cfa01871cbef243a.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --cap-lints allow`
9132026-08-17T04:54:57.607Z Compiling slog-term v2.9.2
9142026-08-17T04:54:57.610Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-term-2.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=a1a404d2cc50d042 -C extra-filename=-ca68ecb12276ae6d --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-8e33a68da2f5b8b9.rmeta --extern is_terminal=/work/oxidecomputer/dropshot/target/debug/deps/libis_terminal-1bd7f32354f9f30d.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-95d6c6bdfcb6cb8f.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-f7c9caa1ec78d300.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-10603f4cede7450e.rmeta --cap-lints allow`
9152026-08-17T04:54:57.622Z Compiling tungstenite v0.30.0
9162026-08-17T04:54:57.626Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.30.0/src/lib.rs --error-format=json --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=80dd5aedadfbc586 -C extra-filename=-a264cb7823fa59a2 --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-7853a259e9a38a5c.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-f1d1a42f88bf2b37.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-5a88a5daedc53632.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-4d49c31f4ede2482.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-fb9f9348160a7c40.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rmeta --cap-lints allow`
9172026-08-17T04:54:57.899Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=e257e108ee52b7f9 -C extra-filename=-d70c68b53552b5ee --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-8e33a68da2f5b8b9.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-41914602bea8e2ad.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-768283183ba6389e.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
9182026-08-17T04:54:57.965Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=62c55c0494fe59bc -C extra-filename=-5ad360c2b3c35831 --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-6f3ebafafc08e49a.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-3926f91cab3ebb64.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-f7c9caa1ec78d300.rmeta --cap-lints allow --cfg integer128`
9192026-08-17T04:54:58.001Z Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-9ea10b846b888a16/build-script-build`
9202026-08-17T04:54:58.040Z Compiling usdt v0.6.0
9212026-08-17T04:54:58.043Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=b2cddc203e8b9a91 -C extra-filename=-257606df3344313a --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-d3e135d1f0db6f00.rmeta --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-ae41b9d374d3dc51.rmeta --extern memmap2=/work/oxidecomputer/dropshot/target/debug/deps/libmemmap2-d47e03b0a9576f68.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-b5f761fa57b46b12.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-caff19e459ad1b75.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-5f29fd2e859e3a8a.so --cap-lints allow`
9222026-08-17T04:54:58.214Z Compiling futures v0.3.34
9232026-08-17T04:54:58.217Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "spin", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=986550b6e87b6876 -C extra-filename=-32649300f3c96bca --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-adacce52f055f7ec.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-cfa01871cbef243a.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-f8a4a94bdfdd239b.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-081c5031f90bdb57.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-50af9afda5b630c5.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-d39c363a6ac04f2c.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-22a77bcef606dd06.rmeta --cap-lints allow`
9242026-08-17T04:54:58.243Z Compiling atomicwrites v0.4.4
9252026-08-17T04:54:58.247Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1ea80ea354012e98 -C extra-filename=-3e503547c5e73b2b --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-13169cb37feb68ae.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rmeta --cap-lints allow`
9262026-08-17T04:54:58.287Z Compiling slog-bunyan v2.5.0
9272026-08-17T04:54:58.290Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=b57e13f547742be9 -C extra-filename=-4cb778f6d62a6c6f --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-6d4be01dc33044ab.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-10603f4cede7450e.rmeta --cap-lints allow`
9282026-08-17T04:54:58.304Z Compiling url v2.5.4
9292026-08-17T04:54:58.307Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=7a8d9aacd04e4d33 -C extra-filename=-b8dfad54e0765a5a --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-070e1d849562a0fd.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-370e3121f0687592.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rmeta --cap-lints allow`
9302026-08-17T04:54:58.418Z Compiling tower-http v0.6.8
9312026-08-17T04:54:58.421Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="follow-redirect"' --cfg 'feature="futures-util"' --cfg 'feature="iri-string"' --cfg 'feature="tower"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add-extension", "async-compression", "auth", "base64", "catch-panic", "compression-br", "compression-deflate", "compression-full", "compression-gzip", "compression-zstd", "cors", "decompression-br", "decompression-deflate", "decompression-full", "decompression-gzip", "decompression-zstd", "default", "follow-redirect", "fs", "full", "futures-core", "futures-util", "httpdate", "iri-string", "limit", "map-request-body", "map-response-body", "metrics", "mime", "mime_guess", "normalize-path", "percent-encoding", "propagate-header", "redirect", "request-id", "sensitive-headers", "set-header", "set-status", "timeout", "tokio", "tokio-util", "tower", "trace", "tracing", "util", "uuid", "validate-request"))' -C metadata=bd9f8a0312166289 -C extra-filename=-946d1668d281f582 --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-e43aa92cc1f4a725.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-22a77bcef606dd06.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-3621baa5976929d1.rmeta --extern iri_string=/work/oxidecomputer/dropshot/target/debug/deps/libiri_string-8ddef56093022dec.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-92c8bf65e0e994e3.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-fbfdf267496e6bf2.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-424407bb805f7111.rmeta --cap-lints allow`
9322026-08-17T04:54:58.429Z Compiling serde_urlencoded v0.7.1
9332026-08-17T04:54:58.437Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cedd34361168d08b -C extra-filename=-5d087f4bc4a4ea02 --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-070e1d849562a0fd.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-ce4948a932fb1220.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-f90f1fb87f4794fd.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rmeta --cap-lints allow`
9342026-08-17T04:54:58.501Z Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-5c30ffe4443d0a67/build-script-build`
9352026-08-17T04:54:58.518Z Compiling async-compression v0.4.43
9362026-08-17T04:54:58.521Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name async_compression --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.43/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --deny=missing_debug_implementations --deny=rust_2018_idioms --cfg 'feature="gzip"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "all-algorithms", "all-implementations", "brotli", "bzip2", "deflate", "deflate64", "futures-io", "gzip", "lz4", "lzma", "tokio", "xz", "xz-parallel", "xz2", "zlib", "zstd", "zstdmt"))' -C metadata=d40fa67c099a3d0d -C extra-filename=-f7284f0b7f2465af --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern compression_codecs=/work/oxidecomputer/dropshot/target/debug/deps/libcompression_codecs-fadb2b943fbaf307.rmeta --extern compression_core=/work/oxidecomputer/dropshot/target/debug/deps/libcompression_core-1e1bd20901929e4f.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rmeta --cap-lints allow`
9372026-08-17T04:54:58.611Z Compiling event-listener-strategy v0.5.4
9382026-08-17T04:54:58.614Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-strategy-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(wasm_bindgen_unstable_test_coverage)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=a19d534468788ee2 -C extra-filename=-e493cb3a2a9a1979 --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-059f4ba1bc5fab20.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --cap-lints allow`
9392026-08-17T04:54:58.665Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3741a2a4ae24d0d3 -C extra-filename=-24b95f1cd2cfec58 --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"))'`
9402026-08-17T04:54:58.738Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=91b2190879408193 -C extra-filename=-0651a105caa4b271 --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-c04ec599fa8cdd79.rmeta --cap-lints allow --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --cfg os_string_pathbuf_leak --cfg path_add_extension --cfg pathbuf_const_new --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(os_string_pathbuf_leak)' --check-cfg 'cfg(absolute_path)' --check-cfg 'cfg(path_add_extension)' --check-cfg 'cfg(pathbuf_const_new)'`
9412026-08-17T04:54:58.746Z Compiling dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
9422026-08-17T04:54:58.754Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2024 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6542ad2542c714ed -C extra-filename=-85738a7fc28cd792 --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-d187858cf3fa2474.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6360e43d0dec8e96.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-af1a38aada65d234.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b66c5bededaa0ec5.rlib --extern proc_macro`
9432026-08-17T04:54:58.868Z Compiling pem v3.0.6
9442026-08-17T04:54:58.872Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-3.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=23312f75eada583b -C extra-filename=-ca624e885bca832c --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-27bda732d0ea2cb7.rmeta --cap-lints allow`
9452026-08-17T04:54:58.882Z Compiling yasna v0.6.0
9462026-08-17T04:54:58.891Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yasna-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="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=591d0ba576679f9f -C extra-filename=-527ed588b1b3dbd1 --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-10603f4cede7450e.rmeta --cap-lints allow`
9472026-08-17T04:54:58.948Z Compiling waitgroup v0.1.2
9482026-08-17T04:54:58.952Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=27c0f2bf5fd52cc2 -C extra-filename=-13a39065cf77ffac --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-0c5c0c2668894ecb.rmeta --cap-lints allow`
9492026-08-17T04:54:59.087Z Compiling openapiv3 v2.2.0
9502026-08-17T04:54:59.090Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openapiv3-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=0812199dcd3d87c6 -C extra-filename=-505a3dcd5aafd8f4 --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-aeb7e62e5466d37c.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rmeta --cap-lints allow`
9512026-08-17T04:54:59.146Z Compiling async-trait v0.1.91
9522026-08-17T04:54:59.149Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.91/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=dd13a935a7c48e12 -C extra-filename=-c02989fd84ad64a2 --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-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b66c5bededaa0ec5.rlib --extern proc_macro --cap-lints allow`
9532026-08-17T04:54:59.173Z Compiling rustls-pemfile v2.2.0
9542026-08-17T04:54:59.177Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1b26a88dba1e256a -C extra-filename=-8fc6337d6bf79d7b --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-46ccf6657b23a4ec.rmeta --cap-lints allow`
9552026-08-17T04:54:59.233Z Compiling serde_path_to_error v0.1.20
9562026-08-17T04:54:59.236Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3061a500cf847e0c -C extra-filename=-5f526c9d56434bff --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-ce4948a932fb1220.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-c04ec599fa8cdd79.rmeta --cap-lints allow`
9572026-08-17T04:54:59.363Z Compiling hostname v0.4.2
9582026-08-17T04:54:59.366Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=ed004b5d8cc67d78 -C extra-filename=-ff243ee8b4ed0b5c --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-0af57a848de951cf.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --cap-lints allow`
9592026-08-17T04:54:59.398Z Compiling termcolor v1.1.2
9602026-08-17T04:54:59.402Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termcolor-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d90249bd196d1451 -C extra-filename=-fc8cc7d7ce07eef0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9612026-08-17T04:54:59.499Z Compiling glob v0.3.0
9622026-08-17T04:54:59.503Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glob-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=668d7faf8a764050 -C extra-filename=-3116c20ddb05af2f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9632026-08-17T04:54:59.583Z Compiling simple-mermaid v0.2.0
9642026-08-17T04:54:59.586Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name simple_mermaid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simple-mermaid-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=01a98790207ed0ab -C extra-filename=-c0b81501afc83356 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9652026-08-17T04:54:59.609Z Compiling debug-ignore v1.0.5
9662026-08-17T04:54:59.616Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=0d23fde6e28a8294 -C extra-filename=-61976ba89dfc66fb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9672026-08-17T04:54:59.648Z Compiling async-channel v2.5.0
9682026-08-17T04:54:59.652Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=f3bb4bdcf86a1982 -C extra-filename=-33fdf8f41b6ed66a --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-9c00d04b9cb65a1f.rmeta --extern event_listener_strategy=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener_strategy-e493cb3a2a9a1979.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-cfa01871cbef243a.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --cap-lints allow`
9692026-08-17T04:54:59.708Z Compiling trybuild v1.0.120
9702026-08-17T04:54:59.712Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.120/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-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=b6ee023245ec4459 -C extra-filename=-9f10d25487ddabed --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-3116c20ddb05af2f.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-a96912dea8404812.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rmeta --extern target_triple=/work/oxidecomputer/dropshot/target/debug/deps/libtarget_triple-24b95f1cd2cfec58.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-fc8cc7d7ce07eef0.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rmeta --cap-lints allow`
9712026-08-17T04:54:59.751Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=1da20c1073b38201 -C extra-filename=-49d20cdca5dcbf82 --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-84cc173b80c53ab0.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-c46b29ab46860777.rmeta --cap-lints allow`
9722026-08-17T04:54:59.846Z Compiling expectorate v1.2.0
9732026-08-17T04:54:59.849Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=9a7ba5242ec90ee5 -C extra-filename=-9bf5f74b4b300dfa --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-3e503547c5e73b2b.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-6a700380b4c554df.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-0804d33911b95354.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-bdfb7475bdcaae44.rmeta --cap-lints allow`
9742026-08-17T04:54:59.920Z Compiling tokio-tungstenite v0.30.0
9752026-08-17T04:54:59.924Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.30.0/src/lib.rs --error-format=json --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=420c8f45d5237083 -C extra-filename=-d3da4a0737f2f8fb --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-22a77bcef606dd06.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-4d49c31f4ede2482.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-a264cb7823fa59a2.rmeta --cap-lints allow`
9762026-08-17T04:54:59.987Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/lib.rs --error-format=json --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=9ba4612e2a1f8529 -C extra-filename=-72ce22c32059fa3f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(anyhow_build_probe)' --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_clippy_format_args)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(error_generic_member_access)'`
9772026-08-17T04:55:00.134Z Compiling pem v4.0.0
9782026-08-17T04:55:00.138Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-4.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=a7156a11bf0f0b72 -C extra-filename=-f8b83aab5b3a8158 --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-49199a7d6ee91ac9.rmeta --cap-lints allow`
9792026-08-17T04:55:00.192Z Compiling subprocess v1.2.1
9802026-08-17T04:55:00.195Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subprocess-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=291f6f864ff76a22 -C extra-filename=-71843c2ff7b5c367 --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-7398cde873465ce2.rmeta --cap-lints allow`
9812026-08-17T04:55:00.201Z Compiling buf-list v1.1.2
9822026-08-17T04:55:00.204Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=ed7a11b4244de1e4 -C extra-filename=-33ce1128ae59aebd --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-7853a259e9a38a5c.rmeta --cap-lints allow`
9832026-08-17T04:55:00.373Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=3fdc5109cd49c0db -C extra-filename=-534ea232251357c0 --out-dir /work/oxidecomputer/dropshot/target/debug/build/getrandom-534ea232251357c0 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9842026-08-17T04:55:00.482Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=c7f586ab608a3135 -C extra-filename=-2bca24fa9cf17bf9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9852026-08-17T04:55:00.492Z Compiling prettyplease v0.3.0
9862026-08-17T04:55:00.500Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.3.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("verbatim"))' -C metadata=605849a426f910c9 -C extra-filename=-deda153a77439f93 --out-dir /work/oxidecomputer/dropshot/target/debug/build/prettyplease-deda153a77439f93 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9872026-08-17T04:55:00.636Z Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-534ea232251357c0/build-script-build`
9882026-08-17T04:55:00.656Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=8999a506eac93fc2 -C extra-filename=-9a0dcc276478a7e6 --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-0af57a848de951cf.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --cap-lints allow`
9892026-08-17T04:55:00.671Z Compiling schema-derive v0.2.1
9902026-08-17T04:55:00.675Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schema-derive-0.2.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=ae247d4113b6db05 -C extra-filename=-b37882291b91363b --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-505ee8bd27584fb8.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b66c5bededaa0ec5.rlib --extern proc_macro --cap-lints allow`
9912026-08-17T04:55:00.737Z Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-deda153a77439f93/build-script-build`
9922026-08-17T04:55:00.749Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.27.0/src/lib.rs --error-format=json --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=f85a1e12be619615 -C extra-filename=-2a6ce33e39d0bb33 --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-33ddf61acbdb72f1.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-9a0dcc276478a7e6.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-2bca24fa9cf17bf9.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-63187ccbe35f6e82.rmeta --cap-lints allow`
9932026-08-17T04:55:00.788Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=93fdd6e484b3a7f2 -C extra-filename=-a7d09938e1b004dd --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-e941e402522ab889.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b66c5bededaa0ec5.rmeta --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
9942026-08-17T04:55:01.156Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bbd1e8800b353abf -C extra-filename=-b8a239ae95b5f214 --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-13169cb37feb68ae.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2a6ce33e39d0bb33.rmeta --cap-lints allow`
9952026-08-17T04:55:01.342Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=d2f7e53ff0ce7591 -C extra-filename=-15cf12a6d47fd2b9 --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-b8a239ae95b5f214.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-6a700380b4c554df.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-0804d33911b95354.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-bdfb7475bdcaae44.rmeta --cap-lints allow`
9962026-08-17T04:55:01.839Z Compiling schema v0.2.1
9972026-08-17T04:55:01.842Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name schema --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schema-0.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1c4aa1de8edfc0d6 -C extra-filename=-06cdd5ecbfb6dc73 --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-e941e402522ab889.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-b37882291b91363b.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b66c5bededaa0ec5.rmeta --cap-lints allow`
9982026-08-17T04:55:01.907Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2024 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f23700b1c3c4a723 -C extra-filename=-1a209a98fda6755e --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-15cf12a6d47fd2b9.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-d187858cf3fa2474.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-a7d09938e1b004dd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-06cdd5ecbfb6dc73.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6360e43d0dec8e96.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-af1a38aada65d234.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b66c5bededaa0ec5.rlib --extern proc_macro`
9992026-08-17T04:55:05.246Z Running `/work/oxidecomputer/dropshot/target/debug/build/aws-lc-rs-a4926348862195ef/build-script-build`
10002026-08-17T04:55:05.250Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.40.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-bindings", "asan", "bindgen", "default", "disable-prebuilt-nasm", "fips", "prebuilt-nasm", "ssl"))' -C metadata=8f9b8b6bfd460a01 -C extra-filename=-25e0e053bbafd874 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out -l static=aws_lc_0_40_0_crypto --cfg universal`
10012026-08-17T04:55:05.266Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-5852628357619032/build-script-build`
10022026-08-17T04:55:05.624Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.16.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="aws-lc-sys"' --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "dev-tests-only", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=ffa34f4a2b5616b5 -C extra-filename=-7a3552582e20e186 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern aws_lc_sys=/work/oxidecomputer/dropshot/target/debug/deps/libaws_lc_sys-25e0e053bbafd874.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-6e75366fb73b4724.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out --check-cfg 'cfg(aws_lc_rs_docsrs)' --check-cfg 'cfg(disable_slow_tests)' --check-cfg 'cfg(dev_tests_only)'`
10032026-08-17T04:55:06.330Z Compiling rustls-webpki v0.103.13
10042026-08-17T04:55:06.330Z Compiling rcgen v0.14.8
10052026-08-17T04:55:06.333Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.103.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=unexpected_cfgs --check-cfg 'cfg(webpki_docsrs)' --cfg 'feature="alloc"' --cfg 'feature="aws-lc-rs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "aws-lc-rs", "aws-lc-rs-fips", "aws-lc-rs-unstable", "default", "ring", "std"))' -C metadata=6b592f6863165a20 -C extra-filename=-ea2d43d8f6bc71f7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern aws_lc_rs=/work/oxidecomputer/dropshot/target/debug/deps/libaws_lc_rs-7a3552582e20e186.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-f4acdcd0a43f097d.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10062026-08-17T04:55:06.333Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rcgen-0.14.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(rcgen_docsrs)' --cfg 'feature="aws_lc_rs"' --cfg 'feature="crypto"' --cfg 'feature="pem"' --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=484601a801db5e49 -C extra-filename=-3683ebc68b4f7cc8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern aws_lc_rs=/work/oxidecomputer/dropshot/target/debug/deps/libaws_lc_rs-7a3552582e20e186.rmeta --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-10603f4cede7450e.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-527ed588b1b3dbd1.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10072026-08-17T04:55:06.721Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.43/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(bench)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(read_buf)' --check-cfg 'cfg(rustls_docsrs)' --cfg 'feature="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="log"' --cfg 'feature="logging"' --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", "prefer-post-quantum", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=85f59e4af31bd539 -C extra-filename=-cce65f8af32bfe25 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern aws_lc_rs=/work/oxidecomputer/dropshot/target/debug/deps/libaws_lc_rs-7a3552582e20e186.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-4d49c31f4ede2482.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-b7c38563a55f281b.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-ea2d43d8f6bc71f7.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-cf97c39e93b149da.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-6e75366fb73b4724.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10082026-08-17T04:55:09.032Z Compiling tokio-rustls v0.26.4
10092026-08-17T04:55:09.032Z Compiling rustls-platform-verifier v0.6.2
10102026-08-17T04:55:09.035Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.26.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="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "default", "early-data", "fips", "logging", "ring", "tls12", "zlib"))' -C metadata=cdf8d0cbc68616b4 -C extra-filename=-a0ada32e5a2e979a --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-cce65f8af32bfe25.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10112026-08-17T04:55:09.036Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_platform_verifier --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-platform-verifier-0.6.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("android_logger", "base64", "cert-logging", "dbg", "docsrs", "ffi-testing", "jni", "once_cell"))' -C metadata=30ee30329593cfc6 -C extra-filename=-01ea071eb0413bfb --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-4d49c31f4ede2482.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-17e88b40252c0efe.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-ea2d43d8f6bc71f7.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10122026-08-17T04:55:09.212Z Compiling hyper-rustls v0.27.9
10132026-08-17T04:55:09.216Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.27.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="aws-lc-rs"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --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=ca2ccd1ecea55200 -C extra-filename=-e2984e8a091e62d0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6431ca84929ba259.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-4d49c31f4ede2482.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-17e88b40252c0efe.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-424407bb805f7111.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10142026-08-17T04:55:09.216Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2024 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=e01181fc6605d182 -C extra-filename=-b46fd87c8098df09 --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_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rmeta --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-17cb59547574d379.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-49199a7d6ee91ac9.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-32649300f3c96bca.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-abfa5cc5fbdcf924.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6431ca84929ba259.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7894b577d2d6d043.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-25682a1f3dce3cdf.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10152026-08-17T04:55:09.391Z Compiling reqwest v0.13.4
10162026-08-17T04:55:09.395Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.13.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(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-aws-lc-rs"' --cfg 'feature="__tls"' --cfg 'feature="charset"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="rustls"' --cfg 'feature="system-proxy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__native-tls", "__native-tls-alpn", "__rustls", "__rustls-aws-lc-rs", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "form", "gzip", "hickory-dns", "http2", "http3", "json", "multipart", "native-tls", "native-tls-no-alpn", "native-tls-vendored", "native-tls-vendored-no-alpn", "query", "rustls", "rustls-no-provider", "socks", "stream", "system-proxy", "zstd"))' -C metadata=303be9f869b1ff44 -C extra-filename=-e33686442fb3edc4 --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-27bda732d0ea2cb7.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-7257d3d1d80d215a.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-cfa01871cbef243a.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-7bf45911608cd963.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-3621baa5976929d1.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-abfa5cc5fbdcf924.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rmeta --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e2984e8a091e62d0.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6431ca84929ba259.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-4d49c31f4ede2482.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-84cc173b80c53ab0.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rmeta --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rmeta --extern rustls_platform_verifier=/work/oxidecomputer/dropshot/target/debug/deps/librustls_platform_verifier-01ea071eb0413bfb.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-6be05ef41c1d681e.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-92c8bf65e0e994e3.rmeta --extern tower_http=/work/oxidecomputer/dropshot/target/debug/deps/libtower_http-946d1668d281f582.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-424407bb805f7111.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-b8dfad54e0765a5a.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10172026-08-17T04:55:11.458Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2024 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=62b4a6356379ca77 -C extra-filename=-a6cbb2682f226bca --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-33fdf8f41b6ed66a.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-17cb59547574d379.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-49199a7d6ee91ac9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-32649300f3c96bca.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-abfa5cc5fbdcf924.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e2984e8a091e62d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6431ca84929ba259.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7894b577d2d6d043.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f8b83aab5b3a8158.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e33686442fb3edc4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d3da4a0737f2f8fb.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-25682a1f3dce3cdf.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9f10d25487ddabed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10182026-08-17T04:55:14.329Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2024 dropshot/examples/multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=14e830c7b386582e -C extra-filename=-dd2fde6f8a2dc542 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-33fdf8f41b6ed66a.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-17cb59547574d379.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-49199a7d6ee91ac9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b46fd87c8098df09.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-32649300f3c96bca.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-abfa5cc5fbdcf924.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e2984e8a091e62d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6431ca84929ba259.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7894b577d2d6d043.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f8b83aab5b3a8158.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e33686442fb3edc4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d3da4a0737f2f8fb.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-25682a1f3dce3cdf.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9f10d25487ddabed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10192026-08-17T04:55:14.329Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2024 dropshot/examples/versioning.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=2bb51c93330dec8a -C extra-filename=-a8e5766a5ba1ed41 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-33fdf8f41b6ed66a.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-17cb59547574d379.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-49199a7d6ee91ac9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b46fd87c8098df09.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-32649300f3c96bca.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-abfa5cc5fbdcf924.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e2984e8a091e62d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6431ca84929ba259.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7894b577d2d6d043.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f8b83aab5b3a8158.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e33686442fb3edc4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d3da4a0737f2f8fb.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-25682a1f3dce3cdf.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9f10d25487ddabed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10202026-08-17T04:55:14.333Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2024 dropshot/examples/basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=0fa7ce01f029dedb -C extra-filename=-b34b172b0f8e5aa6 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-33fdf8f41b6ed66a.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-17cb59547574d379.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-49199a7d6ee91ac9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b46fd87c8098df09.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-32649300f3c96bca.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-abfa5cc5fbdcf924.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e2984e8a091e62d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6431ca84929ba259.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7894b577d2d6d043.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f8b83aab5b3a8158.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e33686442fb3edc4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d3da4a0737f2f8fb.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-25682a1f3dce3cdf.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9f10d25487ddabed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10212026-08-17T04:55:14.337Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2024 dropshot/examples/module-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=2c89bd8ad7a1f6e0 -C extra-filename=-fe4345fe70ff0180 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-33fdf8f41b6ed66a.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-17cb59547574d379.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-49199a7d6ee91ac9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b46fd87c8098df09.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-32649300f3c96bca.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-abfa5cc5fbdcf924.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e2984e8a091e62d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6431ca84929ba259.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7894b577d2d6d043.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f8b83aab5b3a8158.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e33686442fb3edc4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d3da4a0737f2f8fb.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-25682a1f3dce3cdf.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9f10d25487ddabed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10222026-08-17T04:55:14.337Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2024 dropshot/examples/pagination-multiple-sorts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a74b3a7cdf9b7d26 -C extra-filename=-f9d76c97fcccb673 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-33fdf8f41b6ed66a.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-17cb59547574d379.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-49199a7d6ee91ac9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b46fd87c8098df09.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-32649300f3c96bca.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-abfa5cc5fbdcf924.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e2984e8a091e62d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6431ca84929ba259.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7894b577d2d6d043.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f8b83aab5b3a8158.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e33686442fb3edc4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d3da4a0737f2f8fb.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-25682a1f3dce3cdf.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9f10d25487ddabed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10232026-08-17T04:55:14.343Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_alternate --edition=2024 dropshot/examples/api-trait-alternate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=73fa5f9cbca30e77 -C extra-filename=-a9705e71e7abe604 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-33fdf8f41b6ed66a.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-17cb59547574d379.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-49199a7d6ee91ac9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b46fd87c8098df09.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-32649300f3c96bca.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-abfa5cc5fbdcf924.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e2984e8a091e62d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6431ca84929ba259.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7894b577d2d6d043.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f8b83aab5b3a8158.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e33686442fb3edc4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d3da4a0737f2f8fb.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-25682a1f3dce3cdf.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9f10d25487ddabed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10242026-08-17T04:55:14.350Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2024 dropshot/examples/module-shared-context.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=8e510f4c58bc8480 -C extra-filename=-4eb6e306074cc977 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-33fdf8f41b6ed66a.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-17cb59547574d379.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-49199a7d6ee91ac9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b46fd87c8098df09.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-32649300f3c96bca.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-abfa5cc5fbdcf924.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e2984e8a091e62d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6431ca84929ba259.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7894b577d2d6d043.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f8b83aab5b3a8158.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e33686442fb3edc4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d3da4a0737f2f8fb.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-25682a1f3dce3cdf.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9f10d25487ddabed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10252026-08-17T04:55:24.662Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name api_trait --edition=2024 dropshot/examples/api-trait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=16280cac4f831e0e -C extra-filename=-e2caa44b2cd17199 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-33fdf8f41b6ed66a.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-17cb59547574d379.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-49199a7d6ee91ac9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b46fd87c8098df09.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-32649300f3c96bca.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-abfa5cc5fbdcf924.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e2984e8a091e62d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6431ca84929ba259.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7894b577d2d6d043.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f8b83aab5b3a8158.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e33686442fb3edc4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d3da4a0737f2f8fb.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-25682a1f3dce3cdf.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9f10d25487ddabed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10262026-08-17T04:55:24.665Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2024 dropshot/examples/petstore.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=7e8267e749dd7c8c -C extra-filename=-06fa88e5aaab4732 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-33fdf8f41b6ed66a.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-17cb59547574d379.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-49199a7d6ee91ac9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b46fd87c8098df09.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-32649300f3c96bca.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-abfa5cc5fbdcf924.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e2984e8a091e62d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6431ca84929ba259.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7894b577d2d6d043.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f8b83aab5b3a8158.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e33686442fb3edc4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d3da4a0737f2f8fb.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-25682a1f3dce3cdf.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9f10d25487ddabed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10272026-08-17T04:55:24.815Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2024 dropshot/examples/self-referential.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=4a11c2f879ec7f31 -C extra-filename=-fe3ed3d156e040f3 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-33fdf8f41b6ed66a.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-17cb59547574d379.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-49199a7d6ee91ac9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b46fd87c8098df09.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-32649300f3c96bca.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-abfa5cc5fbdcf924.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e2984e8a091e62d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6431ca84929ba259.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7894b577d2d6d043.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f8b83aab5b3a8158.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e33686442fb3edc4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d3da4a0737f2f8fb.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-25682a1f3dce3cdf.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9f10d25487ddabed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10282026-08-17T04:55:24.896Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name custom_error --edition=2024 dropshot/examples/custom-error.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=7bdcac68a87692df -C extra-filename=-03975db40f8dff33 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-33fdf8f41b6ed66a.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-17cb59547574d379.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-49199a7d6ee91ac9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b46fd87c8098df09.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-32649300f3c96bca.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-abfa5cc5fbdcf924.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e2984e8a091e62d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6431ca84929ba259.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7894b577d2d6d043.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f8b83aab5b3a8158.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e33686442fb3edc4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d3da4a0737f2f8fb.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-25682a1f3dce3cdf.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9f10d25487ddabed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10292026-08-17T04:55:25.813Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2024 dropshot/examples/request-headers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=310664881fa181f1 -C extra-filename=-e8841bc090921c19 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-33fdf8f41b6ed66a.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-17cb59547574d379.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-49199a7d6ee91ac9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b46fd87c8098df09.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-32649300f3c96bca.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-abfa5cc5fbdcf924.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e2984e8a091e62d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6431ca84929ba259.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7894b577d2d6d043.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f8b83aab5b3a8158.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e33686442fb3edc4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d3da4a0737f2f8fb.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-25682a1f3dce3cdf.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9f10d25487ddabed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10302026-08-17T04:55:26.441Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2024 dropshot/examples/file_server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=9763b8bcd913a559 -C extra-filename=-d00133ec11395e99 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-33fdf8f41b6ed66a.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-17cb59547574d379.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-49199a7d6ee91ac9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b46fd87c8098df09.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-32649300f3c96bca.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-abfa5cc5fbdcf924.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e2984e8a091e62d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6431ca84929ba259.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7894b577d2d6d043.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f8b83aab5b3a8158.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e33686442fb3edc4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d3da4a0737f2f8fb.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-25682a1f3dce3cdf.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9f10d25487ddabed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10312026-08-17T04:55:27.043Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2024 dropshot/examples/pagination-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=9b4ff768b678153c -C extra-filename=-6bbc2a72a753de07 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-33fdf8f41b6ed66a.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-17cb59547574d379.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-49199a7d6ee91ac9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b46fd87c8098df09.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-32649300f3c96bca.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-abfa5cc5fbdcf924.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e2984e8a091e62d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6431ca84929ba259.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7894b577d2d6d043.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f8b83aab5b3a8158.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e33686442fb3edc4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d3da4a0737f2f8fb.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-25682a1f3dce3cdf.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9f10d25487ddabed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10322026-08-17T04:55:34.349Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2024 dropshot/examples/pagination-multiple-resources.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=4569bff8a55ba8b5 -C extra-filename=-5fa71f5171254557 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-33fdf8f41b6ed66a.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-17cb59547574d379.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-49199a7d6ee91ac9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b46fd87c8098df09.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-32649300f3c96bca.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-abfa5cc5fbdcf924.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e2984e8a091e62d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6431ca84929ba259.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7894b577d2d6d043.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f8b83aab5b3a8158.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e33686442fb3edc4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d3da4a0737f2f8fb.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-25682a1f3dce3cdf.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9f10d25487ddabed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10332026-08-17T04:55:35.371Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_websocket --edition=2024 dropshot/examples/api-trait-websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=8365285afb1c8580 -C extra-filename=-8a2701b4741e629e --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-33fdf8f41b6ed66a.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-17cb59547574d379.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-49199a7d6ee91ac9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b46fd87c8098df09.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-32649300f3c96bca.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-abfa5cc5fbdcf924.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e2984e8a091e62d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6431ca84929ba259.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7894b577d2d6d043.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f8b83aab5b3a8158.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e33686442fb3edc4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d3da4a0737f2f8fb.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-25682a1f3dce3cdf.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9f10d25487ddabed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10342026-08-17T04:55:36.200Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2024 dropshot/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d47a0a8f96936824 -C extra-filename=-910b619678722a80 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-33fdf8f41b6ed66a.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-17cb59547574d379.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-49199a7d6ee91ac9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b46fd87c8098df09.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-32649300f3c96bca.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-abfa5cc5fbdcf924.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e2984e8a091e62d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6431ca84929ba259.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7894b577d2d6d043.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f8b83aab5b3a8158.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e33686442fb3edc4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d3da4a0737f2f8fb.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-25682a1f3dce3cdf.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9f10d25487ddabed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10352026-08-17T04:55:37.338Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2024 dropshot/examples/multiple-servers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=3f4934191c985b03 -C extra-filename=-66d2409adb4f0e09 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-33fdf8f41b6ed66a.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-17cb59547574d379.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-49199a7d6ee91ac9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b46fd87c8098df09.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-32649300f3c96bca.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-abfa5cc5fbdcf924.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e2984e8a091e62d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6431ca84929ba259.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7894b577d2d6d043.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f8b83aab5b3a8158.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e33686442fb3edc4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d3da4a0737f2f8fb.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-25682a1f3dce3cdf.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9f10d25487ddabed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10362026-08-17T04:55:37.601Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2024 dropshot/examples/schema-with-example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=4b98cb732c22fc1a -C extra-filename=-11e47091a0282034 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-33fdf8f41b6ed66a.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-17cb59547574d379.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-49199a7d6ee91ac9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b46fd87c8098df09.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-32649300f3c96bca.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-abfa5cc5fbdcf924.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e2984e8a091e62d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6431ca84929ba259.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7894b577d2d6d043.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f8b83aab5b3a8158.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e33686442fb3edc4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d3da4a0737f2f8fb.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-25682a1f3dce3cdf.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9f10d25487ddabed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10372026-08-17T04:55:37.717Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2024 dropshot/examples/websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=2793b111c31eb39f -C extra-filename=-694938e00fb7430c --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-33fdf8f41b6ed66a.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-17cb59547574d379.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-49199a7d6ee91ac9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b46fd87c8098df09.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-32649300f3c96bca.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-abfa5cc5fbdcf924.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e2984e8a091e62d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6431ca84929ba259.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7894b577d2d6d043.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f8b83aab5b3a8158.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e33686442fb3edc4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d3da4a0737f2f8fb.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-25682a1f3dce3cdf.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9f10d25487ddabed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10382026-08-17T04:55:38.507Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2024 dropshot/examples/well-tagged.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c449825e4d60e38c -C extra-filename=-582f2cc085437c39 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-33fdf8f41b6ed66a.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-17cb59547574d379.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-49199a7d6ee91ac9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b46fd87c8098df09.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-32649300f3c96bca.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-abfa5cc5fbdcf924.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e2984e8a091e62d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6431ca84929ba259.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7894b577d2d6d043.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f8b83aab5b3a8158.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e33686442fb3edc4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d3da4a0737f2f8fb.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-25682a1f3dce3cdf.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9f10d25487ddabed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10392026-08-17T04:55:38.723Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2024 dropshot/examples/index.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=4eea7ce0c80a66f7 -C extra-filename=-a9af0517d4952a42 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-33fdf8f41b6ed66a.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-17cb59547574d379.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-49199a7d6ee91ac9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b46fd87c8098df09.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-32649300f3c96bca.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-abfa5cc5fbdcf924.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e2984e8a091e62d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6431ca84929ba259.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7894b577d2d6d043.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f8b83aab5b3a8158.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e33686442fb3edc4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d3da4a0737f2f8fb.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-25682a1f3dce3cdf.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9f10d25487ddabed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10402026-08-17T04:55:45.899Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2024 dropshot/examples/https.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=55b1adfa7b47ed06 -C extra-filename=-9e44426c12b77086 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-33fdf8f41b6ed66a.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-17cb59547574d379.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-49199a7d6ee91ac9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b46fd87c8098df09.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-32649300f3c96bca.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-abfa5cc5fbdcf924.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e2984e8a091e62d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6431ca84929ba259.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7894b577d2d6d043.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f8b83aab5b3a8158.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e33686442fb3edc4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d3da4a0737f2f8fb.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-25682a1f3dce3cdf.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9f10d25487ddabed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10412026-08-17T04:55:47.033Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2024 dropshot/tests/fail.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=57b5cf3792587aa4 -C extra-filename=-55442db28ddb8f93 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-33fdf8f41b6ed66a.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-17cb59547574d379.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-49199a7d6ee91ac9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b46fd87c8098df09.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-32649300f3c96bca.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-abfa5cc5fbdcf924.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e2984e8a091e62d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6431ca84929ba259.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7894b577d2d6d043.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f8b83aab5b3a8158.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e33686442fb3edc4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d3da4a0737f2f8fb.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-25682a1f3dce3cdf.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9f10d25487ddabed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10422026-08-17T04:56:02.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s
10432026-08-17T04:56:02.362Z
10442026-08-17T04:56:02.362Zreal 1:28.205103366
10452026-08-17T04:56:02.362Zuser 7:06.709382496
10462026-08-17T04:56:02.362Zsys 1:11.504417850
10472026-08-17T04:56:02.362Ztrap 0.329468108
10482026-08-17T04:56:02.362Ztflt 0.266107528
10492026-08-17T04:56:02.365Zdflt 0.428068220
10502026-08-17T04:56:02.366Zkflt 0.007246248
10512026-08-17T04:56:02.366Zlock 31:23.641631544
10522026-08-17T04:56:02.366Zslp 27:59.289619635
10532026-08-17T04:56:02.366Zlat 21.747236156
10542026-08-17T04:56:02.366Zstop 49.269703867
10552026-08-17T04:56:02.366Z+ banner test
10562026-08-17T04:56:02.366Z
10572026-08-17T04:56:02.366Z ##### ###### #### #####
10582026-08-17T04:56:02.366Z # # # #
10592026-08-17T04:56:02.366Z # ##### #### #
10602026-08-17T04:56:02.366Z # # # #
10612026-08-17T04:56:02.366Z # # # # #
10622026-08-17T04:56:02.366Z # ###### #### #
10632026-08-17T04:56:02.366Z
10642026-08-17T04:56:02.366Z+ ptime -m cargo test --all-features --locked --verbose
10652026-08-17T04:56:02.566Z Fresh unicode-ident v1.0.12
10662026-08-17T04:56:02.566Z Fresh cfg-if v1.0.0
10672026-08-17T04:56:02.566Z Fresh itoa v1.0.1
10682026-08-17T04:56:02.566Z Fresh memchr v2.6.0
10692026-08-17T04:56:02.570Z Fresh proc-macro2 v1.0.107
10702026-08-17T04:56:02.570Z Fresh pin-project-lite v0.2.12
10712026-08-17T04:56:02.570Z Fresh autocfg v1.1.0
10722026-08-17T04:56:02.570Z Fresh smallvec v1.13.2
10732026-08-17T04:56:02.570Z Fresh bytes v1.12.1
10742026-08-17T04:56:02.570Z Fresh quote v1.0.47
10752026-08-17T04:56:02.570Z Fresh libc v0.2.189
10762026-08-17T04:56:02.570Z Fresh futures-core v0.3.34
10772026-08-17T04:56:02.570Z Fresh syn v3.0.3
10782026-08-17T04:56:02.570Z Fresh serde_derive v1.0.229
10792026-08-17T04:56:02.570Z Fresh synstructure v0.13.1
10802026-08-17T04:56:02.570Z Fresh thiserror-impl v2.0.19
10812026-08-17T04:56:02.571Z Fresh zmij v1.0.2
10822026-08-17T04:56:02.571Z Fresh jobserver v0.1.34
10832026-08-17T04:56:02.571Z Fresh find-msvc-tools v0.1.9
10842026-08-17T04:56:02.571Z Fresh shlex v1.3.0
10852026-08-17T04:56:02.571Z Fresh thiserror v2.0.19
10862026-08-17T04:56:02.571Z Fresh log v0.4.17
10872026-08-17T04:56:02.571Z Fresh scopeguard v1.2.0
10882026-08-17T04:56:02.571Z Fresh cc v1.2.60
10892026-08-17T04:56:02.571Z Fresh futures-sink v0.3.34
10902026-08-17T04:56:02.571Z Fresh lock_api v0.4.6
10912026-08-17T04:56:02.571Z Fresh parking_lot_core v0.9.4
10922026-08-17T04:56:02.571Z Fresh zerofrom-derive v0.1.5
10932026-08-17T04:56:02.571Z Fresh fs_extra v1.3.0
10942026-08-17T04:56:02.571Z Fresh cmake v0.1.58
10952026-08-17T04:56:02.571Z Fresh dunce v1.0.5
10962026-08-17T04:56:02.571Z Fresh serde_core v1.0.229
10972026-08-17T04:56:02.571Z Fresh parking_lot v0.12.1
10982026-08-17T04:56:02.571Z Fresh slab v0.4.9
10992026-08-17T04:56:02.571Z Fresh zerofrom v0.1.5
11002026-08-17T04:56:02.571Z Fresh yoke-derive v0.7.5
11012026-08-17T04:56:02.571Z Fresh tokio-macros v2.7.0
11022026-08-17T04:56:02.571Z Fresh signal-hook-registry v1.4.0
11032026-08-17T04:56:02.571Z Fresh socket2 v0.6.3
11042026-08-17T04:56:02.571Z Fresh mio v1.2.0
11052026-08-17T04:56:02.571Z Fresh stable_deref_trait v1.2.0
11062026-08-17T04:56:02.571Z Fresh futures-channel v0.3.34
11072026-08-17T04:56:02.571Z Fresh zerovec-derive v0.10.3
11082026-08-17T04:56:02.571Z Fresh yoke v0.7.5
11092026-08-17T04:56:02.571Z Fresh tokio v1.53.1
11102026-08-17T04:56:02.571Z Fresh http v1.5.0
11112026-08-17T04:56:02.571Z Fresh version_check v0.9.5
11122026-08-17T04:56:02.571Z Fresh bitflags v2.11.0
11132026-08-17T04:56:02.571Z Fresh zeroize v1.8.2
11142026-08-17T04:56:02.571Z Fresh zerovec v0.10.4
11152026-08-17T04:56:02.571Z Fresh serde v1.0.229
11162026-08-17T04:56:02.571Z Fresh displaydoc v0.2.5
11172026-08-17T04:56:02.571Z Fresh futures-macro v0.3.34
11182026-08-17T04:56:02.571Z Fresh rand_core v0.10.1
11192026-08-17T04:56:02.571Z Fresh futures-task v0.3.34
11202026-08-17T04:56:02.572Z Fresh futures-io v0.3.34
11212026-08-17T04:56:02.572Z Fresh ucd-trie v0.1.6
11222026-08-17T04:56:02.572Z Fresh futures-util v0.3.34
11232026-08-17T04:56:02.572Z Fresh rustls-pki-types v1.15.1
11242026-08-17T04:56:02.572Z Fresh errno v0.3.10
11252026-08-17T04:56:02.572Z Fresh pest v2.8.1
11262026-08-17T04:56:02.572Z Fresh pest_meta v2.8.1
11272026-08-17T04:56:02.572Z Fresh tinystr v0.7.6
11282026-08-17T04:56:02.572Z Fresh aws-lc-sys v0.40.0
11292026-08-17T04:56:02.572Z Fresh zerocopy-derive v0.8.27
11302026-08-17T04:56:02.572Z Fresh litemap v0.7.4
11312026-08-17T04:56:02.572Z Fresh writeable v0.5.5
11322026-08-17T04:56:02.572Z Fresh pest_generator v2.8.1
11332026-08-17T04:56:02.572Z Fresh zerocopy v0.8.27
11342026-08-17T04:56:02.572Z Fresh aws-lc-rs v1.16.3
11352026-08-17T04:56:02.572Z Fresh httparse v1.10.0
11362026-08-17T04:56:02.572Z Fresh rustix v1.1.4
11372026-08-17T04:56:02.572Z Fresh icu_locid v1.5.0
11382026-08-17T04:56:02.572Z Fresh rustversion v1.0.22
11392026-08-17T04:56:02.572Z Fresh typenum v1.19.0
11402026-08-17T04:56:02.572Z Fresh icu_provider_macros v1.5.0
11412026-08-17T04:56:02.572Z Fresh hashbrown v0.17.0
11422026-08-17T04:56:02.572Z Fresh powerfmt v0.2.0
11432026-08-17T04:56:02.572Z Fresh equivalent v1.0.0
11442026-08-17T04:56:02.572Z Fresh time-core v0.1.8
11452026-08-17T04:56:02.572Z Fresh fastrand v2.1.1
11462026-08-17T04:56:02.572Z Fresh num-conv v0.2.0
11472026-08-17T04:56:02.572Z Fresh hybrid-array v0.4.8
11482026-08-17T04:56:02.572Z Fresh indexmap v2.14.0
11492026-08-17T04:56:02.572Z Fresh icu_provider v1.5.0
11502026-08-17T04:56:02.572Z Fresh time-macros v0.2.27
11512026-08-17T04:56:02.572Z Fresh deranged v0.5.5
11522026-08-17T04:56:02.572Z Fresh crossbeam-utils v0.8.21
11532026-08-17T04:56:02.572Z Fresh pest_derive v2.8.1
11542026-08-17T04:56:02.572Z Fresh http-body v1.0.1
11552026-08-17T04:56:02.572Z Fresh tracing-core v0.1.32
11562026-08-17T04:56:02.572Z Fresh icu_locid_transform_data v1.5.0
11572026-08-17T04:56:02.572Z Fresh num_threads v0.1.3
11582026-08-17T04:56:02.572Z Fresh percent-encoding v2.3.2
11592026-08-17T04:56:02.573Z Fresh atomic-waker v1.1.2
11602026-08-17T04:56:02.573Z Fresh untrusted v0.9.0
11612026-08-17T04:56:02.573Z Fresh dtrace-parser v0.3.0
11622026-08-17T04:56:02.573Z Fresh icu_locid_transform v1.5.0
11632026-08-17T04:56:02.573Z Fresh rustls-webpki v0.103.13
11642026-08-17T04:56:02.573Z Fresh time v0.3.47
11652026-08-17T04:56:02.573Z Fresh tracing v0.1.40
11662026-08-17T04:56:02.573Z Fresh rustix v0.38.44
11672026-08-17T04:56:02.573Z Fresh icu_collections v1.5.0
11682026-08-17T04:56:02.573Z Fresh tokio-util v0.7.19
11692026-08-17T04:56:02.576Z Fresh serde_json v1.0.151
11702026-08-17T04:56:02.576Z Fresh erased-serde v0.3.31
11712026-08-17T04:56:02.576Z Fresh scroll_derive v0.13.1
11722026-08-17T04:56:02.576Z Fresh thread-id v5.0.0
11732026-08-17T04:56:02.576Z Fresh fnv v1.0.7
11742026-08-17T04:56:02.576Z Fresh tower-service v0.3.3
11752026-08-17T04:56:02.577Z Fresh subtle v2.5.0
11762026-08-17T04:56:02.577Z Fresh tower-layer v0.3.3
11772026-08-17T04:56:02.577Z Fresh cpufeatures v0.3.0
11782026-08-17T04:56:02.577Z Fresh icu_properties_data v1.5.0
11792026-08-17T04:56:02.577Z Fresh try-lock v0.2.3
11802026-08-17T04:56:02.577Z Fresh base64 v0.22.1
11812026-08-17T04:56:02.577Z Fresh byteorder v1.4.3
11822026-08-17T04:56:02.577Z Fresh want v0.3.0
11832026-08-17T04:56:02.577Z Fresh icu_properties v1.5.1
11842026-08-17T04:56:02.577Z Fresh rustls v0.23.43
11852026-08-17T04:56:02.577Z Fresh slog v2.8.2
11862026-08-17T04:56:02.577Z Fresh scroll v0.13.0
11872026-08-17T04:56:02.577Z Fresh h2 v0.4.14
11882026-08-17T04:56:02.577Z Fresh paste v1.0.15
11892026-08-17T04:56:02.577Z Fresh crypto-common v0.2.1
11902026-08-17T04:56:02.577Z Fresh block-buffer v0.12.0
11912026-08-17T04:56:02.577Z Fresh utf16_iter v1.0.5
11922026-08-17T04:56:02.577Z Fresh write16 v1.0.0
11932026-08-17T04:56:02.577Z Fresh utf8_iter v1.0.4
11942026-08-17T04:56:02.577Z Fresh const-oid v0.10.2
11952026-08-17T04:56:02.577Z Fresh plain v0.2.3
11962026-08-17T04:56:02.577Z Fresh adler2 v2.0.1
11972026-08-17T04:56:02.577Z Fresh simd-adler32 v0.3.7
11982026-08-17T04:56:02.577Z Fresh unicode-segmentation v1.10.0
11992026-08-17T04:56:02.577Z Fresh lazy_static v1.5.0
12002026-08-17T04:56:02.577Z Fresh httpdate v1.0.1
12012026-08-17T04:56:02.577Z Fresh unicode-width v0.1.9
12022026-08-17T04:56:02.577Z Fresh icu_normalizer_data v1.5.0
12032026-08-17T04:56:02.577Z Fresh goblin v0.10.1
12042026-08-17T04:56:02.577Z Fresh miniz_oxide v0.8.9
12052026-08-17T04:56:02.577Z Fresh newline-converter v0.3.0
12062026-08-17T04:56:02.577Z Fresh digest v0.11.2
12072026-08-17T04:56:02.577Z Fresh hyper v1.11.0
12082026-08-17T04:56:02.577Z Fresh icu_normalizer v1.5.0
12092026-08-17T04:56:02.577Z Fresh console v0.15.7
12102026-08-17T04:56:02.577Z Fresh num-traits v0.2.14
12112026-08-17T04:56:02.577Z Fresh crc32fast v1.5.0
12122026-08-17T04:56:02.577Z Fresh form_urlencoded v1.2.2
12132026-08-17T04:56:02.577Z Fresh serde_tokenstream v0.2.3
12142026-08-17T04:56:02.578Z Fresh serde_tokenstream v0.3.0
12152026-08-17T04:56:02.578Z Fresh openssl-probe v0.2.1
12162026-08-17T04:56:02.578Z Fresh heck v0.5.0
12172026-08-17T04:56:02.578Z Fresh winnow v1.0.0
12182026-08-17T04:56:02.578Z Fresh similar v2.2.1
12192026-08-17T04:56:02.578Z Fresh semver v1.0.28
12202026-08-17T04:56:02.578Z Fresh iana-time-zone v0.1.47
12212026-08-17T04:56:02.578Z Fresh pretty-hex v0.4.1
12222026-08-17T04:56:02.578Z Fresh ipnet v2.10.0
12232026-08-17T04:56:02.578Z Fresh mime v0.3.16
12242026-08-17T04:56:02.578Z Fresh toml_parser v1.1.3+spec-1.1.0
12252026-08-17T04:56:02.578Z Fresh rustls-native-certs v0.8.3
12262026-08-17T04:56:02.578Z Fresh dof v0.4.0
12272026-08-17T04:56:02.578Z Fresh hyper-util v0.1.20
12282026-08-17T04:56:02.578Z Fresh chrono v0.4.45
12292026-08-17T04:56:02.578Z Fresh idna_adapter v1.2.0
12302026-08-17T04:56:02.578Z Fresh flate2 v1.1.9
12312026-08-17T04:56:02.578Z Fresh unicase v2.6.0
12322026-08-17T04:56:02.578Z Fresh sha1 v0.11.0
12332026-08-17T04:56:02.578Z Fresh tokio-rustls v0.26.4
12342026-08-17T04:56:02.578Z Fresh chacha20 v0.10.1
12352026-08-17T04:56:02.578Z Fresh concurrent-queue v2.5.0
12362026-08-17T04:56:02.578Z Fresh serde_derive_internals v0.29.0
12372026-08-17T04:56:02.578Z Fresh thread_local v1.1.4
12382026-08-17T04:56:02.578Z Fresh sync_wrapper v1.0.1
12392026-08-17T04:56:02.578Z Fresh serde_spanned v1.1.1
12402026-08-17T04:56:02.578Z Fresh toml_datetime v1.1.1+spec-1.1.0
12412026-08-17T04:56:02.578Z Fresh syn v2.0.118
12422026-08-17T04:56:02.578Z Fresh encoding_rs v0.8.32
12432026-08-17T04:56:02.578Z Fresh match_cfg v0.1.0
12442026-08-17T04:56:02.578Z Fresh toml_writer v1.1.2+spec-1.1.0
12452026-08-17T04:56:02.578Z Fresh parking v2.2.0
12462026-08-17T04:56:02.578Z Fresh compression-core v0.4.32
12472026-08-17T04:56:02.578Z Fresh event-listener v5.0.0
12482026-08-17T04:56:02.578Z Fresh hostname v0.3.1
12492026-08-17T04:56:02.578Z Fresh toml v1.1.4+spec-1.1.0
12502026-08-17T04:56:02.578Z Fresh compression-codecs v0.4.38
12512026-08-17T04:56:02.578Z Fresh usdt-impl v0.6.0
12522026-08-17T04:56:02.578Z Fresh rand v0.10.2
12532026-08-17T04:56:02.578Z Fresh tower v0.5.2
12542026-08-17T04:56:02.579Z Fresh schemars_derive v0.8.22
12552026-08-17T04:56:02.579Z Fresh idna v1.0.3
12562026-08-17T04:56:02.579Z Fresh ryu v1.0.5
12572026-08-17T04:56:02.579Z Compiling dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
12582026-08-17T04:56:02.579Z Fresh usdt-macro v0.6.0
12592026-08-17T04:56:02.579Z Fresh usdt-attr-macro v0.6.0
12602026-08-17T04:56:02.579Z Fresh slog-json v2.6.1
12612026-08-17T04:56:02.579Z Fresh http-body-util v0.1.4
12622026-08-17T04:56:02.579Z Fresh crossbeam-channel v0.5.15
12632026-08-17T04:56:02.579Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2024 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bd644af387ad98f1 -C extra-filename=-c98c7384ccb80d84 --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-d187858cf3fa2474.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6360e43d0dec8e96.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-af1a38aada65d234.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b66c5bededaa0ec5.rlib --extern proc_macro`
12642026-08-17T04:56:02.579Z Fresh uuid v1.24.0
12652026-08-17T04:56:02.614Z Fresh futures-executor v0.3.34
12662026-08-17T04:56:02.617Z Fresh async-stream-impl v0.3.6
12672026-08-17T04:56:02.617Z Fresh memmap2 v0.9.8
12682026-08-17T04:56:02.617Z Fresh is-terminal v0.4.12
12692026-08-17T04:56:02.617Z Fresh take_mut v0.2.2
12702026-08-17T04:56:02.617Z Fresh iri-string v0.7.8
12712026-08-17T04:56:02.617Z Fresh dyn-clone v1.0.4
12722026-08-17T04:56:02.617Z Fresh term v1.1.0
12732026-08-17T04:56:02.617Z Fresh spin v0.9.8
12742026-08-17T04:56:02.617Z Fresh base64 v0.23.1
12752026-08-17T04:56:02.617Z Fresh data-encoding v2.4.0
12762026-08-17T04:56:02.617Z Fresh slog-async v2.8.0
12772026-08-17T04:56:02.617Z Fresh slog-term v2.9.2
12782026-08-17T04:56:02.617Z Fresh schemars v0.8.22
12792026-08-17T04:56:02.617Z Fresh tower-http v0.6.8
12802026-08-17T04:56:02.617Z Fresh multer v3.1.0
12812026-08-17T04:56:02.617Z Fresh tungstenite v0.30.0
12822026-08-17T04:56:02.617Z Fresh usdt v0.6.0
12832026-08-17T04:56:02.617Z Fresh futures v0.3.34
12842026-08-17T04:56:02.617Z Fresh async-stream v0.3.6
12852026-08-17T04:56:02.617Z Fresh slog-bunyan v2.5.0
12862026-08-17T04:56:02.617Z Fresh url v2.5.4
12872026-08-17T04:56:02.617Z Fresh serde_urlencoded v0.7.1
12882026-08-17T04:56:02.621Z Fresh async-compression v0.4.43
12892026-08-17T04:56:02.621Z Fresh target-triple v1.0.0
12902026-08-17T04:56:02.621Z Fresh camino v1.2.5
12912026-08-17T04:56:02.621Z Fresh event-listener-strategy v0.5.4
12922026-08-17T04:56:02.621Z Fresh hyper-rustls v0.27.9
12932026-08-17T04:56:02.621Z Fresh rustls-platform-verifier v0.6.2
12942026-08-17T04:56:02.621Z Fresh pem v3.0.6
12952026-08-17T04:56:02.621Z Fresh yasna v0.6.0
12962026-08-17T04:56:02.621Z Fresh waitgroup v0.1.2
12972026-08-17T04:56:02.621Z Fresh openapiv3 v2.2.0
12982026-08-17T04:56:02.621Z Fresh rustls-pemfile v2.2.0
12992026-08-17T04:56:02.621Z Fresh async-trait v0.1.91
13002026-08-17T04:56:02.621Z Fresh hostname v0.4.2
13012026-08-17T04:56:02.621Z Fresh serde_path_to_error v0.1.20
13022026-08-17T04:56:02.621Z Fresh termcolor v1.1.2
13032026-08-17T04:56:02.621Z Fresh simple-mermaid v0.2.0
13042026-08-17T04:56:02.621Z Fresh glob v0.3.0
13052026-08-17T04:56:02.621Z Fresh debug-ignore v1.0.5
13062026-08-17T04:56:02.621Z Fresh trybuild v1.0.120
13072026-08-17T04:56:02.621Z Fresh reqwest v0.13.4
13082026-08-17T04:56:02.621Z Fresh rcgen v0.14.8
13092026-08-17T04:56:02.621Z Fresh async-channel v2.5.0
13102026-08-17T04:56:02.621Z Fresh mime_guess v2.0.5
13112026-08-17T04:56:02.621Z Fresh tokio-tungstenite v0.30.0
13122026-08-17T04:56:02.621Z Fresh anyhow v1.0.104
13132026-08-17T04:56:02.621Z Fresh pem v4.0.0
13142026-08-17T04:56:02.621Z Fresh subprocess v1.2.1
13152026-08-17T04:56:02.621Z Fresh buf-list v1.1.2
13162026-08-17T04:56:02.621Z Fresh once_cell v1.20.1
13172026-08-17T04:56:02.621Z Fresh schema-derive v0.2.1
13182026-08-17T04:56:02.621Z Fresh getrandom v0.4.1
13192026-08-17T04:56:02.621Z Fresh prettyplease v0.3.0
13202026-08-17T04:56:02.621Z Fresh schema v0.2.1
13212026-08-17T04:56:02.621Z Fresh tempfile v3.27.0
13222026-08-17T04:56:02.621Z Fresh atomicwrites v0.4.4
13232026-08-17T04:56:02.621Z Fresh expectorate v1.2.0
13242026-08-17T04:56:03.866Z Compiling dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot)
13252026-08-17T04:56:03.870Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2024 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=2dfdbffba2b5fca9 -C extra-filename=-e003ba7c0f4caf4f --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_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rmeta --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-17cb59547574d379.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-49199a7d6ee91ac9.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-32649300f3c96bca.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-abfa5cc5fbdcf924.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6431ca84929ba259.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7894b577d2d6d043.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-25682a1f3dce3cdf.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13262026-08-17T04:56:03.870Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2024 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d5cd9834e8b9a624 -C extra-filename=-6430801915929e6b --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-33fdf8f41b6ed66a.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-17cb59547574d379.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-49199a7d6ee91ac9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-32649300f3c96bca.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-abfa5cc5fbdcf924.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e2984e8a091e62d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6431ca84929ba259.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7894b577d2d6d043.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f8b83aab5b3a8158.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e33686442fb3edc4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d3da4a0737f2f8fb.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-25682a1f3dce3cdf.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9f10d25487ddabed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13272026-08-17T04:56:08.806Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2024 dropshot/examples/index.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=20bef664d9666949 -C extra-filename=-47890e1935260a5d --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-33fdf8f41b6ed66a.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-17cb59547574d379.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-49199a7d6ee91ac9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e003ba7c0f4caf4f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-32649300f3c96bca.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-abfa5cc5fbdcf924.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e2984e8a091e62d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6431ca84929ba259.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7894b577d2d6d043.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f8b83aab5b3a8158.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e33686442fb3edc4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d3da4a0737f2f8fb.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-25682a1f3dce3cdf.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9f10d25487ddabed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13282026-08-17T04:56:08.810Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2024 dropshot/examples/basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=df38e2f483121e69 -C extra-filename=-7f1efa00d759fa33 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-33fdf8f41b6ed66a.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-17cb59547574d379.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-49199a7d6ee91ac9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e003ba7c0f4caf4f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-32649300f3c96bca.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-abfa5cc5fbdcf924.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e2984e8a091e62d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6431ca84929ba259.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7894b577d2d6d043.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f8b83aab5b3a8158.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e33686442fb3edc4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d3da4a0737f2f8fb.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-25682a1f3dce3cdf.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9f10d25487ddabed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13292026-08-17T04:56:08.814Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2024 dropshot/examples/module-shared-context.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=0cb60a7dd9417961 -C extra-filename=-fe9191272ab2528f --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-33fdf8f41b6ed66a.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-17cb59547574d379.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-49199a7d6ee91ac9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e003ba7c0f4caf4f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-32649300f3c96bca.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-abfa5cc5fbdcf924.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e2984e8a091e62d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6431ca84929ba259.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7894b577d2d6d043.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f8b83aab5b3a8158.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e33686442fb3edc4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d3da4a0737f2f8fb.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-25682a1f3dce3cdf.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9f10d25487ddabed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13302026-08-17T04:56:08.814Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2024 dropshot/examples/pagination-multiple-sorts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1417688900d1d93c -C extra-filename=-c2a778a7a1175db7 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-33fdf8f41b6ed66a.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-17cb59547574d379.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-49199a7d6ee91ac9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e003ba7c0f4caf4f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-32649300f3c96bca.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-abfa5cc5fbdcf924.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e2984e8a091e62d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6431ca84929ba259.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7894b577d2d6d043.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f8b83aab5b3a8158.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e33686442fb3edc4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d3da4a0737f2f8fb.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-25682a1f3dce3cdf.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9f10d25487ddabed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13312026-08-17T04:56:08.814Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2024 dropshot/examples/file_server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c2a04c6f17e245d9 -C extra-filename=-a44395c450a7228b --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-33fdf8f41b6ed66a.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-17cb59547574d379.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-49199a7d6ee91ac9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e003ba7c0f4caf4f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-32649300f3c96bca.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-abfa5cc5fbdcf924.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e2984e8a091e62d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6431ca84929ba259.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7894b577d2d6d043.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f8b83aab5b3a8158.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e33686442fb3edc4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d3da4a0737f2f8fb.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-25682a1f3dce3cdf.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9f10d25487ddabed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13322026-08-17T04:56:08.814Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_alternate --edition=2024 dropshot/examples/api-trait-alternate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=e77fa75438f91c65 -C extra-filename=-4994a60f798fe2f6 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-33fdf8f41b6ed66a.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-17cb59547574d379.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-49199a7d6ee91ac9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e003ba7c0f4caf4f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-32649300f3c96bca.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-abfa5cc5fbdcf924.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e2984e8a091e62d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6431ca84929ba259.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7894b577d2d6d043.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f8b83aab5b3a8158.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e33686442fb3edc4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d3da4a0737f2f8fb.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-25682a1f3dce3cdf.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9f10d25487ddabed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13332026-08-17T04:56:08.814Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2024 dropshot/examples/well-tagged.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=8ad12d1d7a5e604c -C extra-filename=-d7ea9e0160a1ef90 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-33fdf8f41b6ed66a.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-17cb59547574d379.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-49199a7d6ee91ac9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e003ba7c0f4caf4f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-32649300f3c96bca.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-abfa5cc5fbdcf924.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e2984e8a091e62d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6431ca84929ba259.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7894b577d2d6d043.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f8b83aab5b3a8158.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e33686442fb3edc4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d3da4a0737f2f8fb.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-25682a1f3dce3cdf.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9f10d25487ddabed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13342026-08-17T04:56:19.215Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2024 dropshot/examples/https.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=bc0f8a2cf9356650 -C extra-filename=-5feae1a8a20ffe37 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-33fdf8f41b6ed66a.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-17cb59547574d379.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-49199a7d6ee91ac9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e003ba7c0f4caf4f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-32649300f3c96bca.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-abfa5cc5fbdcf924.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e2984e8a091e62d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6431ca84929ba259.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7894b577d2d6d043.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f8b83aab5b3a8158.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e33686442fb3edc4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d3da4a0737f2f8fb.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-25682a1f3dce3cdf.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9f10d25487ddabed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13352026-08-17T04:56:19.311Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2024 dropshot/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a71224964339a26b -C extra-filename=-f1f1bf2020a3c905 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-33fdf8f41b6ed66a.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-17cb59547574d379.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-49199a7d6ee91ac9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e003ba7c0f4caf4f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-32649300f3c96bca.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-abfa5cc5fbdcf924.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e2984e8a091e62d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6431ca84929ba259.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7894b577d2d6d043.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f8b83aab5b3a8158.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e33686442fb3edc4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d3da4a0737f2f8fb.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-25682a1f3dce3cdf.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9f10d25487ddabed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13362026-08-17T04:56:19.553Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name api_trait --edition=2024 dropshot/examples/api-trait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=01e34620e9fc2aba -C extra-filename=-be000f482be0d099 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-33fdf8f41b6ed66a.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-17cb59547574d379.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-49199a7d6ee91ac9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e003ba7c0f4caf4f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-32649300f3c96bca.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-abfa5cc5fbdcf924.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e2984e8a091e62d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6431ca84929ba259.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7894b577d2d6d043.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f8b83aab5b3a8158.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e33686442fb3edc4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d3da4a0737f2f8fb.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-25682a1f3dce3cdf.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9f10d25487ddabed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13372026-08-17T04:56:19.612Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2024 dropshot/examples/schema-with-example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=7851db2c5f116317 -C extra-filename=-b52743b70d6faf01 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-33fdf8f41b6ed66a.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-17cb59547574d379.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-49199a7d6ee91ac9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e003ba7c0f4caf4f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-32649300f3c96bca.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-abfa5cc5fbdcf924.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e2984e8a091e62d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6431ca84929ba259.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7894b577d2d6d043.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f8b83aab5b3a8158.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e33686442fb3edc4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d3da4a0737f2f8fb.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-25682a1f3dce3cdf.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9f10d25487ddabed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13382026-08-17T04:56:19.928Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2024 dropshot/examples/module-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=354acfd0582224cd -C extra-filename=-9d82348d924e9331 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-33fdf8f41b6ed66a.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-17cb59547574d379.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-49199a7d6ee91ac9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e003ba7c0f4caf4f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-32649300f3c96bca.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-abfa5cc5fbdcf924.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e2984e8a091e62d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6431ca84929ba259.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7894b577d2d6d043.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f8b83aab5b3a8158.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e33686442fb3edc4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d3da4a0737f2f8fb.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-25682a1f3dce3cdf.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9f10d25487ddabed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13392026-08-17T04:56:20.328Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2024 dropshot/examples/self-referential.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d324532ce19f3075 -C extra-filename=-1351c7c461b3f13a --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-33fdf8f41b6ed66a.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-17cb59547574d379.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-49199a7d6ee91ac9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e003ba7c0f4caf4f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-32649300f3c96bca.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-abfa5cc5fbdcf924.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e2984e8a091e62d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6431ca84929ba259.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7894b577d2d6d043.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f8b83aab5b3a8158.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e33686442fb3edc4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d3da4a0737f2f8fb.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-25682a1f3dce3cdf.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9f10d25487ddabed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13402026-08-17T04:56:21.705Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2024 dropshot/tests/fail.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=be4a1e9d7a258cf1 -C extra-filename=-d2b818b8c9f98891 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-33fdf8f41b6ed66a.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-17cb59547574d379.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-49199a7d6ee91ac9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e003ba7c0f4caf4f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-32649300f3c96bca.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-abfa5cc5fbdcf924.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e2984e8a091e62d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6431ca84929ba259.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7894b577d2d6d043.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f8b83aab5b3a8158.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e33686442fb3edc4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d3da4a0737f2f8fb.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-25682a1f3dce3cdf.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9f10d25487ddabed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13412026-08-17T04:56:22.617Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_websocket --edition=2024 dropshot/examples/api-trait-websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1fdf21f368663477 -C extra-filename=-bf197a1b9f954e9d --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-33fdf8f41b6ed66a.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-17cb59547574d379.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-49199a7d6ee91ac9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e003ba7c0f4caf4f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-32649300f3c96bca.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-abfa5cc5fbdcf924.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e2984e8a091e62d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6431ca84929ba259.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7894b577d2d6d043.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f8b83aab5b3a8158.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e33686442fb3edc4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d3da4a0737f2f8fb.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-25682a1f3dce3cdf.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9f10d25487ddabed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13422026-08-17T04:56:27.853Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2024 dropshot/examples/multiple-servers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=0f257cf47a9edc15 -C extra-filename=-49b1ff2dabd7ed0e --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-33fdf8f41b6ed66a.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-17cb59547574d379.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-49199a7d6ee91ac9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e003ba7c0f4caf4f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-32649300f3c96bca.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-abfa5cc5fbdcf924.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e2984e8a091e62d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6431ca84929ba259.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7894b577d2d6d043.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f8b83aab5b3a8158.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e33686442fb3edc4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d3da4a0737f2f8fb.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-25682a1f3dce3cdf.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9f10d25487ddabed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13432026-08-17T04:56:30.513Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2024 dropshot/examples/pagination-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=48cfb16585037aa2 -C extra-filename=-ad5b739a6da28136 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-33fdf8f41b6ed66a.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-17cb59547574d379.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-49199a7d6ee91ac9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e003ba7c0f4caf4f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-32649300f3c96bca.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-abfa5cc5fbdcf924.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e2984e8a091e62d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6431ca84929ba259.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7894b577d2d6d043.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f8b83aab5b3a8158.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e33686442fb3edc4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d3da4a0737f2f8fb.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-25682a1f3dce3cdf.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9f10d25487ddabed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13442026-08-17T04:56:30.581Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2024 dropshot/examples/pagination-multiple-resources.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=16dfe2098dd088d3 -C extra-filename=-9ecda6df1ce14cd1 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-33fdf8f41b6ed66a.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-17cb59547574d379.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-49199a7d6ee91ac9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e003ba7c0f4caf4f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-32649300f3c96bca.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-abfa5cc5fbdcf924.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e2984e8a091e62d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6431ca84929ba259.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7894b577d2d6d043.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f8b83aab5b3a8158.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e33686442fb3edc4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d3da4a0737f2f8fb.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-25682a1f3dce3cdf.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9f10d25487ddabed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13452026-08-17T04:56:30.838Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2024 dropshot/examples/request-headers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=465548aa74078470 -C extra-filename=-0fad4f43bccacd49 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-33fdf8f41b6ed66a.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-17cb59547574d379.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-49199a7d6ee91ac9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e003ba7c0f4caf4f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-32649300f3c96bca.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-abfa5cc5fbdcf924.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e2984e8a091e62d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6431ca84929ba259.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7894b577d2d6d043.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f8b83aab5b3a8158.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e33686442fb3edc4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d3da4a0737f2f8fb.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-25682a1f3dce3cdf.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9f10d25487ddabed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13462026-08-17T04:56:31.196Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2024 dropshot/examples/versioning.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=b405762da11bf542 -C extra-filename=-e8ffe4940366090b --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-33fdf8f41b6ed66a.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-17cb59547574d379.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-49199a7d6ee91ac9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e003ba7c0f4caf4f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-32649300f3c96bca.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-abfa5cc5fbdcf924.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e2984e8a091e62d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6431ca84929ba259.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7894b577d2d6d043.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f8b83aab5b3a8158.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e33686442fb3edc4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d3da4a0737f2f8fb.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-25682a1f3dce3cdf.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9f10d25487ddabed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13472026-08-17T04:56:32.667Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name custom_error --edition=2024 dropshot/examples/custom-error.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=5dcaf485fe1440ca -C extra-filename=-636abd6242704725 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-33fdf8f41b6ed66a.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-17cb59547574d379.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-49199a7d6ee91ac9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e003ba7c0f4caf4f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-32649300f3c96bca.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-abfa5cc5fbdcf924.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e2984e8a091e62d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6431ca84929ba259.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7894b577d2d6d043.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f8b83aab5b3a8158.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e33686442fb3edc4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d3da4a0737f2f8fb.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-25682a1f3dce3cdf.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9f10d25487ddabed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13482026-08-17T04:56:36.622Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2024 dropshot/examples/petstore.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ea3b22c00dfa9ea3 -C extra-filename=-7d8524e3bd94e000 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-33fdf8f41b6ed66a.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-17cb59547574d379.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-49199a7d6ee91ac9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e003ba7c0f4caf4f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-32649300f3c96bca.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-abfa5cc5fbdcf924.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e2984e8a091e62d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6431ca84929ba259.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7894b577d2d6d043.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f8b83aab5b3a8158.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e33686442fb3edc4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d3da4a0737f2f8fb.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-25682a1f3dce3cdf.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9f10d25487ddabed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13492026-08-17T04:56:40.506Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2024 dropshot/examples/multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=e4f1b1aa965488e6 -C extra-filename=-9aeca7855ea14c42 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-33fdf8f41b6ed66a.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-17cb59547574d379.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-49199a7d6ee91ac9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e003ba7c0f4caf4f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-32649300f3c96bca.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-abfa5cc5fbdcf924.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e2984e8a091e62d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6431ca84929ba259.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7894b577d2d6d043.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f8b83aab5b3a8158.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e33686442fb3edc4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d3da4a0737f2f8fb.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-25682a1f3dce3cdf.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9f10d25487ddabed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13502026-08-17T04:56:41.351Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2024 dropshot/examples/websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c0ffe8726328307d -C extra-filename=-1c4325c261400d95 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-33fdf8f41b6ed66a.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-17cb59547574d379.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-49199a7d6ee91ac9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e003ba7c0f4caf4f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-32649300f3c96bca.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-abfa5cc5fbdcf924.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e2984e8a091e62d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6431ca84929ba259.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7894b577d2d6d043.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f8b83aab5b3a8158.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e33686442fb3edc4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d3da4a0737f2f8fb.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-25682a1f3dce3cdf.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9f10d25487ddabed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13512026-08-17T04:56:54.054Z Finished `test` profile [unoptimized + debuginfo] target(s) in 51.67s
13522026-08-17T04:56:54.096Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-6430801915929e6b`
13532026-08-17T04:56:54.099Z
13542026-08-17T04:56:54.099Zrunning 142 tests
13552026-08-17T04:56:54.103Ztest api_description::test::test_endpoint_versions_matches ... ok
13562026-08-17T04:56:54.103Ztest api_description::test::test_endpoint_versions_range ... ok
13572026-08-17T04:56:54.103Ztest api_description::test::test_endpoint_versions_overlaps ... ok
13582026-08-17T04:56:54.103Ztest api_description::test::test_badpath4 - should panic ... ok
13592026-08-17T04:56:54.103Ztest api_description::test::test_badpath1 ... ok
13602026-08-17T04:56:54.103Ztest api_description::test::test_tags_need_one ... ok
13612026-08-17T04:56:54.103Ztest api_description::test::test_badpath2 ... ok
13622026-08-17T04:56:54.103Ztest api_description::test::test_badpath3 ... ok
13632026-08-17T04:56:54.103Ztest api_description::test::test_dup_names ... ok
13642026-08-17T04:56:54.103Ztest api_description::test::test_tags_just_right ... ok
13652026-08-17T04:56:54.103Ztest api_description::test::test_tags_too_many ... ok
13662026-08-17T04:56:54.103Ztest api_description::test::test_tag_config_deserialize_old ... ok
13672026-08-17T04:56:54.103Ztest compression::tests::test_accepts_gzip_encoding_gzip_acceptance_overrides_wildcard_rejection ... ok
13682026-08-17T04:56:54.104Ztest compression::tests::test_accepts_gzip_encoding_gzip_takes_precedence_over_wildcard ... ok
13692026-08-17T04:56:54.104Ztest compression::tests::test_accepts_gzip_encoding_basic ... ok
13702026-08-17T04:56:54.104Ztest compression::tests::test_accepts_gzip_encoding_case_insensitive ... ok
13712026-08-17T04:56:54.104Ztest compression::tests::test_accepts_gzip_encoding_malformed_quality ... ok
13722026-08-17T04:56:54.104Ztest compression::tests::test_accepts_gzip_encoding_multiple_encodings ... ok
13732026-08-17T04:56:54.104Ztest compression::tests::test_accepts_gzip_encoding_ignores_malformed_parameters ... ok
13742026-08-17T04:56:54.104Ztest compression::tests::test_accepts_gzip_encoding_no_header ... ok
13752026-08-17T04:56:54.104Ztest compression::tests::test_accepts_gzip_encoding_multiple_headers ... ok
13762026-08-17T04:56:54.104Ztest compression::tests::test_accepts_gzip_encoding_rejects_zero_quality ... ok
13772026-08-17T04:56:54.104Ztest compression::tests::test_accepts_gzip_encoding_wildcard_rejected ... ok
13782026-08-17T04:56:54.104Ztest compression::tests::test_accepts_gzip_encoding_non_finite_quality_defaults ... ok
13792026-08-17T04:56:54.104Ztest compression::tests::test_accepts_gzip_encoding_wildcard_with_quality ... ok
13802026-08-17T04:56:54.104Ztest compression::tests::test_accepts_gzip_encoding_prefers_highest_quality ... ok
13812026-08-17T04:56:54.104Ztest compression::tests::test_accepts_gzip_encoding_with_positive_quality ... ok
13822026-08-17T04:56:54.104Ztest compression::tests::test_accepts_gzip_encoding_with_spaces ... ok
13832026-08-17T04:56:54.104Ztest compression::tests::test_accepts_gzip_encoding_wildcard ... ok
13842026-08-17T04:56:54.104Ztest compression::tests::test_should_compress_response_already_encoded ... ok
13852026-08-17T04:56:54.104Ztest compression::tests::test_should_compress_response_head_method ... ok
13862026-08-17T04:56:54.104Ztest compression::tests::test_should_compress_response_basic ... ok
13872026-08-17T04:56:54.104Ztest compression::tests::test_should_compress_response_compressible_content_types ... ok
13882026-08-17T04:56:54.104Ztest compression::tests::test_should_compress_response_no_accept_encoding ... ok
13892026-08-17T04:56:54.104Ztest compression::tests::test_should_compress_response_no_content ... ok
13902026-08-17T04:56:54.104Ztest compression::tests::test_should_compress_response_partial_content ... ok
13912026-08-17T04:56:54.104Ztest compression::tests::test_should_compress_response_non_compressible_content_types ... ok
13922026-08-17T04:56:54.105Ztest compression::tests::test_should_compress_response_not_modified ... ok
13932026-08-17T04:56:54.105Ztest compression::tests::test_should_compress_response_no_content_type ... ok
13942026-08-17T04:56:54.105Ztest compression::tests::test_should_compress_response_no_compression_extension ... ok
13952026-08-17T04:56:54.105Ztest compression::tests::test_should_compress_response_rejects_content_range ... ok
13962026-08-17T04:56:54.105Ztest compression::tests::test_should_compress_response_respects_content_length_threshold ... ok
13972026-08-17T04:56:54.105Ztest compression::tests::test_should_compress_response_sse ... ok
13982026-08-17T04:56:54.105Ztest extractor::body::tests::test_typed_body_from ... ok
13992026-08-17T04:56:54.105Ztest error::test::test_serialize_error_response_body ... ok
14002026-08-17T04:56:54.105Ztest extractor::metadata::test::test_metadata_flattened ... ok
14012026-08-17T04:56:54.105Ztest extractor::metadata::test::test_metadata_pagination ... ok
14022026-08-17T04:56:54.105Ztest extractor::header::tests::test_header_parsing ... ok
14032026-08-17T04:56:54.105Ztest extractor::metadata::test::test_metadata_flattened_enum ... ok
14042026-08-17T04:56:54.105Ztest extractor::metadata::test::test_metadata_simple ... ok
14052026-08-17T04:56:54.105Ztest from_map::test::test_case_insensitive ... ok
14062026-08-17T04:56:54.105Ztest from_map::test::test_deep ... ok
14072026-08-17T04:56:54.105Ztest from_map::test::test_lone_literal ... ok
14082026-08-17T04:56:54.105Ztest from_map::test::test_missing_data1 ... ok
14092026-08-17T04:56:54.105Ztest from_map::test::test_missing_data2 ... ok
14102026-08-17T04:56:54.110Ztest from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok
14112026-08-17T04:56:54.110Ztest from_map::test::test_types ... ok
14122026-08-17T04:56:54.110Ztest compression::tests::test_apply_gzip_compression_avoids_duplicate_vary_entries ... ok
14132026-08-17T04:56:54.110Ztest compression::tests::test_apply_gzip_compression_removes_accept_ranges_and_sets_vary ... ok
14142026-08-17T04:56:54.110Ztest logging::test::test_config_bad_file_no_file ... ok
14152026-08-17T04:56:54.110Ztest logging::test::test_config_bad_terminal_bad_level ... ok
14162026-08-17T04:56:54.110Ztest logging::test::test_config_bad_file_no_level ... ok
14172026-08-17T04:56:54.110Ztest logging::test::test_config_bad_log_mode ... ok
14182026-08-17T04:56:54.111Ztest logging::test::test_config_bad_terminal_no_level ... ok
14192026-08-17T04:56:54.111Ztest logging::test::test_config_bad_file_path_exists_fail ... ok
14202026-08-17T04:56:54.111Ztest logging::test::test_config_bad_file_bad_path_type ... ok
14212026-08-17T04:56:54.111Ztest pagination::test::test_pagination_schema ... ok
14222026-08-17T04:56:54.111Ztest extractor::body::tests::test_content_plus_json ... ok
14232026-08-17T04:56:54.111Ztest pagination::test::test_results_page ... ok
14242026-08-17T04:56:54.111Ztest pagination::test::test_page_token_serialization ... ok
14252026-08-17T04:56:54.111Ztest router::test::test_bad_path_segment2 - should panic ... ok
14262026-08-17T04:56:54.111Ztest router::test::test_bad_path_segment1 - should panic ... ok
14272026-08-17T04:56:54.111Ztest pagination::test::test_pagparams_parsing ... ok
14282026-08-17T04:56:54.111Znote: configured to log to "/tmp/dropshot-6430801915929e6b.3066.file_dir/log.out"
14292026-08-17T04:56:54.111Ztest router::test::test_bad_path_segment3 - should panic ... ok
14302026-08-17T04:56:54.111Ztest router::test::test_bad_path_segment4 - should panic ... ok
14312026-08-17T04:56:54.111Ztest router::test::test_duplicate_route1 - should panic ... ok
14322026-08-17T04:56:54.111Ztest router::test::test_bogus_regex - should panic ... ok
14332026-08-17T04:56:54.111Ztest api_description::test::test_tags_set ... ok
14342026-08-17T04:56:54.111Ztest router::test::test_duplicate_route2 - should panic ... ok
14352026-08-17T04:56:54.111Ztest logging::test::test_config_stderr_terminal ... ok
14362026-08-17T04:56:54.111Ztest router::test::test_duplicate_route3 - should panic ... ok
14372026-08-17T04:56:54.111Ztest router::test::test_duplicate_route_same_version - should panic ... ok
14382026-08-17T04:56:54.111Ztest router::test::test_duplicate_route_overlapping_version - should panic ... ok
14392026-08-17T04:56:54.111Ztest router::test::test_empty_variable ... ok
14402026-08-17T04:56:54.111Ztest router::test::test_embedded_non_variable ... ok
14412026-08-17T04:56:54.111Ztest router::test::test_error_cases ... ok
14422026-08-17T04:56:54.111Ztest router::test::test_duplicate_varname - should panic ... ok
14432026-08-17T04:56:54.112Ztest router::test::test_literal_after_variable - should panic ... ok
14442026-08-17T04:56:54.112Ztest router::test::test_iter2 ... ok
14452026-08-17T04:56:54.112Ztest router::test::test_iter_null ... ok
14462026-08-17T04:56:54.112Ztest router::test::test_inconsistent_varname - should panic ... ok
14472026-08-17T04:56:54.112Ztest router::test::test_literal_after_regex - should panic ... ok
14482026-08-17T04:56:54.112Ztest router::test::test_iter ... ok
14492026-08-17T04:56:54.112Ztest router::test::test_map_bad_seq ... ok
14502026-08-17T04:56:54.112Ztest router::test::test_map ... ok
14512026-08-17T04:56:54.112Ztest router::test::test_more_after_regex - should panic ... ok
14522026-08-17T04:56:54.112Ztest router::test::test_map_bad_value ... ok
14532026-08-17T04:56:54.112Ztest router::test::test_path_segment ... ok
14542026-08-17T04:56:54.112Ztest router::test::test_segments ... ok
14552026-08-17T04:56:54.112Ztest router::test::test_router_versioned ... ok
14562026-08-17T04:56:54.112Ztest router::test::test_variable_after_literal - should panic ... ok
14572026-08-17T04:56:54.113Znote: configured to log to "/tmp/dropshot-6430801915929e6b.3066.file_dir/log.out"
14582026-08-17T04:56:54.113Ztest router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok
14592026-08-17T04:56:54.113Ztest router::test::test_variable_name_bad_start - should panic ... ok
14602026-08-17T04:56:54.113Ztest router::test::test_router_basic ... ok
14612026-08-17T04:56:54.113Ztest router::test::test_variable_name_bad_end - should panic ... ok
14622026-08-17T04:56:54.113Ztest router::test::test_variable_name_empty - should panic ... ok
14632026-08-17T04:56:54.113Ztest router::test::test_variable_rename ... ok
14642026-08-17T04:56:54.113Ztest router::test::test_variables_glob ... ok
14652026-08-17T04:56:54.113Ztest router::test::test_variables_basic ... ok
14662026-08-17T04:56:54.113Ztest router::test::test_variables_multi ... ok
14672026-08-17T04:56:54.113Ztest schema_util::test::test_empty_struct ... ok
14682026-08-17T04:56:54.113Ztest schema_util::test::test_additional_properties ... ok
14692026-08-17T04:56:54.113Ztest schema_util::test::test_nullable ... ok
14702026-08-17T04:56:54.113Ztest schema_util::test::test_two_types - should panic ... ok
14712026-08-17T04:56:54.113Ztest schema_util::test::test_extension_conversion ... ok
14722026-08-17T04:56:54.113Znote: configured to log to "/tmp/dropshot-6430801915929e6b.3066.file_dir/log.out"
14732026-08-17T04:56:54.113Ztest schema_util::test::test_embedded_schema ... ok
14742026-08-17T04:56:54.113Ztest schema_util::test::test_garbage_barge_structure_conversion ... ok
14752026-08-17T04:56:54.113Ztest test_util::test::test_bunyan_bad_hostname - should panic ... ok
14762026-08-17T04:56:54.113Ztest test_util::test::test_bunyan_bad_name - should panic ... ok
14772026-08-17T04:56:54.113Ztest logging::test::test_config_file ... ok
14782026-08-17T04:56:54.113Ztest test_util::test::test_bunyan_bad_v - should panic ... ok
14792026-08-17T04:56:54.113Ztest test_util::test::test_bunyan_bad_pid - should panic ... ok
14802026-08-17T04:56:54.113Ztest schema_util::test::test_schema2struct_with_enum_variants ... ok
14812026-08-17T04:56:54.113Ztest test_util::test::test_bunyan_easy_cases ... ok
14822026-08-17T04:56:54.114Ztest test_util::test::test_bunyan_seq_bad_order - should panic ... ok
14832026-08-17T04:56:54.114Ztest test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok
14842026-08-17T04:56:54.114Ztest test_util::test::test_bunyan_seq_lower_violated - should panic ... ok
14852026-08-17T04:56:54.114Ztest test_util::test::test_bunyan_seq_easy_cases ... ok
14862026-08-17T04:56:54.114Ztest test_util::test::test_bunyan_seq_upper_violated - should panic ... ok
14872026-08-17T04:56:54.114Ztest to_map::test::test_struct_with_options ... ok
14882026-08-17T04:56:54.114Ztest to_map::test::test_to_map_enum ... ok
14892026-08-17T04:56:54.114Ztest to_map::test::test_to_map_num ... ok
14902026-08-17T04:56:54.114Ztest to_map::test::test_to_map_seq ... ok
14912026-08-17T04:56:54.114Ztest to_map::test::test_to_map_valid ... ok
14922026-08-17T04:56:54.114Ztest to_map::test::test_to_map_vec ... ok
14932026-08-17T04:56:54.114Ztest type_util::tests::test_commented_ref ... ok
14942026-08-17T04:56:54.114Ztest type_util::tests::test_recursive_type - should panic ... ok
14952026-08-17T04:56:54.114Ztest type_util::tests::test_reflexive_type - should panic ... ok
14962026-08-17T04:56:54.114Ztest server::test::test_drop_server_without_close_okay ... ok
14972026-08-17T04:56:54.114Ztest websocket::tests::test_ws_upg_task_is_spawned ... ok
14982026-08-17T04:56:54.114Ztest server::test::test_server_run_then_close ... ok
14992026-08-17T04:56:54.114Ztest server::test::test_http_acceptor_happy_path ... ok
15002026-08-17T04:56:54.114Z
15012026-08-17T04:56:54.114Ztest result: ok. 142 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
15022026-08-17T04:56:54.114Z
15032026-08-17T04:56:54.125Z Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-d2b818b8c9f98891`
15042026-08-17T04:56:54.126Z
15052026-08-17T04:56:54.126Zrunning 1 test
15062026-08-17T04:56:54.404Z Compiling proc-macro2 v1.0.107
15072026-08-17T04:56:54.404Z Compiling quote v1.0.47
15082026-08-17T04:56:54.404Z Compiling unicode-ident v1.0.12
15092026-08-17T04:56:54.404Z Compiling libc v0.2.189
15102026-08-17T04:56:54.408Z Checking cfg-if v1.0.0
15112026-08-17T04:56:54.408Z Compiling serde_core v1.0.229
15122026-08-17T04:56:54.408Z Checking itoa v1.0.1
15132026-08-17T04:56:54.494Z Checking memchr v2.6.0
15142026-08-17T04:56:54.545Z Checking pin-project-lite v0.2.12
15152026-08-17T04:56:54.549Z Compiling autocfg v1.1.0
15162026-08-17T04:56:54.629Z Compiling thiserror v2.0.19
15172026-08-17T04:56:54.801Z Checking futures-core v0.3.34
15182026-08-17T04:56:54.860Z Checking smallvec v1.13.2
15192026-08-17T04:56:54.915Z Checking bytes v1.12.1
15202026-08-17T04:56:54.933Z Compiling zmij v1.0.2
15212026-08-17T04:56:55.030Z Compiling serde_json v1.0.151
15222026-08-17T04:56:55.035Z Compiling log v0.4.17
15232026-08-17T04:56:55.256Z Checking once_cell v1.20.1
15242026-08-17T04:56:55.261Z Compiling serde v1.0.229
15252026-08-17T04:56:55.265Z Compiling jobserver v0.1.34
15262026-08-17T04:56:55.276Z Compiling parking_lot_core v0.9.4
15272026-08-17T04:56:55.334Z Compiling shlex v1.3.0
15282026-08-17T04:56:55.337Z Compiling find-msvc-tools v0.1.9
15292026-08-17T04:56:55.561Z Compiling cc v1.2.60
15302026-08-17T04:56:55.575Z Compiling slab v0.4.9
15312026-08-17T04:56:55.649Z Checking scopeguard v1.2.0
15322026-08-17T04:56:55.675Z Checking futures-sink v0.3.34
15332026-08-17T04:56:55.740Z Compiling syn v2.0.118
15342026-08-17T04:56:55.766Z Compiling syn v3.0.3
15352026-08-17T04:56:55.833Z Checking lock_api v0.4.6
15362026-08-17T04:56:55.859Z Compiling fs_extra v1.3.0
15372026-08-17T04:56:55.910Z Compiling dunce v1.0.5
15382026-08-17T04:56:56.014Z Compiling version_check v0.9.5
15392026-08-17T04:56:56.038Z Checking parking_lot v0.12.1
15402026-08-17T04:56:56.305Z Compiling cmake v0.1.58
15412026-08-17T04:56:56.363Z Checking signal-hook-registry v1.4.0
15422026-08-17T04:56:56.440Z Checking mio v1.2.0
15432026-08-17T04:56:56.449Z Checking socket2 v0.6.3
15442026-08-17T04:56:56.518Z Checking stable_deref_trait v1.2.0
15452026-08-17T04:56:56.690Z Checking futures-channel v0.3.34
15462026-08-17T04:56:56.721Z Checking http v1.5.0
15472026-08-17T04:56:56.761Z Compiling ucd-trie v0.1.6
15482026-08-17T04:56:56.768Z Checking zeroize v1.8.2
15492026-08-17T04:56:56.882Z Compiling zerocopy v0.8.27
15502026-08-17T04:56:56.945Z Compiling getrandom v0.4.1
15512026-08-17T04:56:57.072Z Checking futures-task v0.3.34
15522026-08-17T04:56:57.209Z Compiling aws-lc-rs v1.16.3
15532026-08-17T04:56:57.287Z Checking rand_core v0.10.1
15542026-08-17T04:56:57.387Z Checking futures-io v0.3.34
15552026-08-17T04:56:57.487Z Compiling aws-lc-sys v0.40.0
15562026-08-17T04:56:57.496Z Checking rustls-pki-types v1.15.1
15572026-08-17T04:56:57.565Z Compiling httparse v1.10.0
15582026-08-17T04:56:57.577Z Compiling typenum v1.19.0
15592026-08-17T04:56:57.684Z Compiling rustversion v1.0.22
15602026-08-17T04:56:58.156Z Checking litemap v0.7.4
15612026-08-17T04:56:58.159Z Checking writeable v0.5.5
15622026-08-17T04:56:58.233Z Compiling crossbeam-utils v0.8.21
15632026-08-17T04:56:58.575Z Checking powerfmt v0.2.0
15642026-08-17T04:56:58.608Z Compiling synstructure v0.13.1
15652026-08-17T04:56:58.737Z Checking hashbrown v0.17.0
15662026-08-17T04:56:58.907Z Checking equivalent v1.0.0
15672026-08-17T04:56:58.986Z Compiling num-conv v0.2.0
15682026-08-17T04:56:59.055Z Compiling time-core v0.1.8
15692026-08-17T04:56:59.058Z Checking hybrid-array v0.4.8
15702026-08-17T04:56:59.114Z Compiling slog v2.8.2
15712026-08-17T04:56:59.196Z Compiling time-macros v0.2.27
15722026-08-17T04:56:59.202Z Checking indexmap v2.14.0
15732026-08-17T04:56:59.357Z Checking deranged v0.5.5
15742026-08-17T04:56:59.673Z Checking http-body v1.0.1
15752026-08-17T04:56:59.706Z Compiling unicase v2.6.0
15762026-08-17T04:56:59.741Z Checking tracing-core v0.1.32
15772026-08-17T04:56:59.930Z Checking bitflags v2.11.0
15782026-08-17T04:56:59.943Z Checking atomic-waker v1.1.2
15792026-08-17T04:57:00.035Z Compiling rustls v0.23.43
15802026-08-17T04:57:00.086Z Checking icu_locid_transform_data v1.5.0
15812026-08-17T04:57:00.150Z Checking percent-encoding v2.3.2
15822026-08-17T04:57:00.170Z Checking num_threads v0.1.3
15832026-08-17T04:57:00.251Z Checking untrusted v0.9.0
15842026-08-17T04:57:00.285Z Checking tracing v0.1.40
15852026-08-17T04:57:00.351Z Compiling num-traits v0.2.14
15862026-08-17T04:57:00.458Z Checking tower-service v0.3.3
15872026-08-17T04:57:00.494Z Checking time v0.3.47
15882026-08-17T04:57:00.542Z Checking fnv v1.0.7
15892026-08-17T04:57:00.584Z Compiling crc32fast v1.5.0
15902026-08-17T04:57:00.624Z Checking try-lock v0.2.3
15912026-08-17T04:57:00.715Z Checking subtle v2.5.0
15922026-08-17T04:57:00.762Z Compiling serde_derive v1.0.229
15932026-08-17T04:57:00.783Z Compiling thiserror-impl v2.0.19
15942026-08-17T04:57:00.841Z Compiling futures-macro v0.3.34
15952026-08-17T04:57:00.889Z Compiling zerofrom-derive v0.1.5
15962026-08-17T04:57:00.911Z Compiling tokio-macros v2.7.0
15972026-08-17T04:57:01.357Z Compiling yoke-derive v0.7.5
15982026-08-17T04:57:01.470Z Compiling zerovec-derive v0.10.3
15992026-08-17T04:57:02.084Z Compiling displaydoc v0.2.5
16002026-08-17T04:57:02.090Z Checking tokio v1.53.1
16012026-08-17T04:57:02.895Z Compiling pest v2.8.1
16022026-08-17T04:57:02.961Z Checking futures-util v0.3.34
16032026-08-17T04:57:03.119Z Checking zerofrom v0.1.5
16042026-08-17T04:57:03.189Z Compiling zerocopy-derive v0.8.27
16052026-08-17T04:57:03.234Z Checking yoke v0.7.5
16062026-08-17T04:57:03.361Z Compiling icu_provider_macros v1.5.0
16072026-08-17T04:57:03.411Z Checking zerovec v0.10.4
16082026-08-17T04:57:04.076Z Compiling pest_meta v2.8.1
16092026-08-17T04:57:04.148Z Checking tinystr v0.7.6
16102026-08-17T04:57:04.159Z Checking icu_collections v1.5.0
16112026-08-17T04:57:04.322Z Checking icu_locid v1.5.0
16122026-08-17T04:57:04.477Z Compiling scroll_derive v0.13.1
16132026-08-17T04:57:04.739Z Compiling pest_generator v2.8.1
16142026-08-17T04:57:04.940Z Checking icu_provider v1.5.0
16152026-08-17T04:57:05.115Z Checking tokio-util v0.7.19
16162026-08-17T04:57:05.236Z Checking icu_locid_transform v1.5.0
16172026-08-17T04:57:05.365Z Checking erased-serde v0.3.31
16182026-08-17T04:57:05.537Z Checking base64 v0.22.1
16192026-08-17T04:57:05.546Z Checking icu_properties_data v1.5.0
16202026-08-17T04:57:05.645Z Compiling usdt-impl v0.6.0
16212026-08-17T04:57:05.674Z Checking tower-layer v0.3.3
16222026-08-17T04:57:05.705Z Checking cpufeatures v0.3.0
16232026-08-17T04:57:05.768Z Checking icu_properties v1.5.1
16242026-08-17T04:57:05.775Z Checking scroll v0.13.0
16252026-08-17T04:57:05.819Z Checking h2 v0.4.14
16262026-08-17T04:57:05.993Z Checking want v0.3.0
16272026-08-17T04:57:06.051Z Compiling pest_derive v2.8.1
16282026-08-17T04:57:06.181Z Checking block-buffer v0.12.0
16292026-08-17T04:57:06.265Z Checking crypto-common v0.2.1
16302026-08-17T04:57:06.321Z Checking errno v0.3.10
16312026-08-17T04:57:06.338Z Compiling thread-id v5.0.0
16322026-08-17T04:57:06.437Z Compiling dof v0.4.0
16332026-08-17T04:57:06.456Z Checking utf8_iter v1.0.4
16342026-08-17T04:57:06.548Z Checking httpdate v1.0.1
16352026-08-17T04:57:06.577Z Checking plain v0.2.3
16362026-08-17T04:57:06.677Z Compiling byteorder v1.4.3
16372026-08-17T04:57:06.692Z Checking write16 v1.0.0
16382026-08-17T04:57:06.763Z Checking adler2 v2.0.1
16392026-08-17T04:57:06.779Z Checking simd-adler32 v0.3.7
16402026-08-17T04:57:06.868Z Checking icu_normalizer_data v1.5.0
16412026-08-17T04:57:06.899Z Checking utf16_iter v1.0.5
16422026-08-17T04:57:06.928Z Checking const-oid v0.10.2
16432026-08-17T04:57:06.932Z Compiling dtrace-parser v0.3.0
16442026-08-17T04:57:06.986Z Compiling rustix v1.1.4
16452026-08-17T04:57:07.002Z Checking miniz_oxide v0.8.9
16462026-08-17T04:57:07.078Z Checking digest v0.11.2
16472026-08-17T04:57:07.221Z Checking icu_normalizer v1.5.0
16482026-08-17T04:57:07.344Z Checking goblin v0.10.1
16492026-08-17T04:57:07.801Z Checking hyper v1.11.0
16502026-08-17T04:57:07.938Z Compiling serde_tokenstream v0.2.3
16512026-08-17T04:57:07.983Z Checking form_urlencoded v1.2.2
16522026-08-17T04:57:08.111Z Checking mime v0.3.16
16532026-08-17T04:57:08.181Z Checking ipnet v2.10.0
16542026-08-17T04:57:08.230Z Checking iana-time-zone v0.1.47
16552026-08-17T04:57:08.266Z Checking pretty-hex v0.4.1
16562026-08-17T04:57:08.269Z Compiling ryu v1.0.5
16572026-08-17T04:57:08.375Z Compiling rustix v0.38.44
16582026-08-17T04:57:08.397Z Checking openssl-probe v0.2.1
16592026-08-17T04:57:08.499Z Checking rustls-native-certs v0.8.3
16602026-08-17T04:57:08.584Z Checking chrono v0.4.45
16612026-08-17T04:57:08.722Z Checking hyper-util v0.1.20
16622026-08-17T04:57:08.819Z Checking flate2 v1.1.9
16632026-08-17T04:57:08.942Z Checking idna_adapter v1.2.0
16642026-08-17T04:57:09.060Z Checking sha1 v0.11.0
16652026-08-17T04:57:09.101Z Checking chacha20 v0.10.1
16662026-08-17T04:57:09.230Z Checking concurrent-queue v2.5.0
16672026-08-17T04:57:09.298Z Compiling serde_derive_internals v0.29.0
16682026-08-17T04:57:09.406Z Compiling multer v3.1.0
16692026-08-17T04:57:09.420Z Checking thread_local v1.1.4
16702026-08-17T04:57:09.549Z Checking sync_wrapper v1.0.1
16712026-08-17T04:57:09.575Z Checking encoding_rs v0.8.32
16722026-08-17T04:57:09.636Z Checking compression-core v0.4.32
16732026-08-17T04:57:09.642Z Compiling schemars v0.8.22
16742026-08-17T04:57:09.753Z Compiling camino v1.2.5
16752026-08-17T04:57:09.802Z Checking fastrand v2.1.1
16762026-08-17T04:57:09.879Z Checking winnow v1.0.0
16772026-08-17T04:57:09.979Z Checking parking v2.2.0
16782026-08-17T04:57:10.009Z Compiling paste v1.0.15
16792026-08-17T04:57:10.089Z Checking match_cfg v0.1.0
16802026-08-17T04:57:10.149Z Compiling slog-async v2.8.0
16812026-08-17T04:57:10.160Z Checking toml_parser v1.1.3+spec-1.1.0
16822026-08-17T04:57:10.342Z Checking hostname v0.3.1
16832026-08-17T04:57:10.421Z Checking event-listener v5.0.0
16842026-08-17T04:57:10.432Z Checking tempfile v3.27.0
16852026-08-17T04:57:10.447Z Compiling schemars_derive v0.8.22
16862026-08-17T04:57:10.493Z Checking compression-codecs v0.4.38
16872026-08-17T04:57:10.514Z Checking tower v0.5.2
16882026-08-17T04:57:10.554Z Checking rand v0.10.2
16892026-08-17T04:57:10.616Z Checking idna v1.0.3
16902026-08-17T04:57:10.649Z Compiling mime_guess v2.0.5
16912026-08-17T04:57:10.883Z Compiling usdt-macro v0.6.0
16922026-08-17T04:57:10.969Z Compiling usdt-attr-macro v0.6.0
16932026-08-17T04:57:10.984Z Checking slog-json v2.6.1
16942026-08-17T04:57:11.011Z Compiling serde_tokenstream v0.3.0
16952026-08-17T04:57:11.164Z Checking futures-executor v0.3.34
16962026-08-17T04:57:11.227Z Compiling async-stream-impl v0.3.6
16972026-08-17T04:57:11.350Z Checking http-body-util v0.1.4
16982026-08-17T04:57:11.354Z Checking crossbeam-channel v0.5.15
16992026-08-17T04:57:11.442Z Checking uuid v1.24.0
17002026-08-17T04:57:11.577Z Compiling dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot)
17012026-08-17T04:57:11.675Z Checking toml_datetime v1.1.1+spec-1.1.0
17022026-08-17T04:57:11.735Z Checking serde_spanned v1.1.1
17032026-08-17T04:57:11.819Z Checking memmap2 v0.9.8
17042026-08-17T04:57:11.859Z Checking is-terminal v0.4.12
17052026-08-17T04:57:11.867Z Checking lazy_static v1.5.0
17062026-08-17T04:57:11.944Z Checking base64 v0.23.1
17072026-08-17T04:57:11.953Z Checking spin v0.9.8
17082026-08-17T04:57:11.975Z Checking unicode-segmentation v1.10.0
17092026-08-17T04:57:12.057Z Compiling anyhow v1.0.104
17102026-08-17T04:57:12.066Z Compiling semver v1.0.28
17112026-08-17T04:57:12.188Z Compiling heck v0.5.0
17122026-08-17T04:57:12.195Z Checking dyn-clone v1.0.4
17132026-08-17T04:57:12.219Z Checking toml_writer v1.1.2+spec-1.1.0
17142026-08-17T04:57:12.253Z Checking term v1.1.0
17152026-08-17T04:57:12.273Z Checking data-encoding v2.4.0
17162026-08-17T04:57:12.314Z Checking take_mut v0.2.2
17172026-08-17T04:57:12.392Z Checking unicode-width v0.1.9
17182026-08-17T04:57:12.398Z Checking iri-string v0.7.8
17192026-08-17T04:57:12.444Z Compiling dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
17202026-08-17T04:57:12.464Z Checking slog-term v2.9.2
17212026-08-17T04:57:12.488Z Checking console v0.15.7
17222026-08-17T04:57:12.524Z Checking tungstenite v0.30.0
17232026-08-17T04:57:12.575Z Checking toml v1.1.4+spec-1.1.0
17242026-08-17T04:57:12.714Z Checking newline-converter v0.3.0
17252026-08-17T04:57:12.738Z Checking usdt v0.6.0
17262026-08-17T04:57:12.813Z Checking async-stream v0.3.6
17272026-08-17T04:57:12.989Z Checking futures v0.3.34
17282026-08-17T04:57:13.061Z Checking atomicwrites v0.4.4
17292026-08-17T04:57:13.078Z Checking slog-bunyan v2.5.0
17302026-08-17T04:57:13.095Z Checking serde_urlencoded v0.7.1
17312026-08-17T04:57:13.136Z Checking url v2.5.4
17322026-08-17T04:57:13.177Z Checking async-compression v0.4.43
17332026-08-17T04:57:13.183Z Checking event-listener-strategy v0.5.4
17342026-08-17T04:57:13.299Z Checking pem v3.0.6
17352026-08-17T04:57:13.403Z Checking tower-http v0.6.8
17362026-08-17T04:57:13.410Z Checking openapiv3 v2.2.0
17372026-08-17T04:57:13.442Z Checking yasna v0.6.0
17382026-08-17T04:57:13.508Z Compiling async-trait v0.1.91
17392026-08-17T04:57:13.514Z Checking waitgroup v0.1.2
17402026-08-17T04:57:13.601Z Checking rustls-pemfile v2.2.0
17412026-08-17T04:57:13.666Z Checking serde_path_to_error v0.1.20
17422026-08-17T04:57:13.737Z Checking hostname v0.4.2
17432026-08-17T04:57:13.821Z Checking similar v2.2.1
17442026-08-17T04:57:13.828Z Checking simple-mermaid v0.2.0
17452026-08-17T04:57:13.889Z Checking debug-ignore v1.0.5
17462026-08-17T04:57:13.937Z Checking async-channel v2.5.0
17472026-08-17T04:57:14.104Z Checking tokio-tungstenite v0.30.0
17482026-08-17T04:57:14.144Z Checking expectorate v1.2.0
17492026-08-17T04:57:14.262Z Checking pem v4.0.0
17502026-08-17T04:57:14.292Z Checking subprocess v1.2.1
17512026-08-17T04:57:14.323Z Checking buf-list v1.1.2
17522026-08-17T04:57:19.446Z Checking rustls-webpki v0.103.13
17532026-08-17T04:57:19.446Z Checking rcgen v0.14.8
17542026-08-17T04:57:21.651Z Checking tokio-rustls v0.26.4
17552026-08-17T04:57:21.655Z Checking rustls-platform-verifier v0.6.2
17562026-08-17T04:57:21.833Z Checking hyper-rustls v0.27.9
17572026-08-17T04:57:22.001Z Checking reqwest v0.13.4
17582026-08-17T04:57:23.469Z Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot)
17592026-08-17T04:57:23.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.38s
17602026-08-17T04:57:23.781Z
17612026-08-17T04:57:23.781Z
17622026-08-17T04:57:49.476Ztest tests/fail/bad_channel10.rs ... ok
17632026-08-17T04:57:49.476Ztest tests/fail/bad_channel11.rs ... ok
17642026-08-17T04:57:49.476Ztest tests/fail/bad_channel12.rs ... ok
17652026-08-17T04:57:49.476Ztest tests/fail/bad_channel13.rs ... ok
17662026-08-17T04:57:49.476Ztest tests/fail/bad_channel14.rs ... ok
17672026-08-17T04:57:49.481Ztest tests/fail/bad_channel15.rs ... ok
17682026-08-17T04:57:49.481Ztest tests/fail/bad_channel17.rs ... ok
17692026-08-17T04:57:49.481Ztest tests/fail/bad_channel18.rs ... ok
17702026-08-17T04:57:49.481Ztest tests/fail/bad_channel19.rs ... ok
17712026-08-17T04:57:49.481Ztest tests/fail/bad_channel1a.rs ... ok
17722026-08-17T04:57:49.481Ztest tests/fail/bad_channel1b.rs ... ok
17732026-08-17T04:57:49.481Ztest tests/fail/bad_channel2.rs ... ok
17742026-08-17T04:57:49.481Ztest tests/fail/bad_channel20.rs ... ok
17752026-08-17T04:57:49.481Ztest tests/fail/bad_channel21.rs ... ok
17762026-08-17T04:57:49.481Ztest tests/fail/bad_channel22.rs ... ok
17772026-08-17T04:57:49.481Ztest tests/fail/bad_channel23.rs ... ok
17782026-08-17T04:57:49.481Ztest tests/fail/bad_channel24.rs ... ok
17792026-08-17T04:57:49.481Ztest tests/fail/bad_channel25.rs ... ok
17802026-08-17T04:57:49.481Ztest tests/fail/bad_channel26.rs ... ok
17812026-08-17T04:57:49.481Ztest tests/fail/bad_channel27.rs ... ok
17822026-08-17T04:57:49.481Ztest tests/fail/bad_channel28.rs ... ok
17832026-08-17T04:57:49.481Ztest tests/fail/bad_channel3.rs ... ok
17842026-08-17T04:57:49.481Ztest tests/fail/bad_channel4.rs ... ok
17852026-08-17T04:57:49.481Ztest tests/fail/bad_channel5.rs ... ok
17862026-08-17T04:57:49.481Ztest tests/fail/bad_channel6.rs ... ok
17872026-08-17T04:57:49.482Ztest tests/fail/bad_channel8.rs ... ok
17882026-08-17T04:57:49.482Ztest tests/fail/bad_channel9.rs ... ok
17892026-08-17T04:57:49.482Ztest tests/fail/bad_endpoint1.rs ... ok
17902026-08-17T04:57:49.482Ztest tests/fail/bad_endpoint10.rs ... ok
17912026-08-17T04:57:49.482Ztest tests/fail/bad_endpoint11.rs ... ok
17922026-08-17T04:57:49.482Ztest tests/fail/bad_endpoint12.rs ... ok
17932026-08-17T04:57:49.482Ztest tests/fail/bad_endpoint13.rs ... ok
17942026-08-17T04:57:49.482Ztest tests/fail/bad_endpoint14.rs ... ok
17952026-08-17T04:57:49.482Ztest tests/fail/bad_endpoint15.rs ... ok
17962026-08-17T04:57:49.482Ztest tests/fail/bad_endpoint16.rs ... ok
17972026-08-17T04:57:49.482Ztest tests/fail/bad_endpoint17.rs ... ok
17982026-08-17T04:57:49.482Ztest tests/fail/bad_endpoint18.rs ... ok
17992026-08-17T04:57:49.482Ztest tests/fail/bad_endpoint19.rs ... ok
18002026-08-17T04:57:49.482Ztest tests/fail/bad_endpoint2.rs ... ok
18012026-08-17T04:57:49.482Ztest tests/fail/bad_endpoint20.rs ... ok
18022026-08-17T04:57:49.482Ztest tests/fail/bad_endpoint21.rs ... ok
18032026-08-17T04:57:49.482Ztest tests/fail/bad_endpoint22.rs ... ok
18042026-08-17T04:57:49.482Ztest tests/fail/bad_endpoint23.rs ... ok
18052026-08-17T04:57:49.482Ztest tests/fail/bad_endpoint24.rs ... ok
18062026-08-17T04:57:49.482Ztest tests/fail/bad_endpoint25.rs ... ok
18072026-08-17T04:57:49.482Ztest tests/fail/bad_endpoint26.rs ... ok
18082026-08-17T04:57:49.482Ztest tests/fail/bad_endpoint27.rs ... ok
18092026-08-17T04:57:49.482Ztest tests/fail/bad_endpoint28.rs ... ok
18102026-08-17T04:57:49.482Ztest tests/fail/bad_endpoint3.rs ... ok
18112026-08-17T04:57:49.482Ztest tests/fail/bad_endpoint4.rs ... ok
18122026-08-17T04:57:49.482Ztest tests/fail/bad_endpoint5.rs ... ok
18132026-08-17T04:57:49.482Ztest tests/fail/bad_endpoint6.rs ... ok
18142026-08-17T04:57:49.483Ztest tests/fail/bad_endpoint7.rs ... ok
18152026-08-17T04:57:49.483Ztest tests/fail/bad_endpoint8.rs ... ok
18162026-08-17T04:57:49.483Ztest tests/fail/bad_endpoint9.rs ... ok
18172026-08-17T04:57:49.483Ztest tests/fail/bad_trait_channel10.rs ... ok
18182026-08-17T04:57:49.483Ztest tests/fail/bad_trait_channel11.rs ... ok
18192026-08-17T04:57:49.483Ztest tests/fail/bad_trait_channel12.rs ... ok
18202026-08-17T04:57:49.483Ztest tests/fail/bad_trait_channel13.rs ... ok
18212026-08-17T04:57:49.483Ztest tests/fail/bad_trait_channel14.rs ... ok
18222026-08-17T04:57:49.483Ztest tests/fail/bad_trait_channel15.rs ... ok
18232026-08-17T04:57:49.483Ztest tests/fail/bad_trait_channel17.rs ... ok
18242026-08-17T04:57:49.483Ztest tests/fail/bad_trait_channel18.rs ... ok
18252026-08-17T04:57:49.483Ztest tests/fail/bad_trait_channel19.rs ... ok
18262026-08-17T04:57:49.483Ztest tests/fail/bad_trait_channel1a.rs ... ok
18272026-08-17T04:57:49.483Ztest tests/fail/bad_trait_channel1b.rs ... ok
18282026-08-17T04:57:49.483Ztest tests/fail/bad_trait_channel2.rs ... ok
18292026-08-17T04:57:49.483Ztest tests/fail/bad_trait_channel20.rs ... ok
18302026-08-17T04:57:49.483Ztest tests/fail/bad_trait_channel21.rs ... ok
18312026-08-17T04:57:49.483Ztest tests/fail/bad_trait_channel22.rs ... ok
18322026-08-17T04:57:49.483Ztest tests/fail/bad_trait_channel23.rs ... ok
18332026-08-17T04:57:49.483Ztest tests/fail/bad_trait_channel24.rs ... ok
18342026-08-17T04:57:49.483Ztest tests/fail/bad_trait_channel25.rs ... ok
18352026-08-17T04:57:49.483Ztest tests/fail/bad_trait_channel26.rs ... ok
18362026-08-17T04:57:49.483Ztest tests/fail/bad_trait_channel28.rs ... ok
18372026-08-17T04:57:49.483Ztest tests/fail/bad_trait_channel3.rs ... ok
18382026-08-17T04:57:49.483Ztest tests/fail/bad_trait_channel4.rs ... ok
18392026-08-17T04:57:49.483Ztest tests/fail/bad_trait_channel5.rs ... ok
18402026-08-17T04:57:49.484Ztest tests/fail/bad_trait_channel6.rs ... ok
18412026-08-17T04:57:49.484Ztest tests/fail/bad_trait_channel8.rs ... ok
18422026-08-17T04:57:49.484Ztest tests/fail/bad_trait_channel9.rs ... ok
18432026-08-17T04:57:49.484Ztest tests/fail/bad_trait_endpoint1.rs ... ok
18442026-08-17T04:57:49.484Ztest tests/fail/bad_trait_endpoint10.rs ... ok
18452026-08-17T04:57:49.484Ztest tests/fail/bad_trait_endpoint11.rs ... ok
18462026-08-17T04:57:49.484Ztest tests/fail/bad_trait_endpoint12.rs ... ok
18472026-08-17T04:57:49.484Ztest tests/fail/bad_trait_endpoint13.rs ... ok
18482026-08-17T04:57:49.484Ztest tests/fail/bad_trait_endpoint14.rs ... ok
18492026-08-17T04:57:49.484Ztest tests/fail/bad_trait_endpoint15.rs ... ok
18502026-08-17T04:57:49.484Ztest tests/fail/bad_trait_endpoint16.rs ... ok
18512026-08-17T04:57:49.484Ztest tests/fail/bad_trait_endpoint17.rs ... ok
18522026-08-17T04:57:49.484Ztest tests/fail/bad_trait_endpoint18.rs ... ok
18532026-08-17T04:57:49.484Ztest tests/fail/bad_trait_endpoint19.rs ... ok
18542026-08-17T04:57:49.484Ztest tests/fail/bad_trait_endpoint2.rs ... ok
18552026-08-17T04:57:49.484Ztest tests/fail/bad_trait_endpoint20.rs ... ok
18562026-08-17T04:57:49.484Ztest tests/fail/bad_trait_endpoint21.rs ... ok
18572026-08-17T04:57:49.484Ztest tests/fail/bad_trait_endpoint22.rs ... ok
18582026-08-17T04:57:49.484Ztest tests/fail/bad_trait_endpoint23.rs ... ok
18592026-08-17T04:57:49.484Ztest tests/fail/bad_trait_endpoint24.rs ... ok
18602026-08-17T04:57:49.484Ztest tests/fail/bad_trait_endpoint25.rs ... ok
18612026-08-17T04:57:49.484Ztest tests/fail/bad_trait_endpoint26.rs ... ok
18622026-08-17T04:57:49.484Ztest tests/fail/bad_trait_endpoint27.rs ... ok
18632026-08-17T04:57:49.484Ztest tests/fail/bad_trait_endpoint28.rs ... ok
18642026-08-17T04:57:49.484Ztest tests/fail/bad_trait_endpoint3.rs ... ok
18652026-08-17T04:57:49.484Ztest tests/fail/bad_trait_endpoint4.rs ... ok
18662026-08-17T04:57:49.484Ztest tests/fail/bad_trait_endpoint5.rs ... ok
18672026-08-17T04:57:49.488Ztest tests/fail/bad_trait_endpoint6.rs ... ok
18682026-08-17T04:57:49.488Ztest tests/fail/bad_trait_endpoint7.rs ... ok
18692026-08-17T04:57:49.488Ztest tests/fail/bad_trait_endpoint8.rs ... ok
18702026-08-17T04:57:49.489Ztest tests/fail/bad_trait_endpoint9.rs ... ok
18712026-08-17T04:57:49.489Ztest tests/fail/bad_trait_endpoint_error.rs ... ok
18722026-08-17T04:57:49.489Ztest tests/fail/bad_trait_only1.rs ... ok
18732026-08-17T04:57:49.489Ztest tests/fail/bad_trait_only10.rs ... ok
18742026-08-17T04:57:49.489Ztest tests/fail/bad_trait_only11.rs ... ok
18752026-08-17T04:57:49.489Ztest tests/fail/bad_trait_only12.rs ... ok
18762026-08-17T04:57:49.489Ztest tests/fail/bad_trait_only13.rs ... ok
18772026-08-17T04:57:49.489Ztest tests/fail/bad_trait_only14.rs ... ok
18782026-08-17T04:57:49.489Ztest tests/fail/bad_trait_only15.rs ... ok
18792026-08-17T04:57:49.489Ztest tests/fail/bad_trait_only16.rs ... ok
18802026-08-17T04:57:49.489Ztest tests/fail/bad_trait_only17.rs ... ok
18812026-08-17T04:57:49.489Ztest tests/fail/bad_trait_only18.rs ... ok
18822026-08-17T04:57:49.489Ztest tests/fail/bad_trait_only19.rs ... ok
18832026-08-17T04:57:49.489Ztest tests/fail/bad_trait_only2.rs ... ok
18842026-08-17T04:57:49.489Ztest tests/fail/bad_trait_only20.rs ... ok
18852026-08-17T04:57:49.489Ztest tests/fail/bad_trait_only21.rs ... ok
18862026-08-17T04:57:49.489Ztest tests/fail/bad_trait_only22.rs ... ok
18872026-08-17T04:57:49.489Ztest tests/fail/bad_trait_only3.rs ... ok
18882026-08-17T04:57:49.489Ztest tests/fail/bad_trait_only4.rs ... ok
18892026-08-17T04:57:49.489Ztest tests/fail/bad_trait_only5.rs ... ok
18902026-08-17T04:57:49.489Ztest tests/fail/bad_trait_only6.rs ... ok
18912026-08-17T04:57:49.489Ztest tests/fail/bad_trait_only7.rs ... ok
18922026-08-17T04:57:49.489Ztest tests/fail/bad_trait_only8.rs ... ok
18932026-08-17T04:57:49.489Ztest tests/fail/bad_trait_only9.rs ... ok
18942026-08-17T04:57:49.489Ztest tests/fail/bad_version_backwards.rs ... ok
18952026-08-17T04:57:49.489Ztest tests/fail/unused_endpoint.rs ... ok
18962026-08-17T04:57:49.489Z
18972026-08-17T04:57:49.490Z
18982026-08-17T04:57:49.490Ztest fail ... ok
18992026-08-17T04:57:49.490Z
19002026-08-17T04:57:49.490Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 55.36s
19012026-08-17T04:57:49.490Z
19022026-08-17T04:57:49.490Z Running `/work/oxidecomputer/dropshot/target/debug/deps/integration_tests-f1f1bf2020a3c905`
19032026-08-17T04:57:49.490Z
19042026-08-17T04:57:49.490Zrunning 100 tests
19052026-08-17T04:57:49.494Ztest api_trait::test_api_trait_with_disallowed_tags ... ok
19062026-08-17T04:57:49.494Ztest config::test_config_bad_bind_address_port_too_large ... ok
19072026-08-17T04:57:49.494Ztest config::test_config_bad_bind_address_port_too_small ... ok
19082026-08-17T04:57:49.494Ztest config::test_config_bad_bind_address_garbage ... ok
19092026-08-17T04:57:49.494Ztest config::test_config_bad_request_body_max_bytes_negative ... ok
19102026-08-17T04:57:49.494Ztest api_trait::test_api_trait_with_empty_tag_config ... ok
19112026-08-17T04:57:49.494Ztest api_trait::test_api_trait_with_complex_tags ... ok
19122026-08-17T04:57:49.494Ztest config::test_config_bad_request_body_max_bytes_too_large ... ok
19132026-08-17T04:57:49.494Ztest config::test_config_deprecated_request_body_max_bytes ... ok
19142026-08-17T04:57:49.494Ztest config::test_valid_config_all_settings ... ok
19152026-08-17T04:57:49.494Ztest config::test_valid_config_basic ... ok
19162026-08-17T04:57:49.494Ztest config::test_valid_config_empty ... ok
19172026-08-17T04:57:49.494Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-config_bind_address_https_buffer.6326.2.log"
19182026-08-17T04:57:49.494Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-config_bind_address_http.6326.1.log"
19192026-08-17T04:57:49.494Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-config_handler_task_mode_cancel.6326.4.log"
19202026-08-17T04:57:49.494Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-config_bind_address_https.6326.3.log"
19212026-08-17T04:57:49.494Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-test_unversioned_servers_with_versioned_routes.6326.5.log"
19222026-08-17T04:57:49.494Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-api_trait_basic.6326.6.log"
19232026-08-17T04:57:49.494Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-config_handler_task_mode_detached.6326.0.log"
19242026-08-17T04:57:49.495Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-test_enum_extractor_error.6326.7.log"
19252026-08-17T04:57:49.495Ztest config::test_unversioned_servers_with_versioned_routes ... ok
19262026-08-17T04:57:49.495Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-test_enum_user_error.6326.8.log"
19272026-08-17T04:57:49.495Ztest config::test_config_handler_task_mode_cancel ... ok
19282026-08-17T04:57:49.498Ztest config::test_config_handler_task_mode_detached ... ok
19292026-08-17T04:57:49.498Ztest custom_errors::test_enum_extractor_error ... ok
19302026-08-17T04:57:49.498Ztest custom_errors::test_enum_user_error ... ok
19312026-08-17T04:57:49.498Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-test_struct_extractor_error.6326.9.log"
19322026-08-17T04:57:49.498Ztest custom_errors::test_trait_based_api ... ok
19332026-08-17T04:57:49.498Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-test_struct_user_error.6326.10.log"
19342026-08-17T04:57:49.498Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-test_trait_enum_user_error.6326.11.log"
19352026-08-17T04:57:49.498Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-test_trait_struct_user_error.6326.12.log"
19362026-08-17T04:57:49.499Ztest api_trait::test_api_trait_basic ... ok
19372026-08-17T04:57:49.499Ztest custom_errors::test_struct_extractor_error ... ok
19382026-08-17T04:57:49.499Ztest custom_errors::test_trait_enum_user_error ... ok
19392026-08-17T04:57:49.499Ztest config::test_config_bind_address_http ... ok
19402026-08-17T04:57:49.499Ztest custom_errors::test_struct_user_error ... ok
19412026-08-17T04:57:49.499Ztest custom_errors::test_trait_struct_user_error ... ok
19422026-08-17T04:57:49.499Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-test_307_temporary_redirect.6326.15.log"
19432026-08-17T04:57:49.499Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-test_303_see_other.6326.14.log"
19442026-08-17T04:57:49.499Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-test_302_bogus.6326.13.log"
19452026-08-17T04:57:49.499Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-test_delete_request.6326.17.log"
19462026-08-17T04:57:49.499Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-test_302_found.6326.16.log"
19472026-08-17T04:57:49.499Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-demo1.6326.18.log"
19482026-08-17T04:57:49.499Ztest demo::test_302_found ... ok
19492026-08-17T04:57:49.499Ztest demo::test_302_bogus ... ok
19502026-08-17T04:57:49.499Ztest demo::test_307_temporary_redirect ... ok
19512026-08-17T04:57:49.499Ztest demo::test_delete_request ... ok
19522026-08-17T04:57:49.499Ztest demo::test_demo1 ... ok
19532026-08-17T04:57:49.499Ztest demo::test_303_see_other ... ok
19542026-08-17T04:57:49.499Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-demo2json.6326.19.log"
19552026-08-17T04:57:49.499Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-demo2query.6326.20.log"
19562026-08-17T04:57:49.499Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-demo2urlencoded.6326.21.log"
19572026-08-17T04:57:49.499Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-demo3json.6326.22.log"
19582026-08-17T04:57:49.499Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-demo_path_param_u32.6326.23.log"
19592026-08-17T04:57:49.499Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-demo_path_param_string.6326.24.log"
19602026-08-17T04:57:49.503Ztest demo::test_demo_path_param_u32 ... ok
19612026-08-17T04:57:49.503Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-demo_path_param_uuid.6326.25.log"
19622026-08-17T04:57:49.503Ztest demo::test_demo3json ... ok
19632026-08-17T04:57:49.503Ztest demo::test_demo2query ... ok
19642026-08-17T04:57:49.503Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-demo_websocket.6326.26.log"
19652026-08-17T04:57:49.503Ztest demo::test_demo2urlencoded ... ok
19662026-08-17T04:57:49.503Ztest demo::test_demo2json ... ok
19672026-08-17T04:57:49.503Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-test_head_request.6326.27.log"
19682026-08-17T04:57:49.503Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-test_header_request.6326.28.log"
19692026-08-17T04:57:49.504Ztest demo::test_demo_path_param_uuid ... ok
19702026-08-17T04:57:49.504Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-test_large_typed_body.6326.29.log"
19712026-08-17T04:57:49.504Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-tet_raw_request.6326.30.log"
19722026-08-17T04:57:49.504Ztest demo::test_header_request ... ok
19732026-08-17T04:57:49.504Ztest demo::test_head_request ... ok
19742026-08-17T04:57:49.504Ztest demo::test_demo_websocket ... ok
19752026-08-17T04:57:49.504Ztest demo::test_demo_path_param_string ... ok
19762026-08-17T04:57:49.504Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-test_request_compat.6326.31.log"
19772026-08-17T04:57:49.504Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-test_streaming_body.6326.32.log"
19782026-08-17T04:57:49.504Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-test_untyped_body.6326.33.log"
19792026-08-17T04:57:49.504Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-test_request_remote_addr.6326.34.log"
19802026-08-17T04:57:49.504Ztest demo::test_large_typed_body ... ok
19812026-08-17T04:57:49.504Ztest demo::test_raw_request ... ok
19822026-08-17T04:57:49.504Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-graceful_shutdown_with_detached_handler.6326.35.log"
19832026-08-17T04:57:49.504Ztest demo::test_request_compat ... ok
19842026-08-17T04:57:49.504Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-compression_config_disabled.6326.36.log"
19852026-08-17T04:57:49.504Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-compression_config_enabled.6326.37.log"
19862026-08-17T04:57:49.504Ztest demo::test_request_remote_addr ... ok
19872026-08-17T04:57:49.504Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-compression_disabled_extension.6326.38.log"
19882026-08-17T04:57:49.508Ztest demo::test_streaming_body ... ok
19892026-08-17T04:57:49.508Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-gzip_compression_multiple_encodings.6326.39.log"
19902026-08-17T04:57:49.508Ztest demo::test_untyped_body ... ok
19912026-08-17T04:57:49.508Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-gzip_compression_accept_encoding.6326.40.log"
19922026-08-17T04:57:49.508Ztest gzip::test_compression_disabled_with_extension ... ok
19932026-08-17T04:57:49.508Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-json_suffix_compressed.6326.41.log"
19942026-08-17T04:57:49.508Ztest gzip::test_json_suffix_is_compressed ... ok
19952026-08-17T04:57:49.508Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-no_compression_small_response.6326.42.log"
19962026-08-17T04:57:49.508Ztest gzip::test_no_compression_below_size_threshold ... ok
19972026-08-17T04:57:49.508Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-no_compression_204.6326.43.log"
19982026-08-17T04:57:49.513Ztest gzip::test_no_compression_for_204_no_content ... ok
19992026-08-17T04:57:49.513Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-no_compression_304.6326.44.log"
20002026-08-17T04:57:49.513Ztest gzip::test_no_compression_for_304_not_modified ... ok
20012026-08-17T04:57:49.513Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-no_compression_non_compressible.6326.45.log"
20022026-08-17T04:57:49.513Ztest gzip::test_no_compression_for_non_compressible_content_types ... ok
20032026-08-17T04:57:49.513Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-no_gzip_without_accept.6326.46.log"
20042026-08-17T04:57:49.517Ztest gzip::test_compression_config_disabled ... ok
20052026-08-17T04:57:49.517Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-reject_gzip_quality_zero.6326.47.log"
20062026-08-17T04:57:49.520Ztest gzip::test_no_gzip_without_accept_encoding ... ok
20072026-08-17T04:57:49.520Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-streaming_with_content_type_compressed.6326.48.log"
20082026-08-17T04:57:49.520Ztest gzip::test_compression_config_enabled ... ok
20092026-08-17T04:57:49.524Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-streaming_missing_content_type.6326.49.log"
20102026-08-17T04:57:49.524Ztest gzip::test_gzip_compression_accepts_multiple_encodings ... ok
20112026-08-17T04:57:49.524Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-vary_header_set.6326.50.log"
20122026-08-17T04:57:49.524Ztest gzip::test_streaming_with_content_type_is_compressed ... ok
20132026-08-17T04:57:49.524Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-vary_header_no_gzip.6326.51.log"
20142026-08-17T04:57:49.524Ztest gzip::test_streaming_without_content_type_skips_compression ... ok
20152026-08-17T04:57:49.524Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-xml_suffix_compressed.6326.52.log"
20162026-08-17T04:57:49.524Ztest gzip::test_reject_gzip_with_quality_zero ... ok
20172026-08-17T04:57:49.524Ztest gzip::test_xml_suffix_is_compressed ... ok
20182026-08-17T04:57:49.524Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-multipart_client.6326.53.log"
20192026-08-17T04:57:49.524Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-multipart_client.6326.54.log"
20202026-08-17T04:57:49.524Ztest config::test_config_bind_address_https ... ok
20212026-08-17T04:57:49.524Ztest multipart::missing_boundary ... ok
20222026-08-17T04:57:49.524Ztest multipart::no_content_type ... ok
20232026-08-17T04:57:49.524Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-multipart_client.6326.55.log"
20242026-08-17T04:57:49.524Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-multipart_client.6326.56.log"
20252026-08-17T04:57:49.524Ztest config::test_config_bind_address_https_buffer ... ok
20262026-08-17T04:57:49.528Ztest multipart::weird_content_type ... ok
20272026-08-17T04:57:49.528Ztest multipart::test_multipart_client ... ok
20282026-08-17T04:57:49.528Ztest openapi::test_openapi_custom_error_types ... ok
20292026-08-17T04:57:49.528Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-pagination-basic.6326.57.log"
20302026-08-17T04:57:49.528Ztest openapi::test_openapi_custom_error_types_trait_based ... ok
20312026-08-17T04:57:49.528Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-pagination-multiple-resources.6326.58.log"
20322026-08-17T04:57:49.542Ztest openapi::test_openapi ... ok
20332026-08-17T04:57:49.545Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-pagination-multiple-sorts.6326.59.log"
20342026-08-17T04:57:49.549Ztest openapi::test_openapi_fuller ... ok
20352026-08-17T04:57:49.549Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-basic.6326.60.log"
20362026-08-17T04:57:49.552Ztest gzip::test_vary_header_on_non_gzip_requests ... ok
20372026-08-17T04:57:49.552Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-dictionary.6326.61.log"
20382026-08-17T04:57:49.555Ztest gzip::test_gzip_compression_with_accept_encoding ... ok
20392026-08-17T04:57:49.555Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-empty.6326.62.log"
20402026-08-17T04:57:49.555Ztest pagination::test_paginate_empty ... ok
20412026-08-17T04:57:49.555Ztest gzip::test_vary_header_is_set ... ok
20422026-08-17T04:57:49.555Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-errors.6326.63.log"
20432026-08-17T04:57:49.558Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-extra_params.6326.64.log"
20442026-08-17T04:57:49.558Ztest pagination::test_paginate_extra_params ... ok
20452026-08-17T04:57:49.558Ztest pagination::test_paginate_errors ... ok
20462026-08-17T04:57:49.558Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-required_params.6326.65.log"
20472026-08-17T04:57:49.558Ztest pagination_schema::test_pagination_schema ... ok
20482026-08-17T04:57:49.558Ztest path_names::test_path_names ... ok
20492026-08-17T04:57:49.558Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-test_no_tls.6326.66.log"
20502026-08-17T04:57:49.561Ztest pagination::test_paginate_with_required_params ... ok
20512026-08-17T04:57:49.562Ztest starter::test_no_tls ... ok
20522026-08-17T04:57:49.562Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-test_with_tls.6326.67.log"
20532026-08-17T04:57:49.562Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-non_streaming_servers_do_not_use_transfer_encoding.6326.68.log"
20542026-08-17T04:57:49.562Ztest streaming::test_non_streaming_servers_do_not_use_transfer_encoding ... ok
20552026-08-17T04:57:49.562Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-streaming_server_buffered_client.6326.69.log"
20562026-08-17T04:57:49.570Ztest streaming::test_streaming_server_buffered_client ... ok
20572026-08-17T04:57:49.573Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-streaming_server_streaming_client.6326.70.log"
20582026-08-17T04:57:49.576Ztest streaming::test_streaming_server_streaming_client ... ok
20592026-08-17T04:57:49.580Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-test_server_is_http.6326.71.log"
20602026-08-17T04:57:49.580Ztest tls::test_server_is_http ... ok
20612026-08-17T04:57:49.580Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-test_server_is_https.6326.72.log"
20622026-08-17T04:57:49.584Ztest pagination::test_paginate_basic ... ok
20632026-08-17T04:57:49.587Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-test_tls_aborted_negotiation.6326.73.log"
20642026-08-17T04:57:49.866Ztest starter::test_with_tls ... ok
20652026-08-17T04:57:49.869Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-test_tls_certificate_loading.6326.74.log"
20662026-08-17T04:57:49.882Ztest tls::test_server_is_https ... ok
20672026-08-17T04:57:49.886Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-test_tls_only.6326.75.log"
20682026-08-17T04:57:50.130Ztest pagination::test_paginate_dictionary ... ok
20692026-08-17T04:57:50.134Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-test_tls_refresh_certificates.6326.76.log"
20702026-08-17T04:57:50.170Ztest tls::test_tls_certificate_loading ... ok
20712026-08-17T04:57:50.173Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-test_versions.6326.77.log"
20722026-08-17T04:57:50.191Ztest tls::test_tls_aborted_negotiation ... ok
20732026-08-17T04:57:50.194Znote: configured to log to "/tmp/integration_tests-f1f1bf2020a3c905-test_versions_on_missing.6326.78.log"
20742026-08-17T04:57:50.306Ztest versions::test_versions_on_missing ... ok
20752026-08-17T04:57:50.309Ztest versions::test_versions_openapi ... ok
20762026-08-17T04:57:50.309Ztest versions::test_versions_openapi_same_names ... ok
20772026-08-17T04:57:50.309Ztest versions::test_versions ... ok
20782026-08-17T04:57:50.342Ztest pagination::test_example_basic ... ok
20792026-08-17T04:57:50.489Ztest tls::test_tls_only ... ok
20802026-08-17T04:57:50.741Ztest tls::test_tls_refresh_certificates ... ok
20812026-08-17T04:57:51.152Ztest pagination::test_example_multiple_sorts ... ok
20822026-08-17T04:57:51.230Ztest pagination::test_example_multiple_resources ... ok
20832026-08-17T04:57:51.505Ztest detached_shutdown::test_graceful_shutdown_with_detached_handler ... ok
20842026-08-17T04:57:51.505Z
20852026-08-17T04:57:51.505Ztest result: ok. 100 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.02s
20862026-08-17T04:57:51.505Z
20872026-08-17T04:57:51.513Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-1a209a98fda6755e`
20882026-08-17T04:57:51.519Z
20892026-08-17T04:57:51.519Zrunning 35 tests
20902026-08-17T04:57:51.522Ztest channel::tests::test_channel_operation_id ... ok
20912026-08-17T04:57:51.522Ztest channel::tests::test_channel_with_versions ... ok
20922026-08-17T04:57:51.522Ztest channel::tests::test_channel_with_unnamed_params ... ok
20932026-08-17T04:57:51.522Ztest api_trait::tests::test_api_trait_no_endpoints ... ok
20942026-08-17T04:57:51.526Ztest endpoint::tests::test_endpoint_bad_metadata ... ok
20952026-08-17T04:57:51.526Ztest endpoint::tests::test_endpoint_bad_context_receiver ... ok
20962026-08-17T04:57:51.526Ztest endpoint::tests::test_endpoint_bad_string ... ok
20972026-08-17T04:57:51.526Ztest doc::tests::test_extract_summary_description ... ok
20982026-08-17T04:57:51.526Ztest endpoint::tests::test_endpoint_bad_versions ... ok
20992026-08-17T04:57:51.526Ztest endpoint::tests::test_endpoint_invalid_item ... ok
21002026-08-17T04:57:51.526Ztest endpoint::tests::test_endpoint_no_arguments ... ok
21012026-08-17T04:57:51.526Ztest channel::tests::test_channel_with_custom_params ... ok
21022026-08-17T04:57:51.526Ztest endpoint::tests::test_endpoint_not_async ... ok
21032026-08-17T04:57:51.526Ztest api_trait::tests::test_api_trait_operation_id ... ok
21042026-08-17T04:57:51.526Ztest endpoint::tests::test_endpoint_content_type ... ok
21052026-08-17T04:57:51.526Ztest endpoint::tests::test_endpoint_basic ... ok
21062026-08-17T04:57:51.526Ztest endpoint::tests::test_endpoint_context_fully_qualified_names ... ok
21072026-08-17T04:57:51.526Ztest api_trait::tests::test_api_trait_with_custom_params ... ok
21082026-08-17T04:57:51.526Ztest api_trait::tests::test_api_trait_basic ... ok
21092026-08-17T04:57:51.526Ztest endpoint::tests::test_endpoint_pub_crate ... ok
21102026-08-17T04:57:51.526Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_1 ... ok
21112026-08-17T04:57:51.526Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_2 ... ok
21122026-08-17T04:57:51.526Ztest endpoint::tests::test_endpoint_with_empty_where_clause ... ok
21132026-08-17T04:57:51.526Ztest endpoint::tests::test_endpoint_with_doc ... ok
21142026-08-17T04:57:51.526Ztest endpoint::tests::test_endpoint_with_tags ... ok
21152026-08-17T04:57:51.527Ztest endpoint::tests::test_endpoint_with_query ... ok
21162026-08-17T04:57:51.527Ztest endpoint::tests::test_endpoint_with_versions_all ... ok
21172026-08-17T04:57:51.527Ztest endpoint::tests::test_endpoint_with_custom_params ... ok
21182026-08-17T04:57:51.527Ztest params::tests::test_extract_rqctx_ty_param ... ok
21192026-08-17T04:57:51.527Ztest syn_parsing::tests::test_busted_function ... ok
21202026-08-17T04:57:51.527Ztest endpoint::tests::test_endpoint_with_unnamed_params ... ok
21212026-08-17T04:57:51.530Ztest endpoint::tests::test_operation_id ... ok
21222026-08-17T04:57:51.530Ztest endpoint::tests::test_endpoint_with_versions_until ... ok
21232026-08-17T04:57:51.530Ztest endpoint::tests::test_endpoint_with_versions_from ... ok
21242026-08-17T04:57:51.530Ztest endpoint::tests::test_endpoint_with_versions_from_until ... ok
21252026-08-17T04:57:51.531Z
21262026-08-17T04:57:51.531Ztest result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
21272026-08-17T04:57:51.531Z
21282026-08-17T04:57:51.531Z Doc-tests dropshot
21292026-08-17T04:57:51.531Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color auto --crate-name dropshot --test dropshot/src/lib.rs --test-run-directory /work/oxidecomputer/dropshot/dropshot -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-33fdf8f41b6ed66a.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-17cb59547574d379.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-49199a7d6ee91ac9.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e003ba7c0f4caf4f.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-32649300f3c96bca.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-abfa5cc5fbdcf924.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-69909fc551ab8144.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-e2984e8a091e62d0.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6431ca84929ba259.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-7894b577d2d6d043.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f8b83aab5b3a8158.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-e33686442fb3edc4.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-d3da4a0737f2f8fb.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-25682a1f3dce3cdf.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-9f10d25487ddabed.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -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`
21302026-08-17T04:57:52.282Z
21312026-08-17T04:57:52.282Zrunning 24 tests
21322026-08-17T04:57:52.285Ztest dropshot/src/compression.rs - compression::NoCompression (line 14) ... ignored
21332026-08-17T04:57:53.527Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 413) ... ok
21342026-08-17T04:57:53.527Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 149) ... ignored
21352026-08-17T04:57:53.527Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 156) ... ignored
21362026-08-17T04:57:53.550Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 472) ... ok
21372026-08-17T04:57:57.128Ztest dropshot/src/error_status_code.rs - error_status_code::ClientErrorStatusCode::from_u16 (line 556) ... ok
21382026-08-17T04:57:57.128Ztest dropshot/src/lib.rs - (line 337) ... ignored
21392026-08-17T04:57:57.163Ztest dropshot/src/error_status_code.rs - error_status_code::ErrorStatusCode::from_u16 (line 362) ... ok
21402026-08-17T04:57:57.221Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 382) ... ok
21412026-08-17T04:57:57.285Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 357) ... ok
21422026-08-17T04:57:57.342Ztest dropshot/src/lib.rs - (line 46) - compile ... ok
21432026-08-17T04:57:57.399Ztest dropshot/src/api_description.rs - api_description::ApiEndpoint<StubContext>::new_for_types (line 154) ... ok
21442026-08-17T04:57:57.476Ztest dropshot/src/config.rs - config::ConfigDropshot (line 31) ... ok
21452026-08-17T04:57:57.477Ztest dropshot/src/lib.rs - channel (line 1187) ... ignored
21462026-08-17T04:57:57.477Ztest dropshot/src/lib.rs - endpoint (line 1232) ... ignored
21472026-08-17T04:57:58.395Ztest dropshot/src/lib.rs - (line 401) ... ok
21482026-08-17T04:57:58.528Ztest dropshot/src/lib.rs - api_description (line 1052) ... ok
21492026-08-17T04:57:58.598Ztest dropshot/src/lib.rs - (line 664) ... ok
21502026-08-17T04:57:58.629Ztest dropshot/src/lib.rs - api_description (line 1113) ... ok
21512026-08-17T04:57:58.781Ztest dropshot/src/lib.rs - (line 113) ... ok
21522026-08-17T04:57:58.869Ztest dropshot/src/lib.rs - (line 192) ... ok
21532026-08-17T04:57:59.506Ztest dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 230) ... ok
21542026-08-17T04:58:01.763Ztest dropshot/src/test_util.rs - test_util::LogContext (line 469) ... ok
21552026-08-17T04:58:02.343Ztest dropshot/src/lib.rs - (line 500) ... ok
21562026-08-17T04:58:02.343Z
21572026-08-17T04:58:02.343Ztest result: ok. 18 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 10.06s
21582026-08-17T04:58:02.343Z
21592026-08-17T04:58:02.346Zall doctests ran in 10.49s; merged doctests compilation took 0.43s
21602026-08-17T04:58:02.369Z Doc-tests dropshot_endpoint
21612026-08-17T04:58:02.373Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color auto --crate-name dropshot_endpoint --test dropshot_endpoint/src/lib.rs --test-run-directory /work/oxidecomputer/dropshot/dropshot_endpoint -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/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-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-15cf12a6d47fd2b9.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-d187858cf3fa2474.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-a7d09938e1b004dd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-06cdd5ecbfb6dc73.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6360e43d0dec8e96.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-af1a38aada65d234.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b66c5bededaa0ec5.rlib --extern proc_macro -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --error-format human`
21622026-08-17T04:58:02.501Z
21632026-08-17T04:58:02.501Zrunning 0 tests
21642026-08-17T04:58:02.501Z
21652026-08-17T04:58:02.501Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
21662026-08-17T04:58:02.501Z
21672026-08-17T04:58:02.533Z
21682026-08-17T04:58:02.536Zreal 2:00.133645259
21692026-08-17T04:58:02.537Zuser 8:52.675456928
21702026-08-17T04:58:02.537Zsys 1:59.134286956
21712026-08-17T04:58:02.537Ztrap 0.376316093
21722026-08-17T04:58:02.537Ztflt 0.218387291
21732026-08-17T04:58:02.537Zdflt 0.216521575
21742026-08-17T04:58:02.537Zkflt 0.000152830
21752026-08-17T04:58:02.537Zlock 39:20.715905697
21762026-08-17T04:58:02.537Zslp 38:56.042966725
21772026-08-17T04:58:02.537Zlat 26.340794339
21782026-08-17T04:58:02.537Zstop 1:09.602635579
21792026-08-17T04:58:02.537Z+ banner docs
21802026-08-17T04:58:02.537Z
21812026-08-17T04:58:02.537Z ##### #### #### ####
21822026-08-17T04:58:02.537Z # # # # # # #
21832026-08-17T04:58:02.537Z # # # # # ####
21842026-08-17T04:58:02.537Z # # # # # #
21852026-08-17T04:58:02.537Z # # # # # # # #
21862026-08-17T04:58:02.537Z ##### #### #### ####
21872026-08-17T04:58:02.537Z
21882026-08-17T04:58:02.537Z+ ptime -m cargo doc --no-deps --lib --bins --examples
21892026-08-17T04:58:02.742Z Compiling proc-macro2 v1.0.107
21902026-08-17T04:58:02.742Z Compiling unicode-ident v1.0.12
21912026-08-17T04:58:02.745Z Checking cfg-if v1.0.0
21922026-08-17T04:58:02.745Z Checking itoa v1.0.1
21932026-08-17T04:58:02.745Z Checking pin-project-lite v0.2.12
21942026-08-17T04:58:02.745Z Compiling quote v1.0.47
21952026-08-17T04:58:02.791Z Checking libc v0.2.189
21962026-08-17T04:58:02.794Z Checking serde_core v1.0.229
21972026-08-17T04:58:02.816Z Checking smallvec v1.13.2
21982026-08-17T04:58:02.832Z Checking futures-core v0.3.34
21992026-08-17T04:58:02.851Z Checking memchr v2.6.0
22002026-08-17T04:58:02.880Z Checking bytes v1.12.1
22012026-08-17T04:58:02.934Z Checking once_cell v1.20.1
22022026-08-17T04:58:02.983Z Checking scopeguard v1.2.0
22032026-08-17T04:58:03.077Z Checking futures-sink v0.3.34
22042026-08-17T04:58:03.086Z Checking lock_api v0.4.6
22052026-08-17T04:58:03.168Z Checking slab v0.4.9
22062026-08-17T04:58:03.184Z Checking parking_lot_core v0.9.4
22072026-08-17T04:58:03.225Z Checking mio v1.2.0
22082026-08-17T04:58:03.264Z Checking signal-hook-registry v1.4.0
22092026-08-17T04:58:03.297Z Compiling jobserver v0.1.34
22102026-08-17T04:58:03.308Z Checking socket2 v0.6.3
22112026-08-17T04:58:03.341Z Checking http v1.5.0
22122026-08-17T04:58:03.367Z Checking parking_lot v0.12.1
22132026-08-17T04:58:03.409Z Checking futures-channel v0.3.34
22142026-08-17T04:58:03.537Z Compiling cc v1.2.60
22152026-08-17T04:58:03.547Z Checking stable_deref_trait v1.2.0
22162026-08-17T04:58:03.595Z Checking zeroize v1.8.2
22172026-08-17T04:58:03.602Z Checking log v0.4.17
22182026-08-17T04:58:03.610Z Checking futures-io v0.3.34
22192026-08-17T04:58:03.613Z Checking futures-task v0.3.34
22202026-08-17T04:58:03.724Z Compiling syn v2.0.118
22212026-08-17T04:58:03.724Z Compiling syn v3.0.3
22222026-08-17T04:58:03.734Z Checking rand_core v0.10.1
22232026-08-17T04:58:03.738Z Checking rustls-pki-types v1.15.1
22242026-08-17T04:58:03.748Z Checking zmij v1.0.2
22252026-08-17T04:58:03.862Z Checking getrandom v0.4.1
22262026-08-17T04:58:03.870Z Checking typenum v1.19.0
22272026-08-17T04:58:03.895Z Checking httparse v1.10.0
22282026-08-17T04:58:03.997Z Checking litemap v0.7.4
22292026-08-17T04:58:04.009Z Checking hashbrown v0.17.0
22302026-08-17T04:58:04.098Z Checking powerfmt v0.2.0
22312026-08-17T04:58:04.174Z Compiling num-conv v0.2.0
22322026-08-17T04:58:04.241Z Compiling cmake v0.1.58
22332026-08-17T04:58:04.285Z Checking equivalent v1.0.0
22342026-08-17T04:58:04.295Z Checking writeable v0.5.5
22352026-08-17T04:58:04.359Z Compiling time-core v0.1.8
22362026-08-17T04:58:04.463Z Checking serde_json v1.0.151
22372026-08-17T04:58:04.469Z Checking indexmap v2.14.0
22382026-08-17T04:58:04.500Z Compiling time-macros v0.2.27
22392026-08-17T04:58:04.532Z Checking hybrid-array v0.4.8
22402026-08-17T04:58:04.568Z Checking deranged v0.5.5
22412026-08-17T04:58:04.785Z Compiling aws-lc-sys v0.40.0
22422026-08-17T04:58:04.956Z Checking http-body v1.0.1
22432026-08-17T04:58:05.018Z Checking crossbeam-utils v0.8.21
22442026-08-17T04:58:05.051Z Checking tracing-core v0.1.32
22452026-08-17T04:58:05.188Z Checking percent-encoding v2.3.2
22462026-08-17T04:58:05.346Z Checking num_threads v0.1.3
22472026-08-17T04:58:05.346Z Checking atomic-waker v1.1.2
22482026-08-17T04:58:05.425Z Checking untrusted v0.9.0
22492026-08-17T04:58:05.435Z Checking tracing v0.1.40
22502026-08-17T04:58:05.453Z Checking subtle v2.5.0
22512026-08-17T04:58:05.471Z Checking tower-service v0.3.3
22522026-08-17T04:58:05.520Z Checking time v0.3.47
22532026-08-17T04:58:05.520Z Checking bitflags v2.11.0
22542026-08-17T04:58:05.552Z Checking tower-layer v0.3.3
22552026-08-17T04:58:05.575Z Checking fnv v1.0.7
22562026-08-17T04:58:05.597Z Checking try-lock v0.2.3
22572026-08-17T04:58:05.656Z Checking icu_locid_transform_data v1.5.0
22582026-08-17T04:58:05.671Z Checking cpufeatures v0.3.0
22592026-08-17T04:58:05.684Z Checking base64 v0.22.1
22602026-08-17T04:58:05.690Z Checking want v0.3.0
22612026-08-17T04:58:05.714Z Checking crypto-common v0.2.1
22622026-08-17T04:58:05.729Z Checking block-buffer v0.12.0
22632026-08-17T04:58:05.803Z Checking icu_properties_data v1.5.0
22642026-08-17T04:58:05.863Z Checking simd-adler32 v0.3.7
22652026-08-17T04:58:05.906Z Checking httpdate v1.0.1
22662026-08-17T04:58:05.925Z Checking const-oid v0.10.2
22672026-08-17T04:58:05.994Z Checking adler2 v2.0.1
22682026-08-17T04:58:06.041Z Checking num-traits v0.2.14
22692026-08-17T04:58:06.073Z Checking crc32fast v1.5.0
22702026-08-17T04:58:06.107Z Checking miniz_oxide v0.8.9
22712026-08-17T04:58:06.205Z Checking digest v0.11.2
22722026-08-17T04:58:06.205Z Checking form_urlencoded v1.2.2
22732026-08-17T04:58:06.327Z Checking errno v0.3.10
22742026-08-17T04:58:06.343Z Checking write16 v1.0.0
22752026-08-17T04:58:06.352Z Checking utf16_iter v1.0.5
22762026-08-17T04:58:06.428Z Compiling synstructure v0.13.1
22772026-08-17T04:58:06.437Z Checking ipnet v2.10.0
22782026-08-17T04:58:06.448Z Checking iana-time-zone v0.1.47
22792026-08-17T04:58:06.452Z Checking mime v0.3.16
22802026-08-17T04:58:06.461Z Checking icu_normalizer_data v1.5.0
22812026-08-17T04:58:06.518Z Checking winnow v1.0.0
22822026-08-17T04:58:06.540Z Checking utf8_iter v1.0.4
22832026-08-17T04:58:06.604Z Checking flate2 v1.1.9
22842026-08-17T04:58:06.641Z Compiling serde_derive_internals v0.29.0
22852026-08-17T04:58:06.653Z Checking sha1 v0.11.0
22862026-08-17T04:58:06.790Z Checking toml_parser v1.1.3+spec-1.1.0
22872026-08-17T04:58:06.815Z Checking toml_datetime v1.1.1+spec-1.1.0
22882026-08-17T04:58:06.882Z Checking serde_spanned v1.1.1
22892026-08-17T04:58:06.896Z Checking thread_local v1.1.4
22902026-08-17T04:58:07.000Z Checking encoding_rs v0.8.32
22912026-08-17T04:58:07.006Z Checking compression-core v0.4.32
22922026-08-17T04:58:07.048Z Checking openssl-probe v0.2.1
22932026-08-17T04:58:07.099Z Checking match_cfg v0.1.0
22942026-08-17T04:58:07.119Z Checking toml_writer v1.1.2+spec-1.1.0
22952026-08-17T04:58:07.144Z Checking rustls-native-certs v0.8.3
22962026-08-17T04:58:07.156Z Checking hostname v0.3.1
22972026-08-17T04:58:07.242Z Checking compression-codecs v0.4.38
22982026-08-17T04:58:07.259Z Checking ryu v1.0.5
22992026-08-17T04:58:07.283Z Checking toml v1.1.4+spec-1.1.0
23002026-08-17T04:58:07.346Z Checking rustix v1.1.4
23012026-08-17T04:58:07.382Z Compiling unicase v2.6.0
23022026-08-17T04:58:07.398Z Checking chacha20 v0.10.1
23032026-08-17T04:58:07.515Z Compiling serde_derive v1.0.229
23042026-08-17T04:58:07.554Z Compiling futures-macro v0.3.34
23052026-08-17T04:58:07.588Z Compiling thiserror-impl v2.0.19
23062026-08-17T04:58:07.633Z Compiling zerofrom-derive v0.1.5
23072026-08-17T04:58:07.845Z Compiling tokio-macros v2.7.0
23082026-08-17T04:58:07.921Z Compiling yoke-derive v0.7.5
23092026-08-17T04:58:07.921Z Compiling zerovec-derive v0.10.3
23102026-08-17T04:58:08.351Z Checking futures-util v0.3.34
23112026-08-17T04:58:08.562Z Checking tokio v1.53.1
23122026-08-17T04:58:08.768Z Compiling displaydoc v0.2.5
23132026-08-17T04:58:08.792Z Checking zerofrom v0.1.5
23142026-08-17T04:58:08.903Z Compiling icu_provider_macros v1.5.0
23152026-08-17T04:58:08.908Z Checking yoke v0.7.5
23162026-08-17T04:58:08.914Z Checking thiserror v2.0.19
23172026-08-17T04:58:09.001Z Compiling schemars_derive v0.8.22
23182026-08-17T04:58:09.076Z Checking zerovec v0.10.4
23192026-08-17T04:58:09.451Z Compiling async-stream-impl v0.3.6
23202026-08-17T04:58:09.492Z Checking crossbeam-channel v0.5.15
23212026-08-17T04:58:09.745Z Checking tinystr v0.7.6
23222026-08-17T04:58:09.811Z Checking icu_collections v1.5.0
23232026-08-17T04:58:09.916Z Checking icu_locid v1.5.0
23242026-08-17T04:58:10.053Z Checking serde v1.0.229
23252026-08-17T04:58:10.124Z Checking concurrent-queue v2.5.0
23262026-08-17T04:58:10.149Z Checking http-body-util v0.1.4
23272026-08-17T04:58:10.208Z Checking futures-executor v0.3.34
23282026-08-17T04:58:10.291Z Checking uuid v1.24.0
23292026-08-17T04:58:10.341Z Checking icu_provider v1.5.0
23302026-08-17T04:58:10.347Z Compiling dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot)
23312026-08-17T04:58:10.364Z Checking is-terminal v0.4.12
23322026-08-17T04:58:10.441Z Checking sync_wrapper v1.0.1
23332026-08-17T04:58:10.445Z Checking erased-serde v0.3.31
23342026-08-17T04:58:10.533Z Checking chrono v0.4.45
23352026-08-17T04:58:10.536Z Compiling serde_tokenstream v0.3.0
23362026-08-17T04:58:10.565Z Checking dyn-clone v1.0.4
23372026-08-17T04:58:10.575Z Checking base64 v0.23.1
23382026-08-17T04:58:10.629Z Checking icu_locid_transform v1.5.0
23392026-08-17T04:58:10.643Z Checking parking v2.2.0
23402026-08-17T04:58:10.750Z Checking fastrand v2.1.1
23412026-08-17T04:58:10.807Z Checking take_mut v0.2.2
23422026-08-17T04:58:10.813Z Checking slog v2.8.2
23432026-08-17T04:58:10.835Z Compiling semver v1.0.28
23442026-08-17T04:58:10.918Z Checking term v1.1.0
23452026-08-17T04:58:11.056Z Checking slog-json v2.6.1
23462026-08-17T04:58:11.079Z Checking icu_properties v1.5.1
23472026-08-17T04:58:11.091Z Checking spin v0.9.8
23482026-08-17T04:58:11.160Z Compiling dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
23492026-08-17T04:58:11.173Z Checking slog-async v2.8.0
23502026-08-17T04:58:11.221Z Checking multer v3.1.0
23512026-08-17T04:58:11.224Z Checking slog-bunyan v2.5.0
23522026-08-17T04:58:11.327Z Checking tempfile v3.27.0
23532026-08-17T04:58:11.334Z Checking event-listener v5.0.0
23542026-08-17T04:58:11.392Z Checking slog-term v2.9.2
23552026-08-17T04:58:11.429Z Checking schemars v0.8.22
23562026-08-17T04:58:11.531Z Checking openapiv3 v2.2.0
23572026-08-17T04:58:11.553Z Checking serde_urlencoded v0.7.1
23582026-08-17T04:58:11.639Z Checking tokio-util v0.7.19
23592026-08-17T04:58:11.647Z Checking async-compression v0.4.43
23602026-08-17T04:58:11.749Z Checking tower v0.5.2
23612026-08-17T04:58:11.880Z Checking futures v0.3.34
23622026-08-17T04:58:11.951Z Checking async-stream v0.3.6
23632026-08-17T04:58:12.050Z Checking rand v0.10.2
23642026-08-17T04:58:12.057Z Checking h2 v0.4.14
23652026-08-17T04:58:12.073Z Compiling mime_guess v2.0.5
23662026-08-17T04:58:12.126Z Compiling async-trait v0.1.91
23672026-08-17T04:58:12.505Z Checking icu_normalizer v1.5.0
23682026-08-17T04:58:12.511Z Checking camino v1.2.5
23692026-08-17T04:58:12.580Z Checking rustix v0.38.44
23702026-08-17T04:58:12.752Z Checking waitgroup v0.1.2
23712026-08-17T04:58:12.816Z Checking serde_path_to_error v0.1.20
23722026-08-17T04:58:12.845Z Checking rustls-pemfile v2.2.0
23732026-08-17T04:58:12.867Z Checking idna_adapter v1.2.0
23742026-08-17T04:58:12.977Z Checking hostname v0.4.2
23752026-08-17T04:58:12.987Z Checking idna v1.0.3
23762026-08-17T04:58:13.067Z Checking iri-string v0.7.8
23772026-08-17T04:58:13.076Z Checking unicode-width v0.1.9
23782026-08-17T04:58:13.087Z Checking lazy_static v1.5.0
23792026-08-17T04:58:13.115Z Checking debug-ignore v1.0.5
23802026-08-17T04:58:13.152Z Checking data-encoding v2.4.0
23812026-08-17T04:58:13.168Z Checking unicode-segmentation v1.10.0
23822026-08-17T04:58:13.171Z Checking console v0.15.7
23832026-08-17T04:58:13.203Z Checking atomicwrites v0.4.4
23842026-08-17T04:58:13.229Z Checking url v2.5.4
23852026-08-17T04:58:13.334Z Checking event-listener-strategy v0.5.4
23862026-08-17T04:58:13.396Z Checking tungstenite v0.30.0
23872026-08-17T04:58:13.423Z Checking target-triple v1.0.0
23882026-08-17T04:58:13.444Z Checking newline-converter v0.3.0
23892026-08-17T04:58:13.453Z Checking yasna v0.6.0
23902026-08-17T04:58:13.542Z Checking pem v3.0.6
23912026-08-17T04:58:13.609Z Checking similar v2.2.1
23922026-08-17T04:58:13.631Z Checking glob v0.3.0
23932026-08-17T04:58:13.690Z Checking termcolor v1.1.2
23942026-08-17T04:58:13.801Z Checking tokio-tungstenite v0.30.0
23952026-08-17T04:58:13.818Z Checking async-channel v2.5.0
23962026-08-17T04:58:13.866Z Checking trybuild v1.0.120
23972026-08-17T04:58:13.924Z Checking expectorate v1.2.0
23982026-08-17T04:58:13.960Z Checking hyper v1.11.0
23992026-08-17T04:58:13.983Z Checking anyhow v1.0.104
24002026-08-17T04:58:14.034Z Checking pem v4.0.0
24012026-08-17T04:58:14.038Z Checking buf-list v1.1.2
24022026-08-17T04:58:14.071Z Checking tower-http v0.6.8
24032026-08-17T04:58:14.097Z Checking subprocess v1.2.1
24042026-08-17T04:58:14.182Z Checking heck v0.5.0
24052026-08-17T04:58:14.853Z Checking hyper-util v0.1.20
24062026-08-17T04:58:16.988Z Documenting dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
24072026-08-17T04:58:19.753Z Compiling aws-lc-rs v1.16.3
24082026-08-17T04:58:19.770Z Compiling rustls v0.23.43
24092026-08-17T04:58:20.780Z Checking rustls-webpki v0.103.13
24102026-08-17T04:58:20.784Z Checking rcgen v0.14.8
24112026-08-17T04:58:22.953Z Checking tokio-rustls v0.26.4
24122026-08-17T04:58:22.953Z Checking rustls-platform-verifier v0.6.2
24132026-08-17T04:58:23.131Z Checking hyper-rustls v0.27.9
24142026-08-17T04:58:23.134Z Documenting dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot)
24152026-08-17T04:58:23.297Z Checking reqwest v0.13.4
24162026-08-17T04:58:28.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.93s
24172026-08-17T04:58:28.523Z Generated /work/oxidecomputer/dropshot/target/doc/dropshot/index.html and 23 other files
24182026-08-17T04:58:28.537Z
24192026-08-17T04:58:28.540Zreal 25.982422904
24202026-08-17T04:58:28.540Zuser 1:46.006838539
24212026-08-17T04:58:28.540Zsys 28.648259605
24222026-08-17T04:58:28.540Ztrap 0.050363985
24232026-08-17T04:58:28.540Ztflt 0.016759726
24242026-08-17T04:58:28.540Zdflt 0.027110841
24252026-08-17T04:58:28.540Zkflt 0.000093977
24262026-08-17T04:58:28.541Zlock 5:13.692032296
24272026-08-17T04:58:28.541Zslp 5:14.499317683
24282026-08-17T04:58:28.541Zlat 4.110701941
24292026-08-17T04:58:28.541Zstop 15.548377868
24302026-08-17T04:58:28.541Zprocess exited: duration 249014 ms, exit code 0
 
24312026-08-17T04:58:28.548Zfound 0 output files