01KRWVVVVHZ33XEG0M1MTECKV0: build-and-test / illumos

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

Buildomat Job: 01KRWVW3WDTNX3RCX9TES3PNQ4

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-18T06:21:04.052Zjob assigned to worker 01KRWVW88YMT5FMV7T1XDK424F [factory aws, i-06e2958938ab8705c] (queued for 46 s)
 
22026-05-18T06:21:10.578Zstarting task 0: "setup"
32026-05-18T06:21:10.583Z++ uname -s
42026-05-18T06:21:10.586Z+ kern=SunOS
52026-05-18T06:21:10.586Z+ build_user=build
62026-05-18T06:21:10.586Z+ build_uid=12345
72026-05-18T06:21:10.586Z+ work_dir=/work
82026-05-18T06:21:10.586Z+ input_dir=/input
92026-05-18T06:21:10.586Z+ [[ 0 == 12345 ]]
102026-05-18T06:21:10.586Z+ case "$kern" in
112026-05-18T06:21:10.586Z+ groupadd -g 12345 build
122026-05-18T06:21:10.589Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-18T06:21:12.593Z+ zfs create -o mountpoint=/work rpool/work
142026-05-18T06:21:12.762Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-18T06:21:12.765Z+ home_fs=zfs
162026-05-18T06:21:12.765Z+ [[ zfs == autofs ]]
172026-05-18T06:21:12.765Z+ mkdir -p /home/build
182026-05-18T06:21:12.765Z+ chown build:build /home/build /work
192026-05-18T06:21:14.766Z+ chmod 0700 /home/build /work
202026-05-18T06:21:14.769Zprocess exited: duration 4192 ms, exit code 0
 
212026-05-18T06:21:14.775Zstarting task 1: "rust-toolchain"
222026-05-18T06:21:14.779Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-18T06:21:14.779Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-18T06:21:14.779Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-18T06:21:14.779Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-18T06:21:14.783Z * rust toolchain channel = "stable"
272026-05-18T06:21:14.783Z * rust toolchain profile = "default"
282026-05-18T06:21:14.783Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-18T06:21:14.783Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-18T06:21:14.892Zinfo: downloading installer
312026-05-18T06:21:16.214Zwarn: It looks like you have an existing installation of Rust at:
322026-05-18T06:21:16.214Zwarn: /opt/ooce/bin
332026-05-18T06:21:16.214Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-18T06:21:16.214Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-18T06:21:16.214Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-18T06:21:16.214Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-18T06:21:16.214Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-18T06:21:16.214Zerror: cannot install while Rust is installed
392026-05-18T06:21:16.214Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-18T06:21:16.214Zwarn: It looks like you have an existing rustup settings file at:
412026-05-18T06:21:16.215Zwarn: /home/build/.rustup/settings.toml
422026-05-18T06:21:16.215Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-18T06:21:16.215Zwarn: instead of the one inferred from the default host triple.
442026-05-18T06:21:16.228Zinfo: profile set to default
452026-05-18T06:21:16.228Zinfo: default host triple is x86_64-unknown-illumos
462026-05-18T06:21:16.231Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-18T06:21:16.366Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-18T06:21:16.369Zinfo: downloading 6 components
492026-05-18T06:21:30.839Z
502026-05-18T06:21:30.839Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-05-18T06:21:30.867Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-18T06:21:30.867Z
532026-05-18T06:21:30.867Z
542026-05-18T06:21:30.867ZRust is installed now. Great!
552026-05-18T06:21:30.867Z
562026-05-18T06:21:30.867ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-18T06:21:30.867Zenvironment variable. This has not been done automatically.
582026-05-18T06:21:30.867Z
592026-05-18T06:21:30.867ZTo configure your current shell, you need to source
602026-05-18T06:21:30.867Zthe corresponding env file under $HOME/.cargo.
612026-05-18T06:21:30.867Z
622026-05-18T06:21:30.867ZThis is usually done by running one of the following (note the leading DOT):
632026-05-18T06:21:30.867Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-18T06:21:30.867Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-18T06:21:30.868Zsource "~/.cargo/env.nu" # For nushell
662026-05-18T06:21:30.868Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-18T06:21:30.868Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-18T06:21:30.868Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-18T06:21:30.871Zwarn: no default linker (`cc`) was found in your PATH
702026-05-18T06:21:30.871Zwarn: many Rust crates require a system C toolchain to build
712026-05-18T06:21:30.951Z+ rustup --version
722026-05-18T06:21:30.960Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-18T06:21:30.962Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-18T06:21:30.981Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-18T06:21:30.984Z+ cargo --version
762026-05-18T06:21:30.998Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-18T06:21:31.001Z+ rustc --version
782026-05-18T06:21:31.019Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-18T06:21:31.022Zprocess exited: duration 16244 ms, exit code 0
 
802026-05-18T06:21:31.028Zstarting task 2: "authentication"
812026-05-18T06:21:31.044Zprocess exited: duration 16 ms, exit code 0
 
822026-05-18T06:21:31.050Zstarting task 3: "clone repository"
832026-05-18T06:21:31.053Z+ mkdir -p /work/oxidecomputer/dropshot
842026-05-18T06:21:31.056Z+ git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot
852026-05-18T06:21:31.087ZCloning into '/work/oxidecomputer/dropshot'...
862026-05-18T06:21:31.991Z+ cd /work/oxidecomputer/dropshot
872026-05-18T06:21:31.991Z+ git fetch origin 0bf9b40daef0aa18acf4b8e244a7153d6e760823
882026-05-18T06:21:32.254ZFrom https://github.com/oxidecomputer/dropshot
892026-05-18T06:21:32.255Z * branch 0bf9b40daef0aa18acf4b8e244a7153d6e760823 -> FETCH_HEAD
902026-05-18T06:21:32.260Z+ [[ -n '' ]]
912026-05-18T06:21:32.260Z+ git reset --hard 0bf9b40daef0aa18acf4b8e244a7153d6e760823
922026-05-18T06:21:32.274ZHEAD is now at 0bf9b40 Bump rcgen from 0.14.7 to 0.14.8
932026-05-18T06:21:32.277Zprocess exited: duration 1224 ms, exit code 0
 
942026-05-18T06:21:32.283Zstarting task 4: "build"
952026-05-18T06:21:32.287Z+ cargo --version
962026-05-18T06:21:32.292Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
972026-05-18T06:21:32.446Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
982026-05-18T06:21:32.449Zinfo: downloading 6 components
992026-05-18T06:21:47.062Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1002026-05-18T06:21:47.066Z+ rustc --version
1012026-05-18T06:21:47.095Zrustc 1.95.0 (59807616e 2026-04-14)
1022026-05-18T06:21:47.100Z+ banner build
1032026-05-18T06:21:47.103Z
1042026-05-18T06:21:47.103Z ##### # # # # #####
1052026-05-18T06:21:47.103Z # # # # # # # #
1062026-05-18T06:21:47.103Z ##### # # # # # #
1072026-05-18T06:21:47.103Z # # # # # # # #
1082026-05-18T06:21:47.103Z # # # # # # # #
1092026-05-18T06:21:47.103Z ##### #### # ###### #####
1102026-05-18T06:21:47.103Z
1112026-05-18T06:21:47.104Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1122026-05-18T06:21:47.186Z Updating crates.io index
1132026-05-18T06:21:49.015Z Downloading crates ...
1142026-05-18T06:21:49.066Z Downloaded adler2 v2.0.1
1152026-05-18T06:21:49.070Z Downloaded futures-macro v0.3.32
1162026-05-18T06:21:49.073Z Downloaded concurrent-queue v2.5.0
1172026-05-18T06:21:49.080Z Downloaded bit-vec v0.9.1
1182026-05-18T06:21:49.093Z Downloaded icu_normalizer_data v1.5.0
1192026-05-18T06:21:49.099Z Downloaded schema v0.1.0
1202026-05-18T06:21:49.102Z Downloaded nom v7.1.3
1212026-05-18T06:21:49.105Z Downloaded cfg_aliases v0.2.1
1222026-05-18T06:21:49.108Z Downloaded newline-converter v0.3.0
1232026-05-18T06:21:49.111Z Downloaded http-body v1.0.1
1242026-05-18T06:21:49.116Z Downloaded rustls-native-certs v0.8.3
1252026-05-18T06:21:49.119Z Downloaded oid-registry v0.8.1
1262026-05-18T06:21:49.122Z Downloaded fastrand v2.1.1
1272026-05-18T06:21:49.125Z Downloaded proc-macro2 v1.0.106
1282026-05-18T06:21:49.128Z Downloaded futures-task v0.3.32
1292026-05-18T06:21:49.128Z Downloaded icu_properties_data v1.5.0
1302026-05-18T06:21:49.132Z Downloaded serde_core v1.0.228
1312026-05-18T06:21:49.135Z Downloaded semver v1.0.28
1322026-05-18T06:21:49.139Z Downloaded schemars_derive v0.8.22
1332026-05-18T06:21:49.139Z Downloaded ppv-lite86 v0.2.15
1342026-05-18T06:21:49.139Z Downloaded event-listener-strategy v0.5.4
1352026-05-18T06:21:49.142Z Downloaded scopeguard v1.2.0
1362026-05-18T06:21:49.142Z Downloaded debug-ignore v1.0.5
1372026-05-18T06:21:49.142Z Downloaded futures-core v0.3.32
1382026-05-18T06:21:49.145Z Downloaded futures-sink v0.3.32
1392026-05-18T06:21:49.145Z Downloaded pem v3.0.6
1402026-05-18T06:21:49.148Z Downloaded erased-serde v0.3.31
1412026-05-18T06:21:49.148Z Downloaded data-encoding v2.4.0
1422026-05-18T06:21:49.148Z Downloaded compression-codecs v0.4.38
1432026-05-18T06:21:49.166Z Downloaded compression-core v0.4.32
1442026-05-18T06:21:49.166Z Downloaded dunce v1.0.5
1452026-05-18T06:21:49.166Z Downloaded cpufeatures v0.2.17
1462026-05-18T06:21:49.166Z Downloaded match_cfg v0.1.0
1472026-05-18T06:21:49.166Z Downloaded errno v0.3.10
1482026-05-18T06:21:49.166Z Downloaded cpufeatures v0.3.0
1492026-05-18T06:21:49.166Z Downloaded simple-mermaid v0.2.0
1502026-05-18T06:21:49.166Z Downloaded quinn-udp v0.5.5
1512026-05-18T06:21:49.166Z Downloaded paste v1.0.15
1522026-05-18T06:21:49.166Z Downloaded pest_generator v2.8.1
1532026-05-18T06:21:49.166Z Downloaded equivalent v1.0.0
1542026-05-18T06:21:49.166Z Downloaded httpdate v1.0.1
1552026-05-18T06:21:49.166Z Downloaded cfg-if v1.0.0
1562026-05-18T06:21:49.166Z Downloaded atomic-waker v1.1.2
1572026-05-18T06:21:49.170Z Downloaded schema-derive v0.1.0
1582026-05-18T06:21:49.170Z Downloaded rustc-hash v2.0.0
1592026-05-18T06:21:49.171Z Downloaded autocfg v1.1.0
1602026-05-18T06:21:49.171Z Downloaded async-stream-impl v0.3.6
1612026-05-18T06:21:49.171Z Downloaded buf-list v1.1.2
1622026-05-18T06:21:49.174Z Downloaded parking v2.2.0
1632026-05-18T06:21:49.174Z Downloaded block-buffer v0.10.2
1642026-05-18T06:21:49.174Z Downloaded dof v0.4.0
1652026-05-18T06:21:49.177Z Downloaded crypto-common v0.2.1
1662026-05-18T06:21:49.180Z Downloaded serde_urlencoded v0.7.1
1672026-05-18T06:21:49.180Z Downloaded fnv v1.0.7
1682026-05-18T06:21:49.180Z Downloaded lazy_static v1.5.0
1692026-05-18T06:21:49.183Z Downloaded powerfmt v0.2.0
1702026-05-18T06:21:49.183Z Downloaded plain v0.2.3
1712026-05-18T06:21:49.186Z Downloaded heck v0.5.0
1722026-05-18T06:21:49.186Z Downloaded asn1-rs-impl v0.2.0
1732026-05-18T06:21:49.186Z Downloaded simd-adler32 v0.3.7
1742026-05-18T06:21:49.186Z Downloaded hostname v0.4.2
1752026-05-18T06:21:49.189Z Downloaded openssl-probe v0.2.1
1762026-05-18T06:21:49.189Z Downloaded idna_adapter v1.2.0
1772026-05-18T06:21:49.189Z Downloaded icu_provider_macros v1.5.0
1782026-05-18T06:21:49.192Z Downloaded pretty-hex v0.4.1
1792026-05-18T06:21:49.192Z Downloaded lru-slab v0.1.2
1802026-05-18T06:21:49.192Z Downloaded crypto-common v0.1.6
1812026-05-18T06:21:49.195Z Downloaded hostname v0.3.1
1822026-05-18T06:21:49.195Z Downloaded dtrace-parser v0.3.0
1832026-05-18T06:21:49.198Z Downloaded prettyplease v0.2.37
1842026-05-18T06:21:49.201Z Downloaded console v0.15.7
1852026-05-18T06:21:49.201Z Downloaded async-channel v2.5.0
1862026-05-18T06:21:49.201Z Downloaded async-stream v0.3.6
1872026-05-18T06:21:49.204Z Downloaded asn1-rs-derive v0.6.0
1882026-05-18T06:21:49.207Z Downloaded sha1 v0.10.6
1892026-05-18T06:21:49.207Z Downloaded futures-io v0.3.32
1902026-05-18T06:21:49.207Z Downloaded dyn-clone v1.0.4
1912026-05-18T06:21:49.210Z Downloaded itoa v1.0.1
1922026-05-18T06:21:49.211Z Downloaded atomicwrites v0.4.4
1932026-05-18T06:21:49.211Z Downloaded rusticata-macros v4.1.0
1942026-05-18T06:21:49.214Z Downloaded scroll_derive v0.13.1
1952026-05-18T06:21:49.214Z Downloaded form_urlencoded v1.2.2
1962026-05-18T06:21:49.217Z Downloaded deranged v0.5.5
1972026-05-18T06:21:49.217Z Downloaded num-conv v0.2.0
1982026-05-18T06:21:49.217Z Downloaded num_threads v0.1.3
1992026-05-18T06:21:49.221Z Downloaded cmake v0.1.58
2002026-05-18T06:21:49.224Z Downloaded slog-bunyan v2.5.0
2012026-05-18T06:21:49.224Z Downloaded percent-encoding v2.3.2
2022026-05-18T06:21:49.227Z Downloaded subtle v2.5.0
2032026-05-18T06:21:49.230Z Downloaded mime v0.3.16
2042026-05-18T06:21:49.230Z Downloaded take_mut v0.2.2
2052026-05-18T06:21:49.233Z Downloaded is-terminal v0.4.12
2062026-05-18T06:21:49.233Z Downloaded stable_deref_trait v1.2.0
2072026-05-18T06:21:49.236Z Downloaded glob v0.3.0
2082026-05-18T06:21:49.236Z Downloaded digest v0.10.7
2092026-05-18T06:21:49.239Z Downloaded sync_wrapper v1.0.1
2102026-05-18T06:21:49.239Z Downloaded target-triple v1.0.0
2112026-05-18T06:21:49.239Z Downloaded quote v1.0.45
2122026-05-18T06:21:49.242Z Downloaded icu_locid_transform v1.5.0
2132026-05-18T06:21:49.242Z Downloaded num-integer v0.1.46
2142026-05-18T06:21:49.242Z Downloaded futures-executor v0.3.32
2152026-05-18T06:21:49.246Z Downloaded lock_api v0.4.6
2162026-05-18T06:21:49.246Z Downloaded litemap v0.7.4
2172026-05-18T06:21:49.249Z Downloaded fs_extra v1.3.0
2182026-05-18T06:21:49.249Z Downloaded iana-time-zone v0.1.47
2192026-05-18T06:21:49.249Z Downloaded byteorder v1.4.3
2202026-05-18T06:21:49.252Z Downloaded find-msvc-tools v0.1.9
2212026-05-18T06:21:49.252Z Downloaded thread-id v5.0.0
2222026-05-18T06:21:49.254Z Downloaded serde_derive_internals v0.29.0
2232026-05-18T06:21:49.255Z Downloaded scroll v0.13.0
2242026-05-18T06:21:49.255Z Downloaded rand_core v0.9.5
2252026-05-18T06:21:49.255Z Downloaded tinyvec_macros v0.1.0
2262026-05-18T06:21:49.258Z Downloaded rustls-pemfile v2.2.0
2272026-05-18T06:21:49.258Z Downloaded tokio-macros v2.7.0
2282026-05-18T06:21:49.260Z Downloaded serde_tokenstream v0.2.3
2292026-05-18T06:21:49.263Z Downloaded displaydoc v0.2.5
2302026-05-18T06:21:49.266Z Downloaded block-buffer v0.12.0
2312026-05-18T06:21:49.269Z Downloaded tower-service v0.3.3
2322026-05-18T06:21:49.269Z Downloaded tower-layer v0.3.3
2332026-05-18T06:21:49.272Z Downloaded digest v0.11.2
2342026-05-18T06:21:49.275Z Downloaded usdt v0.6.0
2352026-05-18T06:21:49.278Z Downloaded try-lock v0.2.3
2362026-05-18T06:21:49.278Z Downloaded untrusted v0.7.1
2372026-05-18T06:21:49.278Z Downloaded shlex v1.3.0
2382026-05-18T06:21:49.281Z Downloaded sha1 v0.11.0
2392026-05-18T06:21:49.281Z Downloaded mime_guess v2.0.5
2402026-05-18T06:21:49.281Z Downloaded httparse v1.10.0
2412026-05-18T06:21:49.284Z Downloaded futures-channel v0.3.32
2422026-05-18T06:21:49.287Z Downloaded slab v0.4.9
2432026-05-18T06:21:49.287Z Downloaded sha2 v0.10.8
2442026-05-18T06:21:49.290Z Downloaded serde_spanned v1.1.1
2452026-05-18T06:21:49.290Z Downloaded rand_chacha v0.9.0
2462026-05-18T06:21:49.290Z Downloaded untrusted v0.9.0
2472026-05-18T06:21:49.290Z Downloaded time-core v0.1.8
2482026-05-18T06:21:49.293Z Downloaded slog-async v2.8.0
2492026-05-18T06:21:49.293Z Downloaded pin-project-lite v0.2.12
2502026-05-18T06:21:49.296Z Downloaded slog-json v2.6.1
2512026-05-18T06:21:49.296Z Downloaded version_check v0.9.5
2522026-05-18T06:21:49.299Z Downloaded multer v3.1.0
2532026-05-18T06:21:49.299Z Downloaded write16 v1.0.0
2542026-05-18T06:21:49.299Z Downloaded getrandom v0.4.1
2552026-05-18T06:21:49.303Z Downloaded want v0.3.0
2562026-05-18T06:21:49.303Z Downloaded utf16_iter v1.0.5
2572026-05-18T06:21:49.303Z Downloaded usdt-macro v0.6.0
2582026-05-18T06:21:49.306Z Downloaded usdt-attr-macro v0.6.0
2592026-05-18T06:21:49.306Z Downloaded termcolor v1.1.2
2602026-05-18T06:21:49.306Z Downloaded generic-array v0.14.5
2612026-05-18T06:21:49.306Z Downloaded crc32fast v1.5.0
2622026-05-18T06:21:49.309Z Downloaded anyhow v1.0.102
2632026-05-18T06:21:49.309Z Downloaded jobserver v0.1.34
2642026-05-18T06:21:49.312Z Downloaded memmap2 v0.9.8
2652026-05-18T06:21:49.312Z Downloaded http-body-util v0.1.3
2662026-05-18T06:21:49.315Z Downloaded waitgroup v0.1.2
2672026-05-18T06:21:49.315Z Downloaded synstructure v0.13.1
2682026-05-18T06:21:49.315Z Downloaded parking_lot_core v0.9.4
2692026-05-18T06:21:49.315Z Downloaded serde_path_to_error v0.1.20
2702026-05-18T06:21:49.318Z Downloaded zerofrom-derive v0.1.5
2712026-05-18T06:21:49.318Z Downloaded zerofrom v0.1.5
2722026-05-18T06:21:49.318Z Downloaded thiserror-impl v2.0.18
2732026-05-18T06:21:49.318Z Downloaded yoke-derive v0.7.5
2742026-05-18T06:21:49.321Z Downloaded tinystr v0.7.6
2752026-05-18T06:21:49.321Z Downloaded time-macros v0.2.27
2762026-05-18T06:21:49.321Z Downloaded signal-hook-registry v1.4.0
2772026-05-18T06:21:49.324Z Downloaded thread_local v1.1.4
2782026-05-18T06:21:49.324Z Downloaded thiserror v2.0.18
2792026-05-18T06:21:49.327Z Downloaded toml_writer v1.1.1+spec-1.1.0
2802026-05-18T06:21:49.330Z Downloaded tokio-tungstenite v0.29.0
2812026-05-18T06:21:49.330Z Downloaded serde_derive v1.0.228
2822026-05-18T06:21:49.333Z Downloaded event-listener v5.0.0
2832026-05-18T06:21:49.333Z Downloaded async-trait v0.1.89
2842026-05-18T06:21:49.336Z Downloaded unicase v2.6.0
2852026-05-18T06:21:49.336Z Downloaded camino v1.2.2
2862026-05-18T06:21:49.336Z Downloaded bitflags v2.11.0
2872026-05-18T06:21:49.339Z Downloaded slog-term v2.9.2
2882026-05-18T06:21:49.342Z Downloaded pest_meta v2.8.1
2892026-05-18T06:21:49.342Z Downloaded hybrid-array v0.4.8
2902026-05-18T06:21:49.342Z Downloaded once_cell v1.20.1
2912026-05-18T06:21:49.345Z Downloaded rustls-pki-types v1.14.1
2922026-05-18T06:21:49.345Z Downloaded getrandom v0.2.11
2932026-05-18T06:21:49.348Z Downloaded rustversion v1.0.22
2942026-05-18T06:21:49.351Z Downloaded utf8_iter v1.0.4
2952026-05-18T06:21:49.351Z Downloaded term v1.1.0
2962026-05-18T06:21:49.351Z Downloaded unicode-width v0.1.9
2972026-05-18T06:21:49.354Z Downloaded spin v0.9.8
2982026-05-18T06:21:49.354Z Downloaded smallvec v1.13.2
2992026-05-18T06:21:49.354Z Downloaded similar v2.2.1
3002026-05-18T06:21:49.357Z Downloaded yoke v0.7.5
3012026-05-18T06:21:49.360Z Downloaded icu_properties v1.5.1
3022026-05-18T06:21:49.360Z Downloaded rustls-platform-verifier v0.6.2
3032026-05-18T06:21:49.363Z Downloaded schemars v0.8.22
3042026-05-18T06:21:49.368Z Downloaded zerovec-derive v0.10.3
3052026-05-18T06:21:49.371Z Downloaded zeroize v1.8.2
3062026-05-18T06:21:49.371Z Downloaded writeable v0.5.5
3072026-05-18T06:21:49.371Z Downloaded tokio-rustls v0.26.4
3082026-05-18T06:21:49.374Z Downloaded getrandom v0.3.4
3092026-05-18T06:21:49.377Z Downloaded tinyvec v1.5.1
3102026-05-18T06:21:49.377Z Downloaded tempfile v3.27.0
3112026-05-18T06:21:49.380Z Downloaded ryu v1.0.5
3122026-05-18T06:21:49.380Z Downloaded unicode-ident v1.0.12
3132026-05-18T06:21:49.383Z Downloaded trybuild v1.0.116
3142026-05-18T06:21:49.386Z Downloaded usdt-impl v0.6.0
3152026-05-18T06:21:49.386Z Downloaded ucd-trie v0.1.6
3162026-05-18T06:21:49.386Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3172026-05-18T06:21:49.389Z Downloaded socket2 v0.6.3
3182026-05-18T06:21:49.389Z Downloaded toml_parser v1.1.2+spec-1.1.0
3192026-05-18T06:21:49.389Z Downloaded pest_derive v2.8.1
3202026-05-18T06:21:49.392Z Downloaded bytes v1.11.1
3212026-05-18T06:21:49.395Z Downloaded socket2 v0.5.9
3222026-05-18T06:21:49.395Z Downloaded icu_provider v1.5.0
3232026-05-18T06:21:49.398Z Downloaded hyper-rustls v0.27.9
3242026-05-18T06:21:49.398Z Downloaded const-oid v0.10.2
3252026-05-18T06:21:49.398Z Downloaded rustls-webpki v0.103.13
3262026-05-18T06:21:49.401Z Downloaded zmij v1.0.2
3272026-05-18T06:21:49.401Z Downloaded rcgen v0.14.8
3282026-05-18T06:21:49.404Z Downloaded icu_locid v1.5.0
3292026-05-18T06:21:49.407Z Downloaded futures v0.3.32
3302026-05-18T06:21:49.409Z Downloaded der-parser v10.0.0
3312026-05-18T06:21:49.410Z Downloaded ipnet v2.10.0
3322026-05-18T06:21:49.412Z Downloaded icu_locid_transform_data v1.5.0
3332026-05-18T06:21:49.412Z Downloaded tracing-core v0.1.32
3342026-05-18T06:21:49.415Z Downloaded subprocess v1.1.0
3352026-05-18T06:21:49.418Z Downloaded uuid v1.23.1
3362026-05-18T06:21:49.418Z Downloaded flate2 v1.1.9
3372026-05-18T06:21:49.421Z Downloaded slog v2.8.2
3382026-05-18T06:21:49.424Z Downloaded yasna v0.6.0
3392026-05-18T06:21:49.424Z Downloaded miniz_oxide v0.8.9
3402026-05-18T06:21:49.427Z Downloaded cc v1.2.60
3412026-05-18T06:21:49.427Z Downloaded toml v1.1.2+spec-1.1.0
3422026-05-18T06:21:49.430Z Downloaded crossbeam-channel v0.5.15
3432026-05-18T06:21:49.433Z Downloaded serde v1.0.228
3442026-05-18T06:21:49.433Z Downloaded tracing v0.1.40
3452026-05-18T06:21:49.436Z Downloaded indexmap v2.14.0
3462026-05-18T06:21:49.439Z Downloaded idna v1.0.3
3472026-05-18T06:21:49.439Z Downloaded expectorate v1.2.0
3482026-05-18T06:21:49.442Z Downloaded tungstenite v0.29.0
3492026-05-18T06:21:49.445Z Downloaded base64 v0.22.1
3502026-05-18T06:21:49.445Z Downloaded num-bigint v0.4.3
3512026-05-18T06:21:49.448Z Downloaded memchr v2.6.0
3522026-05-18T06:21:49.451Z Downloaded hyper-util v0.1.20
3532026-05-18T06:21:49.454Z Downloaded minimal-lexical v0.2.1
3542026-05-18T06:21:49.457Z Downloaded asn1-rs v0.7.1
3552026-05-18T06:21:49.460Z Downloaded typenum v1.19.0
3562026-05-18T06:21:49.463Z Downloaded serde_json v1.0.149
3572026-05-18T06:21:49.467Z Downloaded url v2.5.4
3582026-05-18T06:21:49.470Z Downloaded unicode-segmentation v1.10.0
3592026-05-18T06:21:49.472Z Downloaded rand v0.9.2
3602026-05-18T06:21:49.472Z Downloaded http v1.4.0
3612026-05-18T06:21:49.475Z Downloaded zerocopy-derive v0.8.27
3622026-05-18T06:21:49.478Z Downloaded quinn v0.11.9
3632026-05-18T06:21:49.481Z Downloaded icu_collections v1.5.0
3642026-05-18T06:21:49.484Z Downloaded x509-parser v0.18.0
3652026-05-18T06:21:49.487Z Downloaded async-compression v0.4.42
3662026-05-18T06:21:49.491Z Downloaded parking_lot v0.12.1
3672026-05-18T06:21:49.494Z Downloaded tower v0.5.2
3682026-05-18T06:21:49.498Z Downloaded tokio-util v0.7.18
3692026-05-18T06:21:49.501Z Downloaded mio v1.2.0
3702026-05-18T06:21:49.504Z Downloaded iri-string v0.7.8
3712026-05-18T06:21:49.508Z Downloaded hashbrown v0.17.0
3722026-05-18T06:21:49.512Z Downloaded pest v2.8.1
3732026-05-18T06:21:49.514Z Downloaded h2 v0.4.6
3742026-05-18T06:21:49.518Z Downloaded tower-http v0.6.8
3752026-05-18T06:21:49.522Z Downloaded portable-atomic v1.9.0
3762026-05-18T06:21:49.526Z Downloaded futures-util v0.3.32
3772026-05-18T06:21:49.533Z Downloaded zerovec v0.10.4
3782026-05-18T06:21:49.536Z Downloaded winnow v1.0.0
3792026-05-18T06:21:49.541Z Downloaded time v0.3.47
3802026-05-18T06:21:49.548Z Downloaded goblin v0.10.1
3812026-05-18T06:21:49.552Z Downloaded chrono v0.4.44
3822026-05-18T06:21:49.556Z Downloaded reqwest v0.13.3
3832026-05-18T06:21:49.559Z Downloaded aws-lc-rs v1.16.3
3842026-05-18T06:21:49.565Z Downloaded hyper v1.9.0
3852026-05-18T06:21:49.568Z Downloaded quinn-proto v0.11.14
3862026-05-18T06:21:49.572Z Downloaded num-traits v0.2.14
3872026-05-18T06:21:49.575Z Downloaded icu_normalizer v1.5.0
3882026-05-18T06:21:49.578Z Downloaded crossbeam-utils v0.8.21
3892026-05-18T06:21:49.578Z Downloaded log v0.4.17
3902026-05-18T06:21:49.588Z Downloaded zerocopy v0.8.27
3912026-05-18T06:21:49.606Z Downloaded syn v2.0.117
3922026-05-18T06:21:49.623Z Downloaded openapiv3 v2.2.0
3932026-05-18T06:21:49.630Z Downloaded rustls v0.23.40
3942026-05-18T06:21:49.637Z Downloaded encoding_rs v0.8.32
3952026-05-18T06:21:49.649Z Downloaded rustix v1.1.4
3962026-05-18T06:21:49.660Z Downloaded rustix v0.38.44
3972026-05-18T06:21:49.730Z Downloaded libc v0.2.186
3982026-05-18T06:21:49.747Z Downloaded tokio v1.52.3
3992026-05-18T06:21:49.803Z Downloaded ring v0.17.13
4002026-05-18T06:21:50.207Z Downloaded aws-lc-sys v0.40.0
4012026-05-18T06:21:50.423Z Compiling proc-macro2 v1.0.106
4022026-05-18T06:21:50.423Z Compiling unicode-ident v1.0.12
4032026-05-18T06:21:50.423Z Compiling quote v1.0.45
4042026-05-18T06:21:50.423Z Compiling libc v0.2.186
4052026-05-18T06:21:50.426Z Compiling cfg-if v1.0.0
4062026-05-18T06:21:50.426Z Compiling itoa v1.0.1
4072026-05-18T06:21:50.426Z Compiling memchr v2.6.0
4082026-05-18T06:21:50.426Z Compiling serde_core v1.0.228
4092026-05-18T06:21:50.520Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=829e125f7ae4b0ed -C extra-filename=-bbf5d710e61e9587 --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-bbf5d710e61e9587 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4102026-05-18T06:21:50.524Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6918ffb109c681d1 -C extra-filename=-385dfbf0e1ad5fad --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4112026-05-18T06:21:50.524Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.45/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=31ffea6df17ddc8b -C extra-filename=-4337ad271fd40c1a --out-dir /work/oxidecomputer/dropshot/target/debug/build/quote-4337ad271fd40c1a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4122026-05-18T06:21:50.524Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.186/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=8450a5584b025ec3 -C extra-filename=-0eb0027837592586 --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-0eb0027837592586 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4132026-05-18T06:21:50.524Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=cffde433c6b763d8 -C extra-filename=-d3ee7f85a96743d1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4142026-05-18T06:21:50.524Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=83602c16c285c246 -C extra-filename=-08b7f7e5f475f59c --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-08b7f7e5f475f59c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4152026-05-18T06:21:50.527Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=e1c000fcbbb12705 -C extra-filename=-82d25e56b970b3ca --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4162026-05-18T06:21:50.527Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e80ac9b176cc7d32 -C extra-filename=-607cef78597c7c47 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4172026-05-18T06:21:50.588Z Compiling pin-project-lite v0.2.12
4182026-05-18T06:21:50.609Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d4cc3cd6f234b401 -C extra-filename=-b78d560a19514137 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4192026-05-18T06:21:50.638Z Compiling autocfg v1.1.0
4202026-05-18T06:21:50.649Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=419d26581466f70d -C extra-filename=-c8f13d2d082db26c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4212026-05-18T06:21:50.655Z Compiling version_check v0.9.5
4222026-05-18T06:21:50.658Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=40f9aca7c45f2cf0 -C extra-filename=-47dc48a118f1eb12 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4232026-05-18T06:21:50.672Z Compiling futures-core v0.3.32
4242026-05-18T06:21:50.681Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=d0058fb481d7e565 -C extra-filename=-c3d2dd9680a8332d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4252026-05-18T06:21:50.817Z Compiling smallvec v1.13.2
4262026-05-18T06:21:50.825Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=fdfb199df5289519 -C extra-filename=-88a1f1fe0139468f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4272026-05-18T06:21:50.875Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-08b7f7e5f475f59c/build-script-build`
4282026-05-18T06:21:50.875Z Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-bbf5d710e61e9587/build-script-build`
4292026-05-18T06:21:50.878Z Running `/work/oxidecomputer/dropshot/target/debug/build/quote-4337ad271fd40c1a/build-script-build`
4302026-05-18T06:21:50.909Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-0eb0027837592586/build-script-build`
4312026-05-18T06:21:50.919Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=a7189214ff482910 -C extra-filename=-a26afb6af91c4587 --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)'`
4322026-05-18T06:21:50.922Z Compiling bytes v1.11.1
4332026-05-18T06:21:50.922Z Compiling serde v1.0.228
4342026-05-18T06:21:50.928Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=61d9e067f7736640 -C extra-filename=-5f1042fd82c1c1f2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4352026-05-18T06:21:50.937Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=8d3b78388088e170 -C extra-filename=-884970a252e733b8 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-884970a252e733b8 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4362026-05-18T06:21:50.937Z Compiling zmij v1.0.2
4372026-05-18T06:21:50.972Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=2c8637e98c72c002 -C extra-filename=-392039b53fc0ec82 --out-dir /work/oxidecomputer/dropshot/target/debug/build/zmij-392039b53fc0ec82 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4382026-05-18T06:21:50.972Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.186/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=0c6d749882c66dfe -C extra-filename=-c8ce6b8b0d54ece8 --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(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin","qurt"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
4392026-05-18T06:21:51.019Z Compiling thiserror v2.0.18
4402026-05-18T06:21:51.049Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e85fac1436650a0a -C extra-filename=-ad7d471cf4f90667 --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-ad7d471cf4f90667 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4412026-05-18T06:21:51.186Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=0c626678a2b1a9c1 -C extra-filename=-d4952fd101572b1a --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-385dfbf0e1ad5fad.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)'`
4422026-05-18T06:21:51.195Z Compiling log v0.4.17
4432026-05-18T06:21:51.204Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "value-bag"))' -C metadata=cdf76668524c2dff -C extra-filename=-ec4d00d48a141c05 --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-ec4d00d48a141c05 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4442026-05-18T06:21:51.226Z Running `/work/oxidecomputer/dropshot/target/debug/build/zmij-392039b53fc0ec82/build-script-build`
4452026-05-18T06:21:51.238Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-884970a252e733b8/build-script-build`
4462026-05-18T06:21:51.264Z Compiling once_cell v1.20.1
4472026-05-18T06:21:51.267Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=83866c8a036ad4bf -C extra-filename=-8dd91888215993a7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4482026-05-18T06:21:51.277Z Compiling serde_json v1.0.149
4492026-05-18T06:21:51.280Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=a0a74574fea45e5f -C extra-filename=-5fd52a869f0cdf71 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-5fd52a869f0cdf71 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4502026-05-18T06:21:51.354Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-ad7d471cf4f90667/build-script-build`
4512026-05-18T06:21:51.414Z Compiling jobserver v0.1.34
4522026-05-18T06:21:51.417Z Running `/home/build/.rustup/toolchains/1.95.0-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=50d801d849618636 -C extra-filename=-ee8377797deb8a5e --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-c8ce6b8b0d54ece8.rmeta --cap-lints allow`
4532026-05-18T06:21:51.429Z Running `/work/oxidecomputer/dropshot/target/debug/build/log-ec4d00d48a141c05/build-script-build`
4542026-05-18T06:21:51.451Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name zmij --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=a2336f75a1421d36 -C extra-filename=-5fa8e6363ab024ae --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)'`
4552026-05-18T06:21:51.463Z Compiling find-msvc-tools v0.1.9
4562026-05-18T06:21:51.469Z Running `/home/build/.rustup/toolchains/1.95.0-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=ba2cc3ea45096e12 -C extra-filename=-0dfd6ccdcb3c98b0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4572026-05-18T06:21:51.515Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-5fd52a869f0cdf71/build-script-build`
4582026-05-18T06:21:51.519Z Compiling shlex v1.3.0
4592026-05-18T06:21:51.522Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=144ee587a3fad693 -C extra-filename=-2618e594e96da3cf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4602026-05-18T06:21:51.538Z Compiling parking_lot_core v0.9.4
4612026-05-18T06:21:51.542Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=393342ce66c6724c -C extra-filename=-ee863e1c9cb865bb --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-ee863e1c9cb865bb -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4622026-05-18T06:21:51.568Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.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="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=ec679ebc27cf1765 -C extra-filename=-7fb99bfca51ccc37 --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-d4952fd101572b1a.rmeta --cap-lints allow --check-cfg 'cfg(no_diagnostic_namespace)'`
4632026-05-18T06:21:51.623Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "value-bag"))' -C metadata=75e9e0f437ebfc71 -C extra-filename=-de5f0a5072a800f0 --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-d3ee7f85a96743d1.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics`
4642026-05-18T06:21:51.691Z Compiling cc v1.2.60
4652026-05-18T06:21:51.694Z Running `/home/build/.rustup/toolchains/1.95.0-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=f7f845f1463caf45 -C extra-filename=-5cd2d2f43afaa3bb --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-0dfd6ccdcb3c98b0.rmeta --extern jobserver=/work/oxidecomputer/dropshot/target/debug/deps/libjobserver-ee8377797deb8a5e.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --extern shlex=/work/oxidecomputer/dropshot/target/debug/deps/libshlex-2618e594e96da3cf.rmeta --cap-lints allow`
4662026-05-18T06:21:51.722Z Compiling slab v0.4.9
4672026-05-18T06:21:51.780Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=e7234aec02af96f8 -C extra-filename=-a6654b79549de8f3 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slab-a6654b79549de8f3 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-c8f13d2d082db26c.rlib --cap-lints allow`
4682026-05-18T06:21:51.813Z Compiling syn v2.0.117
4692026-05-18T06:21:51.822Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.117/src/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=1cede17fbdd4c168 -C extra-filename=-c18ef1b5808b0f13 --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-d4952fd101572b1a.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-385dfbf0e1ad5fad.rmeta --cap-lints allow`
4702026-05-18T06:21:51.870Z Compiling typenum v1.19.0
4712026-05-18T06:21:51.873Z Running `/home/build/.rustup/toolchains/1.95.0-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=1a07f136598bf4fc -C extra-filename=-9eaefc068f51e1e5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-9eaefc068f51e1e5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4722026-05-18T06:21:51.873Z Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-ee863e1c9cb865bb/build-script-build`
4732026-05-18T06:21:51.890Z Compiling futures-sink v0.3.32
4742026-05-18T06:21:51.893Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=2496462649626bb2 -C extra-filename=-f79c5559e80f07f2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4752026-05-18T06:21:51.900Z Compiling scopeguard v1.2.0
4762026-05-18T06:21:51.903Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=9a13bc31a7853f75 -C extra-filename=-0d0dd4a3cf41f33f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4772026-05-18T06:21:51.980Z Compiling lock_api v0.4.6
4782026-05-18T06:21:51.989Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "nightly", "owning_ref", "serde"))' -C metadata=fc9851a8675b67cc -C extra-filename=-ee16297a04d9573b --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-0d0dd4a3cf41f33f.rmeta --cap-lints allow`
4792026-05-18T06:21:51.992Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=7dd4c809366e2c31 -C extra-filename=-82809c0b95ee7fd5 --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-d3ee7f85a96743d1.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-88a1f1fe0139468f.rmeta --cap-lints allow`
4802026-05-18T06:21:52.000Z Compiling dunce v1.0.5
4812026-05-18T06:21:52.004Z Running `/home/build/.rustup/toolchains/1.95.0-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=5b399cfa87fd1b07 -C extra-filename=-193e6341c19b134e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4822026-05-18T06:21:52.009Z Running `/work/oxidecomputer/dropshot/target/debug/build/slab-a6654b79549de8f3/build-script-build`
4832026-05-18T06:21:52.090Z Compiling fs_extra v1.3.0
4842026-05-18T06:21:52.090Z Running `/home/build/.rustup/toolchains/1.95.0-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=31787913a7fe1ec9 -C extra-filename=-e1cce15ebd9570ef --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4852026-05-18T06:21:52.106Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=bfb4eccb9c182f7d -C extra-filename=-94ee0fba65192311 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4862026-05-18T06:21:52.190Z Compiling parking_lot v0.12.1
4872026-05-18T06:21:52.193Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=07c804bfdb9862c8 -C extra-filename=-b6acfb8e6adc55d8 --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-ee16297a04d9573b.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-82809c0b95ee7fd5.rmeta --cap-lints allow`
4882026-05-18T06:21:52.236Z Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-9eaefc068f51e1e5/build-script-build`
4892026-05-18T06:21:52.253Z Running `/home/build/.rustup/toolchains/1.95.0-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=de6a6302240465be -C extra-filename=-fbf70bfad950d7d1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4902026-05-18T06:21:52.263Z Compiling signal-hook-registry v1.4.0
4912026-05-18T06:21:52.266Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9739c13be5226f4c -C extra-filename=-86f7dfecf57c61b1 --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-c8ce6b8b0d54ece8.rmeta --cap-lints allow`
4922026-05-18T06:21:52.295Z Compiling socket2 v0.6.3
4932026-05-18T06:21:52.298Z Running `/home/build/.rustup/toolchains/1.95.0-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=dd67c2f706be832f -C extra-filename=-96836488c570e5e8 --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-c8ce6b8b0d54ece8.rmeta --cap-lints allow`
4942026-05-18T06:21:52.340Z Compiling mio v1.2.0
4952026-05-18T06:21:52.343Z Running `/home/build/.rustup/toolchains/1.95.0-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=cd81463822f71f7b -C extra-filename=-b3dd018e4a0a3c11 --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-c8ce6b8b0d54ece8.rmeta --cap-lints allow`
4962026-05-18T06:21:52.607Z Compiling cmake v0.1.58
4972026-05-18T06:21:52.610Z Running `/home/build/.rustup/toolchains/1.95.0-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=3e9f5d320988b84d -C extra-filename=-13a99b46eb36aade --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-5cd2d2f43afaa3bb.rmeta --cap-lints allow`
4982026-05-18T06:21:52.667Z Compiling stable_deref_trait v1.2.0
4992026-05-18T06:21:52.670Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=8949cdf99be4ec6b -C extra-filename=-3d8f1c638259f9de --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5002026-05-18T06:21:52.744Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=bd80f10dc7ae5ddf -C extra-filename=-baabdc2d5f2b5062 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-baabdc2d5f2b5062 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5012026-05-18T06:21:52.753Z Compiling futures-channel v0.3.32
5022026-05-18T06:21:52.764Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=ef3a2e7443a22bef -C extra-filename=-584ee4ae876e49f2 --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-c3d2dd9680a8332d.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-f79c5559e80f07f2.rmeta --cap-lints allow`
5032026-05-18T06:21:52.822Z Compiling http v1.4.0
5042026-05-18T06:21:52.825Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=703e6f4583d37d68 -C extra-filename=-945bb50acddcab85 --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-5f1042fd82c1c1f2.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-607cef78597c7c47.rmeta --cap-lints allow`
5052026-05-18T06:21:52.863Z Compiling getrandom v0.4.1
5062026-05-18T06:21:52.872Z Running `/home/build/.rustup/toolchains/1.95.0-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=4490c7c37502323f -C extra-filename=-d942d7def228306a --out-dir /work/oxidecomputer/dropshot/target/debug/build/getrandom-d942d7def228306a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5072026-05-18T06:21:52.960Z Compiling zeroize v1.8.2
5082026-05-18T06:21:52.963Z Running `/home/build/.rustup/toolchains/1.95.0-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=314d8ecaabb935f5 -C extra-filename=-2d28202684ee8f14 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5092026-05-18T06:21:52.976Z Compiling bitflags v2.11.0
5102026-05-18T06:21:52.979Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=d313f092692d694d -C extra-filename=-6da19babcabbed31 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-6da19babcabbed31 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5112026-05-18T06:21:52.980Z Running `/home/build/.rustup/toolchains/1.95.0-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=ce2f743858000c49 -C extra-filename=-d8f468526f30f872 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5122026-05-18T06:21:53.036Z Compiling aws-lc-sys v0.40.0
5132026-05-18T06:21:53.039Z Running `/home/build/.rustup/toolchains/1.95.0-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=e704fdfd49d2b6a6 -C extra-filename=-3081555374cb99e3 --out-dir /work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-3081555374cb99e3 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-5cd2d2f43afaa3bb.rlib --extern cmake=/work/oxidecomputer/dropshot/target/debug/deps/libcmake-13a99b46eb36aade.rlib --extern dunce=/work/oxidecomputer/dropshot/target/debug/deps/libdunce-193e6341c19b134e.rlib --extern fs_extra=/work/oxidecomputer/dropshot/target/debug/deps/libfs_extra-e1cce15ebd9570ef.rlib --cap-lints allow`
5142026-05-18T06:21:53.077Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-baabdc2d5f2b5062/build-script-build`
5152026-05-18T06:21:53.118Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=848673f9fd50d3ff -C extra-filename=-b50b4c3d6c87d331 --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)'`
5162026-05-18T06:21:53.131Z Compiling ucd-trie v0.1.6
5172026-05-18T06:21:53.134Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e34807803c1602c9 -C extra-filename=-74e608aebd0f9e24 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5182026-05-18T06:21:53.141Z Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-d942d7def228306a/build-script-build`
5192026-05-18T06:21:53.154Z Compiling futures-io v0.3.32
5202026-05-18T06:21:53.164Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=e19472a6ebc1c849 -C extra-filename=-42a6e404b5015526 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5212026-05-18T06:21:53.218Z Compiling futures-task v0.3.32
5222026-05-18T06:21:53.221Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=9c20c8f6a6967d7c -C extra-filename=-c882e07be88c1c62 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5232026-05-18T06:21:53.304Z Compiling aws-lc-rs v1.16.3
5242026-05-18T06:21:53.307Z Running `/home/build/.rustup/toolchains/1.95.0-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=44d520497014c99c -C extra-filename=-94ff50a463df9051 --out-dir /work/oxidecomputer/dropshot/target/debug/build/aws-lc-rs-94ff50a463df9051 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5252026-05-18T06:21:53.314Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-6da19babcabbed31/build-script-build`
5262026-05-18T06:21:53.354Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=61142e962c84d887 -C extra-filename=-a1d925e051947375 --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-d3ee7f85a96743d1.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --cap-lints allow`
5272026-05-18T06:21:53.396Z Compiling rustls-pki-types v1.14.1
5282026-05-18T06:21:53.399Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.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=e7bf3679deda0580 -C extra-filename=-057522a2ff08016a --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-2d28202684ee8f14.rmeta --cap-lints allow`
5292026-05-18T06:21:53.443Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=15c97b7113542e0d -C extra-filename=-82b3d7e1e0633e52 --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-607cef78597c7c47.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-82d25e56b970b3ca.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-a26afb6af91c4587.rmeta --extern zmij=/work/oxidecomputer/dropshot/target/debug/deps/libzmij-5fa8e6363ab024ae.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
5302026-05-18T06:21:53.507Z Compiling rustversion v1.0.22
5312026-05-18T06:21:53.511Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1f70fe4088fe3406 -C extra-filename=-f036460091c5fde3 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustversion-f036460091c5fde3 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5322026-05-18T06:21:53.627Z Compiling zerocopy v0.8.27
5332026-05-18T06:21:53.630Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.27/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=3081350cf7be12d5 -C extra-filename=-66a801087f011401 --out-dir /work/oxidecomputer/dropshot/target/debug/build/zerocopy-66a801087f011401 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5342026-05-18T06:21:53.864Z Compiling httparse v1.10.0
5352026-05-18T06:21:53.868Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustversion-f036460091c5fde3/build-script-build`
5362026-05-18T06:21:53.881Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=50899994d68ab2bb -C extra-filename=-57fdcabf60e3b0fa --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-57fdcabf60e3b0fa -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5372026-05-18T06:21:53.889Z Compiling errno v0.3.10
5382026-05-18T06:21:53.889Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9291613173cb8f47 -C extra-filename=-337f172b09f58867 --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-c8ce6b8b0d54ece8.rmeta --cap-lints allow`
5392026-05-18T06:21:53.904Z Compiling writeable v0.5.5
5402026-05-18T06:21:53.907Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name writeable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "either"))' -C metadata=baf4c6aac98e0a18 -C extra-filename=-4aa979ea13126fcd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5412026-05-18T06:21:53.938Z Running `/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-3081555374cb99e3/build-script-main`
5422026-05-18T06:21:54.029Z Running `/work/oxidecomputer/dropshot/target/debug/build/zerocopy-66a801087f011401/build-script-build`
5432026-05-18T06:21:54.040Z Compiling crossbeam-utils v0.8.21
5442026-05-18T06:21:54.044Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=644a9c885ef98b3b -C extra-filename=-bf07022d0230ba8d --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-bf07022d0230ba8d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5452026-05-18T06:21:54.069Z Compiling litemap v0.7.4
5462026-05-18T06:21:54.072Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "testing", "yoke"))' -C metadata=6b552952c8466ccc -C extra-filename=-d73b798f427e0708 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5472026-05-18T06:21:54.188Z Compiling rustix v1.1.4
5482026-05-18T06:21:54.191Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.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=e07e405c9bb301c2 -C extra-filename=-f39bf745785fd3ba --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-f39bf745785fd3ba -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5492026-05-18T06:21:54.230Z Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-57fdcabf60e3b0fa/build-script-build`
5502026-05-18T06:21:54.266Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b5d000f066064111 -C extra-filename=-7242cf04f2646176 --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"))'`
5512026-05-18T06:21:54.275Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=bbdcb24fb7faaa0c -C extra-filename=-4a68297fef3a092f --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`
5522026-05-18T06:21:54.351Z Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-bf07022d0230ba8d/build-script-build`
5532026-05-18T06:21:54.364Z Compiling generic-array v0.14.5
5542026-05-18T06:21:54.367Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde"))' -C metadata=8e6d3363cb3ff603 -C extra-filename=-0f472e2848659664 --out-dir /work/oxidecomputer/dropshot/target/debug/build/generic-array-0f472e2848659664 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-47dc48a118f1eb12.rlib --cap-lints allow`
5552026-05-18T06:21:54.545Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-f39bf745785fd3ba/build-script-build`
5562026-05-18T06:21:54.571Z Compiling time-core v0.1.8
5572026-05-18T06:21:54.574Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("large-dates"))' -C metadata=dbd8dd394aed0c2b -C extra-filename=-95dd2ab3fb000547 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5582026-05-18T06:21:54.593Z Compiling powerfmt v0.2.0
5592026-05-18T06:21:54.593Z Compiling hashbrown v0.17.0
5602026-05-18T06:21:54.596Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=2c723c5fb9dc85da -C extra-filename=-5016b9c4d16a47f3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5612026-05-18T06:21:54.596Z Running `/home/build/.rustup/toolchains/1.95.0-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=6ce317fa3073ff7a -C extra-filename=-ed53139fafbf3f8a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5622026-05-18T06:21:54.705Z Compiling synstructure v0.13.1
5632026-05-18T06:21:54.709Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=90340be178dd6507 -C extra-filename=-1edffc1645bde777 --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-d4952fd101572b1a.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rmeta --cap-lints allow`
5642026-05-18T06:21:54.730Z Compiling num-conv v0.2.0
5652026-05-18T06:21:54.744Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ed5eee829b218097 -C extra-filename=-315a78bc0384d61a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5662026-05-18T06:21:54.803Z Compiling equivalent v1.0.0
5672026-05-18T06:21:54.806Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ef3c67683f46f2e9 -C extra-filename=-51132ef078fe0ea0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5682026-05-18T06:21:54.842Z Compiling slog v2.8.2
5692026-05-18T06:21:54.845Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=e0fb0730d7ad35d9 -C extra-filename=-b647e98a3dc38cc5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-b647e98a3dc38cc5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rustversion=/work/oxidecomputer/dropshot/target/debug/deps/librustversion-7242cf04f2646176.so --cap-lints allow`
5702026-05-18T06:21:54.880Z Compiling time-macros v0.2.27
5712026-05-18T06:21:54.883Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="formatting"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=789c2495ba909618 -C extra-filename=-a20fbb2c2ee709eb --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-315a78bc0384d61a.rlib --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-95dd2ab3fb000547.rlib --extern proc_macro --cap-lints allow`
5722026-05-18T06:21:54.904Z Running `/home/build/.rustup/toolchains/1.95.0-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=d3808dd7488587ac -C extra-filename=-d43043cd63b77e15 --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-d8f468526f30f872.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-337f172b09f58867.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --cap-lints allow --cfg static_assertions --cfg lower_upper_exp_for_non_zero --cfg rustc_diagnostics --cfg libc --cfg solarish`
5732026-05-18T06:21:54.932Z Compiling deranged v0.5.5
5742026-05-18T06:21:54.936Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--allow=clippy::redundant-pub-crate' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints '--allow=clippy::option-if-let-else' --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --warn=unstable-name-collisions --allow=path-statements --cfg 'feature="default"' --cfg 'feature="powerfmt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "num", "powerfmt", "quickcheck", "rand", "rand08", "rand09", "serde"))' -C metadata=3f3923538091fbec -C extra-filename=-6f37788547dd35d7 --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-5016b9c4d16a47f3.rmeta --cap-lints allow`
5752026-05-18T06:21:55.072Z Compiling indexmap v2.14.0
5762026-05-18T06:21:55.075Z Running `/home/build/.rustup/toolchains/1.95.0-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=68fb1c76a2bec571 -C extra-filename=-009410dc439e3e0b --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-51132ef078fe0ea0.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-ed53139fafbf3f8a.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-a26afb6af91c4587.rmeta --cap-lints allow`
5772026-05-18T06:21:55.135Z Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-0f472e2848659664/build-script-build`
5782026-05-18T06:21:55.175Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=e076ceddf738177e -C extra-filename=-7e8da5c7b5945ca6 --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)'`
5792026-05-18T06:21:55.209Z Compiling http-body v1.0.1
5802026-05-18T06:21:55.212Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=17224b802c0bd78b -C extra-filename=-8445cb2e0f9dd145 --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-5f1042fd82c1c1f2.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rmeta --cap-lints allow`
5812026-05-18T06:21:55.356Z Compiling tracing-core v0.1.32
5822026-05-18T06:21:55.359Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=a36bc9aa702bf968 -C extra-filename=-ee4d93721e5b5648 --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-8dd91888215993a7.rmeta --cap-lints allow`
5832026-05-18T06:21:55.667Z Compiling fastrand v2.1.1
5842026-05-18T06:21:55.670Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=f0b46736e4c96cde -C extra-filename=-24b11155f68db4d4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5852026-05-18T06:21:55.683Z Compiling atomic-waker v1.1.2
5862026-05-18T06:21:55.686Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-waker-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=7829365ee5f692b2 -C extra-filename=-b80da2048908772a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5872026-05-18T06:21:55.768Z Compiling num_threads v0.1.3
5882026-05-18T06:21:55.771Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_threads-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=72d8a40c4b1b2cc2 -C extra-filename=-612b7f060cd4da8b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5892026-05-18T06:21:55.805Z Compiling icu_locid_transform_data v1.5.0
5902026-05-18T06:21:55.808Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3a1c822c92855d42 -C extra-filename=-ee1d362923ea9370 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5912026-05-18T06:21:55.823Z Compiling serde_derive v1.0.228
5922026-05-18T06:21:55.826Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=b08175768e98282f -C extra-filename=-7608abffe9d582b8 --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-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern proc_macro --cap-lints allow`
5932026-05-18T06:21:55.841Z Compiling thiserror-impl v2.0.18
5942026-05-18T06:21:55.844Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=76fd7cae39ec41b1 -C extra-filename=-9da4f89a2c4e48a8 --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-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern proc_macro --cap-lints allow`
5952026-05-18T06:21:55.856Z Compiling zerofrom-derive v0.1.5
5962026-05-18T06:21:55.859Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8b309a4c554f8079 -C extra-filename=-c1c093070ffa86ac --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-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-1edffc1645bde777.rlib --extern proc_macro --cap-lints allow`
5972026-05-18T06:21:55.869Z Compiling yoke-derive v0.7.5
5982026-05-18T06:21:55.872Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1ad7d6e07a1d5c78 -C extra-filename=-31456b5a882205af --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-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-1edffc1645bde777.rlib --extern proc_macro --cap-lints allow`
5992026-05-18T06:21:55.903Z Compiling tokio-macros v2.7.0
6002026-05-18T06:21:55.906Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.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=a029777e30fc47d5 -C extra-filename=-6ab41e8f081774fd --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-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern proc_macro --cap-lints allow`
6012026-05-18T06:21:55.925Z Compiling zerovec-derive v0.10.3
6022026-05-18T06:21:55.928Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=96d8f9b0046b5097 -C extra-filename=-012af96491d6575d --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-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern proc_macro --cap-lints allow`
6032026-05-18T06:21:55.934Z Compiling displaydoc v0.2.5
6042026-05-18T06:21:55.937Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name displaydoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1bdb47635884f42b -C extra-filename=-cbe17bb89460aff2 --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-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern proc_macro --cap-lints allow`
6052026-05-18T06:21:56.631Z Compiling tokio v1.52.3
6062026-05-18T06:21:56.634Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-uring", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "taskdump", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=e67df772d45fea27 -C extra-filename=-ed241fffc7b80ad9 --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-5f1042fd82c1c1f2.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-b3dd018e4a0a3c11.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-b6acfb8e6adc55d8.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b78d560a19514137.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-86f7dfecf57c61b1.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-96836488c570e5e8.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-6ab41e8f081774fd.so --cap-lints allow`
6072026-05-18T06:21:56.673Z Compiling futures-macro v0.3.32
6082026-05-18T06:21:56.677Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ef73aeef80408f98 -C extra-filename=-dbdb680b075e13f0 --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-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern proc_macro --cap-lints allow`
6092026-05-18T06:21:56.920Z Compiling zerocopy-derive v0.8.27
6102026-05-18T06:21:56.924Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.8.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=194111c6453956a4 -C extra-filename=-25a9e2425d9380a1 --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-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern proc_macro --cap-lints allow`
6112026-05-18T06:21:56.989Z Compiling icu_provider_macros v1.5.0
6122026-05-18T06:21:56.992Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider_macros-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=08115aaf1716dafa -C extra-filename=-9221ff3f54a71e02 --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-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern proc_macro --cap-lints allow`
6132026-05-18T06:21:57.069Z Compiling zerofrom v0.1.5
6142026-05-18T06:21:57.078Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=759187dc170977f8 -C extra-filename=-2b04c1fcf4c7d369 --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-c1c093070ffa86ac.so --cap-lints allow`
6152026-05-18T06:21:57.094Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=826d50a9400bb89a -C extra-filename=-59d3dadefb335f1c --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-9da4f89a2c4e48a8.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
6162026-05-18T06:21:57.191Z Compiling yoke v0.7.5
6172026-05-18T06:21:57.194Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=63b0a33e67cdf006 -C extra-filename=-9e1fe2e48434abca --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-3d8f1c638259f9de.rmeta --extern yoke_derive=/work/oxidecomputer/dropshot/target/debug/deps/libyoke_derive-31456b5a882205af.so --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-2b04c1fcf4c7d369.rmeta --cap-lints allow`
6182026-05-18T06:21:57.201Z Compiling pest v2.8.1
6192026-05-18T06:21:57.205Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=1a3c31342fc37bb1 -C extra-filename=-cab268f54f3b6c7b --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-82d25e56b970b3ca.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-74e608aebd0f9e24.rmeta --cap-lints allow`
6202026-05-18T06:21:57.380Z Compiling zerovec v0.10.4
6212026-05-18T06:21:57.383Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=995d96fe8101183a -C extra-filename=-2bc74b6f3cea9f53 --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-9e1fe2e48434abca.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-2b04c1fcf4c7d369.rmeta --extern zerovec_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec_derive-012af96491d6575d.so --cap-lints allow`
6222026-05-18T06:21:57.528Z Compiling futures-util v0.3.32
6232026-05-18T06:21:57.535Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "libc", "memchr", "portable-atomic", "sink", "slab", "spin", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=58f4521461610bcd -C extra-filename=-aa25954c0409e5cb --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-584ee4ae876e49f2.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c3d2dd9680a8332d.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-42a6e404b5015526.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-dbdb680b075e13f0.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-f79c5559e80f07f2.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-c882e07be88c1c62.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-82d25e56b970b3ca.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b78d560a19514137.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-94ee0fba65192311.rmeta --cap-lints allow`
6242026-05-18T06:21:57.568Z Compiling untrusted v0.9.0
6252026-05-18T06:21:57.572Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=13bf38bb5dfce4ba -C extra-filename=-367d3cc6719c6c17 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6262026-05-18T06:21:57.684Z Compiling percent-encoding v2.3.2
6272026-05-18T06:21:57.687Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=519531c79328772f -C extra-filename=-46bcf0bc6a743dbd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6282026-05-18T06:21:57.883Z Compiling rustls v0.23.40
6292026-05-18T06:21:57.887Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.40/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=b3e11bbc0a78e737 -C extra-filename=-470cac50b2186f12 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-470cac50b2186f12 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6302026-05-18T06:21:58.101Z Compiling tinystr v0.7.6
6312026-05-18T06:21:58.104Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=c0180b6cd3a673b3 -C extra-filename=-f8c632a5dcad33c0 --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-cbe17bb89460aff2.so --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-2bc74b6f3cea9f53.rmeta --cap-lints allow`
6322026-05-18T06:21:58.170Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=0a2f40289d1a16a5 -C extra-filename=-f3e77e98f7951918 --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-25a9e2425d9380a1.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)'`
6332026-05-18T06:21:58.268Z Compiling pest_meta v2.8.1
6342026-05-18T06:21:58.271Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=fd6ea9196e5a31cb -C extra-filename=-5b82b2e87d8e9bc6 --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-cab268f54f3b6c7b.rmeta --cap-lints allow`
6352026-05-18T06:21:58.294Z Compiling icu_locid v1.5.0
6362026-05-18T06:21:58.303Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std", "zerovec"))' -C metadata=bf454df343476fed -C extra-filename=-d2fdd14f5655ebab --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-cbe17bb89460aff2.so --extern litemap=/work/oxidecomputer/dropshot/target/debug/deps/liblitemap-d73b798f427e0708.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-f8c632a5dcad33c0.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-4aa979ea13126fcd.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-2bc74b6f3cea9f53.rmeta --cap-lints allow`
6372026-05-18T06:21:58.444Z Compiling rustix v0.38.44
6382026-05-18T06:21:58.447Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=e1800c926955e9aa -C extra-filename=-705b2a4c28e2b308 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-705b2a4c28e2b308 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6392026-05-18T06:21:58.507Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=2f29eddb723615f7 -C extra-filename=-513ffeb57b482408 --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-a26afb6af91c4587.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-7608abffe9d582b8.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)'`
6402026-05-18T06:21:58.785Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=c7f8b46454118eac -C extra-filename=-b8cf47122cf1526c --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-b50b4c3d6c87d331.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-7608abffe9d582b8.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)'`
6412026-05-18T06:21:59.012Z Compiling pest_generator v2.8.1
6422026-05-18T06:21:59.016Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=d5e9fe487b51e22e -C extra-filename=-dce78425df6f0d9f --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-cab268f54f3b6c7b.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-5b82b2e87d8e9bc6.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d4952fd101572b1a.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rmeta --cap-lints allow`
6432026-05-18T06:21:59.181Z Compiling icu_provider v1.5.0
6442026-05-18T06:21:59.184Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "datagen", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "experimental", "log_error_context", "logging", "macros", "serde", "std", "sync"))' -C metadata=4aa2a6255033cf18 -C extra-filename=-f99dc3db073f8a69 --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-cbe17bb89460aff2.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-d2fdd14f5655ebab.rmeta --extern icu_provider_macros=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider_macros-9221ff3f54a71e02.so --extern stable_deref_trait=/work/oxidecomputer/dropshot/target/debug/deps/libstable_deref_trait-3d8f1c638259f9de.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-f8c632a5dcad33c0.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-4aa979ea13126fcd.rmeta --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-9e1fe2e48434abca.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-2b04c1fcf4c7d369.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-2bc74b6f3cea9f53.rmeta --cap-lints allow`
6452026-05-18T06:21:59.258Z Compiling getrandom v0.3.4
6462026-05-18T06:21:59.261Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.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(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js", "windows_legacy", "unsupported"))' --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"))' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "wasm_js"))' -C metadata=63265561847c4f93 -C extra-filename=-b54b8fd6473fccf2 --out-dir /work/oxidecomputer/dropshot/target/debug/build/getrandom-b54b8fd6473fccf2 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6472026-05-18T06:21:59.513Z Compiling icu_locid_transform v1.5.0
6482026-05-18T06:21:59.517Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=70f9f232c0f2d95d -C extra-filename=-f786c1e080cbb288 --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-cbe17bb89460aff2.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-d2fdd14f5655ebab.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform_data-ee1d362923ea9370.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-f99dc3db073f8a69.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-f8c632a5dcad33c0.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-2bc74b6f3cea9f53.rmeta --cap-lints allow`
6492026-05-18T06:21:59.555Z Compiling serde_tokenstream v0.2.3
6502026-05-18T06:21:59.558Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_tokenstream-0.2.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=25fd8e7d86849add -C extra-filename=-f19907f805c62782 --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-d4952fd101572b1a.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b8cf47122cf1526c.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rmeta --cap-lints allow`
6512026-05-18T06:21:59.590Z Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-b54b8fd6473fccf2/build-script-build`
6522026-05-18T06:21:59.600Z Compiling pest_derive v2.8.1
6532026-05-18T06:21:59.603Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_derive-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=fed12e3e8a207749 -C extra-filename=-6dd493f265339551 --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-cab268f54f3b6c7b.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-dce78425df6f0d9f.rlib --extern proc_macro --cap-lints allow`
6542026-05-18T06:21:59.609Z Compiling erased-serde v0.3.31
6552026-05-18T06:21:59.609Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=3ef97dc659b54625 -C extra-filename=-46839a38e598e43d --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-513ffeb57b482408.rmeta --cap-lints allow`
6562026-05-18T06:21:59.629Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-705b2a4c28e2b308/build-script-build`
6572026-05-18T06:21:59.706Z Compiling icu_collections v1.5.0
6582026-05-18T06:21:59.709Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std"))' -C metadata=dd7f00e8846e833a -C extra-filename=-c81b04c753d64f82 --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-cbe17bb89460aff2.so --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-9e1fe2e48434abca.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-2b04c1fcf4c7d369.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-2bc74b6f3cea9f53.rmeta --cap-lints allow`
6592026-05-18T06:21:59.775Z Compiling time v0.3.47
6602026-05-18T06:21:59.778Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "rand08", "rand09", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=b7864de1f97fb588 -C extra-filename=-ebe3c4e390073f8d --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-6f37788547dd35d7.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-607cef78597c7c47.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-315a78bc0384d61a.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-612b7f060cd4da8b.rmeta --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-5016b9c4d16a47f3.rmeta --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-95dd2ab3fb000547.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-a20fbb2c2ee709eb.so --cap-lints allow`
6612026-05-18T06:21:59.828Z Compiling scroll_derive v0.13.1
6622026-05-18T06:21:59.831Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3b4b14a3243d28cc -C extra-filename=-06914964811a70f5 --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-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern proc_macro --cap-lints allow`
6632026-05-18T06:22:00.081Z Compiling tokio-util v0.7.18
6642026-05-18T06:22:00.084Z Running `/home/build/.rustup/toolchains/1.95.0-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.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --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"' --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", "net", "rt", "slab", "time", "tracing"))' -C metadata=30796f3334729e99 -C extra-filename=-0106a870fba294d7 --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-5f1042fd82c1c1f2.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c3d2dd9680a8332d.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-f79c5559e80f07f2.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b78d560a19514137.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rmeta --cap-lints allow`
6652026-05-18T06:22:00.158Z Compiling dtrace-parser v0.3.0
6662026-05-18T06:22:00.166Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtrace-parser-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5cfebc7c0dcb5e70 -C extra-filename=-761ac58fbf14c27f --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-cab268f54f3b6c7b.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-6dd493f265339551.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rmeta --cap-lints allow`
6672026-05-18T06:22:00.305Z Compiling tracing v0.1.40
6682026-05-18T06:22:00.308Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=ef06eb77a12332a6 -C extra-filename=-fb1acfe66e7b8d1a --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-b78d560a19514137.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-ee4d93721e5b5648.rmeta --cap-lints allow`
6692026-05-18T06:22:00.521Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde"))' -C metadata=ad17c5b1dde7a99d -C extra-filename=-3531da0b96fe0e23 --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-fbf70bfad950d7d1.rmeta --cap-lints allow --cfg relaxed_coherence`
6702026-05-18T06:22:00.592Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-b647e98a3dc38cc5/build-script-build`
6712026-05-18T06:22:00.606Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=04df35d0534b7a27 -C extra-filename=-b37d734b1655ae33 --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-607cef78597c7c47.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-82d25e56b970b3ca.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-b50b4c3d6c87d331.rmeta --extern zmij=/work/oxidecomputer/dropshot/target/debug/deps/libzmij-5fa8e6363ab024ae.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
6722026-05-18T06:22:00.649Z Compiling thread-id v5.0.0
6732026-05-18T06:22:00.652Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread-id-5.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0a5a38dbae123f02 -C extra-filename=-59a04de8047ff579 --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-c8ce6b8b0d54ece8.rmeta --cap-lints allow`
6742026-05-18T06:22:00.701Z Compiling num-traits v0.2.14
6752026-05-18T06:22:00.710Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=117b88b974c844bd -C extra-filename=-898018bdfdf849e9 --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-898018bdfdf849e9 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-c8f13d2d082db26c.rlib --cap-lints allow`
6762026-05-18T06:22:00.724Z Compiling base64 v0.22.1
6772026-05-18T06:22:00.727Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=4f36cea6e50386b0 -C extra-filename=-809ff91b24bb5908 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6782026-05-18T06:22:00.827Z Compiling paste v1.0.15
6792026-05-18T06:22:00.830Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cff4e09d5b5b0887 -C extra-filename=-ae65f8f6893fcc49 --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-ae65f8f6893fcc49 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6802026-05-18T06:22:00.953Z Compiling byteorder v1.4.3
6812026-05-18T06:22:00.963Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=b09dd24ae54cdc50 -C extra-filename=-7d9ee202ed1d8287 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6822026-05-18T06:22:00.988Z Compiling try-lock v0.2.3
6832026-05-18T06:22:00.991Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/try-lock-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=de0dd99b443ca3e8 -C extra-filename=-311896b8ab21cc6c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6842026-05-18T06:22:01.011Z Compiling crc32fast v1.5.0
6852026-05-18T06:22:01.015Z Running `/home/build/.rustup/toolchains/1.95.0-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=766ad0764949b168 -C extra-filename=-77ddf1cf7e67dcf4 --out-dir /work/oxidecomputer/dropshot/target/debug/build/crc32fast-77ddf1cf7e67dcf4 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6862026-05-18T06:22:01.052Z Compiling subtle v2.5.0
6872026-05-18T06:22:01.062Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=748f97f0b5fb1775 -C extra-filename=-c28dfcf4988896fd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6882026-05-18T06:22:01.087Z Compiling tower-service v0.3.3
6892026-05-18T06:22:01.090Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-service-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=51452b7e10d98647 -C extra-filename=-6e76c5b4ec2d22f1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6902026-05-18T06:22:01.135Z Compiling usdt-impl v0.6.0
6912026-05-18T06:22:01.138Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=bab808eba6749be3 -C extra-filename=-83bb914df3b9a892 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-83bb914df3b9a892 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6922026-05-18T06:22:01.165Z Compiling tower-layer v0.3.3
6932026-05-18T06:22:01.168Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-layer-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1f721c4aac84903c -C extra-filename=-25d67e0342af1ff9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6942026-05-18T06:22:01.174Z Compiling fnv v1.0.7
6952026-05-18T06:22:01.181Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=623644bf0b533064 -C extra-filename=-14d0b8f0bc5bc9db --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6962026-05-18T06:22:01.197Z Compiling icu_properties_data v1.5.0
6972026-05-18T06:22:01.200Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d3fe5d1a4690d2d2 -C extra-filename=-f789d94fae3c9594 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6982026-05-18T06:22:01.263Z Compiling h2 v0.4.6
6992026-05-18T06:22:01.263Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=e09c6cdd34228c48 -C extra-filename=-d1fa7bd382d5658c --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-b80da2048908772a.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-14d0b8f0bc5bc9db.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c3d2dd9680a8332d.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-f79c5559e80f07f2.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-94ee0fba65192311.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-fb1acfe66e7b8d1a.rmeta --cap-lints allow`
7002026-05-18T06:22:01.298Z Running `/work/oxidecomputer/dropshot/target/debug/build/crc32fast-77ddf1cf7e67dcf4/build-script-build`
7012026-05-18T06:22:01.318Z Compiling icu_properties v1.5.1
7022026-05-18T06:22:01.321Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bidi", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=48c2a35588c243bf -C extra-filename=-9f656b0c52cc2be8 --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-cbe17bb89460aff2.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-c81b04c753d64f82.rmeta --extern icu_locid_transform=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform-f786c1e080cbb288.rmeta --extern icu_properties_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties_data-f789d94fae3c9594.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-f99dc3db073f8a69.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-f8c632a5dcad33c0.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-2bc74b6f3cea9f53.rmeta --cap-lints allow`
7032026-05-18T06:22:01.328Z Compiling dof v0.4.0
7042026-05-18T06:22:01.331Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=2e9894a3b62d1409 -C extra-filename=-430a0152cde1b388 --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-b8cf47122cf1526c.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b37d734b1655ae33.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-f3e77e98f7951918.rmeta --cap-lints allow`
7052026-05-18T06:22:01.338Z Running `/work/oxidecomputer/dropshot/target/debug/build/paste-ae65f8f6893fcc49/build-script-build`
7062026-05-18T06:22:01.374Z Compiling want v0.3.0
7072026-05-18T06:22:01.377Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/want-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b2fd4f4c0cef01b8 -C extra-filename=-f6e2e4bd6db165a0 --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-de5f0a5072a800f0.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-311896b8ab21cc6c.rmeta --cap-lints allow`
7082026-05-18T06:22:01.383Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-83bb914df3b9a892/build-script-build`
7092026-05-18T06:22:01.396Z Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-898018bdfdf849e9/build-script-build`
7102026-05-18T06:22:01.540Z Compiling scroll v0.13.0
7112026-05-18T06:22:01.543Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=18abd96cc49be84b -C extra-filename=-a8656cd2088d8d1f --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-06914964811a70f5.so --cap-lints allow`
7122026-05-18T06:22:01.604Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=a009eb2f7cde78a3 -C extra-filename=-1ef430b4257da531 --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-46839a38e598e43d.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-a26afb6af91c4587.rmeta --cap-lints allow --cfg has_std_error --check-cfg 'cfg(has_std_error)'`
7132026-05-18T06:22:01.803Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=db5ed3643d9a72dd -C extra-filename=-8a0e55a9d830542d --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-d8f468526f30f872.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-337f172b09f58867.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
7142026-05-18T06:22:01.830Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.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(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js", "windows_legacy", "unsupported"))' --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"))' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "wasm_js"))' -C metadata=fb8fb09f1eb41180 -C extra-filename=-c5319e52217cc768 --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-d3ee7f85a96743d1.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --cap-lints allow`
7152026-05-18T06:22:01.843Z Compiling hybrid-array v0.4.8
7162026-05-18T06:22:01.846Z Running `/home/build/.rustup/toolchains/1.95.0-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=01ffd87512a13e1d -C extra-filename=-5122cee07f1dc857 --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-fbf70bfad950d7d1.rmeta --cap-lints allow`
7172026-05-18T06:22:02.011Z Compiling unicase v2.6.0
7182026-05-18T06:22:02.019Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=857be9fd9a005020 -C extra-filename=-1791cc2de14e8631 --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-1791cc2de14e8631 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-47dc48a118f1eb12.rlib --cap-lints allow`
7192026-05-18T06:22:02.044Z Compiling utf8_iter v1.0.4
7202026-05-18T06:22:02.047Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=363bec33412e1986 -C extra-filename=-110a72bd9117a75d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7212026-05-18T06:22:02.187Z Compiling write16 v1.0.0
7222026-05-18T06:22:02.190Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name write16 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/write16-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "smallvec"))' -C metadata=2821a9b0827d4bdd -C extra-filename=-d8cf85931829188b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7232026-05-18T06:22:02.246Z Compiling simd-adler32 v0.3.7
7242026-05-18T06:22:02.249Z Running `/home/build/.rustup/toolchains/1.95.0-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=cc27ff9bdf5fc411 -C extra-filename=-d083dd37d62f1eae --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7252026-05-18T06:22:02.279Z Compiling plain v0.2.3
7262026-05-18T06:22:02.282Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=410a3f59e6678dc7 -C extra-filename=-71c69e4bd4a4159e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7272026-05-18T06:22:02.292Z Compiling adler2 v2.0.1
7282026-05-18T06:22:02.301Z Running `/home/build/.rustup/toolchains/1.95.0-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=e5983f5b343299ca -C extra-filename=-4342fd62d83071c0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7292026-05-18T06:22:02.387Z Compiling icu_normalizer_data v1.5.0
7302026-05-18T06:22:02.390Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dccadbd41f25e672 -C extra-filename=-b055f60771f0e52b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7312026-05-18T06:22:02.418Z Compiling httpdate v1.0.1
7322026-05-18T06:22:02.421Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpdate-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=600aeb8c03dec95e -C extra-filename=-65fcdf711dbdbbed --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7332026-05-18T06:22:02.441Z Compiling utf16_iter v1.0.5
7342026-05-18T06:22:02.444Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name utf16_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf16_iter-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cf6f6a419c49551c -C extra-filename=-1b84b45eec328e4c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7352026-05-18T06:22:02.454Z Compiling miniz_oxide v0.8.9
7362026-05-18T06:22:02.457Z Running `/home/build/.rustup/toolchains/1.95.0-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=505038c1af4d07a7 -C extra-filename=-0c380fd763ffabef --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-4342fd62d83071c0.rmeta --extern simd_adler32=/work/oxidecomputer/dropshot/target/debug/deps/libsimd_adler32-d083dd37d62f1eae.rmeta --cap-lints allow`
7372026-05-18T06:22:02.571Z Compiling goblin v0.10.1
7382026-05-18T06:22:02.574Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --cfg 'feature="te"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std", "te"))' -C metadata=b0eb9ed55e8e9406 -C extra-filename=-c0354eb220383f81 --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-de5f0a5072a800f0.rmeta --extern plain=/work/oxidecomputer/dropshot/target/debug/deps/libplain-71c69e4bd4a4159e.rmeta --extern scroll=/work/oxidecomputer/dropshot/target/debug/deps/libscroll-a8656cd2088d8d1f.rmeta --cap-lints allow`
7392026-05-18T06:22:02.641Z Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-1791cc2de14e8631/build-script-build`
7402026-05-18T06:22:02.671Z Compiling rand_core v0.9.5
7412026-05-18T06:22:02.674Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-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 -C debuginfo=2 --cfg 'feature="os_rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("os_rng", "serde", "std"))' -C metadata=94ddc9f2a6a9ba1e -C extra-filename=-bb85f4f5c5c2a61d --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-c5319e52217cc768.rmeta --cap-lints allow`
7422026-05-18T06:22:02.716Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=427c0866061ded48 -C extra-filename=-a2773beafb3ab28b --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-7d9ee202ed1d8287.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-430a0152cde1b388.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-761ac58fbf14c27f.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d4952fd101572b1a.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b8cf47122cf1526c.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-b37d734b1655ae33.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-59a04de8047ff579.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)'`
7432026-05-18T06:22:02.755Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=6f845dd2413ffb3f -C extra-filename=-6ec19011e85db007 --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`
7442026-05-18T06:22:02.875Z Compiling icu_normalizer v1.5.0
7452026-05-18T06:22:02.878Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "serde", "std"))' -C metadata=159bbcd45b3e080d -C extra-filename=-6bd07f31ea16bc5b --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-cbe17bb89460aff2.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-c81b04c753d64f82.rmeta --extern icu_normalizer_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_normalizer_data-b055f60771f0e52b.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-9f656b0c52cc2be8.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-f99dc3db073f8a69.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-88a1f1fe0139468f.rmeta --extern utf16_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf16_iter-1b84b45eec328e4c.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-110a72bd9117a75d.rmeta --extern write16=/work/oxidecomputer/dropshot/target/debug/deps/libwrite16-d8cf85931829188b.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-2bc74b6f3cea9f53.rmeta --cap-lints allow`
7462026-05-18T06:22:03.126Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5055778a0b233028 -C extra-filename=-eeb66b7ad5d8d84b --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"))'`
7472026-05-18T06:22:03.229Z Running `/home/build/.rustup/toolchains/1.95.0-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=f7224f6347fc8e57 -C extra-filename=-8dda9323008f5320 --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-d3ee7f85a96743d1.rmeta --cap-lints allow --cfg stable_arm_crc32_intrinsics --check-cfg 'cfg(stable_arm_crc32_intrinsics)'`
7482026-05-18T06:22:03.247Z Compiling block-buffer v0.10.2
7492026-05-18T06:22:03.250Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=09ef9007a7860d54 -C extra-filename=-8855c4ee4320f7c9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern generic_array=/work/oxidecomputer/dropshot/target/debug/deps/libgeneric_array-3531da0b96fe0e23.rmeta --cap-lints allow`
7502026-05-18T06:22:03.374Z Compiling hyper v1.9.0
7512026-05-18T06:22:03.377Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.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 --warn=unexpected_cfgs --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("capi", "client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=51e3b32c16d62754 -C extra-filename=-ed70234de13ba170 --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-b80da2048908772a.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-584ee4ae876e49f2.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c3d2dd9680a8332d.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-d1fa7bd382d5658c.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-8445cb2e0f9dd145.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-4a68297fef3a092f.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-65fcdf711dbdbbed.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-607cef78597c7c47.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b78d560a19514137.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-88a1f1fe0139468f.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-f6e2e4bd6db165a0.rmeta --cap-lints allow`
7522026-05-18T06:22:03.391Z Compiling crypto-common v0.1.6
7532026-05-18T06:22:03.394Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=fe1fa0653e2149d7 -C extra-filename=-100eb350d3d20347 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern generic_array=/work/oxidecomputer/dropshot/target/debug/deps/libgeneric_array-3531da0b96fe0e23.rmeta --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-fbf70bfad950d7d1.rmeta --cap-lints allow`
7542026-05-18T06:22:03.410Z Compiling form_urlencoded v1.2.2
7552026-05-18T06:22:03.419Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=a3218dcdcac4ee03 -C extra-filename=-8941cfa5047fc91e --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-46bcf0bc6a743dbd.rmeta --cap-lints allow`
7562026-05-18T06:22:03.512Z Compiling ryu v1.0.5
7572026-05-18T06:22:03.515Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=940cc60852f10c0f -C extra-filename=-d551be555f5985a2 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-d551be555f5985a2 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7582026-05-18T06:22:03.589Z Compiling winnow v1.0.0
7592026-05-18T06:22:03.593Z Running `/home/build/.rustup/toolchains/1.95.0-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=0f8c7993aacb7a65 -C extra-filename=-dfebe2650e7c952e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7602026-05-18T06:22:03.633Z Compiling lazy_static v1.5.0
7612026-05-18T06:22:03.633Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=b7b9bffa02488373 -C extra-filename=-574320271b6fd1bc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7622026-05-18T06:22:03.676Z Compiling ppv-lite86 v0.2.15
7632026-05-18T06:22:03.680Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=3211d84868efbf58 -C extra-filename=-aa1e9615c259b9f6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7642026-05-18T06:22:03.726Z Compiling mime v0.3.16
7652026-05-18T06:22:03.729Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime-0.3.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7f92674d984e6034 -C extra-filename=-c450cf3c158c8e59 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7662026-05-18T06:22:03.808Z Compiling iana-time-zone v0.1.47
7672026-05-18T06:22:03.812Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=521964ae01294463 -C extra-filename=-86258f6d86814854 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7682026-05-18T06:22:03.936Z Compiling openssl-probe v0.2.1
7692026-05-18T06:22:03.939Z Running `/home/build/.rustup/toolchains/1.95.0-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=b85447c6429323de -C extra-filename=-a8f7286fc347e804 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7702026-05-18T06:22:03.978Z Compiling unicode-segmentation v1.10.0
7712026-05-18T06:22:03.982Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=02a32f81dc5eb2b2 -C extra-filename=-ba429c274eb1ddd6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7722026-05-18T06:22:03.997Z Compiling pretty-hex v0.4.1
7732026-05-18T06:22:04.006Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=05b02139450ef5aa -C extra-filename=-ad7aab3b87a70365 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7742026-05-18T06:22:04.035Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=bedc3b356480650d -C extra-filename=-0f9f7f8a68799b17 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-0f9f7f8a68799b17 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7752026-05-18T06:22:04.119Z Compiling ipnet v2.10.0
7762026-05-18T06:22:04.123Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=260b88e87e6c67f4 -C extra-filename=-a1e335ccd607f787 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7772026-05-18T06:22:04.129Z Compiling unicode-width v0.1.9
7782026-05-18T06:22:04.132Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=82284855a43915a0 -C extra-filename=-b3eee0672bd8e59f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7792026-05-18T06:22:04.233Z Compiling newline-converter v0.3.0
7802026-05-18T06:22:04.236Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=62f66cca23e76266 -C extra-filename=-cbc54f8a8783710f --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-ba429c274eb1ddd6.rmeta --cap-lints allow`
7812026-05-18T06:22:04.287Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-0f9f7f8a68799b17/build-script-build`
7822026-05-18T06:22:04.299Z Compiling console v0.15.7
7832026-05-18T06:22:04.303Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.15.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=292e58331f1a660b -C extra-filename=-4bc097e2a5fbe4e7 --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-574320271b6fd1bc.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-b3eee0672bd8e59f.rmeta --cap-lints allow`
7842026-05-18T06:22:04.316Z Compiling rustls-native-certs v0.8.3
7852026-05-18T06:22:04.316Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-native-certs-0.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=f0fa8ae9fde0707c -C extra-filename=-40ee800749fa5d0c --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-a8f7286fc347e804.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rmeta --cap-lints allow`
7862026-05-18T06:22:04.339Z Compiling rand_chacha v0.9.0
7872026-05-18T06:22:04.342Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "os_rng", "serde", "std"))' -C metadata=ad8e6c00869af077 -C extra-filename=-1ecb3130f83a84aa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/dropshot/target/debug/deps/libppv_lite86-aa1e9615c259b9f6.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-bb85f4f5c5c2a61d.rmeta --cap-lints allow`
7882026-05-18T06:22:04.373Z Compiling chrono v0.4.44
7892026-05-18T06:22:04.376Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="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=ae11a26c5e8fef96 -C extra-filename=-4ee301a8d720d2f3 --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-86258f6d86814854.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-6ec19011e85db007.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rmeta --cap-lints allow`
7902026-05-18T06:22:04.631Z Compiling hyper-util v0.1.20
7912026-05-18T06:22:04.635Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="client-pool"' --cfg 'feature="client-proxy"' --cfg 'feature="client-proxy-system"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="server-graceful"' --cfg 'feature="service"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "client-pool", "client-proxy", "client-proxy-system", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio", "tracing"))' -C metadata=a77a6a01b5ca3e12 -C extra-filename=-ecb12c4720a94d8e --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-809ff91b24bb5908.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-584ee4ae876e49f2.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-aa25954c0409e5cb.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-8445cb2e0f9dd145.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rmeta --extern ipnet=/work/oxidecomputer/dropshot/target/debug/deps/libipnet-a1e335ccd607f787.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b78d560a19514137.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-96836488c570e5e8.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-25d67e0342af1ff9.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-6e76c5b4ec2d22f1.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-fb1acfe66e7b8d1a.rmeta --cap-lints allow`
7922026-05-18T06:22:04.643Z Compiling toml_parser v1.1.2+spec-1.1.0
7932026-05-18T06:22:04.646Z Running `/home/build/.rustup/toolchains/1.95.0-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.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_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=a8670a1976669ca6 -C extra-filename=-f3acbd7559b4a929 --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-dfebe2650e7c952e.rmeta --cap-lints allow`
7942026-05-18T06:22:04.761Z Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-d551be555f5985a2/build-script-build`
7952026-05-18T06:22:04.802Z Compiling digest v0.10.7
7962026-05-18T06:22:04.806Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=057aa42f1faa2186 -C extra-filename=-f56e37b98b34f186 --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-8855c4ee4320f7c9.rmeta --extern crypto_common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-100eb350d3d20347.rmeta --cap-lints allow`
7972026-05-18T06:22:04.912Z Compiling flate2 v1.1.9
7982026-05-18T06:22:04.915Z Running `/home/build/.rustup/toolchains/1.95.0-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=0af50e3cc2e92c19 -C extra-filename=-cfed4366f2ce094f --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-8dda9323008f5320.rmeta --extern miniz_oxide=/work/oxidecomputer/dropshot/target/debug/deps/libminiz_oxide-0c380fd763ffabef.rmeta --cap-lints allow`
7992026-05-18T06:22:04.990Z Compiling idna_adapter v1.2.0
8002026-05-18T06:22:04.993Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=9d233af60e3fe836 -C extra-filename=-6477ec3f77575848 --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-6bd07f31ea16bc5b.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-9f656b0c52cc2be8.rmeta --cap-lints allow`
8012026-05-18T06:22:05.074Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=c3c05b67b77e3b74 -C extra-filename=-4845ef09cea946c4 --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`
8022026-05-18T06:22:05.126Z Compiling crypto-common v0.2.1
8032026-05-18T06:22:05.130Z Running `/home/build/.rustup/toolchains/1.95.0-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=3a16983bcdfbd960 -C extra-filename=-5c5bb49db8be4163 --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-5122cee07f1dc857.rmeta --cap-lints allow`
8042026-05-18T06:22:05.265Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=9f448e2e72a1a85f -C extra-filename=-b5db168481824e79 --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-c0354eb220383f81.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-ad7aab3b87a70365.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-f3e77e98f7951918.rmeta --cap-lints allow`
8052026-05-18T06:22:05.315Z Compiling block-buffer v0.12.0
8062026-05-18T06:22:05.319Z Running `/home/build/.rustup/toolchains/1.95.0-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=02255fc610b91f3a -C extra-filename=-abec1e10f4065c94 --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-5122cee07f1dc857.rmeta --cap-lints allow`
8072026-05-18T06:22:05.326Z Compiling concurrent-queue v2.5.0
8082026-05-18T06:22:05.329Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=8da0e13188a1cdbd -C extra-filename=-8d2428415ce7fd2a --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-7e8da5c7b5945ca6.rmeta --cap-lints allow`
8092026-05-18T06:22:05.466Z Compiling serde_derive_internals v0.29.0
8102026-05-18T06:22:05.469Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive_internals-0.29.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9c44c23d2b3195da -C extra-filename=-a41507d8ad847966 --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-d4952fd101572b1a.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rmeta --cap-lints allow`
8112026-05-18T06:22:05.518Z Compiling serde_spanned v1.1.1
8122026-05-18T06:22:05.521Z Running `/home/build/.rustup/toolchains/1.95.0-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=becd76ae8fa13c1d -C extra-filename=-97cb66f9cbc1e321 --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-a26afb6af91c4587.rmeta --cap-lints allow`
8132026-05-18T06:22:05.664Z Compiling toml_datetime v1.1.1+spec-1.1.0
8142026-05-18T06:22:05.668Z Running `/home/build/.rustup/toolchains/1.95.0-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=a41adc46f328b261 -C extra-filename=-b0f79b1bb9df1a64 --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-a26afb6af91c4587.rmeta --cap-lints allow`
8152026-05-18T06:22:05.864Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.117/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=d8563b731dffb282 -C extra-filename=-d3a1af0128b43c19 --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-d4952fd101572b1a.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-385dfbf0e1ad5fad.rmeta --cap-lints allow`
8162026-05-18T06:22:05.959Z Compiling thread_local v1.1.4
8172026-05-18T06:22:05.962Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=d5dd55ed3c82c3ac -C extra-filename=-52e82e9fcada6227 --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-8dd91888215993a7.rmeta --cap-lints allow`
8182026-05-18T06:22:06.046Z Compiling multer v3.1.0
8192026-05-18T06:22:06.050Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=091ff526534cfb46 -C extra-filename=-4dee4c88e1526027 --out-dir /work/oxidecomputer/dropshot/target/debug/build/multer-4dee4c88e1526027 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-47dc48a118f1eb12.rlib --cap-lints allow`
8202026-05-18T06:22:06.175Z Compiling sync_wrapper v1.0.1
8212026-05-18T06:22:06.178Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync_wrapper-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=4b72d476401defb8 -C extra-filename=-a967d5a20eab2b0b --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-c3d2dd9680a8332d.rmeta --cap-lints allow`
8222026-05-18T06:22:06.220Z Compiling encoding_rs v0.8.32
8232026-05-18T06:22:06.223Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "packed_simd", "serde", "simd-accel"))' -C metadata=179598ec1e495ae7 -C extra-filename=-69d024452d209db1 --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-d3ee7f85a96743d1.rmeta --cap-lints allow`
8242026-05-18T06:22:06.262Z Compiling semver v1.0.28
8252026-05-18T06:22:06.265Z Running `/home/build/.rustup/toolchains/1.95.0-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=3e7b1fbbd0abcf44 -C extra-filename=-9af1767d19a5bf45 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8262026-05-18T06:22:06.274Z Compiling similar v2.2.1
8272026-05-18T06:22:06.277Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/similar-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="text"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation"))' -C metadata=376c431b11b8cd8a -C extra-filename=-abd7d71ba63d5260 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8282026-05-18T06:22:06.284Z Compiling parking v2.2.0
8292026-05-18T06:22:06.286Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=47d588f60a08588d -C extra-filename=-363862bf1c73ca46 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8302026-05-18T06:22:06.323Z Compiling schemars v0.8.22
8312026-05-18T06:22:06.326Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=42d31f66e54537c9 -C extra-filename=-8cd97742deeb4222 --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-8cd97742deeb4222 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8322026-05-18T06:22:06.458Z Compiling camino v1.2.2
8332026-05-18T06:22:06.462Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=1380e82a05346505 -C extra-filename=-2f612885751eac0d --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-2f612885751eac0d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8342026-05-18T06:22:06.570Z Compiling match_cfg v0.1.0
8352026-05-18T06:22:06.573Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=d7a0ffb5a9acfda5 -C extra-filename=-2df300aa1a45f362 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8362026-05-18T06:22:06.589Z Compiling slog-async v2.8.0
8372026-05-18T06:22:06.592Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=52d35733ca19d619 -C extra-filename=-554bd99f454db5b8 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-554bd99f454db5b8 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8382026-05-18T06:22:06.635Z Compiling cpufeatures v0.2.17
8392026-05-18T06:22:06.635Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ba0d4ee692144ed4 -C extra-filename=-400ab6ac1751cc89 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8402026-05-18T06:22:06.704Z Compiling compression-core v0.4.32
8412026-05-18T06:22:06.707Z Running `/home/build/.rustup/toolchains/1.95.0-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=63439265181158e3 -C extra-filename=-c8d86144aa12b422 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8422026-05-18T06:22:06.843Z Compiling const-oid v0.10.2
8432026-05-18T06:22:06.846Z Running `/home/build/.rustup/toolchains/1.95.0-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=db183771de8afcd7 -C extra-filename=-709ce0abb12ea1f0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8442026-05-18T06:22:06.860Z Compiling toml_writer v1.1.1+spec-1.1.0
8452026-05-18T06:22:06.868Z Running `/home/build/.rustup/toolchains/1.95.0-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.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=22c5185121416f56 -C extra-filename=-9dd74fd593bfbfde --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8462026-05-18T06:22:06.913Z Compiling heck v0.5.0
8472026-05-18T06:22:06.916Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7dba36ff39bed519 -C extra-filename=-d62c1f7ce1bee2a6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8482026-05-18T06:22:07.048Z Compiling target-triple v1.0.0
8492026-05-18T06:22:07.048Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-1.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1574c3dcd7d4978c -C extra-filename=-1c2dc3a8148b5c5a --out-dir /work/oxidecomputer/dropshot/target/debug/build/target-triple-1c2dc3a8148b5c5a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8502026-05-18T06:22:07.065Z Compiling toml v1.1.2+spec-1.1.0
8512026-05-18T06:22:07.075Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-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_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=1abb3ae165f0bddc -C extra-filename=-90a3dd2a44c8d4d7 --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-a26afb6af91c4587.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-97cb66f9cbc1e321.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-b0f79b1bb9df1a64.rmeta --extern toml_parser=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_parser-f3acbd7559b4a929.rmeta --extern toml_writer=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_writer-9dd74fd593bfbfde.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-dfebe2650e7c952e.rmeta --cap-lints allow`
8522026-05-18T06:22:07.113Z Compiling digest v0.11.2
8532026-05-18T06:22:07.116Z Running `/home/build/.rustup/toolchains/1.95.0-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=e2fa07801c28772f -C extra-filename=-0e1dcdcd8d1e3beb --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-abec1e10f4065c94.rmeta --extern const_oid=/work/oxidecomputer/dropshot/target/debug/deps/libconst_oid-709ce0abb12ea1f0.rmeta --extern common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-5c5bb49db8be4163.rmeta --cap-lints allow`
8542026-05-18T06:22:07.198Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-554bd99f454db5b8/build-script-build`
8552026-05-18T06:22:07.237Z Running `/work/oxidecomputer/dropshot/target/debug/build/camino-2f612885751eac0d/build-script-build`
8562026-05-18T06:22:07.246Z Compiling compression-codecs v0.4.38
8572026-05-18T06:22:07.249Z Running `/home/build/.rustup/toolchains/1.95.0-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=93a459edfec63f80 -C extra-filename=-883387f1addf4e1e --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-c8d86144aa12b422.rmeta --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-82d25e56b970b3ca.rmeta --cap-lints allow`
8582026-05-18T06:22:07.274Z Compiling sha1 v0.10.6
8592026-05-18T06:22:07.277Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=758c08a7e855666f -C extra-filename=-8f3f4a87d03c0839 --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-d3ee7f85a96743d1.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-400ab6ac1751cc89.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-f56e37b98b34f186.rmeta --cap-lints allow`
8602026-05-18T06:22:07.284Z Compiling hostname v0.3.1
8612026-05-18T06:22:07.284Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=7342fe1225653080 -C extra-filename=-a1d75e760eb3cdea --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-c8ce6b8b0d54ece8.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-2df300aa1a45f362.rmeta --cap-lints allow`
8622026-05-18T06:22:07.354Z Running `/work/oxidecomputer/dropshot/target/debug/build/target-triple-1c2dc3a8148b5c5a/build-script-build`
8632026-05-18T06:22:07.359Z Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-8cd97742deeb4222/build-script-build`
8642026-05-18T06:22:07.372Z Compiling event-listener v5.0.0
8652026-05-18T06:22:07.375Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=0b115b667b238c62 -C extra-filename=-22bc90d0d8a231fb --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-8d2428415ce7fd2a.rmeta --extern parking=/work/oxidecomputer/dropshot/target/debug/deps/libparking-363862bf1c73ca46.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b78d560a19514137.rmeta --cap-lints allow`
8662026-05-18T06:22:07.416Z Running `/work/oxidecomputer/dropshot/target/debug/build/multer-4dee4c88e1526027/build-script-build`
8672026-05-18T06:22:07.457Z Compiling tower v0.5.2
8682026-05-18T06:22:07.460Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="__common"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="pin-project-lite"' --cfg 'feature="retry"' --cfg 'feature="sync_wrapper"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__common", "balance", "buffer", "discover", "filter", "full", "futures-core", "futures-util", "hdrhistogram", "hedge", "indexmap", "limit", "load", "load-shed", "log", "make", "pin-project-lite", "ready-cache", "reconnect", "retry", "slab", "spawn-ready", "steer", "sync_wrapper", "timeout", "tokio", "tokio-stream", "tokio-util", "tracing", "util"))' -C metadata=844b362a7b5ce3c8 -C extra-filename=-c5d9e033661e1973 --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-c3d2dd9680a8332d.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-aa25954c0409e5cb.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b78d560a19514137.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-a967d5a20eab2b0b.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-25d67e0342af1ff9.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-6e76c5b4ec2d22f1.rmeta --cap-lints allow`
8692026-05-18T06:22:07.491Z Compiling schemars_derive v0.8.22
8702026-05-18T06:22:07.501Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars_derive-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=842862a0924d046d -C extra-filename=-9f428eb5161d1943 --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-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-a41507d8ad847966.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern proc_macro --cap-lints allow`
8712026-05-18T06:22:07.504Z Compiling mime_guess v2.0.5
8722026-05-18T06:22:07.505Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=abdf4892399247e9 -C extra-filename=-3dce52cb7a243338 --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-3dce52cb7a243338 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-4845ef09cea946c4.rlib --cap-lints allow`
8732026-05-18T06:22:07.655Z Compiling idna v1.0.3
8742026-05-18T06:22:07.659Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=d742c61be0e6d2f4 -C extra-filename=-f1cff2026db05d84 --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-6477ec3f77575848.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-88a1f1fe0139468f.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-110a72bd9117a75d.rmeta --cap-lints allow`
8752026-05-18T06:22:07.925Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=e199243055f03b6f -C extra-filename=-e7998c6f08ced4dc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit`
8762026-05-18T06:22:07.931Z Compiling rand v0.9.2
8772026-05-18T06:22:07.934Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="os_rng"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "log", "nightly", "os_rng", "serde", "simd_support", "small_rng", "std", "std_rng", "thread_rng", "unbiased"))' -C metadata=7cdd9f7f7c9d6bf9 -C extra-filename=-f0e6b4418dc9c9bb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-1ecb3130f83a84aa.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-bb85f4f5c5c2a61d.rmeta --cap-lints allow`
8782026-05-18T06:22:08.019Z Compiling usdt-attr-macro v0.6.0
8792026-05-18T06:22:08.022Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-attr-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2e1e9fd0a258a4b8 -C extra-filename=-fbbae900b94e027d --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-761ac58fbf14c27f.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-f19907f805c62782.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-a2773beafb3ab28b.rlib --extern proc_macro --cap-lints allow`
8802026-05-18T06:22:08.094Z Compiling usdt-macro v0.6.0
8812026-05-18T06:22:08.097Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c22aa14dc178ec2a -C extra-filename=-9613fcbb8c3ebd82 --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-761ac58fbf14c27f.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-f19907f805c62782.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-a2773beafb3ab28b.rlib --extern proc_macro --cap-lints allow`
8822026-05-18T06:22:08.390Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=2423a1647feaf312 -C extra-filename=-86d49ae75be533e5 --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-7d9ee202ed1d8287.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-b5db168481824e79.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-761ac58fbf14c27f.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d4952fd101572b1a.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-d3a1af0128b43c19.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-59a04de8047ff579.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)'`
8832026-05-18T06:22:08.513Z Compiling slog-json v2.6.1
8842026-05-18T06:22:08.524Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=b19c45643249f182 -C extra-filename=-78d905564311f010 --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-513ffeb57b482408.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-ebe3c4e390073f8d.rmeta --cap-lints allow`
8852026-05-18T06:22:08.581Z Compiling futures-executor v0.3.32
8862026-05-18T06:22:08.585Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "thread-pool"))' -C metadata=d3084698d49cdb6e -C extra-filename=-8224c9424d198d75 --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-c3d2dd9680a8332d.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-c882e07be88c1c62.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-aa25954c0409e5cb.rmeta --cap-lints allow`
8872026-05-18T06:22:08.680Z Compiling tempfile v3.27.0
8882026-05-18T06:22:08.689Z Running `/home/build/.rustup/toolchains/1.95.0-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=85b98fce23d5897e -C extra-filename=-5d98a9b4ba69d06f --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-24b11155f68db4d4.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-a1d925e051947375.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-8dd91888215993a7.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-d43043cd63b77e15.rmeta --cap-lints allow`
8892026-05-18T06:22:08.713Z Compiling async-stream-impl v0.3.6
8902026-05-18T06:22:08.716Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-impl-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f236ea9bdf33a0db -C extra-filename=-08f2c6973c134b62 --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-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern proc_macro --cap-lints allow`
8912026-05-18T06:22:08.843Z Compiling crossbeam-channel v0.5.15
8922026-05-18T06:22:08.847Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a28895b804b8091b -C extra-filename=-a5e9ff320e86cd3d --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-7e8da5c7b5945ca6.rmeta --cap-lints allow`
8932026-05-18T06:22:08.857Z Compiling http-body-util v0.1.3
8942026-05-18T06:22:08.861Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("channel", "default", "full"))' -C metadata=a61b710b798f5ff5 -C extra-filename=-0778eeee40839944 --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-5f1042fd82c1c1f2.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c3d2dd9680a8332d.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-8445cb2e0f9dd145.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b78d560a19514137.rmeta --cap-lints allow`
8952026-05-18T06:22:08.861Z Compiling uuid v1.23.1
8962026-05-18T06:22:08.867Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.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 --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=9de086cf7c84548f -C extra-filename=-bbda087421a51846 --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-a1d925e051947375.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-a26afb6af91c4587.rmeta --cap-lints allow`
8972026-05-18T06:22:09.083Z Compiling memmap2 v0.9.8
8982026-05-18T06:22:09.086Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap2-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=ea83e69221308ab9 -C extra-filename=-b01e34863da3755a --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-c8ce6b8b0d54ece8.rmeta --cap-lints allow`
8992026-05-18T06:22:09.092Z Compiling is-terminal v0.4.12
9002026-05-18T06:22:09.096Z Compiling dropshot v0.17.0 (/work/oxidecomputer/dropshot/dropshot)
9012026-05-18T06:22:09.096Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is-terminal-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d5c3d4bd018c9295 -C extra-filename=-87ff2231d7898bd4 --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-c8ce6b8b0d54ece8.rmeta --cap-lints allow`
9022026-05-18T06:22:09.096Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1cd3935f5dbc3e28 -C extra-filename=-31443f7b8c577af5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-31443f7b8c577af5 -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-47dc48a118f1eb12.rlib`
9032026-05-18T06:22:09.185Z Compiling spin v0.9.8
9042026-05-18T06:22:09.189Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="mutex"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=e759471eab2b3c75 -C extra-filename=-000700b66fb7df1e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9052026-05-18T06:22:09.272Z Compiling dyn-clone v1.0.4
9062026-05-18T06:22:09.275Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dyn-clone-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c29d0dd9a030d287 -C extra-filename=-c7b441687e69bb30 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9072026-05-18T06:22:09.293Z Compiling term v1.1.0
9082026-05-18T06:22:09.293Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=a633d7bc63f722a5 -C extra-filename=-168951db23bd2d75 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9092026-05-18T06:22:09.303Z Compiling data-encoding v2.4.0
9102026-05-18T06:22:09.306Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=5d12f74931fc5ab0 -C extra-filename=-348e467822f6e8c8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9112026-05-18T06:22:09.320Z Compiling iri-string v0.7.8
9122026-05-18T06:22:09.320Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name iri_string --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memchr", "serde", "std"))' -C metadata=ba6354df299c1950 -C extra-filename=-3076e0bf18ecf7f7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9132026-05-18T06:22:09.343Z Compiling cpufeatures v0.3.0
9142026-05-18T06:22:09.346Z Running `/home/build/.rustup/toolchains/1.95.0-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=10cd91138e3997be -C extra-filename=-f2799cd04581ab59 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9152026-05-18T06:22:09.352Z Compiling take_mut v0.2.2
9162026-05-18T06:22:09.356Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=74e4fd14e118b7f9 -C extra-filename=-d697e9062918e7e0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9172026-05-18T06:22:09.362Z Compiling anyhow v1.0.102
9182026-05-18T06:22:09.365Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/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=11c3869a190c7385 -C extra-filename=-e9298f93fc222927 --out-dir /work/oxidecomputer/dropshot/target/debug/build/anyhow-e9298f93fc222927 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9192026-05-18T06:22:09.410Z Compiling sha1 v0.11.0
9202026-05-18T06:22:09.413Z Running `/home/build/.rustup/toolchains/1.95.0-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=2732aa425609d2df -C extra-filename=-b5b227a9db3e1ed5 --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-d3ee7f85a96743d1.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-f2799cd04581ab59.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-0e1dcdcd8d1e3beb.rmeta --cap-lints allow`
9212026-05-18T06:22:09.454Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=532535a31592791e -C extra-filename=-00278a0a6feb62be --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-a5e9ff320e86cd3d.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-d697e9062918e7e0.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-52e82e9fcada6227.rmeta --cap-lints allow --cfg integer128`
9222026-05-18T06:22:09.651Z Compiling tungstenite v0.29.0
9232026-05-18T06:22:09.654Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.29.0/src/lib.rs --error-format=json --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=58bc91d60bb31805 -C extra-filename=-f77ebf104716880f --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-5f1042fd82c1c1f2.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-348e467822f6e8c8.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-4a68297fef3a092f.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-de5f0a5072a800f0.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-f0e6b4418dc9c9bb.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8f3f4a87d03c0839.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rmeta --cap-lints allow`
9242026-05-18T06:22:09.686Z Running `/work/oxidecomputer/dropshot/target/debug/build/anyhow-e9298f93fc222927/build-script-build`
9252026-05-18T06:22:09.886Z Compiling slog-term v2.9.2
9262026-05-18T06:22:09.890Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-term-2.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=8e6e676027b0d634 -C extra-filename=-29e01228d720bda0 --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-4ee301a8d720d2f3.rmeta --extern is_terminal=/work/oxidecomputer/dropshot/target/debug/deps/libis_terminal-87ff2231d7898bd4.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-168951db23bd2d75.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-52e82e9fcada6227.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-ebe3c4e390073f8d.rmeta --cap-lints allow`
9272026-05-18T06:22:09.980Z Compiling async-stream v0.3.6
9282026-05-18T06:22:09.984Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=46e8121e18218c42 -C extra-filename=-fd6c212bf4ba2e5a --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-08f2c6973c134b62.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c3d2dd9680a8332d.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b78d560a19514137.rmeta --cap-lints allow`
9292026-05-18T06:22:09.984Z Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-31443f7b8c577af5/build-script-build`
9302026-05-18T06:22:10.029Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=af12429fe9b362f0 -C extra-filename=-58a09d7329c27b79 --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-4ee301a8d720d2f3.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-c7b441687e69bb30.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-9f428eb5161d1943.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
9312026-05-18T06:22:10.079Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=b42ca7c56a04dd1d -C extra-filename=-a1ebc4ec85275ee2 --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-5f1042fd82c1c1f2.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-69d024452d209db1.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-aa25954c0409e5cb.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-4a68297fef3a092f.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-82d25e56b970b3ca.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-c450cf3c158c8e59.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-000700b66fb7df1e.rmeta --cap-lints allow`
9322026-05-18T06:22:10.153Z Compiling usdt v0.6.0
9332026-05-18T06:22:10.156Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=6ddfe6d75f7958b7 -C extra-filename=-d9ce0a308c56b234 --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-b5db168481824e79.rmeta --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-c0354eb220383f81.rmeta --extern memmap2=/work/oxidecomputer/dropshot/target/debug/deps/libmemmap2-b01e34863da3755a.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-fbbae900b94e027d.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-86d49ae75be533e5.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-9613fcbb8c3ebd82.so --cap-lints allow`
9342026-05-18T06:22:10.424Z Compiling tower-http v0.6.8
9352026-05-18T06:22:10.427Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="follow-redirect"' --cfg 'feature="futures-util"' --cfg 'feature="iri-string"' --cfg 'feature="tower"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add-extension", "async-compression", "auth", "base64", "catch-panic", "compression-br", "compression-deflate", "compression-full", "compression-gzip", "compression-zstd", "cors", "decompression-br", "decompression-deflate", "decompression-full", "decompression-gzip", "decompression-zstd", "default", "follow-redirect", "fs", "full", "futures-core", "futures-util", "httpdate", "iri-string", "limit", "map-request-body", "map-response-body", "metrics", "mime", "mime_guess", "normalize-path", "percent-encoding", "propagate-header", "redirect", "request-id", "sensitive-headers", "set-header", "set-status", "timeout", "tokio", "tokio-util", "tower", "trace", "tracing", "util", "uuid", "validate-request"))' -C metadata=a9337997f65920c0 -C extra-filename=-fdb472b266d71034 --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-d8f468526f30f872.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-aa25954c0409e5cb.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-8445cb2e0f9dd145.rmeta --extern iri_string=/work/oxidecomputer/dropshot/target/debug/deps/libiri_string-3076e0bf18ecf7f7.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b78d560a19514137.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-c5d9e033661e1973.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-25d67e0342af1ff9.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-6e76c5b4ec2d22f1.rmeta --cap-lints allow`
9362026-05-18T06:22:10.496Z Compiling atomicwrites v0.4.4
9372026-05-18T06:22:10.499Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=250b69b2503e9432 -C extra-filename=-35f0039c75dd36e7 --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-8a0e55a9d830542d.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rmeta --cap-lints allow`
9382026-05-18T06:22:10.572Z Compiling futures v0.3.32
9392026-05-18T06:22:10.575Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "spin", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=562e8ac5cc0e0dab -C extra-filename=-a99210728d4768d5 --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-584ee4ae876e49f2.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c3d2dd9680a8332d.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-8224c9424d198d75.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-42a6e404b5015526.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-f79c5559e80f07f2.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-c882e07be88c1c62.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-aa25954c0409e5cb.rmeta --cap-lints allow`
9402026-05-18T06:22:10.600Z Compiling slog-bunyan v2.5.0
9412026-05-18T06:22:10.603Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=0ddb1789d0d3e22b -C extra-filename=-4c1de5e6c3bf7a4e --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-a1d75e760eb3cdea.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-ebe3c4e390073f8d.rmeta --cap-lints allow`
9422026-05-18T06:22:10.646Z Compiling serde_urlencoded v0.7.1
9432026-05-18T06:22:10.649Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5207d1fb6ad2b966 -C extra-filename=-99f9aa02365e4731 --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-8941cfa5047fc91e.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-607cef78597c7c47.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-e7998c6f08ced4dc.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rmeta --cap-lints allow`
9442026-05-18T06:22:10.656Z Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-3dce52cb7a243338/build-script-build`
9452026-05-18T06:22:10.674Z Compiling url v2.5.4
9462026-05-18T06:22:10.677Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=738807b5f75a74d1 -C extra-filename=-c860b7c99d2b2581 --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-8941cfa5047fc91e.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-f1cff2026db05d84.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rmeta --cap-lints allow`
9472026-05-18T06:22:10.685Z Compiling event-listener-strategy v0.5.4
9482026-05-18T06:22:10.688Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-strategy-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(wasm_bindgen_unstable_test_coverage)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=3a2689418c635f66 -C extra-filename=-7b559bfc5bbe61b6 --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-22bc90d0d8a231fb.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b78d560a19514137.rmeta --cap-lints allow`
9492026-05-18T06:22:10.725Z Compiling async-compression v0.4.42
9502026-05-18T06:22:10.734Z Running `/home/build/.rustup/toolchains/1.95.0-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.42/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --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=cf30c674eff44990 -C extra-filename=-f5a906800c15d9b4 --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-883387f1addf4e1e.rmeta --extern compression_core=/work/oxidecomputer/dropshot/target/debug/deps/libcompression_core-c8d86144aa12b422.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b78d560a19514137.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rmeta --cap-lints allow`
9512026-05-18T06:22:10.815Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=296dd65cfd673d30 -C extra-filename=-6352ebc73d14da84 --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"))'`
9522026-05-18T06:22:10.828Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=e48a824b39781236 -C extra-filename=-616b530ad0ccca17 --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-a26afb6af91c4587.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)'`
9532026-05-18T06:22:10.884Z Compiling dropshot_endpoint v0.17.0 (/work/oxidecomputer/dropshot/dropshot_endpoint)
9542026-05-18T06:22:10.887Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2024 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=be502ae82da1dbb5 -C extra-filename=-9069d7d854aaa660 --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-d62c1f7ce1bee2a6.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b8cf47122cf1526c.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-f19907f805c62782.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern proc_macro`
9552026-05-18T06:22:10.887Z Compiling pem v3.0.6
9562026-05-18T06:22:10.887Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-3.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=6c3e15483de67bc9 -C extra-filename=-7273f6110408c185 --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-809ff91b24bb5908.rmeta --cap-lints allow`
9572026-05-18T06:22:10.903Z Compiling yasna v0.6.0
9582026-05-18T06:22:10.906Z Running `/home/build/.rustup/toolchains/1.95.0-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=54d84dad26dad11d -C extra-filename=-9c13aebe784912b4 --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-ebe3c4e390073f8d.rmeta --cap-lints allow`
9592026-05-18T06:22:11.028Z Compiling openapiv3 v2.2.0
9602026-05-18T06:22:11.031Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openapiv3-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=9fae9b280586db0b -C extra-filename=-62fc2f115c24ddd0 --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-009410dc439e3e0b.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rmeta --cap-lints allow`
9612026-05-18T06:22:11.228Z Compiling async-trait v0.1.89
9622026-05-18T06:22:11.232Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=62cb6120d213d04f -C extra-filename=-afafb16c394c1ff2 --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-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern proc_macro --cap-lints allow`
9632026-05-18T06:22:11.252Z Compiling waitgroup v0.1.2
9642026-05-18T06:22:11.255Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=95a01d7bdc60aea5 -C extra-filename=-b34c2168f25a27d3 --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-b80da2048908772a.rmeta --cap-lints allow`
9652026-05-18T06:22:11.390Z Compiling rustls-pemfile v2.2.0
9662026-05-18T06:22:11.394Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a8726dc3fc6e88c8 -C extra-filename=-d3630c76ee260c83 --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-057522a2ff08016a.rmeta --cap-lints allow`
9672026-05-18T06:22:11.442Z Compiling serde_path_to_error v0.1.20
9682026-05-18T06:22:11.445Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9e7a36cd5e4450c8 -C extra-filename=-a73b2af1132f47a8 --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-607cef78597c7c47.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-a26afb6af91c4587.rmeta --cap-lints allow`
9692026-05-18T06:22:11.479Z Compiling hostname v0.4.2
9702026-05-18T06:22:11.483Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=85b97ce5dbb7a806 -C extra-filename=-52abaa4da292a21a --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-d3ee7f85a96743d1.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rmeta --cap-lints allow`
9712026-05-18T06:22:11.575Z Compiling glob v0.3.0
9722026-05-18T06:22:11.578Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glob-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b6398b9f3cb6c262 -C extra-filename=-14f5784e6957ff06 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9732026-05-18T06:22:11.612Z Compiling debug-ignore v1.0.5
9742026-05-18T06:22:11.620Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=7740c28368953620 -C extra-filename=-cf60441f14a0da87 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9752026-05-18T06:22:11.624Z Compiling termcolor v1.1.2
9762026-05-18T06:22:11.632Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termcolor-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b9469a1024ece9b4 -C extra-filename=-36de138373324dac --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9772026-05-18T06:22:11.710Z Compiling simple-mermaid v0.2.0
9782026-05-18T06:22:11.721Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name simple_mermaid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simple-mermaid-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8540699e25728e9f -C extra-filename=-19182b511455c8b8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9792026-05-18T06:22:11.794Z Compiling async-channel v2.5.0
9802026-05-18T06:22:11.797Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=336acfd2a19619a7 -C extra-filename=-e719227f9e91e219 --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-8d2428415ce7fd2a.rmeta --extern event_listener_strategy=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener_strategy-7b559bfc5bbe61b6.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c3d2dd9680a8332d.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b78d560a19514137.rmeta --cap-lints allow`
9812026-05-18T06:22:11.831Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=24153ce69b7e0eaf -C extra-filename=-66a85936724e62c8 --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-c450cf3c158c8e59.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-4845ef09cea946c4.rmeta --cap-lints allow`
9822026-05-18T06:22:11.992Z Compiling trybuild v1.0.116
9832026-05-18T06:22:11.995Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.116/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diff"))' -C metadata=007658ad6f06ed74 -C extra-filename=-a4176d65a5a62cc5 --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-14f5784e6957ff06.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-7608abffe9d582b8.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rmeta --extern target_triple=/work/oxidecomputer/dropshot/target/debug/deps/libtarget_triple-6352ebc73d14da84.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-36de138373324dac.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rmeta --cap-lints allow`
9842026-05-18T06:22:12.021Z Compiling expectorate v1.2.0
9852026-05-18T06:22:12.021Z Compiling tokio-tungstenite v0.29.0
9862026-05-18T06:22:12.024Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.29.0/src/lib.rs --error-format=json --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=70e5f42921530a03 -C extra-filename=-667740736fdfa5e2 --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-aa25954c0409e5cb.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-de5f0a5072a800f0.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-f77ebf104716880f.rmeta --cap-lints allow`
9872026-05-18T06:22:12.024Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=0501663e182c797e -C extra-filename=-dc0fbf5336002887 --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-35f0039c75dd36e7.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-4bc097e2a5fbe4e7.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-cbc54f8a8783710f.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-abd7d71ba63d5260.rmeta --cap-lints allow`
9882026-05-18T06:22:12.178Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/lib.rs --error-format=json --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=89604b3aa9768d1b -C extra-filename=-a621f1f4cb06a361 --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)'`
9892026-05-18T06:22:12.269Z Compiling buf-list v1.1.2
9902026-05-18T06:22:12.269Z Compiling subprocess v1.1.0
9912026-05-18T06:22:12.272Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=e07b509fd8a845d3 -C extra-filename=-f82a0c2a0e3d5226 --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-5f1042fd82c1c1f2.rmeta --cap-lints allow`
9922026-05-18T06:22:12.272Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subprocess-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5f06ee2b92f3bd3b -C extra-filename=-c8ef3ecbb99eab43 --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-c8ce6b8b0d54ece8.rmeta --cap-lints allow`
9932026-05-18T06:22:12.319Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=bb4c348541ccbe73 -C extra-filename=-0408135dc9c294aa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9942026-05-18T06:22:12.509Z Running `/home/build/.rustup/toolchains/1.95.0-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=4a533663edab67cf -C extra-filename=-d86e7e9ecd9504d0 --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-24b11155f68db4d4.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-a1d925e051947375.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-0408135dc9c294aa.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-d43043cd63b77e15.rmeta --cap-lints allow`
9952026-05-18T06:22:12.541Z Compiling prettyplease v0.2.37
9962026-05-18T06:22:12.545Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.37/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=15991a625856839d -C extra-filename=-5cc430313db38193 --out-dir /work/oxidecomputer/dropshot/target/debug/build/prettyplease-5cc430313db38193 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9972026-05-18T06:22:12.561Z Compiling schema-derive v0.1.0
9982026-05-18T06:22:12.564Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schema-derive-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=120fa17888a4435f -C extra-filename=-1393e20e2ccab058 --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-eeb66b7ad5d8d84b.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern proc_macro --cap-lints allow`
9992026-05-18T06:22:12.712Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=19eee7e15f263d44 -C extra-filename=-33b190b52d79288a --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-8a0e55a9d830542d.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-d86e7e9ecd9504d0.rmeta --cap-lints allow`
10002026-05-18T06:22:12.791Z Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-5cc430313db38193/build-script-build`
10012026-05-18T06:22:12.820Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=3ccf13af81770559 -C extra-filename=-35ee09f2e533313e --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-d4952fd101572b1a.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rmeta --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
10022026-05-18T06:22:12.906Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=fa8606394289b114 -C extra-filename=-00990f0d9be884dd --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-33b190b52d79288a.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-4bc097e2a5fbe4e7.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-cbc54f8a8783710f.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-abd7d71ba63d5260.rmeta --cap-lints allow`
10032026-05-18T06:22:13.500Z Compiling schema v0.1.0
10042026-05-18T06:22:13.503Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name schema --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schema-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4c6c09e96c28e3bd -C extra-filename=-c526d08655933a83 --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-d4952fd101572b1a.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-1393e20e2ccab058.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rmeta --cap-lints allow`
10052026-05-18T06:22:13.573Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2024 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3b15517d0e9260dc -C extra-filename=-b9c625b97bfa0590 --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-00990f0d9be884dd.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-d62c1f7ce1bee2a6.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-35ee09f2e533313e.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-c526d08655933a83.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b8cf47122cf1526c.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-f19907f805c62782.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern proc_macro`
10062026-05-18T06:22:17.311Z Running `/work/oxidecomputer/dropshot/target/debug/build/aws-lc-rs-94ff50a463df9051/build-script-build`
10072026-05-18T06:22:17.314Z Running `/home/build/.rustup/toolchains/1.95.0-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=f9579dccdc8c6b2e -C extra-filename=-f8527425bc864be3 --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-4a50216ee2eb8900/out -l static=aws_lc_0_40_0_crypto --cfg universal`
10082026-05-18T06:22:17.327Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-470cac50b2186f12/build-script-build`
10092026-05-18T06:22:17.687Z Running `/home/build/.rustup/toolchains/1.95.0-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=fa2a13432e468334 -C extra-filename=-3335fdc2def4efa1 --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-f8527425bc864be3.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-2d28202684ee8f14.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out --check-cfg 'cfg(aws_lc_rs_docsrs)' --check-cfg 'cfg(disable_slow_tests)' --check-cfg 'cfg(dev_tests_only)'`
10102026-05-18T06:22:18.387Z Compiling rustls-webpki v0.103.13
10112026-05-18T06:22:18.387Z Compiling rcgen v0.14.8
10122026-05-18T06:22:18.390Z Running `/home/build/.rustup/toolchains/1.95.0-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=f194b9c5936b43a6 -C extra-filename=-82ef1e9c1c8cefe1 --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-3335fdc2def4efa1.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-367d3cc6719c6c17.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10132026-05-18T06:22:18.390Z Running `/home/build/.rustup/toolchains/1.95.0-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=db1c2a6b77666d46 -C extra-filename=-7a7d53cf7dd4acea --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-3335fdc2def4efa1.rmeta --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-ebe3c4e390073f8d.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-9c13aebe784912b4.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10142026-05-18T06:22:18.776Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.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 --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=b29b15470b5a2dcc -C extra-filename=-9ad894cd8aee6f61 --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-3335fdc2def4efa1.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-de5f0a5072a800f0.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-8dd91888215993a7.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-82ef1e9c1c8cefe1.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-c28dfcf4988896fd.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-2d28202684ee8f14.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10152026-05-18T06:22:21.047Z Compiling tokio-rustls v0.26.4
10162026-05-18T06:22:21.047Z Compiling rustls-platform-verifier v0.6.2
10172026-05-18T06:22:21.050Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.26.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=22e72986d4d37c08 -C extra-filename=-cdb1d6aff8a270c5 --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-9ad894cd8aee6f61.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10182026-05-18T06:22:21.050Z Running `/home/build/.rustup/toolchains/1.95.0-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=52a13e789ffc862e -C extra-filename=-8c5ad3c4279785c0 --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-de5f0a5072a800f0.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-40ee800749fa5d0c.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-82ef1e9c1c8cefe1.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10192026-05-18T06:22:21.228Z Compiling hyper-rustls v0.27.9
10202026-05-18T06:22:21.231Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.27.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=9ba66bc357c744db -C extra-filename=-ac6ec13774309868 --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-945bb50acddcab85.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-de5f0a5072a800f0.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-40ee800749fa5d0c.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-6e76c5b4ec2d22f1.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10212026-05-18T06:22:21.231Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2024 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=f33f22e2cc108150 -C extra-filename=-d9c7b4cff2eb85b8 --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-f5a906800c15d9b4.rmeta --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10222026-05-18T06:22:21.406Z Compiling reqwest v0.13.3
10232026-05-18T06:22:21.409Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.13.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(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=d2808b66514c2d1b -C extra-filename=-01d504aab11610ec --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-809ff91b24bb5908.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-69d024452d209db1.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c3d2dd9680a8332d.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-d1fa7bd382d5658c.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-8445cb2e0f9dd145.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rmeta --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-de5f0a5072a800f0.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-c450cf3c158c8e59.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b78d560a19514137.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rmeta --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rmeta --extern rustls_platform_verifier=/work/oxidecomputer/dropshot/target/debug/deps/librustls_platform_verifier-8c5ad3c4279785c0.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-a967d5a20eab2b0b.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-c5d9e033661e1973.rmeta --extern tower_http=/work/oxidecomputer/dropshot/target/debug/deps/libtower_http-fdb472b266d71034.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-6e76c5b4ec2d22f1.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-c860b7c99d2b2581.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10242026-05-18T06:22:23.405Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2024 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d30bffc9c85a03f3 -C extra-filename=-84ac1086d4fa5adc --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7a7d53cf7dd4acea.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10252026-05-18T06:22:26.290Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2024 dropshot/examples/multiple-servers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=03cf176962329e33 -C extra-filename=-8c2696790b03e2d7 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d9c7b4cff2eb85b8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7a7d53cf7dd4acea.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10262026-05-18T06:22:26.290Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2024 dropshot/examples/module-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=3280eb43348a4150 -C extra-filename=-4a07a614ec3b2aaf --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d9c7b4cff2eb85b8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7a7d53cf7dd4acea.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10272026-05-18T06:22:26.294Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2024 dropshot/examples/self-referential.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=77a0378e236be245 -C extra-filename=-139078573312523b --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d9c7b4cff2eb85b8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7a7d53cf7dd4acea.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10282026-05-18T06:22:26.294Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2024 dropshot/examples/https.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=7a1ae989f68d7429 -C extra-filename=-af1c4d5f45645ef6 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d9c7b4cff2eb85b8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7a7d53cf7dd4acea.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10292026-05-18T06:22:26.298Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2024 dropshot/examples/versioning.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=50f7325878178d5a -C extra-filename=-149ee2c192d7caad --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d9c7b4cff2eb85b8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7a7d53cf7dd4acea.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10302026-05-18T06:22:26.298Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_alternate --edition=2024 dropshot/examples/api-trait-alternate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c3866224ea26233d -C extra-filename=-75911d4b6f5528f5 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d9c7b4cff2eb85b8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7a7d53cf7dd4acea.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10312026-05-18T06:22:26.301Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2024 dropshot/examples/petstore.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=b308eff4366c656f -C extra-filename=-6d809f197ce3bd20 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d9c7b4cff2eb85b8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7a7d53cf7dd4acea.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10322026-05-18T06:22:35.248Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2024 dropshot/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=b26d6c79a43a4da5 -C extra-filename=-564e41edc89a5b8e --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d9c7b4cff2eb85b8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7a7d53cf7dd4acea.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10332026-05-18T06:22:36.222Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait --edition=2024 dropshot/examples/api-trait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=dc609ca7dbe9ace8 -C extra-filename=-8225fe7ab053d68f --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d9c7b4cff2eb85b8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7a7d53cf7dd4acea.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10342026-05-18T06:22:36.369Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2024 dropshot/examples/pagination-multiple-resources.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=b10ac9a74f1647b7 -C extra-filename=-90cbca924c145a06 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d9c7b4cff2eb85b8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7a7d53cf7dd4acea.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10352026-05-18T06:22:36.754Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2024 dropshot/examples/file_server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=19831e410067cf0f -C extra-filename=-72a4d578127d062c --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d9c7b4cff2eb85b8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7a7d53cf7dd4acea.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10362026-05-18T06:22:37.790Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2024 dropshot/examples/module-shared-context.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=827c6923e446a737 -C extra-filename=-2c995fdbda43d189 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d9c7b4cff2eb85b8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7a7d53cf7dd4acea.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10372026-05-18T06:22:37.821Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2024 dropshot/examples/request-headers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=9c7c2316ac9f2bd2 -C extra-filename=-25584df91d8587d8 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d9c7b4cff2eb85b8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7a7d53cf7dd4acea.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10382026-05-18T06:22:38.453Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2024 dropshot/examples/basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=bde9e3a65d8e0bbd -C extra-filename=-9443b22e0236735b --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d9c7b4cff2eb85b8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7a7d53cf7dd4acea.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10392026-05-18T06:22:47.325Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2024 dropshot/tests/fail.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d33f1989a9db2365 -C extra-filename=-4adae009d9566a38 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d9c7b4cff2eb85b8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7a7d53cf7dd4acea.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10402026-05-18T06:22:47.752Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2024 dropshot/examples/websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=43377767443070d4 -C extra-filename=-7afa64b6a309ce13 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d9c7b4cff2eb85b8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7a7d53cf7dd4acea.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10412026-05-18T06:22:47.912Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2024 dropshot/examples/well-tagged.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=0bb1953ce2c4dea0 -C extra-filename=-92d23dbdf5e95b6f --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d9c7b4cff2eb85b8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7a7d53cf7dd4acea.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10422026-05-18T06:22:48.258Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name custom_error --edition=2024 dropshot/examples/custom-error.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=85bc5a547b5bacda -C extra-filename=-6a635bd30640ab61 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d9c7b4cff2eb85b8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7a7d53cf7dd4acea.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10432026-05-18T06:22:48.282Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2024 dropshot/examples/pagination-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a58fc13852aa1c71 -C extra-filename=-844b41bcb3149548 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d9c7b4cff2eb85b8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7a7d53cf7dd4acea.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10442026-05-18T06:22:48.716Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2024 dropshot/examples/pagination-multiple-sorts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=775b5cee860db659 -C extra-filename=-1462af9019e505b7 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d9c7b4cff2eb85b8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7a7d53cf7dd4acea.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10452026-05-18T06:22:48.941Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2024 dropshot/examples/schema-with-example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=3e32738f389c81d8 -C extra-filename=-6942f2a95f0989b7 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d9c7b4cff2eb85b8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7a7d53cf7dd4acea.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10462026-05-18T06:22:49.898Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_websocket --edition=2024 dropshot/examples/api-trait-websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=0f3b3feeccb1fc4b -C extra-filename=-428f4afb9bcd82b9 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d9c7b4cff2eb85b8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7a7d53cf7dd4acea.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10472026-05-18T06:22:56.778Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2024 dropshot/examples/index.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=647705460eab4732 -C extra-filename=-df62b72b36e6223b --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d9c7b4cff2eb85b8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7a7d53cf7dd4acea.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10482026-05-18T06:22:58.103Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2024 dropshot/examples/multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=26bf2e4f0918bb4e -C extra-filename=-8b750bf2c86af8dc --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d9c7b4cff2eb85b8.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-9069d7d854aaa660.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7a7d53cf7dd4acea.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
10492026-05-18T06:23:09.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
10502026-05-18T06:23:09.578Z
10512026-05-18T06:23:09.578Zreal 1:22.429091038
10522026-05-18T06:23:09.578Zuser 6:54.541283054
10532026-05-18T06:23:09.578Zsys 1:10.612988244
10542026-05-18T06:23:09.578Ztrap 0.321221144
10552026-05-18T06:23:09.578Ztflt 0.218527904
10562026-05-18T06:23:09.578Zdflt 0.391118412
10572026-05-18T06:23:09.578Zkflt 0.007420419
10582026-05-18T06:23:09.578Zlock 26:30.176372989
10592026-05-18T06:23:09.578Zslp 27:13.172276149
10602026-05-18T06:23:09.578Zlat 23.290789497
10612026-05-18T06:23:09.578Zstop 44.766398579
10622026-05-18T06:23:09.581Z+ banner test
10632026-05-18T06:23:09.581Z
10642026-05-18T06:23:09.581Z ##### ###### #### #####
10652026-05-18T06:23:09.581Z # # # #
10662026-05-18T06:23:09.581Z # ##### #### #
10672026-05-18T06:23:09.581Z # # # #
10682026-05-18T06:23:09.582Z # # # # #
10692026-05-18T06:23:09.582Z # ###### #### #
10702026-05-18T06:23:09.582Z
10712026-05-18T06:23:09.582Z+ ptime -m cargo test --all-features --locked --verbose
10722026-05-18T06:23:09.769Z Fresh unicode-ident v1.0.12
10732026-05-18T06:23:09.769Z Fresh cfg-if v1.0.0
10742026-05-18T06:23:09.769Z Fresh itoa v1.0.1
10752026-05-18T06:23:09.769Z Fresh memchr v2.6.0
10762026-05-18T06:23:09.773Z Fresh proc-macro2 v1.0.106
10772026-05-18T06:23:09.773Z Fresh pin-project-lite v0.2.12
10782026-05-18T06:23:09.774Z Fresh autocfg v1.1.0
10792026-05-18T06:23:09.774Z Fresh version_check v0.9.5
10802026-05-18T06:23:09.774Z Fresh bytes v1.11.1
10812026-05-18T06:23:09.774Z Fresh quote v1.0.45
10822026-05-18T06:23:09.774Z Fresh libc v0.2.186
10832026-05-18T06:23:09.774Z Fresh futures-core v0.3.32
10842026-05-18T06:23:09.774Z Fresh smallvec v1.13.2
10852026-05-18T06:23:09.774Z Fresh jobserver v0.1.34
10862026-05-18T06:23:09.774Z Fresh find-msvc-tools v0.1.9
10872026-05-18T06:23:09.774Z Fresh serde_derive v1.0.228
10882026-05-18T06:23:09.774Z Fresh zmij v1.0.2
10892026-05-18T06:23:09.774Z Fresh synstructure v0.13.1
10902026-05-18T06:23:09.774Z Fresh thiserror-impl v2.0.18
10912026-05-18T06:23:09.774Z Fresh shlex v1.3.0
10922026-05-18T06:23:09.774Z Fresh log v0.4.17
10932026-05-18T06:23:09.774Z Fresh thiserror v2.0.18
10942026-05-18T06:23:09.774Z Fresh cc v1.2.60
10952026-05-18T06:23:09.774Z Fresh futures-sink v0.3.32
10962026-05-18T06:23:09.774Z Fresh scopeguard v1.2.0
10972026-05-18T06:23:09.774Z Fresh lock_api v0.4.6
10982026-05-18T06:23:09.774Z Fresh cmake v0.1.58
10992026-05-18T06:23:09.774Z Fresh zerofrom-derive v0.1.5
11002026-05-18T06:23:09.774Z Fresh dunce v1.0.5
11012026-05-18T06:23:09.774Z Fresh fs_extra v1.3.0
11022026-05-18T06:23:09.774Z Fresh parking_lot_core v0.9.4
11032026-05-18T06:23:09.774Z Fresh slab v0.4.9
11042026-05-18T06:23:09.774Z Fresh zerofrom v0.1.5
11052026-05-18T06:23:09.774Z Fresh yoke-derive v0.7.5
11062026-05-18T06:23:09.774Z Fresh tokio-macros v2.7.0
11072026-05-18T06:23:09.774Z Fresh typenum v1.19.0
11082026-05-18T06:23:09.774Z Fresh parking_lot v0.12.1
11092026-05-18T06:23:09.774Z Fresh socket2 v0.6.3
11102026-05-18T06:23:09.774Z Fresh signal-hook-registry v1.4.0
11112026-05-18T06:23:09.774Z Fresh mio v1.2.0
11122026-05-18T06:23:09.774Z Fresh stable_deref_trait v1.2.0
11132026-05-18T06:23:09.774Z Fresh serde_core v1.0.228
11142026-05-18T06:23:09.774Z Fresh tokio v1.52.3
11152026-05-18T06:23:09.774Z Fresh yoke v0.7.5
11162026-05-18T06:23:09.775Z Fresh futures-channel v0.3.32
11172026-05-18T06:23:09.775Z Fresh zerovec-derive v0.10.3
11182026-05-18T06:23:09.775Z Fresh http v1.4.0
11192026-05-18T06:23:09.775Z Fresh zeroize v1.8.2
11202026-05-18T06:23:09.775Z Fresh bitflags v2.11.0
11212026-05-18T06:23:09.775Z Fresh getrandom v0.4.1
11222026-05-18T06:23:09.775Z Fresh zerovec v0.10.4
11232026-05-18T06:23:09.775Z Fresh displaydoc v0.2.5
11242026-05-18T06:23:09.775Z Fresh futures-macro v0.3.32
11252026-05-18T06:23:09.775Z Fresh futures-io v0.3.32
11262026-05-18T06:23:09.775Z Fresh ucd-trie v0.1.6
11272026-05-18T06:23:09.775Z Fresh futures-task v0.3.32
11282026-05-18T06:23:09.775Z Fresh rustls-pki-types v1.14.1
11292026-05-18T06:23:09.775Z Fresh errno v0.3.10
11302026-05-18T06:23:09.775Z Fresh futures-util v0.3.32
11312026-05-18T06:23:09.775Z Fresh serde v1.0.228
11322026-05-18T06:23:09.775Z Fresh pest v2.8.1
11332026-05-18T06:23:09.775Z Fresh pest_meta v2.8.1
11342026-05-18T06:23:09.775Z Fresh tinystr v0.7.6
11352026-05-18T06:23:09.775Z Fresh aws-lc-sys v0.40.0
11362026-05-18T06:23:09.775Z Fresh zerocopy-derive v0.8.27
11372026-05-18T06:23:09.775Z Fresh writeable v0.5.5
11382026-05-18T06:23:09.775Z Fresh litemap v0.7.4
11392026-05-18T06:23:09.775Z Fresh rustix v1.1.4
11402026-05-18T06:23:09.775Z Fresh httparse v1.10.0
11412026-05-18T06:23:09.775Z Fresh aws-lc-rs v1.16.3
11422026-05-18T06:23:09.775Z Fresh pest_generator v2.8.1
11432026-05-18T06:23:09.775Z Fresh zerocopy v0.8.27
11442026-05-18T06:23:09.775Z Fresh rustversion v1.0.22
11452026-05-18T06:23:09.775Z Fresh icu_locid v1.5.0
11462026-05-18T06:23:09.775Z Fresh icu_provider_macros v1.5.0
11472026-05-18T06:23:09.775Z Fresh equivalent v1.0.0
11482026-05-18T06:23:09.775Z Fresh powerfmt v0.2.0
11492026-05-18T06:23:09.775Z Fresh num-conv v0.2.0
11502026-05-18T06:23:09.775Z Fresh time-core v0.1.8
11512026-05-18T06:23:09.775Z Fresh hashbrown v0.17.0
11522026-05-18T06:23:09.775Z Fresh fastrand v2.1.1
11532026-05-18T06:23:09.775Z Fresh icu_provider v1.5.0
11542026-05-18T06:23:09.775Z Fresh time-macros v0.2.27
11552026-05-18T06:23:09.775Z Fresh crossbeam-utils v0.8.21
11562026-05-18T06:23:09.776Z Fresh deranged v0.5.5
11572026-05-18T06:23:09.776Z Fresh indexmap v2.14.0
11582026-05-18T06:23:09.776Z Fresh pest_derive v2.8.1
11592026-05-18T06:23:09.776Z Fresh serde_tokenstream v0.2.3
11602026-05-18T06:23:09.776Z Fresh http-body v1.0.1
11612026-05-18T06:23:09.776Z Fresh tracing-core v0.1.32
11622026-05-18T06:23:09.776Z Fresh icu_locid_transform_data v1.5.0
11632026-05-18T06:23:09.776Z Fresh num_threads v0.1.3
11642026-05-18T06:23:09.776Z Fresh untrusted v0.9.0
11652026-05-18T06:23:09.776Z Fresh percent-encoding v2.3.2
11662026-05-18T06:23:09.776Z Fresh atomic-waker v1.1.2
11672026-05-18T06:23:09.776Z Fresh dtrace-parser v0.3.0
11682026-05-18T06:23:09.776Z Fresh rustls-webpki v0.103.13
11692026-05-18T06:23:09.776Z Fresh time v0.3.47
11702026-05-18T06:23:09.776Z Fresh icu_locid_transform v1.5.0
11712026-05-18T06:23:09.776Z Fresh tracing v0.1.40
11722026-05-18T06:23:09.776Z Fresh rustix v0.38.44
11732026-05-18T06:23:09.776Z Fresh generic-array v0.14.5
11742026-05-18T06:23:09.776Z Fresh icu_collections v1.5.0
11752026-05-18T06:23:09.776Z Fresh tokio-util v0.7.18
11762026-05-18T06:23:09.780Z Fresh serde_json v1.0.149
11772026-05-18T06:23:09.780Z Fresh erased-serde v0.3.31
11782026-05-18T06:23:09.780Z Fresh scroll_derive v0.13.1
11792026-05-18T06:23:09.780Z Fresh thread-id v5.0.0
11802026-05-18T06:23:09.780Z Fresh base64 v0.22.1
11812026-05-18T06:23:09.780Z Fresh icu_properties_data v1.5.0
11822026-05-18T06:23:09.780Z Fresh tower-layer v0.3.3
11832026-05-18T06:23:09.780Z Fresh subtle v2.5.0
11842026-05-18T06:23:09.780Z Fresh fnv v1.0.7
11852026-05-18T06:23:09.780Z Fresh try-lock v0.2.3
11862026-05-18T06:23:09.780Z Fresh byteorder v1.4.3
11872026-05-18T06:23:09.780Z Fresh tower-service v0.3.3
11882026-05-18T06:23:09.780Z Fresh rustls v0.23.40
11892026-05-18T06:23:09.780Z Fresh icu_properties v1.5.1
11902026-05-18T06:23:09.780Z Fresh want v0.3.0
11912026-05-18T06:23:09.780Z Fresh h2 v0.4.6
11922026-05-18T06:23:09.780Z Fresh scroll v0.13.0
11932026-05-18T06:23:09.780Z Fresh slog v2.8.2
11942026-05-18T06:23:09.780Z Fresh paste v1.0.15
11952026-05-18T06:23:09.780Z Fresh getrandom v0.3.4
11962026-05-18T06:23:09.780Z Fresh hybrid-array v0.4.8
11972026-05-18T06:23:09.780Z Fresh plain v0.2.3
11982026-05-18T06:23:09.780Z Fresh icu_normalizer_data v1.5.0
11992026-05-18T06:23:09.780Z Fresh lazy_static v1.5.0
12002026-05-18T06:23:09.780Z Fresh utf8_iter v1.0.4
12012026-05-18T06:23:09.780Z Fresh write16 v1.0.0
12022026-05-18T06:23:09.780Z Fresh utf16_iter v1.0.5
12032026-05-18T06:23:09.780Z Fresh simd-adler32 v0.3.7
12042026-05-18T06:23:09.780Z Fresh adler2 v2.0.1
12052026-05-18T06:23:09.780Z Fresh unicode-width v0.1.9
12062026-05-18T06:23:09.780Z Fresh unicode-segmentation v1.10.0
12072026-05-18T06:23:09.780Z Fresh httpdate v1.0.1
12082026-05-18T06:23:09.780Z Fresh icu_normalizer v1.5.0
12092026-05-18T06:23:09.780Z Fresh goblin v0.10.1
12102026-05-18T06:23:09.780Z Fresh miniz_oxide v0.8.9
12112026-05-18T06:23:09.781Z Fresh hyper v1.9.0
12122026-05-18T06:23:09.781Z Fresh newline-converter v0.3.0
12132026-05-18T06:23:09.781Z Fresh console v0.15.7
12142026-05-18T06:23:09.781Z Fresh rand_core v0.9.5
12152026-05-18T06:23:09.781Z Fresh crc32fast v1.5.0
12162026-05-18T06:23:09.781Z Fresh num-traits v0.2.14
12172026-05-18T06:23:09.781Z Fresh crypto-common v0.1.6
12182026-05-18T06:23:09.781Z Fresh block-buffer v0.10.2
12192026-05-18T06:23:09.781Z Fresh form_urlencoded v1.2.2
12202026-05-18T06:23:09.781Z Fresh openssl-probe v0.2.1
12212026-05-18T06:23:09.781Z Fresh ppv-lite86 v0.2.15
12222026-05-18T06:23:09.781Z Fresh heck v0.5.0
12232026-05-18T06:23:09.781Z Fresh ipnet v2.10.0
12242026-05-18T06:23:09.781Z Fresh similar v2.2.1
12252026-05-18T06:23:09.781Z Fresh iana-time-zone v0.1.47
12262026-05-18T06:23:09.781Z Fresh winnow v1.0.0
12272026-05-18T06:23:09.781Z Fresh mime v0.3.16
12282026-05-18T06:23:09.781Z Fresh pretty-hex v0.4.1
12292026-05-18T06:23:09.781Z Fresh semver v1.0.28
12302026-05-18T06:23:09.781Z Fresh digest v0.10.7
12312026-05-18T06:23:09.781Z Fresh rustls-native-certs v0.8.3
12322026-05-18T06:23:09.781Z Fresh dof v0.4.0
12332026-05-18T06:23:09.781Z Fresh toml_parser v1.1.2+spec-1.1.0
12342026-05-18T06:23:09.781Z Fresh chrono v0.4.44
12352026-05-18T06:23:09.781Z Fresh hyper-util v0.1.20
12362026-05-18T06:23:09.781Z Fresh rand_chacha v0.9.0
12372026-05-18T06:23:09.781Z Fresh flate2 v1.1.9
12382026-05-18T06:23:09.781Z Fresh unicase v2.6.0
12392026-05-18T06:23:09.781Z Fresh idna_adapter v1.2.0
12402026-05-18T06:23:09.781Z Fresh block-buffer v0.12.0
12412026-05-18T06:23:09.781Z Fresh crypto-common v0.2.1
12422026-05-18T06:23:09.781Z Fresh tokio-rustls v0.26.4
12432026-05-18T06:23:09.781Z Fresh concurrent-queue v2.5.0
12442026-05-18T06:23:09.781Z Fresh serde_derive_internals v0.29.0
12452026-05-18T06:23:09.781Z Fresh thread_local v1.1.4
12462026-05-18T06:23:09.781Z Fresh syn v2.0.117
12472026-05-18T06:23:09.781Z Fresh sync_wrapper v1.0.1
12482026-05-18T06:23:09.781Z Fresh serde_spanned v1.1.1
12492026-05-18T06:23:09.781Z Fresh toml_datetime v1.1.1+spec-1.1.0
12502026-05-18T06:23:09.781Z Fresh encoding_rs v0.8.32
12512026-05-18T06:23:09.782Z Fresh match_cfg v0.1.0
12522026-05-18T06:23:09.782Z Fresh parking v2.2.0
12532026-05-18T06:23:09.782Z Fresh toml_writer v1.1.1+spec-1.1.0
12542026-05-18T06:23:09.782Z Fresh cpufeatures v0.2.17
12552026-05-18T06:23:09.782Z Fresh const-oid v0.10.2
12562026-05-18T06:23:09.782Z Fresh compression-core v0.4.32
12572026-05-18T06:23:09.782Z Fresh toml v1.1.2+spec-1.1.0
12582026-05-18T06:23:09.782Z Fresh digest v0.11.2
12592026-05-18T06:23:09.782Z Fresh compression-codecs v0.4.38
12602026-05-18T06:23:09.782Z Fresh sha1 v0.10.6
12612026-05-18T06:23:09.782Z Fresh event-listener v5.0.0
12622026-05-18T06:23:09.782Z Fresh hostname v0.3.1
12632026-05-18T06:23:09.782Z Fresh usdt-impl v0.6.0
12642026-05-18T06:23:09.782Z Fresh tower v0.5.2
12652026-05-18T06:23:09.782Z Fresh schemars_derive v0.8.22
12662026-05-18T06:23:09.782Z Fresh idna v1.0.3
12672026-05-18T06:23:09.782Z Fresh ryu v1.0.5
12682026-05-18T06:23:09.782Z Fresh rand v0.9.2
12692026-05-18T06:23:09.782Z Compiling dropshot_endpoint v0.17.0 (/work/oxidecomputer/dropshot/dropshot_endpoint)
12702026-05-18T06:23:09.782Z Fresh usdt-macro v0.6.0
12712026-05-18T06:23:09.782Z Fresh usdt-attr-macro v0.6.0
12722026-05-18T06:23:09.782Z Fresh slog-json v2.6.1
12732026-05-18T06:23:09.782Z Fresh http-body-util v0.1.3
12742026-05-18T06:23:09.782Z Fresh crossbeam-channel v0.5.15
12752026-05-18T06:23:09.782Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2024 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b1c77b3ac2760e86 -C extra-filename=-beeac0c281fc8615 --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-d62c1f7ce1bee2a6.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b8cf47122cf1526c.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-f19907f805c62782.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.rlib --extern proc_macro`
12762026-05-18T06:23:09.786Z Fresh futures-executor v0.3.32
12772026-05-18T06:23:09.786Z Fresh uuid v1.23.1
12782026-05-18T06:23:09.816Z Fresh async-stream-impl v0.3.6
12792026-05-18T06:23:09.819Z Fresh memmap2 v0.9.8
12802026-05-18T06:23:09.819Z Fresh is-terminal v0.4.12
12812026-05-18T06:23:09.819Z Fresh iri-string v0.7.8
12822026-05-18T06:23:09.819Z Fresh dyn-clone v1.0.4
12832026-05-18T06:23:09.819Z Fresh cpufeatures v0.3.0
12842026-05-18T06:23:09.819Z Fresh take_mut v0.2.2
12852026-05-18T06:23:09.819Z Fresh term v1.1.0
12862026-05-18T06:23:09.819Z Fresh spin v0.9.8
12872026-05-18T06:23:09.819Z Fresh data-encoding v2.4.0
12882026-05-18T06:23:09.819Z Fresh slog-term v2.9.2
12892026-05-18T06:23:09.819Z Fresh tower-http v0.6.8
12902026-05-18T06:23:09.819Z Fresh slog-async v2.8.0
12912026-05-18T06:23:09.819Z Fresh sha1 v0.11.0
12922026-05-18T06:23:09.819Z Fresh schemars v0.8.22
12932026-05-18T06:23:09.819Z Fresh tungstenite v0.29.0
12942026-05-18T06:23:09.819Z Fresh multer v3.1.0
12952026-05-18T06:23:09.819Z Fresh futures v0.3.32
12962026-05-18T06:23:09.820Z Fresh usdt v0.6.0
12972026-05-18T06:23:09.820Z Fresh async-stream v0.3.6
12982026-05-18T06:23:09.820Z Fresh serde_urlencoded v0.7.1
12992026-05-18T06:23:09.820Z Fresh slog-bunyan v2.5.0
13002026-05-18T06:23:09.820Z Fresh event-listener-strategy v0.5.4
13012026-05-18T06:23:09.820Z Fresh url v2.5.4
13022026-05-18T06:23:09.820Z Fresh camino v1.2.2
13032026-05-18T06:23:09.820Z Fresh target-triple v1.0.0
13042026-05-18T06:23:09.823Z Fresh async-compression v0.4.42
13052026-05-18T06:23:09.823Z Fresh hyper-rustls v0.27.9
13062026-05-18T06:23:09.823Z Fresh rustls-platform-verifier v0.6.2
13072026-05-18T06:23:09.823Z Fresh pem v3.0.6
13082026-05-18T06:23:09.823Z Fresh yasna v0.6.0
13092026-05-18T06:23:09.823Z Fresh waitgroup v0.1.2
13102026-05-18T06:23:09.823Z Fresh openapiv3 v2.2.0
13112026-05-18T06:23:09.823Z Fresh rustls-pemfile v2.2.0
13122026-05-18T06:23:09.823Z Fresh async-trait v0.1.89
13132026-05-18T06:23:09.823Z Fresh hostname v0.4.2
13142026-05-18T06:23:09.823Z Fresh serde_path_to_error v0.1.20
13152026-05-18T06:23:09.824Z Fresh termcolor v1.1.2
13162026-05-18T06:23:09.824Z Fresh simple-mermaid v0.2.0
13172026-05-18T06:23:09.824Z Fresh glob v0.3.0
13182026-05-18T06:23:09.824Z Fresh debug-ignore v1.0.5
13192026-05-18T06:23:09.824Z Fresh trybuild v1.0.116
13202026-05-18T06:23:09.824Z Fresh reqwest v0.13.3
13212026-05-18T06:23:09.824Z Fresh rcgen v0.14.8
13222026-05-18T06:23:09.824Z Fresh mime_guess v2.0.5
13232026-05-18T06:23:09.824Z Fresh async-channel v2.5.0
13242026-05-18T06:23:09.824Z Fresh tokio-tungstenite v0.29.0
13252026-05-18T06:23:09.824Z Fresh anyhow v1.0.102
13262026-05-18T06:23:09.824Z Fresh subprocess v1.1.0
13272026-05-18T06:23:09.824Z Fresh buf-list v1.1.2
13282026-05-18T06:23:09.824Z Fresh once_cell v1.20.1
13292026-05-18T06:23:09.824Z Fresh schema-derive v0.1.0
13302026-05-18T06:23:09.824Z Fresh tempfile v3.27.0
13312026-05-18T06:23:09.824Z Fresh schema v0.1.0
13322026-05-18T06:23:09.824Z Fresh atomicwrites v0.4.4
13332026-05-18T06:23:09.824Z Fresh prettyplease v0.2.37
13342026-05-18T06:23:09.824Z Fresh expectorate v1.2.0
13352026-05-18T06:23:11.069Z Compiling dropshot v0.17.0 (/work/oxidecomputer/dropshot/dropshot)
13362026-05-18T06:23:11.073Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2024 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1ffe077194990fc2 -C extra-filename=-d1db4362db740bb6 --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-f5a906800c15d9b4.rmeta --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13372026-05-18T06:23:11.073Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2024 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ead60c7e01a59a9f -C extra-filename=-46e2c2c02fdcbad1 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7a7d53cf7dd4acea.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13382026-05-18T06:23:15.942Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2024 dropshot/examples/request-headers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=29546676ed9f7e5d -C extra-filename=-6a2f7bafe23f651a --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d1db4362db740bb6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7a7d53cf7dd4acea.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13392026-05-18T06:23:15.942Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2024 dropshot/examples/self-referential.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=dbf367eb8cf055ab -C extra-filename=-cbe656db2bc54cf9 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d1db4362db740bb6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7a7d53cf7dd4acea.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13402026-05-18T06:23:15.942Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait --edition=2024 dropshot/examples/api-trait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c0ab28958d0a4550 -C extra-filename=-1d176f584ea64284 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d1db4362db740bb6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7a7d53cf7dd4acea.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13412026-05-18T06:23:15.942Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2024 dropshot/examples/module-shared-context.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c38174509b7ed891 -C extra-filename=-4f70f1e2ca81c4fa --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d1db4362db740bb6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7a7d53cf7dd4acea.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13422026-05-18T06:23:15.942Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2024 dropshot/examples/multiple-servers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=65c18c572ed8f61a -C extra-filename=-a3ec31cad2453b49 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d1db4362db740bb6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7a7d53cf7dd4acea.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13432026-05-18T06:23:15.947Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2024 dropshot/examples/petstore.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=57f4527dbd35d2b3 -C extra-filename=-466293a98e1159f9 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d1db4362db740bb6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7a7d53cf7dd4acea.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13442026-05-18T06:23:15.947Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2024 dropshot/examples/well-tagged.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=73418e610f5cf3f0 -C extra-filename=-9619bbf7458f0354 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d1db4362db740bb6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7a7d53cf7dd4acea.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13452026-05-18T06:23:24.771Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name custom_error --edition=2024 dropshot/examples/custom-error.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=953890c3aada1676 -C extra-filename=-8eb01da110780277 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d1db4362db740bb6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7a7d53cf7dd4acea.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13462026-05-18T06:23:25.602Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2024 dropshot/examples/index.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a46ef9c7ed08eb07 -C extra-filename=-d3ddf9893f273a3a --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d1db4362db740bb6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7a7d53cf7dd4acea.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13472026-05-18T06:23:25.738Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_alternate --edition=2024 dropshot/examples/api-trait-alternate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=38267cae0e60c1d8 -C extra-filename=-ce0183feb24d1ec5 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d1db4362db740bb6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7a7d53cf7dd4acea.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13482026-05-18T06:23:25.779Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2024 dropshot/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=cf1b2fb84edf59e3 -C extra-filename=-13270fcbae6b1199 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d1db4362db740bb6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7a7d53cf7dd4acea.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13492026-05-18T06:23:25.924Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2024 dropshot/examples/multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=51d54e440dd10236 -C extra-filename=-2e07150ae3212f93 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d1db4362db740bb6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7a7d53cf7dd4acea.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13502026-05-18T06:23:27.452Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2024 dropshot/examples/file_server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1182ec0aa9a0ac30 -C extra-filename=-0587dd904a6b4141 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d1db4362db740bb6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7a7d53cf7dd4acea.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13512026-05-18T06:23:28.078Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_websocket --edition=2024 dropshot/examples/api-trait-websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=cab6c9b4707492c4 -C extra-filename=-69a57383c6b7e40c --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d1db4362db740bb6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7a7d53cf7dd4acea.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13522026-05-18T06:23:36.011Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2024 dropshot/tests/fail.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=9a1e9b3bf88b93a5 -C extra-filename=-f368fb7bb3082136 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d1db4362db740bb6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7a7d53cf7dd4acea.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13532026-05-18T06:23:36.105Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2024 dropshot/examples/websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=3715b94423d579fe -C extra-filename=-e1a26939e77bcc2b --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d1db4362db740bb6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7a7d53cf7dd4acea.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13542026-05-18T06:23:36.727Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2024 dropshot/examples/module-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=eba188494ab5cef7 -C extra-filename=-ffb0eeceada4c654 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d1db4362db740bb6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7a7d53cf7dd4acea.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13552026-05-18T06:23:36.802Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2024 dropshot/examples/pagination-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=9e37b1b804681a08 -C extra-filename=-ef03addf3d4eee8d --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d1db4362db740bb6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7a7d53cf7dd4acea.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13562026-05-18T06:23:36.875Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2024 dropshot/examples/versioning.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c121239c592060b6 -C extra-filename=-e00bef102035806e --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d1db4362db740bb6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7a7d53cf7dd4acea.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13572026-05-18T06:23:38.236Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2024 dropshot/examples/https.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=96cd191fe94e2a92 -C extra-filename=-dbed85f8b69889c1 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d1db4362db740bb6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7a7d53cf7dd4acea.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13582026-05-18T06:23:38.236Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2024 dropshot/examples/pagination-multiple-sorts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=b91be6d446c64820 -C extra-filename=-b6b1a79a899b73ad --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d1db4362db740bb6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7a7d53cf7dd4acea.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13592026-05-18T06:23:41.252Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2024 dropshot/examples/schema-with-example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=3d20f66dcaba27a3 -C extra-filename=-78bdae344f17d5c5 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d1db4362db740bb6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7a7d53cf7dd4acea.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13602026-05-18T06:23:46.977Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2024 dropshot/examples/basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1eb1b6bcc2291fce -C extra-filename=-bd2d871a36a5d7a8 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d1db4362db740bb6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7a7d53cf7dd4acea.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13612026-05-18T06:23:47.105Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2024 dropshot/examples/pagination-multiple-resources.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=fedd1cee342fcdf1 -C extra-filename=-2fd05a56c1bb3a38 --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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d1db4362db740bb6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7a7d53cf7dd4acea.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/out`
13622026-05-18T06:23:58.955Z Finished `test` profile [unoptimized + debuginfo] target(s) in 49.36s
13632026-05-18T06:23:58.996Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-46e2c2c02fdcbad1`
13642026-05-18T06:23:59.000Z
13652026-05-18T06:23:59.000Zrunning 142 tests
13662026-05-18T06:23:59.003Ztest api_description::test::test_endpoint_versions_matches ... ok
13672026-05-18T06:23:59.003Ztest api_description::test::test_endpoint_versions_range ... ok
13682026-05-18T06:23:59.003Ztest api_description::test::test_endpoint_versions_overlaps ... ok
13692026-05-18T06:23:59.003Ztest api_description::test::test_badpath4 - should panic ... ok
13702026-05-18T06:23:59.003Ztest api_description::test::test_tag_config_deserialize_old ... ok
13712026-05-18T06:23:59.003Ztest api_description::test::test_tags_need_one ... ok
13722026-05-18T06:23:59.003Ztest api_description::test::test_badpath1 ... ok
13732026-05-18T06:23:59.003Ztest api_description::test::test_badpath2 ... ok
13742026-05-18T06:23:59.003Ztest api_description::test::test_badpath3 ... ok
13752026-05-18T06:23:59.003Ztest api_description::test::test_dup_names ... ok
13762026-05-18T06:23:59.003Ztest api_description::test::test_tags_just_right ... ok
13772026-05-18T06:23:59.003Ztest api_description::test::test_tags_too_many ... ok
13782026-05-18T06:23:59.003Ztest compression::tests::test_accepts_gzip_encoding_case_insensitive ... ok
13792026-05-18T06:23:59.003Ztest compression::tests::test_accepts_gzip_encoding_basic ... ok
13802026-05-18T06:23:59.003Ztest compression::tests::test_accepts_gzip_encoding_gzip_acceptance_overrides_wildcard_rejection ... ok
13812026-05-18T06:23:59.003Ztest compression::tests::test_accepts_gzip_encoding_gzip_takes_precedence_over_wildcard ... ok
13822026-05-18T06:23:59.003Ztest compression::tests::test_accepts_gzip_encoding_ignores_malformed_parameters ... ok
13832026-05-18T06:23:59.003Ztest compression::tests::test_accepts_gzip_encoding_malformed_quality ... ok
13842026-05-18T06:23:59.003Ztest compression::tests::test_accepts_gzip_encoding_non_finite_quality_defaults ... ok
13852026-05-18T06:23:59.004Ztest compression::tests::test_accepts_gzip_encoding_multiple_encodings ... ok
13862026-05-18T06:23:59.004Ztest compression::tests::test_accepts_gzip_encoding_multiple_headers ... ok
13872026-05-18T06:23:59.004Ztest compression::tests::test_accepts_gzip_encoding_no_header ... ok
13882026-05-18T06:23:59.004Ztest compression::tests::test_accepts_gzip_encoding_prefers_highest_quality ... ok
13892026-05-18T06:23:59.004Ztest compression::tests::test_accepts_gzip_encoding_rejects_zero_quality ... ok
13902026-05-18T06:23:59.004Ztest compression::tests::test_accepts_gzip_encoding_wildcard_rejected ... ok
13912026-05-18T06:23:59.004Ztest compression::tests::test_accepts_gzip_encoding_wildcard ... ok
13922026-05-18T06:23:59.004Ztest compression::tests::test_accepts_gzip_encoding_wildcard_with_quality ... ok
13932026-05-18T06:23:59.004Ztest compression::tests::test_accepts_gzip_encoding_with_positive_quality ... ok
13942026-05-18T06:23:59.004Ztest compression::tests::test_should_compress_response_already_encoded ... ok
13952026-05-18T06:23:59.004Ztest compression::tests::test_should_compress_response_head_method ... ok
13962026-05-18T06:23:59.004Ztest compression::tests::test_should_compress_response_no_accept_encoding ... ok
13972026-05-18T06:23:59.004Ztest compression::tests::test_should_compress_response_basic ... ok
13982026-05-18T06:23:59.004Ztest compression::tests::test_accepts_gzip_encoding_with_spaces ... ok
13992026-05-18T06:23:59.004Ztest compression::tests::test_should_compress_response_no_content ... ok
14002026-05-18T06:23:59.004Ztest compression::tests::test_should_compress_response_compressible_content_types ... ok
14012026-05-18T06:23:59.004Ztest compression::tests::test_should_compress_response_no_content_type ... ok
14022026-05-18T06:23:59.004Ztest compression::tests::test_should_compress_response_no_compression_extension ... ok
14032026-05-18T06:23:59.004Ztest compression::tests::test_should_compress_response_rejects_content_range ... ok
14042026-05-18T06:23:59.004Ztest compression::tests::test_should_compress_response_not_modified ... ok
14052026-05-18T06:23:59.004Ztest compression::tests::test_should_compress_response_partial_content ... ok
14062026-05-18T06:23:59.004Ztest compression::tests::test_should_compress_response_non_compressible_content_types ... ok
14072026-05-18T06:23:59.004Ztest compression::tests::test_should_compress_response_respects_content_length_threshold ... ok
14082026-05-18T06:23:59.004Ztest compression::tests::test_should_compress_response_sse ... ok
14092026-05-18T06:23:59.004Ztest extractor::body::tests::test_typed_body_from ... ok
14102026-05-18T06:23:59.004Ztest error::test::test_serialize_error_response_body ... ok
14112026-05-18T06:23:59.004Ztest extractor::metadata::test::test_metadata_flattened ... ok
14122026-05-18T06:23:59.004Ztest extractor::metadata::test::test_metadata_pagination ... ok
14132026-05-18T06:23:59.004Ztest extractor::metadata::test::test_metadata_flattened_enum ... ok
14142026-05-18T06:23:59.004Ztest extractor::metadata::test::test_metadata_simple ... ok
14152026-05-18T06:23:59.004Ztest extractor::header::tests::test_header_parsing ... ok
14162026-05-18T06:23:59.004Ztest from_map::test::test_lone_literal ... ok
14172026-05-18T06:23:59.004Ztest from_map::test::test_deep ... ok
14182026-05-18T06:23:59.004Ztest from_map::test::test_case_insensitive ... ok
14192026-05-18T06:23:59.008Ztest from_map::test::test_missing_data1 ... ok
14202026-05-18T06:23:59.008Ztest from_map::test::test_missing_data2 ... ok
14212026-05-18T06:23:59.008Ztest from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok
14222026-05-18T06:23:59.008Ztest compression::tests::test_apply_gzip_compression_avoids_duplicate_vary_entries ... ok
14232026-05-18T06:23:59.008Ztest from_map::test::test_types ... ok
14242026-05-18T06:23:59.008Ztest compression::tests::test_apply_gzip_compression_removes_accept_ranges_and_sets_vary ... ok
14252026-05-18T06:23:59.008Ztest extractor::body::tests::test_content_plus_json ... ok
14262026-05-18T06:23:59.008Ztest logging::test::test_config_bad_terminal_bad_level ... ok
14272026-05-18T06:23:59.008Ztest logging::test::test_config_bad_file_no_file ... ok
14282026-05-18T06:23:59.008Ztest logging::test::test_config_bad_log_mode ... ok
14292026-05-18T06:23:59.008Ztest logging::test::test_config_bad_file_no_level ... ok
14302026-05-18T06:23:59.008Ztest logging::test::test_config_bad_file_path_exists_fail ... ok
14312026-05-18T06:23:59.008Ztest logging::test::test_config_bad_file_bad_path_type ... ok
14322026-05-18T06:23:59.008Ztest logging::test::test_config_bad_terminal_no_level ... ok
14332026-05-18T06:23:59.008Ztest pagination::test::test_pagination_schema ... ok
14342026-05-18T06:23:59.008Ztest pagination::test::test_results_page ... ok
14352026-05-18T06:23:59.008Ztest router::test::test_bad_path_segment1 - should panic ... ok
14362026-05-18T06:23:59.008Ztest router::test::test_bad_path_segment2 - should panic ... ok
14372026-05-18T06:23:59.008Ztest pagination::test::test_page_token_serialization ... ok
14382026-05-18T06:23:59.008Ztest pagination::test::test_pagparams_parsing ... ok
14392026-05-18T06:23:59.008Ztest router::test::test_bad_path_segment3 - should panic ... ok
14402026-05-18T06:23:59.008Ztest api_description::test::test_tags_set ... ok
14412026-05-18T06:23:59.009Ztest router::test::test_bad_path_segment4 - should panic ... ok
14422026-05-18T06:23:59.009Znote: configured to log to "/tmp/dropshot-46e2c2c02fdcbad1.3073.file_dir/log.out"
14432026-05-18T06:23:59.009Ztest router::test::test_bogus_regex - should panic ... ok
14442026-05-18T06:23:59.009Ztest router::test::test_duplicate_route2 - should panic ... ok
14452026-05-18T06:23:59.009Ztest router::test::test_duplicate_route1 - should panic ... ok
14462026-05-18T06:23:59.009Ztest router::test::test_duplicate_route_overlapping_version - should panic ... ok
14472026-05-18T06:23:59.009Ztest router::test::test_duplicate_route3 - should panic ... ok
14482026-05-18T06:23:59.009Ztest router::test::test_duplicate_route_same_version - should panic ... ok
14492026-05-18T06:23:59.009Ztest router::test::test_duplicate_varname - should panic ... ok
14502026-05-18T06:23:59.009Ztest logging::test::test_config_stderr_terminal ... ok
14512026-05-18T06:23:59.009Ztest router::test::test_iter ... ok
14522026-05-18T06:23:59.009Ztest router::test::test_iter2 ... ok
14532026-05-18T06:23:59.009Ztest router::test::test_embedded_non_variable ... ok
14542026-05-18T06:23:59.009Ztest router::test::test_inconsistent_varname - should panic ... ok
14552026-05-18T06:23:59.009Ztest router::test::test_iter_null ... ok
14562026-05-18T06:23:59.009Ztest router::test::test_empty_variable ... ok
14572026-05-18T06:23:59.009Ztest router::test::test_error_cases ... ok
14582026-05-18T06:23:59.009Ztest router::test::test_literal_after_regex - should panic ... ok
14592026-05-18T06:23:59.009Ztest router::test::test_literal_after_variable - should panic ... ok
14602026-05-18T06:23:59.009Ztest router::test::test_map ... ok
14612026-05-18T06:23:59.009Ztest router::test::test_map_bad_value ... ok
14622026-05-18T06:23:59.009Ztest router::test::test_map_bad_seq ... ok
14632026-05-18T06:23:59.009Ztest router::test::test_more_after_regex - should panic ... ok
14642026-05-18T06:23:59.009Ztest router::test::test_router_basic ... ok
14652026-05-18T06:23:59.009Ztest router::test::test_path_segment ... ok
14662026-05-18T06:23:59.009Ztest router::test::test_segments ... ok
14672026-05-18T06:23:59.009Ztest router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok
14682026-05-18T06:23:59.009Ztest router::test::test_router_versioned ... ok
14692026-05-18T06:23:59.009Ztest router::test::test_variable_after_literal - should panic ... ok
14702026-05-18T06:23:59.009Ztest router::test::test_variable_name_empty - should panic ... ok
14712026-05-18T06:23:59.009Znote: configured to log to "/tmp/dropshot-46e2c2c02fdcbad1.3073.file_dir/log.out"
14722026-05-18T06:23:59.009Ztest router::test::test_variable_name_bad_end - should panic ... ok
14732026-05-18T06:23:59.009Ztest router::test::test_variable_name_bad_start - should panic ... ok
14742026-05-18T06:23:59.009Ztest router::test::test_variable_rename ... ok
14752026-05-18T06:23:59.009Ztest router::test::test_variables_basic ... ok
14762026-05-18T06:23:59.009Ztest router::test::test_variables_multi ... ok
14772026-05-18T06:23:59.009Ztest router::test::test_variables_glob ... ok
14782026-05-18T06:23:59.009Ztest schema_util::test::test_empty_struct ... ok
14792026-05-18T06:23:59.010Ztest schema_util::test::test_additional_properties ... ok
14802026-05-18T06:23:59.010Ztest schema_util::test::test_nullable ... ok
14812026-05-18T06:23:59.010Ztest schema_util::test::test_embedded_schema ... ok
14822026-05-18T06:23:59.010Ztest schema_util::test::test_two_types - should panic ... ok
14832026-05-18T06:23:59.010Znote: configured to log to "/tmp/dropshot-46e2c2c02fdcbad1.3073.file_dir/log.out"
14842026-05-18T06:23:59.010Ztest schema_util::test::test_extension_conversion ... ok
14852026-05-18T06:23:59.010Ztest schema_util::test::test_garbage_barge_structure_conversion ... ok
14862026-05-18T06:23:59.010Ztest logging::test::test_config_file ... ok
14872026-05-18T06:23:59.010Ztest test_util::test::test_bunyan_bad_hostname - should panic ... ok
14882026-05-18T06:23:59.010Ztest test_util::test::test_bunyan_bad_name - should panic ... ok
14892026-05-18T06:23:59.010Ztest schema_util::test::test_schema2struct_with_enum_variants ... ok
14902026-05-18T06:23:59.010Ztest test_util::test::test_bunyan_bad_pid - should panic ... ok
14912026-05-18T06:23:59.010Ztest test_util::test::test_bunyan_easy_cases ... ok
14922026-05-18T06:23:59.010Ztest test_util::test::test_bunyan_bad_v - should panic ... ok
14932026-05-18T06:23:59.010Ztest test_util::test::test_bunyan_seq_bad_order - should panic ... ok
14942026-05-18T06:23:59.010Ztest test_util::test::test_bunyan_seq_easy_cases ... ok
14952026-05-18T06:23:59.010Ztest test_util::test::test_bunyan_seq_lower_violated - should panic ... ok
14962026-05-18T06:23:59.010Ztest test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok
14972026-05-18T06:23:59.010Ztest test_util::test::test_bunyan_seq_upper_violated - should panic ... ok
14982026-05-18T06:23:59.010Ztest to_map::test::test_struct_with_options ... ok
14992026-05-18T06:23:59.010Ztest to_map::test::test_to_map_enum ... ok
15002026-05-18T06:23:59.010Ztest to_map::test::test_to_map_num ... ok
15012026-05-18T06:23:59.010Ztest to_map::test::test_to_map_seq ... ok
15022026-05-18T06:23:59.010Ztest to_map::test::test_to_map_valid ... ok
15032026-05-18T06:23:59.010Ztest to_map::test::test_to_map_vec ... ok
15042026-05-18T06:23:59.010Ztest type_util::tests::test_commented_ref ... ok
15052026-05-18T06:23:59.010Ztest type_util::tests::test_reflexive_type - should panic ... ok
15062026-05-18T06:23:59.010Ztest type_util::tests::test_recursive_type - should panic ... ok
15072026-05-18T06:23:59.010Ztest server::test::test_drop_server_without_close_okay ... ok
15082026-05-18T06:23:59.010Ztest websocket::tests::test_ws_upg_task_is_spawned ... ok
15092026-05-18T06:23:59.014Ztest server::test::test_server_run_then_close ... ok
15102026-05-18T06:23:59.014Ztest server::test::test_http_acceptor_happy_path ... ok
15112026-05-18T06:23:59.014Z
15122026-05-18T06:23:59.014Ztest result: ok. 142 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
15132026-05-18T06:23:59.014Z
15142026-05-18T06:23:59.014Z Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-f368fb7bb3082136`
15152026-05-18T06:23:59.014Z
15162026-05-18T06:23:59.014Zrunning 1 test
15172026-05-18T06:23:59.298Z Compiling proc-macro2 v1.0.106
15182026-05-18T06:23:59.298Z Compiling quote v1.0.45
15192026-05-18T06:23:59.298Z Compiling unicode-ident v1.0.12
15202026-05-18T06:23:59.301Z Compiling libc v0.2.186
15212026-05-18T06:23:59.301Z Checking cfg-if v1.0.0
15222026-05-18T06:23:59.301Z Compiling serde_core v1.0.228
15232026-05-18T06:23:59.301Z Checking itoa v1.0.1
15242026-05-18T06:23:59.386Z Checking memchr v2.6.0
15252026-05-18T06:23:59.437Z Compiling version_check v0.9.5
15262026-05-18T06:23:59.441Z Checking pin-project-lite v0.2.12
15272026-05-18T06:23:59.519Z Compiling autocfg v1.1.0
15282026-05-18T06:23:59.708Z Compiling thiserror v2.0.18
15292026-05-18T06:23:59.759Z Checking bytes v1.11.1
15302026-05-18T06:23:59.814Z Checking futures-core v0.3.32
15312026-05-18T06:23:59.914Z Compiling zmij v1.0.2
15322026-05-18T06:23:59.921Z Checking smallvec v1.13.2
15332026-05-18T06:24:00.091Z Compiling serde_json v1.0.149
15342026-05-18T06:24:00.138Z Checking once_cell v1.20.1
15352026-05-18T06:24:00.166Z Compiling serde v1.0.228
15362026-05-18T06:24:00.172Z Compiling log v0.4.17
15372026-05-18T06:24:00.248Z Compiling jobserver v0.1.34
15382026-05-18T06:24:00.260Z Compiling shlex v1.3.0
15392026-05-18T06:24:00.298Z Compiling parking_lot_core v0.9.4
15402026-05-18T06:24:00.341Z Compiling find-msvc-tools v0.1.9
15412026-05-18T06:24:00.599Z Compiling cc v1.2.60
15422026-05-18T06:24:00.608Z Compiling syn v2.0.117
15432026-05-18T06:24:00.621Z Compiling slab v0.4.9
15442026-05-18T06:24:00.653Z Checking futures-sink v0.3.32
15452026-05-18T06:24:00.683Z Checking scopeguard v1.2.0
15462026-05-18T06:24:00.728Z Compiling typenum v1.19.0
15472026-05-18T06:24:00.776Z Checking lock_api v0.4.6
15482026-05-18T06:24:00.922Z Compiling fs_extra v1.3.0
15492026-05-18T06:24:00.944Z Compiling dunce v1.0.5
15502026-05-18T06:24:01.033Z Checking parking_lot v0.12.1
15512026-05-18T06:24:01.110Z Checking signal-hook-registry v1.4.0
15522026-05-18T06:24:01.190Z Checking mio v1.2.0
15532026-05-18T06:24:01.217Z Checking socket2 v0.6.3
15542026-05-18T06:24:01.260Z Checking stable_deref_trait v1.2.0
15552026-05-18T06:24:01.266Z Checking futures-channel v0.3.32
15562026-05-18T06:24:01.329Z Compiling cmake v0.1.58
15572026-05-18T06:24:01.449Z Checking http v1.4.0
15582026-05-18T06:24:01.456Z Compiling ucd-trie v0.1.6
15592026-05-18T06:24:01.459Z Compiling zerocopy v0.8.27
15602026-05-18T06:24:01.663Z Checking zeroize v1.8.2
15612026-05-18T06:24:01.803Z Compiling aws-lc-rs v1.16.3
15622026-05-18T06:24:01.829Z Checking futures-io v0.3.32
15632026-05-18T06:24:01.845Z Checking futures-task v0.3.32
15642026-05-18T06:24:01.967Z Checking rustls-pki-types v1.14.1
15652026-05-18T06:24:01.988Z Compiling rustversion v1.0.22
15662026-05-18T06:24:02.061Z Compiling httparse v1.10.0
15672026-05-18T06:24:02.428Z Compiling crossbeam-utils v0.8.21
15682026-05-18T06:24:02.441Z Checking litemap v0.7.4
15692026-05-18T06:24:02.457Z Checking writeable v0.5.5
15702026-05-18T06:24:02.480Z Compiling aws-lc-sys v0.40.0
15712026-05-18T06:24:02.664Z Compiling generic-array v0.14.5
15722026-05-18T06:24:02.752Z Compiling time-core v0.1.8
15732026-05-18T06:24:02.772Z Checking equivalent v1.0.0
15742026-05-18T06:24:02.803Z Compiling num-conv v0.2.0
15752026-05-18T06:24:02.848Z Checking hashbrown v0.17.0
15762026-05-18T06:24:02.891Z Compiling getrandom v0.4.1
15772026-05-18T06:24:02.917Z Checking powerfmt v0.2.0
15782026-05-18T06:24:02.926Z Compiling time-macros v0.2.27
15792026-05-18T06:24:03.063Z Checking deranged v0.5.5
15802026-05-18T06:24:03.310Z Checking indexmap v2.14.0
15812026-05-18T06:24:03.368Z Compiling synstructure v0.13.1
15822026-05-18T06:24:03.584Z Compiling slog v2.8.2
15832026-05-18T06:24:03.882Z Checking http-body v1.0.1
15842026-05-18T06:24:04.029Z Checking tracing-core v0.1.32
15852026-05-18T06:24:04.045Z Compiling unicase v2.6.0
15862026-05-18T06:24:04.072Z Checking percent-encoding v2.3.2
15872026-05-18T06:24:04.096Z Checking num_threads v0.1.3
15882026-05-18T06:24:04.148Z Compiling getrandom v0.3.4
15892026-05-18T06:24:04.173Z Compiling rustls v0.23.40
15902026-05-18T06:24:04.295Z Checking bitflags v2.11.0
15912026-05-18T06:24:04.328Z Checking icu_locid_transform_data v1.5.0
15922026-05-18T06:24:04.386Z Checking untrusted v0.9.0
15932026-05-18T06:24:04.398Z Checking atomic-waker v1.1.2
15942026-05-18T06:24:04.442Z Checking tracing v0.1.40
15952026-05-18T06:24:04.445Z Checking time v0.3.47
15962026-05-18T06:24:04.582Z Compiling num-traits v0.2.14
15972026-05-18T06:24:04.606Z Checking try-lock v0.2.3
15982026-05-18T06:24:04.693Z Checking icu_properties_data v1.5.0
15992026-05-18T06:24:04.818Z Compiling usdt-impl v0.6.0
16002026-05-18T06:24:04.825Z Checking tower-service v0.3.3
16012026-05-18T06:24:04.901Z Compiling crc32fast v1.5.0
16022026-05-18T06:24:04.907Z Checking base64 v0.22.1
16032026-05-18T06:24:05.026Z Checking tower-layer v0.3.3
16042026-05-18T06:24:05.075Z Checking subtle v2.5.0
16052026-05-18T06:24:05.125Z Checking fnv v1.0.7
16062026-05-18T06:24:05.210Z Checking want v0.3.0
16072026-05-18T06:24:05.313Z Checking hybrid-array v0.4.8
16082026-05-18T06:24:05.323Z Checking errno v0.3.10
16092026-05-18T06:24:05.378Z Compiling thread-id v5.0.0
16102026-05-18T06:24:05.434Z Checking utf16_iter v1.0.5
16112026-05-18T06:24:05.451Z Checking utf8_iter v1.0.4
16122026-05-18T06:24:05.470Z Checking httpdate v1.0.1
16132026-05-18T06:24:05.528Z Checking icu_normalizer_data v1.5.0
16142026-05-18T06:24:05.571Z Compiling rustix v1.1.4
16152026-05-18T06:24:05.571Z Checking simd-adler32 v0.3.7
16162026-05-18T06:24:05.571Z Checking plain v0.2.3
16172026-05-18T06:24:05.586Z Checking write16 v1.0.0
16182026-05-18T06:24:05.603Z Checking adler2 v2.0.1
16192026-05-18T06:24:05.641Z Compiling byteorder v1.4.3
16202026-05-18T06:24:05.697Z Checking miniz_oxide v0.8.9
16212026-05-18T06:24:05.717Z Compiling serde_derive v1.0.228
16222026-05-18T06:24:05.744Z Compiling thiserror-impl v2.0.18
16232026-05-18T06:24:05.820Z Compiling zerofrom-derive v0.1.5
16242026-05-18T06:24:05.851Z Compiling tokio-macros v2.7.0
16252026-05-18T06:24:05.987Z Compiling yoke-derive v0.7.5
16262026-05-18T06:24:06.014Z Compiling zerovec-derive v0.10.3
16272026-05-18T06:24:06.085Z Compiling futures-macro v0.3.32
16282026-05-18T06:24:06.971Z Checking tokio v1.52.3
16292026-05-18T06:24:07.280Z Compiling displaydoc v0.2.5
16302026-05-18T06:24:07.516Z Checking futures-util v0.3.32
16312026-05-18T06:24:07.799Z Compiling zerocopy-derive v0.8.27
16322026-05-18T06:24:07.858Z Compiling pest v2.8.1
16332026-05-18T06:24:07.973Z Checking zerofrom v0.1.5
16342026-05-18T06:24:08.087Z Checking yoke v0.7.5
16352026-05-18T06:24:08.259Z Checking zerovec v0.10.4
16362026-05-18T06:24:08.598Z Compiling icu_provider_macros v1.5.0
16372026-05-18T06:24:08.947Z Compiling pest_meta v2.8.1
16382026-05-18T06:24:09.182Z Checking tinystr v0.7.6
16392026-05-18T06:24:09.350Z Checking icu_locid v1.5.0
16402026-05-18T06:24:09.448Z Checking icu_collections v1.5.0
16412026-05-18T06:24:09.455Z Compiling scroll_derive v0.13.1
16422026-05-18T06:24:09.683Z Compiling pest_generator v2.8.1
16432026-05-18T06:24:09.777Z Checking icu_provider v1.5.0
16442026-05-18T06:24:09.926Z Checking erased-serde v0.3.31
16452026-05-18T06:24:10.028Z Checking tokio-util v0.7.18
16462026-05-18T06:24:10.067Z Checking icu_locid_transform v1.5.0
16472026-05-18T06:24:10.433Z Checking h2 v0.4.6
16482026-05-18T06:24:10.491Z Compiling serde_tokenstream v0.2.3
16492026-05-18T06:24:10.525Z Checking icu_properties v1.5.1
16502026-05-18T06:24:10.664Z Checking scroll v0.13.0
16512026-05-18T06:24:10.885Z Checking goblin v0.10.1
16522026-05-18T06:24:10.934Z Compiling pest_derive v2.8.1
16532026-05-18T06:24:11.703Z Compiling dof v0.4.0
16542026-05-18T06:24:11.797Z Compiling dtrace-parser v0.3.0
16552026-05-18T06:24:11.857Z Checking rand_core v0.9.5
16562026-05-18T06:24:11.872Z Checking icu_normalizer v1.5.0
16572026-05-18T06:24:12.024Z Checking crypto-common v0.1.6
16582026-05-18T06:24:12.145Z Checking block-buffer v0.10.2
16592026-05-18T06:24:12.178Z Checking hyper v1.9.0
16602026-05-18T06:24:12.225Z Checking form_urlencoded v1.2.2
16612026-05-18T06:24:12.254Z Checking ppv-lite86 v0.2.15
16622026-05-18T06:24:12.351Z Checking iana-time-zone v0.1.47
16632026-05-18T06:24:12.441Z Compiling ryu v1.0.5
16642026-05-18T06:24:12.511Z Checking openssl-probe v0.2.1
16652026-05-18T06:24:12.610Z Compiling rustix v0.38.44
16662026-05-18T06:24:12.613Z Checking mime v0.3.16
16672026-05-18T06:24:12.662Z Checking pretty-hex v0.4.1
16682026-05-18T06:24:12.769Z Checking ipnet v2.10.0
16692026-05-18T06:24:12.782Z Checking rustls-native-certs v0.8.3
16702026-05-18T06:24:12.829Z Checking rand_chacha v0.9.0
16712026-05-18T06:24:12.897Z Checking chrono v0.4.44
16722026-05-18T06:24:12.982Z Checking digest v0.10.7
16732026-05-18T06:24:12.996Z Checking idna_adapter v1.2.0
16742026-05-18T06:24:13.064Z Checking hyper-util v0.1.20
16752026-05-18T06:24:13.106Z Checking flate2 v1.1.9
16762026-05-18T06:24:13.341Z Checking crypto-common v0.2.1
16772026-05-18T06:24:13.440Z Checking block-buffer v0.12.0
16782026-05-18T06:24:13.543Z Checking concurrent-queue v2.5.0
16792026-05-18T06:24:13.573Z Compiling serde_derive_internals v0.29.0
16802026-05-18T06:24:13.711Z Checking thread_local v1.1.4
16812026-05-18T06:24:13.794Z Checking sync_wrapper v1.0.1
16822026-05-18T06:24:13.812Z Compiling multer v3.1.0
16832026-05-18T06:24:13.838Z Checking encoding_rs v0.8.32
16842026-05-18T06:24:13.862Z Compiling paste v1.0.15
16852026-05-18T06:24:13.888Z Checking compression-core v0.4.32
16862026-05-18T06:24:14.005Z Compiling slog-async v2.8.0
16872026-05-18T06:24:14.056Z Checking parking v2.2.0
16882026-05-18T06:24:14.150Z Checking const-oid v0.10.2
16892026-05-18T06:24:14.212Z Compiling schemars v0.8.22
16902026-05-18T06:24:14.298Z Compiling camino v1.2.2
16912026-05-18T06:24:14.355Z Checking cpufeatures v0.2.17
16922026-05-18T06:24:14.358Z Checking fastrand v2.1.1
16932026-05-18T06:24:14.418Z Checking match_cfg v0.1.0
16942026-05-18T06:24:14.475Z Checking winnow v1.0.0
16952026-05-18T06:24:14.480Z Checking hostname v0.3.1
16962026-05-18T06:24:14.530Z Checking tempfile v3.27.0
16972026-05-18T06:24:14.572Z Checking sha1 v0.10.6
16982026-05-18T06:24:14.714Z Checking digest v0.11.2
16992026-05-18T06:24:14.742Z Compiling schemars_derive v0.8.22
17002026-05-18T06:24:14.749Z Checking event-listener v5.0.0
17012026-05-18T06:24:14.759Z Checking toml_parser v1.1.2+spec-1.1.0
17022026-05-18T06:24:14.787Z Checking compression-codecs v0.4.38
17032026-05-18T06:24:14.806Z Checking tower v0.5.2
17042026-05-18T06:24:14.939Z Checking idna v1.0.3
17052026-05-18T06:24:14.939Z Compiling mime_guess v2.0.5
17062026-05-18T06:24:15.073Z Checking rand v0.9.2
17072026-05-18T06:24:15.171Z Compiling usdt-macro v0.6.0
17082026-05-18T06:24:15.175Z Compiling usdt-attr-macro v0.6.0
17092026-05-18T06:24:15.407Z Checking slog-json v2.6.1
17102026-05-18T06:24:15.413Z Checking futures-executor v0.3.32
17112026-05-18T06:24:15.519Z Compiling async-stream-impl v0.3.6
17122026-05-18T06:24:15.549Z Checking uuid v1.23.1
17132026-05-18T06:24:15.602Z Checking http-body-util v0.1.3
17142026-05-18T06:24:15.678Z Checking crossbeam-channel v0.5.15
17152026-05-18T06:24:15.808Z Checking serde_spanned v1.1.1
17162026-05-18T06:24:15.824Z Checking toml_datetime v1.1.1+spec-1.1.0
17172026-05-18T06:24:15.932Z Checking is-terminal v0.4.12
17182026-05-18T06:24:15.997Z Checking memmap2 v0.9.8
17192026-05-18T06:24:16.013Z Compiling dropshot v0.17.0 (/work/oxidecomputer/dropshot/dropshot)
17202026-05-18T06:24:16.017Z Checking cpufeatures v0.3.0
17212026-05-18T06:24:16.076Z Compiling heck v0.5.0
17222026-05-18T06:24:16.149Z Checking dyn-clone v1.0.4
17232026-05-18T06:24:16.236Z Checking take_mut v0.2.2
17242026-05-18T06:24:16.268Z Checking iri-string v0.7.8
17252026-05-18T06:24:16.324Z Checking unicode-width v0.1.9
17262026-05-18T06:24:16.331Z Checking term v1.1.0
17272026-05-18T06:24:16.338Z Checking spin v0.9.8
17282026-05-18T06:24:16.396Z Compiling anyhow v1.0.102
17292026-05-18T06:24:16.418Z Checking data-encoding v2.4.0
17302026-05-18T06:24:16.435Z Checking unicode-segmentation v1.10.0
17312026-05-18T06:24:16.473Z Compiling semver v1.0.28
17322026-05-18T06:24:16.537Z Checking toml_writer v1.1.1+spec-1.1.0
17332026-05-18T06:24:16.662Z Checking lazy_static v1.5.0
17342026-05-18T06:24:16.700Z Checking toml v1.1.2+spec-1.1.0
17352026-05-18T06:24:16.706Z Checking newline-converter v0.3.0
17362026-05-18T06:24:16.746Z Checking console v0.15.7
17372026-05-18T06:24:16.793Z Checking tungstenite v0.29.0
17382026-05-18T06:24:16.799Z Compiling dropshot_endpoint v0.17.0 (/work/oxidecomputer/dropshot/dropshot_endpoint)
17392026-05-18T06:24:16.982Z Checking slog-term v2.9.2
17402026-05-18T06:24:16.991Z Checking async-stream v0.3.6
17412026-05-18T06:24:17.191Z Checking usdt v0.6.0
17422026-05-18T06:24:17.263Z Checking tower-http v0.6.8
17432026-05-18T06:24:17.266Z Checking sha1 v0.11.0
17442026-05-18T06:24:17.326Z Checking slog-bunyan v2.5.0
17452026-05-18T06:24:17.335Z Checking futures v0.3.32
17462026-05-18T06:24:17.385Z Checking atomicwrites v0.4.4
17472026-05-18T06:24:17.401Z Checking serde_urlencoded v0.7.1
17482026-05-18T06:24:17.421Z Checking url v2.5.4
17492026-05-18T06:24:17.427Z Checking async-compression v0.4.42
17502026-05-18T06:24:17.432Z Checking event-listener-strategy v0.5.4
17512026-05-18T06:24:17.547Z Checking openapiv3 v2.2.0
17522026-05-18T06:24:17.597Z Compiling async-trait v0.1.89
17532026-05-18T06:24:17.655Z Checking yasna v0.6.0
17542026-05-18T06:24:17.762Z Checking pem v3.0.6
17552026-05-18T06:24:17.795Z Checking waitgroup v0.1.2
17562026-05-18T06:24:17.885Z Checking rustls-pemfile v2.2.0
17572026-05-18T06:24:17.912Z Checking serde_path_to_error v0.1.20
17582026-05-18T06:24:18.013Z Checking hostname v0.4.2
17592026-05-18T06:24:18.022Z Checking simple-mermaid v0.2.0
17602026-05-18T06:24:18.081Z Checking debug-ignore v1.0.5
17612026-05-18T06:24:18.158Z Checking similar v2.2.1
17622026-05-18T06:24:18.170Z Checking async-channel v2.5.0
17632026-05-18T06:24:18.298Z Checking tokio-tungstenite v0.29.0
17642026-05-18T06:24:18.530Z Checking subprocess v1.1.0
17652026-05-18T06:24:18.533Z Checking expectorate v1.2.0
17662026-05-18T06:24:18.533Z Checking buf-list v1.1.2
17672026-05-18T06:24:23.887Z Checking rustls-webpki v0.103.13
17682026-05-18T06:24:23.890Z Checking rcgen v0.14.8
17692026-05-18T06:24:26.024Z Checking tokio-rustls v0.26.4
17702026-05-18T06:24:26.028Z Checking rustls-platform-verifier v0.6.2
17712026-05-18T06:24:26.202Z Checking hyper-rustls v0.27.9
17722026-05-18T06:24:26.364Z Checking reqwest v0.13.3
17732026-05-18T06:24:27.820Z Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot)
17742026-05-18T06:24:27.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.83s
17752026-05-18T06:24:28.124Z
17762026-05-18T06:24:28.124Z
17772026-05-18T06:24:53.256Ztest tests/fail/bad_channel10.rs ... ok
17782026-05-18T06:24:53.257Ztest tests/fail/bad_channel11.rs ... ok
17792026-05-18T06:24:53.257Ztest tests/fail/bad_channel12.rs ... ok
17802026-05-18T06:24:53.257Ztest tests/fail/bad_channel13.rs ... ok
17812026-05-18T06:24:53.257Ztest tests/fail/bad_channel14.rs ... ok
17822026-05-18T06:24:53.261Ztest tests/fail/bad_channel15.rs ... ok
17832026-05-18T06:24:53.261Ztest tests/fail/bad_channel17.rs ... ok
17842026-05-18T06:24:53.261Ztest tests/fail/bad_channel18.rs ... ok
17852026-05-18T06:24:53.261Ztest tests/fail/bad_channel19.rs ... ok
17862026-05-18T06:24:53.261Ztest tests/fail/bad_channel1a.rs ... ok
17872026-05-18T06:24:53.262Ztest tests/fail/bad_channel1b.rs ... ok
17882026-05-18T06:24:53.262Ztest tests/fail/bad_channel2.rs ... ok
17892026-05-18T06:24:53.262Ztest tests/fail/bad_channel20.rs ... ok
17902026-05-18T06:24:53.262Ztest tests/fail/bad_channel21.rs ... ok
17912026-05-18T06:24:53.262Ztest tests/fail/bad_channel22.rs ... ok
17922026-05-18T06:24:53.262Ztest tests/fail/bad_channel23.rs ... ok
17932026-05-18T06:24:53.262Ztest tests/fail/bad_channel24.rs ... ok
17942026-05-18T06:24:53.262Ztest tests/fail/bad_channel25.rs ... ok
17952026-05-18T06:24:53.262Ztest tests/fail/bad_channel26.rs ... ok
17962026-05-18T06:24:53.262Ztest tests/fail/bad_channel27.rs ... ok
17972026-05-18T06:24:53.262Ztest tests/fail/bad_channel28.rs ... ok
17982026-05-18T06:24:53.262Ztest tests/fail/bad_channel3.rs ... ok
17992026-05-18T06:24:53.262Ztest tests/fail/bad_channel4.rs ... ok
18002026-05-18T06:24:53.262Ztest tests/fail/bad_channel5.rs ... ok
18012026-05-18T06:24:53.262Ztest tests/fail/bad_channel6.rs ... ok
18022026-05-18T06:24:53.262Ztest tests/fail/bad_channel8.rs ... ok
18032026-05-18T06:24:53.262Ztest tests/fail/bad_channel9.rs ... ok
18042026-05-18T06:24:53.262Ztest tests/fail/bad_endpoint1.rs ... ok
18052026-05-18T06:24:53.262Ztest tests/fail/bad_endpoint10.rs ... ok
18062026-05-18T06:24:53.262Ztest tests/fail/bad_endpoint11.rs ... ok
18072026-05-18T06:24:53.262Ztest tests/fail/bad_endpoint12.rs ... ok
18082026-05-18T06:24:53.262Ztest tests/fail/bad_endpoint13.rs ... ok
18092026-05-18T06:24:53.262Ztest tests/fail/bad_endpoint14.rs ... ok
18102026-05-18T06:24:53.262Ztest tests/fail/bad_endpoint15.rs ... ok
18112026-05-18T06:24:53.262Ztest tests/fail/bad_endpoint16.rs ... ok
18122026-05-18T06:24:53.262Ztest tests/fail/bad_endpoint17.rs ... ok
18132026-05-18T06:24:53.262Ztest tests/fail/bad_endpoint18.rs ... ok
18142026-05-18T06:24:53.262Ztest tests/fail/bad_endpoint19.rs ... ok
18152026-05-18T06:24:53.262Ztest tests/fail/bad_endpoint2.rs ... ok
18162026-05-18T06:24:53.262Ztest tests/fail/bad_endpoint20.rs ... ok
18172026-05-18T06:24:53.262Ztest tests/fail/bad_endpoint21.rs ... ok
18182026-05-18T06:24:53.262Ztest tests/fail/bad_endpoint22.rs ... ok
18192026-05-18T06:24:53.262Ztest tests/fail/bad_endpoint23.rs ... ok
18202026-05-18T06:24:53.262Ztest tests/fail/bad_endpoint24.rs ... ok
18212026-05-18T06:24:53.262Ztest tests/fail/bad_endpoint25.rs ... ok
18222026-05-18T06:24:53.262Ztest tests/fail/bad_endpoint26.rs ... ok
18232026-05-18T06:24:53.262Ztest tests/fail/bad_endpoint27.rs ... ok
18242026-05-18T06:24:53.262Ztest tests/fail/bad_endpoint28.rs ... ok
18252026-05-18T06:24:53.263Ztest tests/fail/bad_endpoint3.rs ... ok
18262026-05-18T06:24:53.263Ztest tests/fail/bad_endpoint4.rs ... ok
18272026-05-18T06:24:53.263Ztest tests/fail/bad_endpoint5.rs ... ok
18282026-05-18T06:24:53.263Ztest tests/fail/bad_endpoint6.rs ... ok
18292026-05-18T06:24:53.263Ztest tests/fail/bad_endpoint7.rs ... ok
18302026-05-18T06:24:53.263Ztest tests/fail/bad_endpoint8.rs ... ok
18312026-05-18T06:24:53.263Ztest tests/fail/bad_endpoint9.rs ... ok
18322026-05-18T06:24:53.263Ztest tests/fail/bad_trait_channel10.rs ... ok
18332026-05-18T06:24:53.263Ztest tests/fail/bad_trait_channel11.rs ... ok
18342026-05-18T06:24:53.263Ztest tests/fail/bad_trait_channel12.rs ... ok
18352026-05-18T06:24:53.263Ztest tests/fail/bad_trait_channel13.rs ... ok
18362026-05-18T06:24:53.263Ztest tests/fail/bad_trait_channel14.rs ... ok
18372026-05-18T06:24:53.263Ztest tests/fail/bad_trait_channel15.rs ... ok
18382026-05-18T06:24:53.263Ztest tests/fail/bad_trait_channel17.rs ... ok
18392026-05-18T06:24:53.263Ztest tests/fail/bad_trait_channel18.rs ... ok
18402026-05-18T06:24:53.263Ztest tests/fail/bad_trait_channel19.rs ... ok
18412026-05-18T06:24:53.263Ztest tests/fail/bad_trait_channel1a.rs ... ok
18422026-05-18T06:24:53.263Ztest tests/fail/bad_trait_channel1b.rs ... ok
18432026-05-18T06:24:53.263Ztest tests/fail/bad_trait_channel2.rs ... ok
18442026-05-18T06:24:53.263Ztest tests/fail/bad_trait_channel20.rs ... ok
18452026-05-18T06:24:53.263Ztest tests/fail/bad_trait_channel21.rs ... ok
18462026-05-18T06:24:53.263Ztest tests/fail/bad_trait_channel22.rs ... ok
18472026-05-18T06:24:53.263Ztest tests/fail/bad_trait_channel23.rs ... ok
18482026-05-18T06:24:53.263Ztest tests/fail/bad_trait_channel24.rs ... ok
18492026-05-18T06:24:53.263Ztest tests/fail/bad_trait_channel25.rs ... ok
18502026-05-18T06:24:53.263Ztest tests/fail/bad_trait_channel26.rs ... ok
18512026-05-18T06:24:53.263Ztest tests/fail/bad_trait_channel28.rs ... ok
18522026-05-18T06:24:53.263Ztest tests/fail/bad_trait_channel3.rs ... ok
18532026-05-18T06:24:53.263Ztest tests/fail/bad_trait_channel4.rs ... ok
18542026-05-18T06:24:53.263Ztest tests/fail/bad_trait_channel5.rs ... ok
18552026-05-18T06:24:53.263Ztest tests/fail/bad_trait_channel6.rs ... ok
18562026-05-18T06:24:53.263Ztest tests/fail/bad_trait_channel8.rs ... ok
18572026-05-18T06:24:53.263Ztest tests/fail/bad_trait_channel9.rs ... ok
18582026-05-18T06:24:53.263Ztest tests/fail/bad_trait_endpoint1.rs ... ok
18592026-05-18T06:24:53.263Ztest tests/fail/bad_trait_endpoint10.rs ... ok
18602026-05-18T06:24:53.263Ztest tests/fail/bad_trait_endpoint11.rs ... ok
18612026-05-18T06:24:53.263Ztest tests/fail/bad_trait_endpoint12.rs ... ok
18622026-05-18T06:24:53.263Ztest tests/fail/bad_trait_endpoint13.rs ... ok
18632026-05-18T06:24:53.263Ztest tests/fail/bad_trait_endpoint14.rs ... ok
18642026-05-18T06:24:53.264Ztest tests/fail/bad_trait_endpoint15.rs ... ok
18652026-05-18T06:24:53.264Ztest tests/fail/bad_trait_endpoint16.rs ... ok
18662026-05-18T06:24:53.264Ztest tests/fail/bad_trait_endpoint17.rs ... ok
18672026-05-18T06:24:53.264Ztest tests/fail/bad_trait_endpoint18.rs ... ok
18682026-05-18T06:24:53.264Ztest tests/fail/bad_trait_endpoint19.rs ... ok
18692026-05-18T06:24:53.264Ztest tests/fail/bad_trait_endpoint2.rs ... ok
18702026-05-18T06:24:53.264Ztest tests/fail/bad_trait_endpoint20.rs ... ok
18712026-05-18T06:24:53.264Ztest tests/fail/bad_trait_endpoint21.rs ... ok
18722026-05-18T06:24:53.264Ztest tests/fail/bad_trait_endpoint22.rs ... ok
18732026-05-18T06:24:53.264Ztest tests/fail/bad_trait_endpoint23.rs ... ok
18742026-05-18T06:24:53.264Ztest tests/fail/bad_trait_endpoint24.rs ... ok
18752026-05-18T06:24:53.264Ztest tests/fail/bad_trait_endpoint25.rs ... ok
18762026-05-18T06:24:53.264Ztest tests/fail/bad_trait_endpoint26.rs ... ok
18772026-05-18T06:24:53.264Ztest tests/fail/bad_trait_endpoint27.rs ... ok
18782026-05-18T06:24:53.264Ztest tests/fail/bad_trait_endpoint28.rs ... ok
18792026-05-18T06:24:53.264Ztest tests/fail/bad_trait_endpoint3.rs ... ok
18802026-05-18T06:24:53.264Ztest tests/fail/bad_trait_endpoint4.rs ... ok
18812026-05-18T06:24:53.264Ztest tests/fail/bad_trait_endpoint5.rs ... ok
18822026-05-18T06:24:53.268Ztest tests/fail/bad_trait_endpoint6.rs ... ok
18832026-05-18T06:24:53.268Ztest tests/fail/bad_trait_endpoint7.rs ... ok
18842026-05-18T06:24:53.268Ztest tests/fail/bad_trait_endpoint8.rs ... ok
18852026-05-18T06:24:53.268Ztest tests/fail/bad_trait_endpoint9.rs ... ok
18862026-05-18T06:24:53.268Ztest tests/fail/bad_trait_endpoint_error.rs ... ok
18872026-05-18T06:24:53.268Ztest tests/fail/bad_trait_only1.rs ... ok
18882026-05-18T06:24:53.268Ztest tests/fail/bad_trait_only10.rs ... ok
18892026-05-18T06:24:53.268Ztest tests/fail/bad_trait_only11.rs ... ok
18902026-05-18T06:24:53.268Ztest tests/fail/bad_trait_only12.rs ... ok
18912026-05-18T06:24:53.268Ztest tests/fail/bad_trait_only13.rs ... ok
18922026-05-18T06:24:53.268Ztest tests/fail/bad_trait_only14.rs ... ok
18932026-05-18T06:24:53.268Ztest tests/fail/bad_trait_only15.rs ... ok
18942026-05-18T06:24:53.268Ztest tests/fail/bad_trait_only16.rs ... ok
18952026-05-18T06:24:53.268Ztest tests/fail/bad_trait_only17.rs ... ok
18962026-05-18T06:24:53.268Ztest tests/fail/bad_trait_only18.rs ... ok
18972026-05-18T06:24:53.268Ztest tests/fail/bad_trait_only19.rs ... ok
18982026-05-18T06:24:53.268Ztest tests/fail/bad_trait_only2.rs ... ok
18992026-05-18T06:24:53.268Ztest tests/fail/bad_trait_only20.rs ... ok
19002026-05-18T06:24:53.268Ztest tests/fail/bad_trait_only21.rs ... ok
19012026-05-18T06:24:53.268Ztest tests/fail/bad_trait_only22.rs ... ok
19022026-05-18T06:24:53.268Ztest tests/fail/bad_trait_only3.rs ... ok
19032026-05-18T06:24:53.268Ztest tests/fail/bad_trait_only4.rs ... ok
19042026-05-18T06:24:53.268Ztest tests/fail/bad_trait_only5.rs ... ok
19052026-05-18T06:24:53.268Ztest tests/fail/bad_trait_only6.rs ... ok
19062026-05-18T06:24:53.268Ztest tests/fail/bad_trait_only7.rs ... ok
19072026-05-18T06:24:53.268Ztest tests/fail/bad_trait_only8.rs ... ok
19082026-05-18T06:24:53.268Ztest tests/fail/bad_trait_only9.rs ... ok
19092026-05-18T06:24:53.268Ztest tests/fail/bad_version_backwards.rs ... ok
19102026-05-18T06:24:53.268Ztest tests/fail/unused_endpoint.rs ... ok
19112026-05-18T06:24:53.268Z
19122026-05-18T06:24:53.268Z
19132026-05-18T06:24:53.268Ztest fail ... ok
19142026-05-18T06:24:53.268Z
19152026-05-18T06:24:53.269Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 54.24s
19162026-05-18T06:24:53.269Z
19172026-05-18T06:24:53.269Z Running `/work/oxidecomputer/dropshot/target/debug/deps/integration_tests-13270fcbae6b1199`
19182026-05-18T06:24:53.272Z
19192026-05-18T06:24:53.272Zrunning 100 tests
19202026-05-18T06:24:53.272Ztest config::test_config_bad_bind_address_garbage ... ok
19212026-05-18T06:24:53.272Ztest api_trait::test_api_trait_with_disallowed_tags ... ok
19222026-05-18T06:24:53.272Ztest config::test_config_bad_bind_address_port_too_large ... ok
19232026-05-18T06:24:53.272Ztest config::test_config_bad_request_body_max_bytes_negative ... ok
19242026-05-18T06:24:53.272Ztest config::test_config_bad_bind_address_port_too_small ... ok
19252026-05-18T06:24:53.272Ztest api_trait::test_api_trait_with_empty_tag_config ... ok
19262026-05-18T06:24:53.272Ztest api_trait::test_api_trait_with_complex_tags ... ok
19272026-05-18T06:24:53.272Ztest config::test_config_bad_request_body_max_bytes_too_large ... ok
19282026-05-18T06:24:53.272Ztest config::test_config_deprecated_request_body_max_bytes ... ok
19292026-05-18T06:24:53.272Ztest config::test_valid_config_all_settings ... ok
19302026-05-18T06:24:53.272Ztest config::test_valid_config_basic ... ok
19312026-05-18T06:24:53.272Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-config_handler_task_mode_cancel.6357.3.log"
19322026-05-18T06:24:53.272Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-config_bind_address_https.6357.5.log"
19332026-05-18T06:24:53.273Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-config_bind_address_https_buffer.6357.4.log"
19342026-05-18T06:24:53.273Ztest config::test_valid_config_empty ... ok
19352026-05-18T06:24:53.273Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-config_handler_task_mode_detached.6357.2.log"
19362026-05-18T06:24:53.273Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-api_trait_basic.6357.0.log"
19372026-05-18T06:24:53.273Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-test_unversioned_servers_with_versioned_routes.6357.6.log"
19382026-05-18T06:24:53.273Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-config_bind_address_http.6357.1.log"
19392026-05-18T06:24:53.273Ztest config::test_unversioned_servers_with_versioned_routes ... ok
19402026-05-18T06:24:53.273Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-test_enum_extractor_error.6357.7.log"
19412026-05-18T06:24:53.273Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-test_enum_user_error.6357.8.log"
19422026-05-18T06:24:53.276Ztest config::test_config_handler_task_mode_detached ... ok
19432026-05-18T06:24:53.276Ztest config::test_config_handler_task_mode_cancel ... ok
19442026-05-18T06:24:53.276Ztest custom_errors::test_enum_user_error ... ok
19452026-05-18T06:24:53.276Ztest custom_errors::test_enum_extractor_error ... ok
19462026-05-18T06:24:53.276Ztest custom_errors::test_trait_based_api ... ok
19472026-05-18T06:24:53.276Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-test_struct_extractor_error.6357.9.log"
19482026-05-18T06:24:53.276Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-test_struct_user_error.6357.10.log"
19492026-05-18T06:24:53.276Ztest api_trait::test_api_trait_basic ... ok
19502026-05-18T06:24:53.276Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-test_trait_enum_user_error.6357.11.log"
19512026-05-18T06:24:53.276Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-test_trait_struct_user_error.6357.12.log"
19522026-05-18T06:24:53.276Ztest config::test_config_bind_address_http ... ok
19532026-05-18T06:24:53.277Ztest custom_errors::test_struct_extractor_error ... ok
19542026-05-18T06:24:53.277Ztest custom_errors::test_struct_user_error ... ok
19552026-05-18T06:24:53.277Ztest custom_errors::test_trait_enum_user_error ... ok
19562026-05-18T06:24:53.277Ztest custom_errors::test_trait_struct_user_error ... ok
19572026-05-18T06:24:53.277Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-test_302_bogus.6357.13.log"
19582026-05-18T06:24:53.277Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-test_302_found.6357.14.log"
19592026-05-18T06:24:53.277Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-test_303_see_other.6357.15.log"
19602026-05-18T06:24:53.277Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-test_307_temporary_redirect.6357.16.log"
19612026-05-18T06:24:53.277Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-demo1.6357.17.log"
19622026-05-18T06:24:53.277Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-test_delete_request.6357.18.log"
19632026-05-18T06:24:53.280Ztest demo::test_302_found ... ok
19642026-05-18T06:24:53.280Ztest demo::test_302_bogus ... ok
19652026-05-18T06:24:53.280Ztest demo::test_307_temporary_redirect ... ok
19662026-05-18T06:24:53.280Ztest demo::test_303_see_other ... ok
19672026-05-18T06:24:53.280Ztest demo::test_delete_request ... ok
19682026-05-18T06:24:53.280Ztest demo::test_demo1 ... ok
19692026-05-18T06:24:53.280Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-demo2query.6357.19.log"
19702026-05-18T06:24:53.280Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-demo2urlencoded.6357.21.log"
19712026-05-18T06:24:53.280Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-demo2json.6357.20.log"
19722026-05-18T06:24:53.280Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-demo3json.6357.22.log"
19732026-05-18T06:24:53.280Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-demo_path_param_u32.6357.23.log"
19742026-05-18T06:24:53.280Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-demo_path_param_string.6357.24.log"
19752026-05-18T06:24:53.280Ztest demo::test_demo_path_param_u32 ... ok
19762026-05-18T06:24:53.280Ztest demo::test_demo3json ... ok
19772026-05-18T06:24:53.280Ztest demo::test_demo2urlencoded ... ok
19782026-05-18T06:24:53.280Ztest demo::test_demo2query ... ok
19792026-05-18T06:24:53.280Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-demo_path_param_uuid.6357.25.log"
19802026-05-18T06:24:53.280Ztest demo::test_demo2json ... ok
19812026-05-18T06:24:53.280Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-test_head_request.6357.27.log"
19822026-05-18T06:24:53.280Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-demo_websocket.6357.26.log"
19832026-05-18T06:24:53.280Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-test_header_request.6357.28.log"
19842026-05-18T06:24:53.284Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-test_large_typed_body.6357.29.log"
19852026-05-18T06:24:53.284Ztest demo::test_head_request ... ok
19862026-05-18T06:24:53.284Ztest demo::test_demo_path_param_string ... ok
19872026-05-18T06:24:53.284Ztest demo::test_demo_path_param_uuid ... ok
19882026-05-18T06:24:53.284Ztest demo::test_header_request ... ok
19892026-05-18T06:24:53.284Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-tet_raw_request.6357.30.log"
19902026-05-18T06:24:53.284Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-test_request_remote_addr.6357.31.log"
19912026-05-18T06:24:53.284Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-test_request_compat.6357.32.log"
19922026-05-18T06:24:53.284Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-test_streaming_body.6357.33.log"
19932026-05-18T06:24:53.284Ztest demo::test_large_typed_body ... ok
19942026-05-18T06:24:53.284Ztest demo::test_raw_request ... ok
19952026-05-18T06:24:53.284Ztest demo::test_request_compat ... ok
19962026-05-18T06:24:53.284Ztest demo::test_request_remote_addr ... ok
19972026-05-18T06:24:53.284Ztest demo::test_demo_websocket ... ok
19982026-05-18T06:24:53.284Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-graceful_shutdown_with_detached_handler.6357.34.log"
19992026-05-18T06:24:53.284Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-compression_config_disabled.6357.35.log"
20002026-05-18T06:24:53.284Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-compression_config_enabled.6357.36.log"
20012026-05-18T06:24:53.284Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-test_untyped_body.6357.37.log"
20022026-05-18T06:24:53.285Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-compression_disabled_extension.6357.38.log"
20032026-05-18T06:24:53.285Ztest demo::test_streaming_body ... ok
20042026-05-18T06:24:53.285Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-gzip_compression_multiple_encodings.6357.39.log"
20052026-05-18T06:24:53.285Ztest gzip::test_compression_disabled_with_extension ... ok
20062026-05-18T06:24:53.288Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-gzip_compression_accept_encoding.6357.40.log"
20072026-05-18T06:24:53.288Ztest demo::test_untyped_body ... ok
20082026-05-18T06:24:53.288Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-json_suffix_compressed.6357.41.log"
20092026-05-18T06:24:53.288Ztest gzip::test_json_suffix_is_compressed ... ok
20102026-05-18T06:24:53.288Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-no_compression_small_response.6357.42.log"
20112026-05-18T06:24:53.288Ztest gzip::test_no_compression_below_size_threshold ... ok
20122026-05-18T06:24:53.288Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-no_compression_204.6357.43.log"
20132026-05-18T06:24:53.291Ztest gzip::test_no_compression_for_204_no_content ... ok
20142026-05-18T06:24:53.291Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-no_compression_304.6357.44.log"
20152026-05-18T06:24:53.291Ztest gzip::test_no_compression_for_304_not_modified ... ok
20162026-05-18T06:24:53.291Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-no_compression_non_compressible.6357.45.log"
20172026-05-18T06:24:53.291Ztest gzip::test_no_compression_for_non_compressible_content_types ... ok
20182026-05-18T06:24:53.291Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-no_gzip_without_accept.6357.46.log"
20192026-05-18T06:24:53.294Ztest gzip::test_compression_config_disabled ... ok
20202026-05-18T06:24:53.294Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-reject_gzip_quality_zero.6357.47.log"
20212026-05-18T06:24:53.299Ztest gzip::test_no_gzip_without_accept_encoding ... ok
20222026-05-18T06:24:53.302Ztest gzip::test_compression_config_enabled ... ok
20232026-05-18T06:24:53.302Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-streaming_with_content_type_compressed.6357.48.log"
20242026-05-18T06:24:53.302Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-streaming_missing_content_type.6357.49.log"
20252026-05-18T06:24:53.302Ztest gzip::test_streaming_without_content_type_skips_compression ... ok
20262026-05-18T06:24:53.303Ztest gzip::test_gzip_compression_accepts_multiple_encodings ... ok
20272026-05-18T06:24:53.303Ztest gzip::test_streaming_with_content_type_is_compressed ... ok
20282026-05-18T06:24:53.303Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-vary_header_set.6357.50.log"
20292026-05-18T06:24:53.303Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-vary_header_no_gzip.6357.51.log"
20302026-05-18T06:24:53.303Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-xml_suffix_compressed.6357.52.log"
20312026-05-18T06:24:53.303Ztest gzip::test_reject_gzip_with_quality_zero ... ok
20322026-05-18T06:24:53.303Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-multipart_client.6357.53.log"
20332026-05-18T06:24:53.303Ztest config::test_config_bind_address_https_buffer ... ok
20342026-05-18T06:24:53.303Ztest gzip::test_xml_suffix_is_compressed ... ok
20352026-05-18T06:24:53.303Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-multipart_client.6357.54.log"
20362026-05-18T06:24:53.303Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-multipart_client.6357.55.log"
20372026-05-18T06:24:53.303Ztest multipart::missing_boundary ... ok
20382026-05-18T06:24:53.303Ztest config::test_config_bind_address_https ... ok
20392026-05-18T06:24:53.316Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-multipart_client.6357.56.log"
20402026-05-18T06:24:53.316Ztest multipart::no_content_type ... ok
20412026-05-18T06:24:53.316Ztest multipart::test_multipart_client ... ok
20422026-05-18T06:24:53.316Ztest multipart::weird_content_type ... ok
20432026-05-18T06:24:53.316Ztest openapi::test_openapi_custom_error_types_trait_based ... ok
20442026-05-18T06:24:53.316Ztest openapi::test_openapi_custom_error_types ... ok
20452026-05-18T06:24:53.316Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-pagination-basic.6357.57.log"
20462026-05-18T06:24:53.316Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-pagination-multiple-resources.6357.58.log"
20472026-05-18T06:24:53.320Ztest openapi::test_openapi ... ok
20482026-05-18T06:24:53.323Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-pagination-multiple-sorts.6357.59.log"
20492026-05-18T06:24:53.327Ztest openapi::test_openapi_fuller ... ok
20502026-05-18T06:24:53.330Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-basic.6357.60.log"
20512026-05-18T06:24:53.333Ztest gzip::test_vary_header_on_non_gzip_requests ... ok
20522026-05-18T06:24:53.333Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-dictionary.6357.61.log"
20532026-05-18T06:24:53.333Ztest gzip::test_gzip_compression_with_accept_encoding ... ok
20542026-05-18T06:24:53.333Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-empty.6357.62.log"
20552026-05-18T06:24:53.336Ztest gzip::test_vary_header_is_set ... ok
20562026-05-18T06:24:53.336Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-errors.6357.63.log"
20572026-05-18T06:24:53.336Ztest pagination::test_paginate_empty ... ok
20582026-05-18T06:24:53.336Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-extra_params.6357.64.log"
20592026-05-18T06:24:53.336Ztest pagination::test_paginate_errors ... ok
20602026-05-18T06:24:53.336Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-required_params.6357.65.log"
20612026-05-18T06:24:53.336Ztest pagination::test_paginate_extra_params ... ok
20622026-05-18T06:24:53.340Ztest pagination_schema::test_pagination_schema ... ok
20632026-05-18T06:24:53.340Ztest path_names::test_path_names ... ok
20642026-05-18T06:24:53.340Ztest pagination::test_paginate_with_required_params ... ok
20652026-05-18T06:24:53.340Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-test_no_tls.6357.66.log"
20662026-05-18T06:24:53.340Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-test_with_tls.6357.67.log"
20672026-05-18T06:24:53.340Ztest starter::test_no_tls ... ok
20682026-05-18T06:24:53.340Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-non_streaming_servers_do_not_use_transfer_encoding.6357.68.log"
20692026-05-18T06:24:53.340Ztest streaming::test_non_streaming_servers_do_not_use_transfer_encoding ... ok
20702026-05-18T06:24:53.340Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-streaming_server_buffered_client.6357.69.log"
20712026-05-18T06:24:53.351Ztest streaming::test_streaming_server_buffered_client ... ok
20722026-05-18T06:24:53.354Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-streaming_server_streaming_client.6357.70.log"
20732026-05-18T06:24:53.358Ztest pagination::test_paginate_basic ... ok
20742026-05-18T06:24:53.361Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-test_server_is_http.6357.71.log"
20752026-05-18T06:24:53.361Ztest tls::test_server_is_http ... ok
20762026-05-18T06:24:53.361Ztest streaming::test_streaming_server_streaming_client ... ok
20772026-05-18T06:24:53.362Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-test_tls_aborted_negotiation.6357.73.log"
20782026-05-18T06:24:53.362Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-test_server_is_https.6357.72.log"
20792026-05-18T06:24:53.644Ztest starter::test_with_tls ... ok
20802026-05-18T06:24:53.647Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-test_tls_certificate_loading.6357.74.log"
20812026-05-18T06:24:53.663Ztest tls::test_server_is_https ... ok
20822026-05-18T06:24:53.667Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-test_tls_only.6357.75.log"
20832026-05-18T06:24:53.921Ztest pagination::test_paginate_dictionary ... ok
20842026-05-18T06:24:53.925Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-test_tls_refresh_certificates.6357.76.log"
20852026-05-18T06:24:53.948Ztest tls::test_tls_certificate_loading ... ok
20862026-05-18T06:24:53.951Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-test_versions.6357.77.log"
20872026-05-18T06:24:53.967Ztest tls::test_tls_aborted_negotiation ... ok
20882026-05-18T06:24:53.970Znote: configured to log to "/tmp/integration_tests-13270fcbae6b1199-test_versions_on_missing.6357.78.log"
20892026-05-18T06:24:54.023Ztest pagination::test_example_basic ... ok
20902026-05-18T06:24:54.027Ztest versions::test_versions_openapi ... ok
20912026-05-18T06:24:54.027Ztest versions::test_versions_openapi_same_names ... ok
20922026-05-18T06:24:54.066Ztest versions::test_versions_on_missing ... ok
20932026-05-18T06:24:54.069Ztest versions::test_versions ... ok
20942026-05-18T06:24:54.270Ztest tls::test_tls_only ... ok
20952026-05-18T06:24:54.531Ztest tls::test_tls_refresh_certificates ... ok
20962026-05-18T06:24:54.885Ztest pagination::test_example_multiple_resources ... ok
20972026-05-18T06:24:55.285Ztest detached_shutdown::test_graceful_shutdown_with_detached_handler ... ok
20982026-05-18T06:24:55.412Ztest pagination::test_example_multiple_sorts ... ok
20992026-05-18T06:24:55.415Z
21002026-05-18T06:24:55.415Ztest result: ok. 100 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.14s
21012026-05-18T06:24:55.415Z
21022026-05-18T06:24:55.420Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-b9c625b97bfa0590`
21032026-05-18T06:24:55.426Z
21042026-05-18T06:24:55.426Zrunning 35 tests
21052026-05-18T06:24:55.429Ztest channel::tests::test_channel_with_versions ... ok
21062026-05-18T06:24:55.429Ztest channel::tests::test_channel_operation_id ... ok
21072026-05-18T06:24:55.429Ztest channel::tests::test_channel_with_unnamed_params ... ok
21082026-05-18T06:24:55.433Ztest api_trait::tests::test_api_trait_no_endpoints ... ok
21092026-05-18T06:24:55.433Ztest endpoint::tests::test_endpoint_bad_metadata ... ok
21102026-05-18T06:24:55.433Ztest endpoint::tests::test_endpoint_bad_context_receiver ... ok
21112026-05-18T06:24:55.433Ztest endpoint::tests::test_endpoint_bad_string ... ok
21122026-05-18T06:24:55.433Ztest doc::tests::test_extract_summary_description ... ok
21132026-05-18T06:24:55.433Ztest endpoint::tests::test_endpoint_bad_versions ... ok
21142026-05-18T06:24:55.433Ztest endpoint::tests::test_endpoint_invalid_item ... ok
21152026-05-18T06:24:55.433Ztest endpoint::tests::test_endpoint_no_arguments ... ok
21162026-05-18T06:24:55.433Ztest endpoint::tests::test_endpoint_not_async ... ok
21172026-05-18T06:24:55.433Ztest channel::tests::test_channel_with_custom_params ... ok
21182026-05-18T06:24:55.433Ztest endpoint::tests::test_endpoint_basic ... ok
21192026-05-18T06:24:55.433Ztest endpoint::tests::test_endpoint_context_fully_qualified_names ... ok
21202026-05-18T06:24:55.433Ztest api_trait::tests::test_api_trait_operation_id ... ok
21212026-05-18T06:24:55.433Ztest endpoint::tests::test_endpoint_content_type ... ok
21222026-05-18T06:24:55.433Ztest api_trait::tests::test_api_trait_basic ... ok
21232026-05-18T06:24:55.433Ztest endpoint::tests::test_endpoint_pub_crate ... ok
21242026-05-18T06:24:55.433Ztest api_trait::tests::test_api_trait_with_custom_params ... ok
21252026-05-18T06:24:55.433Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_2 ... ok
21262026-05-18T06:24:55.433Ztest endpoint::tests::test_endpoint_with_doc ... ok
21272026-05-18T06:24:55.433Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_1 ... ok
21282026-05-18T06:24:55.433Ztest endpoint::tests::test_endpoint_with_empty_where_clause ... ok
21292026-05-18T06:24:55.433Ztest endpoint::tests::test_endpoint_with_query ... ok
21302026-05-18T06:24:55.433Ztest endpoint::tests::test_endpoint_with_tags ... ok
21312026-05-18T06:24:55.433Ztest endpoint::tests::test_endpoint_with_versions_all ... ok
21322026-05-18T06:24:55.437Ztest params::tests::test_extract_rqctx_ty_param ... ok
21332026-05-18T06:24:55.438Ztest syn_parsing::tests::test_busted_function ... ok
21342026-05-18T06:24:55.438Ztest endpoint::tests::test_endpoint_with_custom_params ... ok
21352026-05-18T06:24:55.438Ztest endpoint::tests::test_endpoint_with_unnamed_params ... ok
21362026-05-18T06:24:55.438Ztest endpoint::tests::test_operation_id ... ok
21372026-05-18T06:24:55.438Ztest endpoint::tests::test_endpoint_with_versions_until ... ok
21382026-05-18T06:24:55.438Ztest endpoint::tests::test_endpoint_with_versions_from ... ok
21392026-05-18T06:24:55.438Ztest endpoint::tests::test_endpoint_with_versions_from_until ... ok
21402026-05-18T06:24:55.438Z
21412026-05-18T06:24:55.438Ztest result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
21422026-05-18T06:24:55.438Z
21432026-05-18T06:24:55.441Z Doc-tests dropshot
21442026-05-18T06:24:55.441Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color auto --crate-name dropshot --test dropshot/src/lib.rs --test-run-directory /work/oxidecomputer/dropshot/dropshot -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/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-a621f1f4cb06a361.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-e719227f9e91e219.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f5a906800c15d9b4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-fd6c212bf4ba2e5a.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-afafb16c394c1ff2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-809ff91b24bb5908.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-f82a0c2a0e3d5226.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5f1042fd82c1c1f2.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-616b530ad0ccca17.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-4ee301a8d720d2f3.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-cf60441f14a0da87.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-d1db4362db740bb6.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-dc0fbf5336002887.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-cfed4366f2ce094f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-8941cfa5047fc91e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-a99210728d4768d5.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-52abaa4da292a21a.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-945bb50acddcab85.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-0778eeee40839944.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ed70234de13ba170.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-ac6ec13774309868.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecb12c4720a94d8e.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-009410dc439e3e0b.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-574320271b6fd1bc.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-c8ce6b8b0d54ece8.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-66a85936724e62c8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-a1ebc4ec85275ee2.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-62fc2f115c24ddd0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-eeb66b7ad5d8d84b.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-7273f6110408c185.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-46bcf0bc6a743dbd.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-7a7d53cf7dd4acea.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-01d504aab11610ec.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-9ad894cd8aee6f61.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d3630c76ee260c83.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-057522a2ff08016a.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-58a09d7329c27b79.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-0d0dd4a3cf41f33f.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-513ffeb57b482408.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-82b3d7e1e0633e52.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-a73b2af1132f47a8.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-99f9aa02365e4731.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-b5b227a9db3e1ed5.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-19182b511455c8b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-1ef430b4257da531.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-00278a0a6feb62be.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4c1de5e6c3bf7a4e.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-78d905564311f010.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-29e01228d720bda0.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-c8ef3ecbb99eab43.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-5d98a9b4ba69d06f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-59d3dadefb335f1c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-ed241fffc7b80ad9.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-cdb1d6aff8a270c5.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-667740736fdfa5e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-0106a870fba294d7.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-90a3dd2a44c8d4d7.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-a4176d65a5a62cc5.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-d9ce0a308c56b234.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-bbda087421a51846.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b34c2168f25a27d3.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`
21452026-05-18T06:24:56.168Z
21462026-05-18T06:24:56.168Zrunning 24 tests
21472026-05-18T06:24:56.171Ztest dropshot/src/compression.rs - compression::NoCompression (line 14) ... ignored
21482026-05-18T06:24:57.366Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 413) ... ok
21492026-05-18T06:24:57.366Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 149) ... ignored
21502026-05-18T06:24:57.366Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 156) ... ignored
21512026-05-18T06:24:57.391Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 472) ... ok
21522026-05-18T06:25:00.645Ztest dropshot/src/error_status_code.rs - error_status_code::ClientErrorStatusCode::from_u16 (line 556) ... ok
21532026-05-18T06:25:00.645Ztest dropshot/src/lib.rs - (line 334) ... ignored
21542026-05-18T06:25:00.661Ztest dropshot/src/error_status_code.rs - error_status_code::ErrorStatusCode::from_u16 (line 362) ... ok
21552026-05-18T06:25:00.822Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 357) ... ok
21562026-05-18T06:25:00.825Ztest dropshot/src/lib.rs - (line 46) - compile ... ok
21572026-05-18T06:25:00.844Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 382) ... ok
21582026-05-18T06:25:00.969Ztest dropshot/src/api_description.rs - api_description::ApiEndpoint<StubContext>::new_for_types (line 154) ... ok
21592026-05-18T06:25:01.059Ztest dropshot/src/config.rs - config::ConfigDropshot (line 31) ... ok
21602026-05-18T06:25:01.059Ztest dropshot/src/lib.rs - channel (line 1184) ... ignored
21612026-05-18T06:25:01.059Ztest dropshot/src/lib.rs - endpoint (line 1229) ... ignored
21622026-05-18T06:25:01.888Ztest dropshot/src/lib.rs - (line 398) ... ok
21632026-05-18T06:25:02.054Ztest dropshot/src/lib.rs - api_description (line 1049) ... ok
21642026-05-18T06:25:02.098Ztest dropshot/src/lib.rs - (line 661) ... ok
21652026-05-18T06:25:02.165Ztest dropshot/src/lib.rs - api_description (line 1110) ... ok
21662026-05-18T06:25:02.329Ztest dropshot/src/lib.rs - (line 110) ... ok
21672026-05-18T06:25:02.333Ztest dropshot/src/lib.rs - (line 189) ... ok
21682026-05-18T06:25:03.007Ztest dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 230) ... ok
21692026-05-18T06:25:05.092Ztest dropshot/src/test_util.rs - test_util::LogContext (line 469) ... ok
21702026-05-18T06:25:05.612Ztest dropshot/src/lib.rs - (line 497) ... ok
21712026-05-18T06:25:05.612Z
21722026-05-18T06:25:05.612Ztest result: ok. 18 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 9.44s
21732026-05-18T06:25:05.612Z
21742026-05-18T06:25:05.615Zall doctests ran in 9.86s; merged doctests compilation took 0.41s
21752026-05-18T06:25:05.638Z Doc-tests dropshot_endpoint
21762026-05-18T06:25:05.638Z Running `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color auto --crate-name dropshot_endpoint --test dropshot_endpoint/src/lib.rs --test-run-directory /work/oxidecomputer/dropshot/dropshot_endpoint -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-4a50216ee2eb8900/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-beeac0c281fc8615.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-00990f0d9be884dd.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-d62c1f7ce1bee2a6.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-35ee09f2e533313e.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-d4952fd101572b1a.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-7fb99bfca51ccc37.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-c526d08655933a83.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-9af1767d19a5bf45.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-b8cf47122cf1526c.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-f19907f805c62782.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c18ef1b5808b0f13.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`
21772026-05-18T06:25:05.772Z
21782026-05-18T06:25:05.772Zrunning 0 tests
21792026-05-18T06:25:05.772Z
21802026-05-18T06:25:05.772Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
21812026-05-18T06:25:05.772Z
21822026-05-18T06:25:05.805Z
21832026-05-18T06:25:05.808Zreal 1:56.196773107
21842026-05-18T06:25:05.808Zuser 8:31.502364026
21852026-05-18T06:25:05.808Zsys 1:55.073748194
21862026-05-18T06:25:05.808Ztrap 0.349733948
21872026-05-18T06:25:05.809Ztflt 0.114198778
21882026-05-18T06:25:05.809Zdflt 0.220760083
21892026-05-18T06:25:05.809Zkflt 0.000192920
21902026-05-18T06:25:05.809Zlock 34:51.648484822
21912026-05-18T06:25:05.809Zslp 36:56.559322225
21922026-05-18T06:25:05.809Zlat 24.299672083
21932026-05-18T06:25:05.809Zstop 1:06.211749545
21942026-05-18T06:25:05.809Z+ banner docs
21952026-05-18T06:25:05.809Z
21962026-05-18T06:25:05.809Z ##### #### #### ####
21972026-05-18T06:25:05.809Z # # # # # # #
21982026-05-18T06:25:05.809Z # # # # # ####
21992026-05-18T06:25:05.809Z # # # # # #
22002026-05-18T06:25:05.809Z # # # # # # # #
22012026-05-18T06:25:05.809Z ##### #### #### ####
22022026-05-18T06:25:05.809Z
22032026-05-18T06:25:05.809Z+ ptime -m cargo doc --no-deps --lib --bins --examples
22042026-05-18T06:25:06.006Z Compiling proc-macro2 v1.0.106
22052026-05-18T06:25:06.006Z Compiling unicode-ident v1.0.12
22062026-05-18T06:25:06.009Z Checking cfg-if v1.0.0
22072026-05-18T06:25:06.009Z Checking itoa v1.0.1
22082026-05-18T06:25:06.009Z Checking pin-project-lite v0.2.12
22092026-05-18T06:25:06.048Z Compiling quote v1.0.45
22102026-05-18T06:25:06.052Z Checking libc v0.2.186
22112026-05-18T06:25:06.055Z Checking serde_core v1.0.228
22122026-05-18T06:25:06.082Z Checking memchr v2.6.0
22132026-05-18T06:25:06.096Z Checking bytes v1.11.1
22142026-05-18T06:25:06.116Z Checking futures-core v0.3.32
22152026-05-18T06:25:06.148Z Checking smallvec v1.13.2
22162026-05-18T06:25:06.227Z Checking once_cell v1.20.1
22172026-05-18T06:25:06.312Z Checking futures-sink v0.3.32
22182026-05-18T06:25:06.380Z Checking scopeguard v1.2.0
22192026-05-18T06:25:06.399Z Checking slab v0.4.9
22202026-05-18T06:25:06.444Z Checking parking_lot_core v0.9.4
22212026-05-18T06:25:06.450Z Checking mio v1.2.0
22222026-05-18T06:25:06.473Z Checking lock_api v0.4.6
22232026-05-18T06:25:06.504Z Checking socket2 v0.6.3
22242026-05-18T06:25:06.538Z Checking signal-hook-registry v1.4.0
22252026-05-18T06:25:06.611Z Compiling jobserver v0.1.34
22262026-05-18T06:25:06.619Z Checking typenum v1.19.0
22272026-05-18T06:25:06.648Z Checking parking_lot v0.12.1
22282026-05-18T06:25:06.681Z Checking http v1.4.0
22292026-05-18T06:25:06.736Z Checking futures-channel v0.3.32
22302026-05-18T06:25:06.826Z Compiling cc v1.2.60
22312026-05-18T06:25:06.889Z Compiling syn v2.0.117
22322026-05-18T06:25:06.923Z Checking zeroize v1.8.2
22332026-05-18T06:25:06.928Z Checking stable_deref_trait v1.2.0
22342026-05-18T06:25:06.946Z Checking log v0.4.17
22352026-05-18T06:25:06.989Z Checking futures-task v0.3.32
22362026-05-18T06:25:07.055Z Checking futures-io v0.3.32
22372026-05-18T06:25:07.085Z Checking rustls-pki-types v1.14.1
22382026-05-18T06:25:07.120Z Checking httparse v1.10.0
22392026-05-18T06:25:07.162Z Checking zmij v1.0.2
22402026-05-18T06:25:07.235Z Checking powerfmt v0.2.0
22412026-05-18T06:25:07.273Z Compiling time-core v0.1.8
22422026-05-18T06:25:07.288Z Checking litemap v0.7.4
22432026-05-18T06:25:07.329Z Checking hashbrown v0.17.0
22442026-05-18T06:25:07.364Z Checking equivalent v1.0.0
22452026-05-18T06:25:07.376Z Compiling num-conv v0.2.0
22462026-05-18T06:25:07.409Z Checking writeable v0.5.5
22472026-05-18T06:25:07.440Z Checking deranged v0.5.5
22482026-05-18T06:25:07.461Z Checking http-body v1.0.1
22492026-05-18T06:25:07.494Z Compiling time-macros v0.2.27
22502026-05-18T06:25:07.542Z Compiling cmake v0.1.58
22512026-05-18T06:25:07.577Z Checking serde_json v1.0.149
22522026-05-18T06:25:07.580Z Checking crossbeam-utils v0.8.21
22532026-05-18T06:25:07.793Z Checking indexmap v2.14.0
22542026-05-18T06:25:07.882Z Checking tracing-core v0.1.32
22552026-05-18T06:25:07.902Z Checking untrusted v0.9.0
22562026-05-18T06:25:08.004Z Checking percent-encoding v2.3.2
22572026-05-18T06:25:08.087Z Compiling aws-lc-sys v0.40.0
22582026-05-18T06:25:08.136Z Checking num_threads v0.1.3
22592026-05-18T06:25:08.175Z Checking atomic-waker v1.1.2
22602026-05-18T06:25:08.258Z Checking tracing v0.1.40
22612026-05-18T06:25:08.273Z Checking getrandom v0.4.1
22622026-05-18T06:25:08.344Z Checking try-lock v0.2.3
22632026-05-18T06:25:08.351Z Checking bitflags v2.11.0
22642026-05-18T06:25:08.385Z Checking base64 v0.22.1
22652026-05-18T06:25:08.402Z Checking subtle v2.5.0
22662026-05-18T06:25:08.425Z Checking tower-service v0.3.3
22672026-05-18T06:25:08.433Z Checking fnv v1.0.7
22682026-05-18T06:25:08.499Z Checking time v0.3.47
22692026-05-18T06:25:08.507Z Checking icu_locid_transform_data v1.5.0
22702026-05-18T06:25:08.510Z Checking tower-layer v0.3.3
22712026-05-18T06:25:08.516Z Checking want v0.3.0
22722026-05-18T06:25:08.526Z Checking generic-array v0.14.5
22732026-05-18T06:25:08.567Z Checking hybrid-array v0.4.8
22742026-05-18T06:25:08.626Z Checking simd-adler32 v0.3.7
22752026-05-18T06:25:08.632Z Checking icu_properties_data v1.5.0
22762026-05-18T06:25:08.646Z Checking httpdate v1.0.1
22772026-05-18T06:25:08.756Z Checking adler2 v2.0.1
22782026-05-18T06:25:08.763Z Checking num-traits v0.2.14
22792026-05-18T06:25:08.781Z Checking crc32fast v1.5.0
22802026-05-18T06:25:08.855Z Checking miniz_oxide v0.8.9
22812026-05-18T06:25:08.916Z Checking getrandom v0.3.4
22822026-05-18T06:25:08.958Z Checking form_urlencoded v1.2.2
22832026-05-18T06:25:09.005Z Checking errno v0.3.10
22842026-05-18T06:25:09.050Z Checking write16 v1.0.0
22852026-05-18T06:25:09.077Z Checking utf16_iter v1.0.5
22862026-05-18T06:25:09.114Z Checking mime v0.3.16
22872026-05-18T06:25:09.133Z Checking utf8_iter v1.0.4
22882026-05-18T06:25:09.173Z Checking iana-time-zone v0.1.47
22892026-05-18T06:25:09.176Z Checking ipnet v2.10.0
22902026-05-18T06:25:09.188Z Checking icu_normalizer_data v1.5.0
22912026-05-18T06:25:09.243Z Checking winnow v1.0.0
22922026-05-18T06:25:09.249Z Checking flate2 v1.1.9
22932026-05-18T06:25:09.268Z Checking rand_core v0.9.5
22942026-05-18T06:25:09.271Z Checking crypto-common v0.2.1
22952026-05-18T06:25:09.329Z Checking block-buffer v0.12.0
22962026-05-18T06:25:09.381Z Checking block-buffer v0.10.2
22972026-05-18T06:25:09.423Z Checking crypto-common v0.1.6
22982026-05-18T06:25:09.458Z Checking serde_spanned v1.1.1
22992026-05-18T06:25:09.492Z Checking toml_datetime v1.1.1+spec-1.1.0
23002026-05-18T06:25:09.509Z Checking toml_parser v1.1.2+spec-1.1.0
23012026-05-18T06:25:09.516Z Checking thread_local v1.1.4
23022026-05-18T06:25:09.525Z Checking encoding_rs v0.8.32
23032026-05-18T06:25:09.576Z Checking openssl-probe v0.2.1
23042026-05-18T06:25:09.660Z Compiling synstructure v0.13.1
23052026-05-18T06:25:09.672Z Compiling serde_derive_internals v0.29.0
23062026-05-18T06:25:09.672Z Checking const-oid v0.10.2
23072026-05-18T06:25:09.745Z Checking compression-core v0.4.32
23082026-05-18T06:25:09.815Z Checking toml_writer v1.1.1+spec-1.1.0
23092026-05-18T06:25:09.822Z Checking ppv-lite86 v0.2.15
23102026-05-18T06:25:09.860Z Checking match_cfg v0.1.0
23112026-05-18T06:25:09.920Z Checking hostname v0.3.1
23122026-05-18T06:25:09.982Z Checking toml v1.1.2+spec-1.1.0
23132026-05-18T06:25:10.007Z Checking compression-codecs v0.4.38
23142026-05-18T06:25:10.077Z Checking rand_chacha v0.9.0
23152026-05-18T06:25:10.150Z Checking digest v0.11.2
23162026-05-18T06:25:10.165Z Checking rustls-native-certs v0.8.3
23172026-05-18T06:25:10.250Z Checking digest v0.10.7
23182026-05-18T06:25:10.284Z Checking ryu v1.0.5
23192026-05-18T06:25:10.290Z Checking rustix v1.1.4
23202026-05-18T06:25:10.387Z Compiling unicase v2.6.0
23212026-05-18T06:25:10.409Z Checking uuid v1.23.1
23222026-05-18T06:25:10.415Z Checking crossbeam-channel v0.5.15
23232026-05-18T06:25:10.451Z Checking concurrent-queue v2.5.0
23242026-05-18T06:25:10.549Z Checking http-body-util v0.1.3
23252026-05-18T06:25:10.559Z Checking is-terminal v0.4.12
23262026-05-18T06:25:10.616Z Checking sync_wrapper v1.0.1
23272026-05-18T06:25:11.046Z Compiling dropshot v0.17.0 (/work/oxidecomputer/dropshot/dropshot)
23282026-05-18T06:25:11.049Z Compiling semver v1.0.28
23292026-05-18T06:25:11.049Z Checking spin v0.9.8
23302026-05-18T06:25:11.049Z Checking dyn-clone v1.0.4
23312026-05-18T06:25:11.049Z Checking cpufeatures v0.3.0
23322026-05-18T06:25:11.050Z Checking fastrand v2.1.1
23332026-05-18T06:25:11.050Z Compiling serde_derive v1.0.228
23342026-05-18T06:25:11.050Z Compiling zerofrom-derive v0.1.5
23352026-05-18T06:25:11.050Z Compiling tokio-macros v2.7.0
23362026-05-18T06:25:11.050Z Compiling yoke-derive v0.7.5
23372026-05-18T06:25:11.050Z Compiling futures-macro v0.3.32
23382026-05-18T06:25:11.050Z Compiling zerovec-derive v0.10.3
23392026-05-18T06:25:11.050Z Compiling displaydoc v0.2.5
23402026-05-18T06:25:11.599Z Checking tokio v1.52.3
23412026-05-18T06:25:11.733Z Checking futures-util v0.3.32
23422026-05-18T06:25:11.737Z Compiling icu_provider_macros v1.5.0
23432026-05-18T06:25:11.874Z Compiling thiserror-impl v2.0.18
23442026-05-18T06:25:11.982Z Compiling async-stream-impl v0.3.6
23452026-05-18T06:25:12.030Z Checking zerofrom v0.1.5
23462026-05-18T06:25:12.146Z Checking yoke v0.7.5
23472026-05-18T06:25:12.298Z Compiling schemars_derive v0.8.22
23482026-05-18T06:25:12.317Z Checking zerovec v0.10.4
23492026-05-18T06:25:12.602Z Checking cpufeatures v0.2.17
23502026-05-18T06:25:12.665Z Checking term v1.1.0
23512026-05-18T06:25:12.876Z Checking take_mut v0.2.2
23522026-05-18T06:25:12.973Z Checking parking v2.2.0
23532026-05-18T06:25:12.976Z Checking tinystr v0.7.6
23542026-05-18T06:25:13.076Z Checking icu_collections v1.5.0
23552026-05-18T06:25:13.076Z Checking thiserror v2.0.18
23562026-05-18T06:25:13.140Z Checking icu_locid v1.5.0
23572026-05-18T06:25:13.167Z Checking event-listener v5.0.0
23582026-05-18T06:25:13.365Z Checking sha1 v0.10.6
23592026-05-18T06:25:13.422Z Checking async-stream v0.3.6
23602026-05-18T06:25:13.448Z Checking serde v1.0.228
23612026-05-18T06:25:13.525Z Checking tempfile v3.27.0
23622026-05-18T06:25:13.578Z Checking sha1 v0.11.0
23632026-05-18T06:25:13.584Z Checking icu_provider v1.5.0
23642026-05-18T06:25:13.618Z Checking futures-executor v0.3.32
23652026-05-18T06:25:13.712Z Checking multer v3.1.0
23662026-05-18T06:25:13.741Z Compiling async-trait v0.1.89
23672026-05-18T06:25:13.756Z Checking futures v0.3.32
23682026-05-18T06:25:13.825Z Compiling mime_guess v2.0.5
23692026-05-18T06:25:13.842Z Checking erased-serde v0.3.31
23702026-05-18T06:25:13.870Z Checking icu_locid_transform v1.5.0
23712026-05-18T06:25:13.919Z Checking chrono v0.4.44
23722026-05-18T06:25:14.016Z Compiling serde_tokenstream v0.2.3
23732026-05-18T06:25:14.217Z Checking slog v2.8.2
23742026-05-18T06:25:14.301Z Compiling dropshot_endpoint v0.17.0 (/work/oxidecomputer/dropshot/dropshot_endpoint)
23752026-05-18T06:25:14.330Z Checking icu_properties v1.5.1
23762026-05-18T06:25:14.350Z Checking openapiv3 v2.2.0
23772026-05-18T06:25:14.476Z Checking slog-json v2.6.1
23782026-05-18T06:25:14.627Z Checking slog-bunyan v2.5.0
23792026-05-18T06:25:14.643Z Checking tokio-util v0.7.18
23802026-05-18T06:25:14.712Z Checking async-compression v0.4.42
23812026-05-18T06:25:14.730Z Checking tower v0.5.2
23822026-05-18T06:25:14.765Z Checking slog-term v2.9.2
23832026-05-18T06:25:14.941Z Checking schemars v0.8.22
23842026-05-18T06:25:15.016Z Checking slog-async v2.8.0
23852026-05-18T06:25:15.040Z Checking h2 v0.4.6
23862026-05-18T06:25:15.091Z Checking serde_urlencoded v0.7.1
23872026-05-18T06:25:15.178Z Checking rand v0.9.2
23882026-05-18T06:25:15.288Z Checking rustix v0.38.44
23892026-05-18T06:25:15.558Z Checking camino v1.2.2
23902026-05-18T06:25:15.608Z Checking waitgroup v0.1.2
23912026-05-18T06:25:15.620Z Checking serde_path_to_error v0.1.20
23922026-05-18T06:25:15.697Z Checking rustls-pemfile v2.2.0
23932026-05-18T06:25:15.700Z Checking icu_normalizer v1.5.0
23942026-05-18T06:25:15.806Z Checking hostname v0.4.2
23952026-05-18T06:25:15.829Z Checking lazy_static v1.5.0
23962026-05-18T06:25:15.851Z Checking unicode-segmentation v1.10.0
23972026-05-18T06:25:15.877Z Checking iri-string v0.7.8
23982026-05-18T06:25:15.892Z Checking debug-ignore v1.0.5
23992026-05-18T06:25:15.913Z Checking unicode-width v0.1.9
24002026-05-18T06:25:15.981Z Checking data-encoding v2.4.0
24012026-05-18T06:25:16.010Z Checking console v0.15.7
24022026-05-18T06:25:16.064Z Checking idna_adapter v1.2.0
24032026-05-18T06:25:16.124Z Checking newline-converter v0.3.0
24042026-05-18T06:25:16.182Z Checking idna v1.0.3
24052026-05-18T06:25:16.224Z Checking atomicwrites v0.4.4
24062026-05-18T06:25:16.230Z Checking tungstenite v0.29.0
24072026-05-18T06:25:16.270Z Checking target-triple v1.0.0
24082026-05-18T06:25:16.276Z Checking event-listener-strategy v0.5.4
24092026-05-18T06:25:16.336Z Checking yasna v0.6.0
24102026-05-18T06:25:16.392Z Checking pem v3.0.6
24112026-05-18T06:25:16.420Z Checking url v2.5.4
24122026-05-18T06:25:16.476Z Checking termcolor v1.1.2
24132026-05-18T06:25:16.540Z Checking similar v2.2.1
24142026-05-18T06:25:16.631Z Checking glob v0.3.0
24152026-05-18T06:25:16.651Z Checking tokio-tungstenite v0.29.0
24162026-05-18T06:25:16.784Z Checking async-channel v2.5.0
24172026-05-18T06:25:16.790Z Checking trybuild v1.0.116
24182026-05-18T06:25:16.832Z Checking hyper v1.9.0
24192026-05-18T06:25:16.853Z Checking expectorate v1.2.0
24202026-05-18T06:25:16.869Z Checking tower-http v0.6.8
24212026-05-18T06:25:16.884Z Checking anyhow v1.0.102
24222026-05-18T06:25:16.949Z Checking buf-list v1.1.2
24232026-05-18T06:25:16.963Z Checking subprocess v1.1.0
24242026-05-18T06:25:17.102Z Checking heck v0.5.0
24252026-05-18T06:25:17.688Z Checking hyper-util v0.1.20
24262026-05-18T06:25:19.918Z Documenting dropshot_endpoint v0.17.0 (/work/oxidecomputer/dropshot/dropshot_endpoint)
24272026-05-18T06:25:22.798Z Compiling aws-lc-rs v1.16.3
24282026-05-18T06:25:22.813Z Compiling rustls v0.23.40
24292026-05-18T06:25:23.842Z Checking rustls-webpki v0.103.13
24302026-05-18T06:25:23.842Z Checking rcgen v0.14.8
24312026-05-18T06:25:25.999Z Checking tokio-rustls v0.26.4
24322026-05-18T06:25:26.000Z Checking rustls-platform-verifier v0.6.2
24332026-05-18T06:25:26.180Z Checking hyper-rustls v0.27.9
24342026-05-18T06:25:26.183Z Documenting dropshot v0.17.0 (/work/oxidecomputer/dropshot/dropshot)
24352026-05-18T06:25:26.347Z Checking reqwest v0.13.3
24362026-05-18T06:25:27.521Zwarning: unresolved link to `Query`
24372026-05-18T06:25:27.521Z --> dropshot/src/extractor/header.rs:26:29
24382026-05-18T06:25:27.521Z |
24392026-05-18T06:25:27.521Z26 | /// Note that (unlike the [`Query`] and [`Path`] extractors) headers are case-
24402026-05-18T06:25:27.521Z | ^^^^^ no item named `Query` in scope
24412026-05-18T06:25:27.521Z |
24422026-05-18T06:25:27.521Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
24432026-05-18T06:25:27.521Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
24442026-05-18T06:25:27.521Z
24452026-05-18T06:25:27.521Zwarning: unresolved link to `Path`
24462026-05-18T06:25:27.521Z --> dropshot/src/extractor/header.rs:26:43
24472026-05-18T06:25:27.521Z |
24482026-05-18T06:25:27.521Z26 | /// Note that (unlike the [`Query`] and [`Path`] extractors) headers are case-
24492026-05-18T06:25:27.521Z | ^^^^ no item named `Path` in scope
24502026-05-18T06:25:27.521Z |
24512026-05-18T06:25:27.521Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
24522026-05-18T06:25:27.521Z
24532026-05-18T06:25:27.792Zwarning: `dropshot` (lib doc) generated 2 warnings
24542026-05-18T06:25:31.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.70s
24552026-05-18T06:25:31.564Z Generated /work/oxidecomputer/dropshot/target/doc/dropshot/index.html and 23 other files
24562026-05-18T06:25:31.578Z
24572026-05-18T06:25:31.581Zreal 25.753667733
24582026-05-18T06:25:31.581Zuser 1:42.976484173
24592026-05-18T06:25:31.581Zsys 28.754520737
24602026-05-18T06:25:31.581Ztrap 0.049641495
24612026-05-18T06:25:31.581Ztflt 0.005487445
24622026-05-18T06:25:31.581Zdflt 0.029193354
24632026-05-18T06:25:31.581Zkflt 0.000114419
24642026-05-18T06:25:31.581Zlock 4:40.743619218
24652026-05-18T06:25:31.581Zslp 5:08.684258517
24662026-05-18T06:25:31.581Zlat 2.924372094
24672026-05-18T06:25:31.581Zstop 13.150054139
24682026-05-18T06:25:31.581Zprocess exited: duration 239277 ms, exit code 0
 
24692026-05-18T06:25:31.588Zfound 0 output files