01KZN09V1409PBXA40DS3Y24EF: build-and-test / illumos

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

Buildomat Job: 01KZN0A2YFNA9G11B1FSTG3C31

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-10T04:54:33.730Zjob assigned to worker 01KZN0A7DGQY9GY929K0DVQ5Y3 [factory aws, i-0a0405979a3463f9a] (queued for 46 s)
 
22026-08-10T04:54:40.464Zstarting task 0: "setup"
32026-08-10T04:54:40.468Z++ uname -s
42026-08-10T04:54:40.471Z+ kern=SunOS
52026-08-10T04:54:40.472Z+ build_user=build
62026-08-10T04:54:40.472Z+ build_uid=12345
72026-08-10T04:54:40.472Z+ work_dir=/work
82026-08-10T04:54:40.472Z+ input_dir=/input
92026-08-10T04:54:40.472Z+ [[ 0 == 12345 ]]
102026-08-10T04:54:40.472Z+ case "$kern" in
112026-08-10T04:54:40.472Z+ groupadd -g 12345 build
122026-08-10T04:54:40.475Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-10T04:54:42.478Z+ zfs create -o mountpoint=/work rpool/work
142026-08-10T04:54:42.539Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-10T04:54:42.542Z+ home_fs=zfs
162026-08-10T04:54:42.542Z+ [[ zfs == autofs ]]
172026-08-10T04:54:42.542Z+ mkdir -p /home/build
182026-08-10T04:54:42.542Z+ chown build:build /home/build /work
192026-08-10T04:54:44.544Z+ chmod 0700 /home/build /work
202026-08-10T04:54:44.547Zprocess exited: duration 4083 ms, exit code 0
 
212026-08-10T04:54:44.553Zstarting task 1: "rust-toolchain"
222026-08-10T04:54:44.557Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-10T04:54:44.557Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-10T04:54:44.557Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-10T04:54:44.557Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-10T04:54:44.557Z * rust toolchain channel = "stable"
272026-08-10T04:54:44.557Z * rust toolchain profile = "default"
282026-08-10T04:54:44.561Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-10T04:54:44.561Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-10T04:54:44.695Zinfo: downloading installer
312026-08-10T04:54:46.411Zwarn: It looks like you have an existing installation of Rust at:
322026-08-10T04:54:46.411Zwarn: /opt/ooce/bin
332026-08-10T04:54:46.411Zwarn: It is recommended that rustup be the primary Rust installation.
342026-08-10T04:54:46.411Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-08-10T04:54:46.411Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-08-10T04:54:46.411Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-08-10T04:54:46.411Zwarn: or pass `-y' to ignore all ignorable checks.
382026-08-10T04:54:46.411Zerror: cannot install while Rust is installed
392026-08-10T04:54:46.411Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-08-10T04:54:46.414Zwarn: It looks like you have an existing rustup settings file at:
412026-08-10T04:54:46.414Zwarn: /home/build/.rustup/settings.toml
422026-08-10T04:54:46.414Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-08-10T04:54:46.414Zwarn: instead of the one inferred from the default host triple.
442026-08-10T04:54:46.424Zinfo: profile set to default
452026-08-10T04:54:46.424Zinfo: default host triple is x86_64-unknown-illumos
462026-08-10T04:54:46.427Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-08-10T04:54:46.568Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-08-10T04:54:46.571Zinfo: downloading 6 components
492026-08-10T04:55:02.496Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-08-10T04:55:02.496Z
512026-08-10T04:55:02.524Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-08-10T04:55:02.524Z
532026-08-10T04:55:02.524Z
542026-08-10T04:55:02.524ZRust is installed now. Great!
552026-08-10T04:55:02.524Z
562026-08-10T04:55:02.524ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-08-10T04:55:02.524Zenvironment variable. This has not been done automatically.
582026-08-10T04:55:02.524Z
592026-08-10T04:55:02.524ZTo configure your current shell, you need to source
602026-08-10T04:55:02.524Zthe corresponding env file under $HOME/.cargo.
612026-08-10T04:55:02.524Z
622026-08-10T04:55:02.524ZThis is usually done by running one of the following (note the leading DOT):
632026-08-10T04:55:02.524Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-08-10T04:55:02.524Zsource "$HOME/.cargo/env.fish" # For fish
652026-08-10T04:55:02.524Zsource "~/.cargo/env.nu" # For nushell
662026-08-10T04:55:02.524Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-08-10T04:55:02.524Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-08-10T04:55:02.524Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-08-10T04:55:02.528Zwarn: no default linker (`cc`) was found in your PATH
702026-08-10T04:55:02.528Zwarn: many Rust crates require a system C toolchain to build
712026-08-10T04:55:02.612Z+ rustup --version
722026-08-10T04:55:02.621Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-08-10T04:55:02.624Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-08-10T04:55:02.642Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-08-10T04:55:02.645Z+ cargo --version
762026-08-10T04:55:02.659Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-08-10T04:55:02.662Z+ rustc --version
782026-08-10T04:55:02.680Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-08-10T04:55:02.683Zprocess exited: duration 18126 ms, exit code 0
 
802026-08-10T04:55:02.690Zstarting task 2: "authentication"
812026-08-10T04:55:02.707Zprocess exited: duration 16 ms, exit code 0
 
822026-08-10T04:55:02.713Zstarting task 3: "clone repository"
832026-08-10T04:55:02.717Z+ mkdir -p /work/oxidecomputer/dropshot
842026-08-10T04:55:02.720Z+ git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot
852026-08-10T04:55:02.749ZCloning into '/work/oxidecomputer/dropshot'...
862026-08-10T04:55:03.540Z+ cd /work/oxidecomputer/dropshot
872026-08-10T04:55:03.540Z+ git fetch origin 067dc1c2c565d604f49bc5266f678bc18b5e28f2
882026-08-10T04:55:03.832ZFrom https://github.com/oxidecomputer/dropshot
892026-08-10T04:55:03.832Z * branch 067dc1c2c565d604f49bc5266f678bc18b5e28f2 -> FETCH_HEAD
902026-08-10T04:55:03.837Z+ [[ -n '' ]]
912026-08-10T04:55:03.837Z+ git reset --hard 067dc1c2c565d604f49bc5266f678bc18b5e28f2
922026-08-10T04:55:03.851ZHEAD is now at 067dc1c Bump subprocess from 1.2.0 to 1.2.1
932026-08-10T04:55:03.855Zprocess exited: duration 1138 ms, exit code 0
 
942026-08-10T04:55:03.862Zstarting task 4: "build"
952026-08-10T04:55:03.866Z+ cargo --version
962026-08-10T04:55:03.870Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
972026-08-10T04:55:04.016Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
982026-08-10T04:55:04.019Zinfo: downloading 6 components
992026-08-10T04:55:20.789Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-10T04:55:20.792Z+ rustc --version
1012026-08-10T04:55:20.818Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-10T04:55:20.822Z+ banner build
1032026-08-10T04:55:20.825Z
1042026-08-10T04:55:20.825Z ##### # # # # #####
1052026-08-10T04:55:20.825Z # # # # # # # #
1062026-08-10T04:55:20.825Z ##### # # # # # #
1072026-08-10T04:55:20.825Z # # # # # # # #
1082026-08-10T04:55:20.825Z # # # # # # # #
1092026-08-10T04:55:20.825Z ##### #### # ###### #####
1102026-08-10T04:55:20.825Z
1112026-08-10T04:55:20.825Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1122026-08-10T04:55:20.905Z Updating crates.io index
1132026-08-10T04:55:22.719Z Downloading crates ...
1142026-08-10T04:55:22.784Z Downloaded scopeguard v1.2.0
1152026-08-10T04:55:22.787Z Downloaded rusticata-macros v4.1.0
1162026-08-10T04:55:22.793Z Downloaded adler2 v2.0.1
1172026-08-10T04:55:22.799Z Downloaded tower-layer v0.3.3
1182026-08-10T04:55:22.802Z Downloaded hyper-rustls v0.27.9
1192026-08-10T04:55:22.805Z Downloaded schemars_derive v0.8.22
1202026-08-10T04:55:22.805Z Downloaded scroll v0.13.0
1212026-08-10T04:55:22.809Z Downloaded rustversion v1.0.22
1222026-08-10T04:55:22.812Z Downloaded thread-id v5.0.0
1232026-08-10T04:55:22.815Z Downloaded newline-converter v0.3.0
1242026-08-10T04:55:22.818Z Downloaded http-body v1.0.1
1252026-08-10T04:55:22.818Z Downloaded icu_collections v1.5.0
1262026-08-10T04:55:22.820Z Downloaded scroll_derive v0.13.1
1272026-08-10T04:55:22.820Z Downloaded iana-time-zone v0.1.47
1282026-08-10T04:55:22.823Z Downloaded lazy_static v1.5.0
1292026-08-10T04:55:22.823Z Downloaded schema v0.2.1
1302026-08-10T04:55:22.823Z Downloaded untrusted v0.9.0
1312026-08-10T04:55:22.826Z Downloaded synstructure v0.13.1
1322026-08-10T04:55:22.826Z Downloaded thiserror v2.0.19
1332026-08-10T04:55:22.829Z Downloaded rustls-pki-types v1.15.1
1342026-08-10T04:55:22.832Z Downloaded mime v0.3.16
1352026-08-10T04:55:22.835Z Downloaded slog-bunyan v2.5.0
1362026-08-10T04:55:22.842Z Downloaded schema-derive v0.2.1
1372026-08-10T04:55:22.850Z Downloaded usdt-impl v0.6.0
1382026-08-10T04:55:22.853Z Downloaded pem v3.0.6
1392026-08-10T04:55:22.856Z Downloaded multer v3.1.0
1402026-08-10T04:55:22.859Z Downloaded rustls-pemfile v2.2.0
1412026-08-10T04:55:22.859Z Downloaded icu_provider_macros v1.5.0
1422026-08-10T04:55:22.863Z Downloaded num_threads v0.1.3
1432026-08-10T04:55:22.863Z Downloaded usdt-macro v0.6.0
1442026-08-10T04:55:22.863Z Downloaded lru-slab v0.1.2
1452026-08-10T04:55:22.866Z Downloaded time-core v0.1.8
1462026-08-10T04:55:22.869Z Downloaded sync_wrapper v1.0.1
1472026-08-10T04:55:22.869Z Downloaded serde_urlencoded v0.7.1
1482026-08-10T04:55:22.872Z Downloaded subtle v2.5.0
1492026-08-10T04:55:22.872Z Downloaded hostname v0.3.1
1502026-08-10T04:55:22.872Z Downloaded write16 v1.0.0
1512026-08-10T04:55:22.872Z Downloaded is-terminal v0.4.12
1522026-08-10T04:55:22.875Z Downloaded spin v0.9.8
1532026-08-10T04:55:22.879Z Downloaded tinyvec v1.5.1
1542026-08-10T04:55:22.882Z Downloaded socket2 v0.5.9
1552026-08-10T04:55:22.882Z Downloaded hostname v0.4.2
1562026-08-10T04:55:22.882Z Downloaded version_check v0.9.5
1572026-08-10T04:55:22.882Z Downloaded simd-adler32 v0.3.7
1582026-08-10T04:55:22.882Z Downloaded stable_deref_trait v1.2.0
1592026-08-10T04:55:22.882Z Downloaded httpdate v1.0.1
1602026-08-10T04:55:22.886Z Downloaded match_cfg v0.1.0
1612026-08-10T04:55:22.886Z Downloaded tokio-macros v2.7.0
1622026-08-10T04:55:22.886Z Downloaded rand_pcg v0.10.2
1632026-08-10T04:55:22.886Z Downloaded rustc-hash v2.0.0
1642026-08-10T04:55:22.889Z Downloaded serde_spanned v1.1.1
1652026-08-10T04:55:22.889Z Downloaded tower-service v0.3.3
1662026-08-10T04:55:22.892Z Downloaded sha1 v0.11.0
1672026-08-10T04:55:22.892Z Downloaded try-lock v0.2.3
1682026-08-10T04:55:22.895Z Downloaded waitgroup v0.1.2
1692026-08-10T04:55:22.895Z Downloaded yoke-derive v0.7.5
1702026-08-10T04:55:22.898Z Downloaded utf8_iter v1.0.4
1712026-08-10T04:55:22.898Z Downloaded itoa v1.0.1
1722026-08-10T04:55:22.898Z Downloaded openssl-probe v0.2.1
1732026-08-10T04:55:22.901Z Downloaded usdt v0.6.0
1742026-08-10T04:55:22.903Z Downloaded thread_local v1.1.4
1752026-08-10T04:55:22.904Z Downloaded litemap v0.7.4
1762026-08-10T04:55:22.906Z Downloaded untrusted v0.7.1
1772026-08-10T04:55:22.906Z Downloaded shlex v1.3.0
1782026-08-10T04:55:22.909Z Downloaded usdt-attr-macro v0.6.0
1792026-08-10T04:55:22.909Z Downloaded simple-mermaid v0.2.0
1802026-08-10T04:55:22.909Z Downloaded lock_api v0.4.6
1812026-08-10T04:55:22.915Z Downloaded heck v0.5.0
1822026-08-10T04:55:22.918Z Downloaded serde_path_to_error v0.1.20
1832026-08-10T04:55:22.918Z Downloaded slog-term v2.9.2
1842026-08-10T04:55:22.918Z Downloaded take_mut v0.2.2
1852026-08-10T04:55:22.921Z Downloaded tinyvec_macros v0.1.0
1862026-08-10T04:55:22.925Z Downloaded httparse v1.10.0
1872026-08-10T04:55:22.925Z Downloaded powerfmt v0.2.0
1882026-08-10T04:55:22.928Z Downloaded parking v2.2.0
1892026-08-10T04:55:22.932Z Downloaded idna_adapter v1.2.0
1902026-08-10T04:55:22.932Z Downloaded plain v0.2.3
1912026-08-10T04:55:22.935Z Downloaded target-triple v1.0.0
1922026-08-10T04:55:22.939Z Downloaded tempfile v3.27.0
1932026-08-10T04:55:22.942Z Downloaded want v0.3.0
1942026-08-10T04:55:22.942Z Downloaded num-conv v0.2.0
1952026-08-10T04:55:22.942Z Downloaded cpufeatures v0.3.0
1962026-08-10T04:55:22.947Z Downloaded futures-sink v0.3.33
1972026-08-10T04:55:22.950Z Downloaded pretty-hex v0.4.1
1982026-08-10T04:55:22.950Z Downloaded jobserver v0.1.34
1992026-08-10T04:55:22.950Z Downloaded pin-project-lite v0.2.12
2002026-08-10T04:55:22.953Z Downloaded serde_derive_internals v0.29.0
2012026-08-10T04:55:22.953Z Downloaded serde_tokenstream v0.2.3
2022026-08-10T04:55:22.956Z Downloaded slab v0.4.9
2032026-08-10T04:55:22.956Z Downloaded quote v1.0.47
2042026-08-10T04:55:22.959Z Downloaded paste v1.0.15
2052026-08-10T04:55:22.962Z Downloaded crypto-common v0.1.6
2062026-08-10T04:55:22.962Z Downloaded dyn-clone v1.0.4
2072026-08-10T04:55:22.962Z Downloaded form_urlencoded v1.2.2
2082026-08-10T04:55:22.962Z Downloaded ipnet v2.10.0
2092026-08-10T04:55:22.965Z Downloaded num-integer v0.1.46
2102026-08-10T04:55:22.965Z Downloaded rand_core v0.10.1
2112026-08-10T04:55:22.965Z Downloaded fastrand v2.1.1
2122026-08-10T04:55:22.968Z Downloaded slog-json v2.6.1
2132026-08-10T04:55:22.971Z Downloaded async-stream-impl v0.3.6
2142026-08-10T04:55:22.971Z Downloaded oid-registry v0.8.1
2152026-08-10T04:55:22.971Z Downloaded pest_generator v2.8.1
2162026-08-10T04:55:22.974Z Downloaded asn1-rs-derive v0.6.0
2172026-08-10T04:55:22.974Z Downloaded signal-hook-registry v1.4.0
2182026-08-10T04:55:22.974Z Downloaded writeable v0.5.5
2192026-08-10T04:55:22.974Z Downloaded tinystr v0.7.6
2202026-08-10T04:55:22.977Z Downloaded rustls-native-certs v0.8.3
2212026-08-10T04:55:22.977Z Downloaded futures-core v0.3.33
2222026-08-10T04:55:22.977Z Downloaded hybrid-array v0.4.8
2232026-08-10T04:55:22.980Z Downloaded dof v0.4.0
2242026-08-10T04:55:22.983Z Downloaded pest_meta v2.8.1
2252026-08-10T04:55:22.986Z Downloaded dtrace-parser v0.3.0
2262026-08-10T04:55:22.989Z Downloaded cfg-if v1.0.0
2272026-08-10T04:55:22.989Z Downloaded thiserror-impl v2.0.19
2282026-08-10T04:55:22.989Z Downloaded unicase v2.6.0
2292026-08-10T04:55:22.991Z Downloaded tokio-tungstenite v0.30.0
2302026-08-10T04:55:22.991Z Downloaded toml_parser v1.1.3+spec-1.1.0
2312026-08-10T04:55:22.994Z Downloaded block-buffer v0.10.2
2322026-08-10T04:55:22.994Z Downloaded block-buffer v0.12.0
2332026-08-10T04:55:22.994Z Downloaded atomic-waker v1.1.2
2342026-08-10T04:55:22.997Z Downloaded smallvec v1.13.2
2352026-08-10T04:55:22.997Z Downloaded async-stream v0.3.6
2362026-08-10T04:55:22.997Z Downloaded time-macros v0.2.27
2372026-08-10T04:55:23.001Z Downloaded unicode-width v0.1.9
2382026-08-10T04:55:23.001Z Downloaded debug-ignore v1.0.5
2392026-08-10T04:55:23.001Z Downloaded futures-io v0.3.33
2402026-08-10T04:55:23.004Z Downloaded percent-encoding v2.3.2
2412026-08-10T04:55:23.004Z Downloaded http-body-util v0.1.4
2422026-08-10T04:55:23.004Z Downloaded parking_lot_core v0.9.4
2432026-08-10T04:55:23.004Z Downloaded pem v4.0.0
2442026-08-10T04:55:23.004Z Downloaded toml_writer v1.1.2+spec-1.1.0
2452026-08-10T04:55:23.007Z Downloaded serde_tokenstream v0.3.0
2462026-08-10T04:55:23.007Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2472026-08-10T04:55:23.008Z Downloaded quinn-udp v0.5.5
2482026-08-10T04:55:23.011Z Downloaded utf16_iter v1.0.5
2492026-08-10T04:55:23.011Z Downloaded termcolor v1.1.2
2502026-08-10T04:55:23.011Z Downloaded yoke v0.7.5
2512026-08-10T04:55:23.014Z Downloaded zeroize v1.8.2
2522026-08-10T04:55:23.014Z Downloaded async-trait v0.1.91
2532026-08-10T04:55:23.017Z Downloaded cfg_aliases v0.2.1
2542026-08-10T04:55:23.017Z Downloaded equivalent v1.0.0
2552026-08-10T04:55:23.017Z Downloaded deranged v0.5.5
2562026-08-10T04:55:23.020Z Downloaded tracing-core v0.1.32
2572026-08-10T04:55:23.023Z Downloaded dunce v1.0.5
2582026-08-10T04:55:23.027Z Downloaded icu_locid_transform v1.5.0
2592026-08-10T04:55:23.030Z Downloaded memmap2 v0.9.8
2602026-08-10T04:55:23.030Z Downloaded concurrent-queue v2.5.0
2612026-08-10T04:55:23.032Z Downloaded unicode-ident v1.0.12
2622026-08-10T04:55:23.033Z Downloaded icu_locid_transform_data v1.5.0
2632026-08-10T04:55:23.033Z Downloaded asn1-rs-impl v0.2.0
2642026-08-10T04:55:23.033Z Downloaded schemars v0.8.22
2652026-08-10T04:55:23.038Z Downloaded similar v2.2.1
2662026-08-10T04:55:23.042Z Downloaded subprocess v1.2.1
2672026-08-10T04:55:23.044Z Downloaded async-channel v2.5.0
2682026-08-10T04:55:23.044Z Downloaded slog-async v2.8.0
2692026-08-10T04:55:23.044Z Downloaded buf-list v1.1.2
2702026-08-10T04:55:23.047Z Downloaded yasna v0.6.0
2712026-08-10T04:55:23.047Z Downloaded once_cell v1.20.1
2722026-08-10T04:55:23.050Z Downloaded futures-macro v0.3.33
2732026-08-10T04:55:23.050Z Downloaded zerofrom-derive v0.1.5
2742026-08-10T04:55:23.050Z Downloaded mime_guess v2.0.5
2752026-08-10T04:55:23.069Z Downloaded icu_properties v1.5.1
2762026-08-10T04:55:23.069Z Downloaded icu_normalizer v1.5.0
2772026-08-10T04:55:23.069Z Downloaded icu_normalizer_data v1.5.0
2782026-08-10T04:55:23.069Z Downloaded icu_provider v1.5.0
2792026-08-10T04:55:23.069Z Downloaded errno v0.3.10
2802026-08-10T04:55:23.069Z Downloaded sha2 v0.10.8
2812026-08-10T04:55:23.069Z Downloaded digest v0.10.7
2822026-08-10T04:55:23.069Z Downloaded futures-task v0.3.33
2832026-08-10T04:55:23.069Z Downloaded autocfg v1.1.0
2842026-08-10T04:55:23.069Z Downloaded cpufeatures v0.2.17
2852026-08-10T04:55:23.069Z Downloaded crypto-common v0.2.1
2862026-08-10T04:55:23.069Z Downloaded byteorder v1.4.3
2872026-08-10T04:55:23.069Z Downloaded event-listener-strategy v0.5.4
2882026-08-10T04:55:23.069Z Downloaded atomicwrites v0.4.4
2892026-08-10T04:55:23.073Z Downloaded compression-core v0.4.32
2902026-08-10T04:55:23.076Z Downloaded slog v2.8.2
2912026-08-10T04:55:23.076Z Downloaded serde_derive v1.0.229
2922026-08-10T04:55:23.079Z Downloaded num-traits v0.2.14
2932026-08-10T04:55:23.082Z Downloaded term v1.1.0
2942026-08-10T04:55:23.084Z Downloaded anyhow v1.0.104
2952026-08-10T04:55:23.090Z Downloaded glob v0.3.0
2962026-08-10T04:55:23.093Z Downloaded fnv v1.0.7
2972026-08-10T04:55:23.096Z Downloaded fs_extra v1.3.0
2982026-08-10T04:55:23.099Z Downloaded url v2.5.4
2992026-08-10T04:55:23.102Z Downloaded log v0.4.17
3002026-08-10T04:55:23.102Z Downloaded ryu v1.0.5
3012026-08-10T04:55:23.105Z Downloaded serde_core v1.0.229
3022026-08-10T04:55:23.105Z Downloaded zerofrom v0.1.5
3032026-08-10T04:55:23.108Z Downloaded uuid v1.24.0
3042026-08-10T04:55:23.108Z Downloaded parking_lot v0.12.1
3052026-08-10T04:55:23.111Z Downloaded rcgen v0.14.8
3062026-08-10T04:55:23.111Z Downloaded futures-executor v0.3.33
3072026-08-10T04:55:23.111Z Downloaded generic-array v0.14.5
3082026-08-10T04:55:23.114Z Downloaded icu_locid v1.5.0
3092026-08-10T04:55:23.117Z Downloaded erased-serde v0.3.31
3102026-08-10T04:55:23.117Z Downloaded compression-codecs v0.4.38
3112026-08-10T04:55:23.120Z Downloaded digest v0.11.2
3122026-08-10T04:55:23.120Z Downloaded socket2 v0.6.3
3132026-08-10T04:55:23.120Z Downloaded zerovec-derive v0.10.3
3142026-08-10T04:55:23.123Z Downloaded cmake v0.1.58
3152026-08-10T04:55:23.123Z Downloaded getrandom v0.2.11
3162026-08-10T04:55:23.126Z Downloaded trybuild v1.0.118
3172026-08-10T04:55:23.126Z Downloaded find-msvc-tools v0.1.9
3182026-08-10T04:55:23.129Z Downloaded bit-vec v0.9.1
3192026-08-10T04:55:23.129Z Downloaded hyper v1.11.0
3202026-08-10T04:55:23.132Z Downloaded semver v1.0.28
3212026-08-10T04:55:23.134Z Downloaded crossbeam-utils v0.8.21
3222026-08-10T04:55:23.134Z Downloaded pest_derive v2.8.1
3232026-08-10T04:55:23.138Z Downloaded console v0.15.7
3242026-08-10T04:55:23.138Z Downloaded tokio-rustls v0.26.4
3252026-08-10T04:55:23.140Z Downloaded toml v1.1.4+spec-1.1.0
3262026-08-10T04:55:23.143Z Downloaded zmij v1.0.2
3272026-08-10T04:55:23.143Z Downloaded camino v1.2.5
3282026-08-10T04:55:23.143Z Downloaded ucd-trie v0.1.6
3292026-08-10T04:55:23.146Z Downloaded displaydoc v0.2.5
3302026-08-10T04:55:23.149Z Downloaded tungstenite v0.30.0
3312026-08-10T04:55:23.152Z Downloaded futures-channel v0.3.33
3322026-08-10T04:55:23.152Z Downloaded serde v1.0.229
3332026-08-10T04:55:23.155Z Downloaded chacha20 v0.10.1
3342026-08-10T04:55:23.161Z Downloaded const-oid v0.10.2
3352026-08-10T04:55:23.164Z Downloaded futures v0.3.33
3362026-08-10T04:55:23.167Z Downloaded typenum v1.19.0
3372026-08-10T04:55:23.167Z Downloaded data-encoding v2.4.0
3382026-08-10T04:55:23.167Z Downloaded miniz_oxide v0.8.9
3392026-08-10T04:55:23.170Z Downloaded prettyplease v0.3.0
3402026-08-10T04:55:23.173Z Downloaded tracing v0.1.40
3412026-08-10T04:55:23.176Z Downloaded memchr v2.6.0
3422026-08-10T04:55:23.181Z Downloaded getrandom v0.4.1
3432026-08-10T04:55:23.184Z Downloaded rustls-webpki v0.103.13
3442026-08-10T04:55:23.187Z Downloaded minimal-lexical v0.2.1
3452026-08-10T04:55:23.190Z Downloaded num-bigint v0.4.3
3462026-08-10T04:55:23.193Z Downloaded proc-macro2 v1.0.107
3472026-08-10T04:55:23.193Z Downloaded quinn v0.11.9
3482026-08-10T04:55:23.196Z Downloaded bitflags v2.11.0
3492026-08-10T04:55:23.199Z Downloaded event-listener v5.0.0
3502026-08-10T04:55:23.199Z Downloaded rustls-platform-verifier v0.6.2
3512026-08-10T04:55:23.202Z Downloaded mio v1.2.0
3522026-08-10T04:55:23.205Z Downloaded der-parser v10.0.0
3532026-08-10T04:55:23.205Z Downloaded bytes v1.12.1
3542026-08-10T04:55:23.208Z Downloaded unicode-segmentation v1.10.0
3552026-08-10T04:55:23.208Z Downloaded crc32fast v1.5.0
3562026-08-10T04:55:23.212Z Downloaded base64 v0.22.1
3572026-08-10T04:55:23.212Z Downloaded x509-parser v0.18.0
3582026-08-10T04:55:23.215Z Downloaded hyper-util v0.1.20
3592026-08-10T04:55:23.218Z Downloaded cc v1.2.60
3602026-08-10T04:55:23.221Z Downloaded indexmap v2.14.0
3612026-08-10T04:55:23.224Z Downloaded crossbeam-channel v0.5.15
3622026-08-10T04:55:23.227Z Downloaded tower v0.5.2
3632026-08-10T04:55:23.232Z Downloaded flate2 v1.1.9
3642026-08-10T04:55:23.235Z Downloaded http v1.5.0
3652026-08-10T04:55:23.238Z Downloaded rand v0.10.2
3662026-08-10T04:55:23.241Z Downloaded expectorate v1.2.0
3672026-08-10T04:55:23.241Z Downloaded idna v1.0.3
3682026-08-10T04:55:23.244Z Downloaded nom v7.1.3
3692026-08-10T04:55:23.247Z Downloaded async-compression v0.4.43
3702026-08-10T04:55:23.250Z Downloaded pest v2.8.1
3712026-08-10T04:55:23.253Z Downloaded zerocopy-derive v0.8.27
3722026-08-10T04:55:23.256Z Downloaded portable-atomic v1.9.0
3732026-08-10T04:55:23.264Z Downloaded iri-string v0.7.8
3742026-08-10T04:55:23.267Z Downloaded hashbrown v0.17.0
3752026-08-10T04:55:23.270Z Downloaded reqwest v0.13.4
3762026-08-10T04:55:23.275Z Downloaded base64 v0.23.0
3772026-08-10T04:55:23.278Z Downloaded winnow v1.0.0
3782026-08-10T04:55:23.281Z Downloaded asn1-rs v0.7.1
3792026-08-10T04:55:23.290Z Downloaded icu_properties_data v1.5.0
3802026-08-10T04:55:23.301Z Downloaded chrono v0.4.45
3812026-08-10T04:55:23.305Z Downloaded zerovec v0.10.4
3822026-08-10T04:55:23.311Z Downloaded quinn-proto v0.11.16
3832026-08-10T04:55:23.320Z Downloaded tokio-util v0.7.19
3842026-08-10T04:55:23.326Z Downloaded tower-http v0.6.8
3852026-08-10T04:55:23.334Z Downloaded serde_json v1.0.151
3862026-08-10T04:55:23.342Z Downloaded openapiv3 v2.2.0
3872026-08-10T04:55:23.355Z Downloaded h2 v0.4.14
3882026-08-10T04:55:23.386Z Downloaded futures-util v0.3.33
3892026-08-10T04:55:23.404Z Downloaded aws-lc-rs v1.16.3
3902026-08-10T04:55:23.409Z Downloaded libc v0.2.189
3912026-08-10T04:55:23.429Z Downloaded time v0.3.47
3922026-08-10T04:55:23.441Z Downloaded zerocopy v0.8.27
3932026-08-10T04:55:23.452Z Downloaded ring v0.17.13
3942026-08-10T04:55:23.475Z Downloaded goblin v0.10.1
3952026-08-10T04:55:23.478Z Downloaded syn v2.0.118
3962026-08-10T04:55:23.484Z Downloaded rustls v0.23.43
3972026-08-10T04:55:23.491Z Downloaded syn v3.0.3
3982026-08-10T04:55:23.496Z Downloaded rustix v0.38.44
3992026-08-10T04:55:23.509Z Downloaded rustix v1.1.4
4002026-08-10T04:55:23.638Z Downloaded tokio v1.53.1
4012026-08-10T04:55:23.713Z Downloaded encoding_rs v0.8.32
4022026-08-10T04:55:24.375Z Downloaded aws-lc-sys v0.40.0
4032026-08-10T04:55:24.590Z Compiling proc-macro2 v1.0.107
4042026-08-10T04:55:24.590Z Compiling quote v1.0.47
4052026-08-10T04:55:24.590Z Compiling unicode-ident v1.0.12
4062026-08-10T04:55:24.593Z Compiling libc v0.2.189
4072026-08-10T04:55:24.593Z Compiling cfg-if v1.0.0
4082026-08-10T04:55:24.593Z Compiling itoa v1.0.1
4092026-08-10T04:55:24.593Z Compiling memchr v2.6.0
4102026-08-10T04:55:24.593Z Compiling serde_core v1.0.229
4112026-08-10T04:55:24.692Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.107/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=9c82bc602d585478 -C extra-filename=-504b3f0855041379 --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-504b3f0855041379 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4122026-08-10T04:55:24.692Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.47/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=0cc95c8db51de9c7 -C extra-filename=-db1add30f6c8035d --out-dir /work/oxidecomputer/dropshot/target/debug/build/quote-db1add30f6c8035d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4132026-08-10T04:55:24.692Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6770121596507594 -C extra-filename=-a0fb0138d82080e4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4142026-08-10T04:55:24.696Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.189/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=ac444defc50d05a0 -C extra-filename=-b3a475bdec800bbf --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-b3a475bdec800bbf -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4152026-08-10T04:55:24.696Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=3b4fb1818a28d5de -C extra-filename=-0af57a848de951cf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4162026-08-10T04:55:24.696Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=92e5e56c227d6589 -C extra-filename=-ce4948a932fb1220 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4172026-08-10T04:55:24.696Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=93e9cfa30d518b8d -C extra-filename=-7981f4679f1d9fcc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4182026-08-10T04:55:24.706Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.229/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=f97d4e1aef9931fd -C extra-filename=-a62f90b516c0d207 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-a62f90b516c0d207 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4192026-08-10T04:55:24.747Z Compiling pin-project-lite v0.2.12
4202026-08-10T04:55:24.751Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=93df2877ad4df9da -C extra-filename=-884aae9ad79cdf73 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4212026-08-10T04:55:24.802Z Compiling autocfg v1.1.0
4222026-08-10T04:55:24.805Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=45555754e315a213 -C extra-filename=-f19cb554f2baccce --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4232026-08-10T04:55:24.822Z Compiling smallvec v1.13.2
4242026-08-10T04:55:24.825Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=1aa649c352a5154e -C extra-filename=-a940c0bb25f890d4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4252026-08-10T04:55:24.832Z Compiling bytes v1.12.1
4262026-08-10T04:55:24.839Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=ed4fd6f73914e10b -C extra-filename=-7853a259e9a38a5c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4272026-08-10T04:55:25.023Z Compiling futures-core v0.3.33
4282026-08-10T04:55:25.026Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.33/src/lib.rs --error-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=4893119575e77804 -C extra-filename=-c318971817f643ca --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4292026-08-10T04:55:25.032Z Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-504b3f0855041379/build-script-build`
4302026-08-10T04:55:25.032Z Running `/work/oxidecomputer/dropshot/target/debug/build/quote-db1add30f6c8035d/build-script-build`
4312026-08-10T04:55:25.035Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-a62f90b516c0d207/build-script-build`
4322026-08-10T04:55:25.063Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-b3a475bdec800bbf/build-script-build`
4332026-08-10T04:55:25.066Z Compiling zmij v1.0.2
4342026-08-10T04:55:25.069Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=2e6758ce9ae4293d -C extra-filename=-9f56ef0b50ccbde2 --out-dir /work/oxidecomputer/dropshot/target/debug/build/zmij-9f56ef0b50ccbde2 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4352026-08-10T04:55:25.083Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.229/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=6e7f397870ac2244 -C extra-filename=-c04ec599fa8cdd79 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
4362026-08-10T04:55:25.086Z Compiling serde v1.0.229
4372026-08-10T04:55:25.086Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.229/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=f82452fba4aae512 -C extra-filename=-a64cb5dbb5b6cebe --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-a64cb5dbb5b6cebe -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4382026-08-10T04:55:25.093Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.189/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=f153abee9e9e47e7 -C extra-filename=-7398cde873465ce2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg freebsd12 --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_picolibc)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(musl32_time64)' --check-cfg 'cfg(musl_redir_time64)' --check-cfg 'cfg(vxworks_lt_25_09)' --check-cfg 'cfg(libc_pauthtest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin","qurt","qnx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
4392026-08-10T04:55:25.166Z Compiling log v0.4.17
4402026-08-10T04:55:25.169Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "value-bag"))' -C metadata=f62e8c65797f3562 -C extra-filename=-726ce06584db557c --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-726ce06584db557c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4412026-08-10T04:55:25.338Z Running `/work/oxidecomputer/dropshot/target/debug/build/zmij-9f56ef0b50ccbde2/build-script-build`
4422026-08-10T04:55:25.362Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.107/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=52b8ccc50e09cb25 -C extra-filename=-e941e402522ab889 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-a0fb0138d82080e4.rmeta --cap-lints allow --cfg wrap_proc_macro --cfg proc_macro_span_location --cfg proc_macro_span_file --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(proc_macro_span_file)' --check-cfg 'cfg(proc_macro_span_location)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_build_probe)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`
4432026-08-10T04:55:25.375Z Compiling serde_json v1.0.151
4442026-08-10T04:55:25.378Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.151/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=bbed4688fc9ed337 -C extra-filename=-03d184dfea8bdc51 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-03d184dfea8bdc51 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4452026-08-10T04:55:25.383Z Compiling thiserror v2.0.19
4462026-08-10T04:55:25.387Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-a64cb5dbb5b6cebe/build-script-build`
4472026-08-10T04:55:25.387Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3963f0d674744c4c -C extra-filename=-022958a6a8237a40 --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-022958a6a8237a40 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4482026-08-10T04:55:25.400Z Compiling once_cell v1.20.1
4492026-08-10T04:55:25.403Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=bee2cea8650ab11b -C extra-filename=-b7c38563a55f281b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4502026-08-10T04:55:25.427Z Running `/work/oxidecomputer/dropshot/target/debug/build/log-726ce06584db557c/build-script-build`
4512026-08-10T04:55:25.439Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zmij --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=ae10a0e80760fee2 -C extra-filename=-649e44e2e51851ff --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(zmij_no_select_unpredictable)'`
4522026-08-10T04:55:25.470Z Compiling parking_lot_core v0.9.4
4532026-08-10T04:55:25.470Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=6028877b28c39ad7 -C extra-filename=-22e219a0a8a39402 --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-22e219a0a8a39402 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4542026-08-10T04:55:25.572Z Compiling jobserver v0.1.34
4552026-08-10T04:55:25.572Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5098454c423c835e -C extra-filename=-cf954cf394cfe7bf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --cap-lints allow`
4562026-08-10T04:55:25.597Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-03d184dfea8bdc51/build-script-build`
4572026-08-10T04:55:25.597Z Compiling shlex v1.3.0
4582026-08-10T04:55:25.605Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9986ebb7cf7640b0 -C extra-filename=-344bda5bbc72db3f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4592026-08-10T04:55:25.609Z Compiling find-msvc-tools v0.1.9
4602026-08-10T04:55:25.609Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name find_msvc_tools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/find-msvc-tools-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --allow=unexpected_cfgs --check-cfg 'cfg(disable_clang_cl_tests)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cd6601d3a5f29b4a -C extra-filename=-2fbfa43f437a4284 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4612026-08-10T04:55:25.623Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "value-bag"))' -C metadata=405afb4f42a49bc3 -C extra-filename=-4d49c31f4ede2482 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-0af57a848de951cf.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics`
4622026-08-10T04:55:25.707Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=11aaeb7a59684285 -C extra-filename=-5375249d3c20c47a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rmeta --cap-lints allow --check-cfg 'cfg(no_diagnostic_namespace)'`
4632026-08-10T04:55:25.720Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-022958a6a8237a40/build-script-build`
4642026-08-10T04:55:25.780Z Compiling cc v1.2.60
4652026-08-10T04:55:25.784Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.60/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --allow=unexpected_cfgs --check-cfg 'cfg(disable_clang_cl_tests)' --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=eb383e4f19f28e54 -C extra-filename=-698538d5e335118d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern find_msvc_tools=/work/oxidecomputer/dropshot/target/debug/deps/libfind_msvc_tools-2fbfa43f437a4284.rmeta --extern jobserver=/work/oxidecomputer/dropshot/target/debug/deps/libjobserver-cf954cf394cfe7bf.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --extern shlex=/work/oxidecomputer/dropshot/target/debug/deps/libshlex-344bda5bbc72db3f.rmeta --cap-lints allow`
4662026-08-10T04:55:25.802Z Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-22e219a0a8a39402/build-script-build`
4672026-08-10T04:55:25.815Z Compiling slab v0.4.9
4682026-08-10T04:55:25.818Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=a1ffdd025cd543f6 -C extra-filename=-2828218fc122b8ba --out-dir /work/oxidecomputer/dropshot/target/debug/build/slab-2828218fc122b8ba -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-f19cb554f2baccce.rlib --cap-lints allow`
4692026-08-10T04:55:25.827Z Compiling scopeguard v1.2.0
4702026-08-10T04:55:25.830Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=ae2bc095072663af -C extra-filename=-b6d3464ca631d43d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4712026-08-10T04:55:25.877Z Compiling syn v2.0.118
4722026-08-10T04:55:25.880Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.118/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=e721a7852ed36cd6 -C extra-filename=-2047fbb698c281e6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-a0fb0138d82080e4.rmeta --cap-lints allow`
4732026-08-10T04:55:25.909Z Compiling syn v3.0.3
4742026-08-10T04:55:25.912Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-3.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=4a970735c73d9faa -C extra-filename=-b66c5bededaa0ec5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-a0fb0138d82080e4.rmeta --cap-lints allow`
4752026-08-10T04:55:25.928Z Compiling futures-sink v0.3.33
4762026-08-10T04:55:25.936Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.33/src/lib.rs --error-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=878bbf4b09ce1a83 -C extra-filename=-63947ff075e63cff --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4772026-08-10T04:55:26.002Z Compiling lock_api v0.4.6
4782026-08-10T04:55:26.002Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "nightly", "owning_ref", "serde"))' -C metadata=c49f1f08fc14dc2e -C extra-filename=-0c15f3eee7825418 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rmeta --cap-lints allow`
4792026-08-10T04:55:26.034Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=6b47fe8ef6bedf5d -C extra-filename=-d8d5035b92db741b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-0af57a848de951cf.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-a940c0bb25f890d4.rmeta --cap-lints allow`
4802026-08-10T04:55:26.034Z Running `/work/oxidecomputer/dropshot/target/debug/build/slab-2828218fc122b8ba/build-script-build`
4812026-08-10T04:55:26.054Z Compiling dunce v1.0.5
4822026-08-10T04:55:26.063Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dunce --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dunce-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e20f089430bba52c -C extra-filename=-ac5f9eaa9f50506a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4832026-08-10T04:55:26.125Z Compiling fs_extra v1.3.0
4842026-08-10T04:55:26.129Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name fs_extra --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs_extra-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bfeb2e6eb2d53514 -C extra-filename=-1d38efd74f2c7fc0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4852026-08-10T04:55:26.143Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.229/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=33a23fab8f2cf5f1 -C extra-filename=-5f4cfd6e0769b66b --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-5f4cfd6e0769b66b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4862026-08-10T04:55:26.210Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=8706cd8dd8d41fa4 -C extra-filename=-e621bc1f4ef5167b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4872026-08-10T04:55:26.340Z Compiling parking_lot v0.12.1
4882026-08-10T04:55:26.349Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=343d74144a055038 -C extra-filename=-07054b2f220e24f0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern lock_api=/work/oxidecomputer/dropshot/target/debug/deps/liblock_api-0c15f3eee7825418.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-d8d5035b92db741b.rmeta --cap-lints allow`
4892026-08-10T04:55:26.369Z Compiling mio v1.2.0
4902026-08-10T04:55:26.373Z Compiling socket2 v0.6.3
4912026-08-10T04:55:26.373Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=09edacf1d3a0ddab -C extra-filename=-322ebfe76ea31557 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --cap-lints allow`
4922026-08-10T04:55:26.373Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=3a7c0dbcbcf06342 -C extra-filename=-13e5a67c9a9fe3ba --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --cap-lints allow`
4932026-08-10T04:55:26.457Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-5f4cfd6e0769b66b/build-script-build`
4942026-08-10T04:55:26.497Z Compiling cmake v0.1.58
4952026-08-10T04:55:26.500Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cmake --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cmake-0.1.58/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b894a2fef91ad573 -C extra-filename=-dbbe940f675d1cd7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-698538d5e335118d.rmeta --cap-lints allow`
4962026-08-10T04:55:26.741Z Compiling signal-hook-registry v1.4.0
4972026-08-10T04:55:26.745Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1b746e2aa5f9b4ff -C extra-filename=-0bfca18cd927c29a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --cap-lints allow`
4982026-08-10T04:55:26.803Z Compiling stable_deref_trait v1.2.0
4992026-08-10T04:55:26.807Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=6bb90c62f0ac94fe -C extra-filename=-1fbe238204fc37a8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5002026-08-10T04:55:26.829Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.229/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=6e6d87f2cd4b8d3f -C extra-filename=-d4919a0507b8ef23 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
5012026-08-10T04:55:26.857Z Compiling futures-channel v0.3.33
5022026-08-10T04:55:26.860Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.33/src/lib.rs --error-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=a870347391f8444e -C extra-filename=-b2df71eb68912703 --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-c318971817f643ca.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-63947ff075e63cff.rmeta --cap-lints allow`
5032026-08-10T04:55:26.875Z Compiling http v1.5.0
5042026-08-10T04:55:26.879Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=570da6258f7676f2 -C extra-filename=-fda23fd0e72df1f0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-ce4948a932fb1220.rmeta --cap-lints allow`
5052026-08-10T04:55:26.945Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.229/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=97c7a94f862f9a8f -C extra-filename=-a6ae2ed5db9c9184 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-a6ae2ed5db9c9184 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5062026-08-10T04:55:27.015Z Compiling aws-lc-sys v0.40.0
5072026-08-10T04:55:27.019Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.40.0/builder/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-bindings", "asan", "bindgen", "default", "disable-prebuilt-nasm", "fips", "prebuilt-nasm", "ssl"))' -C metadata=a063b157a77fe144 -C extra-filename=-6fd9d4a5309a377f --out-dir /work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-6fd9d4a5309a377f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-698538d5e335118d.rlib --extern cmake=/work/oxidecomputer/dropshot/target/debug/deps/libcmake-dbbe940f675d1cd7.rlib --extern dunce=/work/oxidecomputer/dropshot/target/debug/deps/libdunce-ac5f9eaa9f50506a.rlib --extern fs_extra=/work/oxidecomputer/dropshot/target/debug/deps/libfs_extra-1d38efd74f2c7fc0.rlib --cap-lints allow`
5082026-08-10T04:55:27.072Z Compiling zeroize v1.8.2
5092026-08-10T04:55:27.075Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-1.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=477599378db2779f -C extra-filename=-6e75366fb73b4724 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5102026-08-10T04:55:27.136Z Compiling version_check v0.9.5
5112026-08-10T04:55:27.139Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=350547eac7d18062 -C extra-filename=-ea52cc362ec4cf08 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5122026-08-10T04:55:27.240Z Compiling rand_core v0.10.1
5132026-08-10T04:55:27.244Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::undocumented_unsafe_blocks' --warn=missing_docs --warn=missing_debug_implementations --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=786f72d28ea51a31 -C extra-filename=-d9753deb2e14760e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5142026-08-10T04:55:27.257Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-a6ae2ed5db9c9184/build-script-build`
5152026-08-10T04:55:27.287Z Compiling ucd-trie v0.1.6
5162026-08-10T04:55:27.291Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e8824b05664dd76c -C extra-filename=-a712a9639355ef79 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5172026-08-10T04:55:27.392Z Compiling getrandom v0.4.1
5182026-08-10T04:55:27.396Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' --cfg 'feature="std"' --cfg 'feature="sys_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=dd9799dab2026aa1 -C extra-filename=-28274eeaf46357b5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/getrandom-28274eeaf46357b5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5192026-08-10T04:55:27.401Z Compiling aws-lc-rs v1.16.3
5202026-08-10T04:55:27.409Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.16.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="aws-lc-sys"' --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "dev-tests-only", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=25cd0f9b80b71ca1 -C extra-filename=-a4926348862195ef --out-dir /work/oxidecomputer/dropshot/target/debug/build/aws-lc-rs-a4926348862195ef -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5212026-08-10T04:55:27.585Z Compiling futures-io v0.3.33
5222026-08-10T04:55:27.594Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.33/src/lib.rs --error-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=3bce664ca84634b4 -C extra-filename=-2040d6b08a4120d5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5232026-08-10T04:55:27.650Z Compiling bitflags v2.11.0
5242026-08-10T04:55:27.654Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "example_generated", "serde", "serde_core", "std"))' -C metadata=222cd244a8d5ce52 -C extra-filename=-e43aa92cc1f4a725 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5252026-08-10T04:55:27.696Z Compiling futures-task v0.3.33
5262026-08-10T04:55:27.699Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.33/src/lib.rs --error-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=6649bc7af3585ee4 -C extra-filename=-ad557284520dff9a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5272026-08-10T04:55:27.750Z Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-28274eeaf46357b5/build-script-build`
5282026-08-10T04:55:27.754Z Compiling rustls-pki-types v1.15.1
5292026-08-10T04:55:27.758Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.15.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused_qualifications --warn=unused_import_braces --warn=unused_extern_crates --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=elided_lifetimes_in_paths --check-cfg 'cfg(rustls_pki_types_docsrs)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=ef97b9d6c0eda587 -C extra-filename=-46ccf6657b23a4ec --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-6e75366fb73b4724.rmeta --cap-lints allow`
5302026-08-10T04:55:27.834Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.151/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=16649aad51fce8e9 -C extra-filename=-d8ae09073c416b7d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-ce4948a932fb1220.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-7981f4679f1d9fcc.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-c04ec599fa8cdd79.rmeta --extern zmij=/work/oxidecomputer/dropshot/target/debug/deps/libzmij-649e44e2e51851ff.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
5312026-08-10T04:55:27.849Z Running `/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-6fd9d4a5309a377f/build-script-main`
5322026-08-10T04:55:27.866Z Compiling zerocopy v0.8.27
5332026-08-10T04:55:27.876Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.27/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=be279384903d4571 -C extra-filename=-5495717be3ce71fc --out-dir /work/oxidecomputer/dropshot/target/debug/build/zerocopy-5495717be3ce71fc -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5342026-08-10T04:55:27.876Z Compiling httparse v1.10.0
5352026-08-10T04:55:27.880Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2d84dbf6667f4bfc -C extra-filename=-09bff0e2cb74ab72 --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-09bff0e2cb74ab72 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5362026-08-10T04:55:28.257Z Compiling rustversion v1.0.22
5372026-08-10T04:55:28.261Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ac8b19efda0531fc -C extra-filename=-9c10b9a6efaf0d28 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustversion-9c10b9a6efaf0d28 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5382026-08-10T04:55:28.299Z Compiling typenum v1.19.0
5392026-08-10T04:55:28.303Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="const-generics"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=962eb8bc3b6b9dd8 -C extra-filename=-50b0702e01ae3626 --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-50b0702e01ae3626 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5402026-08-10T04:55:28.308Z Running `/work/oxidecomputer/dropshot/target/debug/build/zerocopy-5495717be3ce71fc/build-script-build`
5412026-08-10T04:55:28.348Z Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-09bff0e2cb74ab72/build-script-build`
5422026-08-10T04:55:28.396Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' --cfg 'feature="std"' --cfg 'feature="sys_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=7ffbf2851090e35e -C extra-filename=-ca79870ce014c763 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-0af57a848de951cf.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-d9753deb2e14760e.rmeta --cap-lints allow`
5432026-08-10T04:55:28.572Z Compiling errno v0.3.10
5442026-08-10T04:55:28.575Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=69a6ba90396417b3 -C extra-filename=-806bbb81fbf955fc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --cap-lints allow`
5452026-08-10T04:55:28.605Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustversion-9c10b9a6efaf0d28/build-script-build`
5462026-08-10T04:55:28.636Z Compiling synstructure v0.13.1
5472026-08-10T04:55:28.639Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=eaf1d9830bac86b1 -C extra-filename=-ffb52adcde0fdd46 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rmeta --cap-lints allow`
5482026-08-10T04:55:28.646Z Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-50b0702e01ae3626/build-script-build`
5492026-08-10T04:55:28.663Z Compiling writeable v0.5.5
5502026-08-10T04:55:28.666Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name writeable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "either"))' -C metadata=c43bfcb9b6c380e8 -C extra-filename=-044bc8bbb95909aa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5512026-08-10T04:55:28.691Z Compiling litemap v0.7.4
5522026-08-10T04:55:28.695Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "testing", "yoke"))' -C metadata=d67cd9afebc6e347 -C extra-filename=-88ebcf735b7babe1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5532026-08-10T04:55:28.724Z Compiling crossbeam-utils v0.8.21
5542026-08-10T04:55:28.727Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=e7dc5363eb1bdbf8 -C extra-filename=-e82eb90406bd2360 --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-e82eb90406bd2360 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5552026-08-10T04:55:28.894Z Compiling rustix v1.1.4
5562026-08-10T04:55:28.898Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=ba2bd908a38d2b7a -C extra-filename=-694ee3f3379eb6d4 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-694ee3f3379eb6d4 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5572026-08-10T04:55:28.956Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="const-generics"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=1108c162c997bca9 -C extra-filename=-8588b87493353f2b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5582026-08-10T04:55:29.026Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cb27623922b58e80 -C extra-filename=-4b8f14609df1dd30 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro --cap-lints allow --check-cfg 'cfg(cfg_macro_not_allowed)' --check-cfg 'cfg(host_os, values("windows"))'`
5592026-08-10T04:55:29.039Z Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-e82eb90406bd2360/build-script-build`
5602026-08-10T04:55:29.051Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ab48dc3ac8d0646f -C extra-filename=-5a88a5daedc53632 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg httparse_simd_neon_intrinsics --cfg httparse_simd`
5612026-08-10T04:55:29.156Z Compiling hashbrown v0.17.0
5622026-08-10T04:55:29.160Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused_extern_crates --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_else' '--warn=clippy::ptr_cast_constness' '--warn=clippy::ptr_as_ptr' '--allow=clippy::option_if_let_else' '--warn=clippy::needless_continue' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_safety_doc' '--allow=clippy::missing_errors_doc' --warn=missing_docs '--allow=clippy::manual_map' '--warn=clippy::manual_let_else' --warn=explicit_outlives_requirements --warn=ellipsis_inclusive_range_patterns --warn=elided_lifetimes_in_paths '--allow=clippy::doc_markdown' '--warn=clippy::borrow_as_ptr' --warn=bare_trait_objects --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=087bc64d696e68a2 -C extra-filename=-e8e8b30695935823 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5632026-08-10T04:55:29.256Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-694ee3f3379eb6d4/build-script-build`
5642026-08-10T04:55:29.357Z Compiling equivalent v1.0.0
5652026-08-10T04:55:29.361Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1fd1aab82253abfb -C extra-filename=-66649c96b7aa6105 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5662026-08-10T04:55:29.440Z Compiling num-conv v0.2.0
5672026-08-10T04:55:29.443Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=289aed1493447032 -C extra-filename=-e341a82f1fff0f09 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5682026-08-10T04:55:29.453Z Compiling powerfmt v0.2.0
5692026-08-10T04:55:29.456Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=ff4b9fb17913e2b6 -C extra-filename=-2e0ac05791d5c716 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5702026-08-10T04:55:29.568Z Compiling time-core v0.1.8
5712026-08-10T04:55:29.571Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("large-dates"))' -C metadata=900a95317df82f14 -C extra-filename=-d92b0a234662c57c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5722026-08-10T04:55:29.577Z Compiling slog v2.8.2
5732026-08-10T04:55:29.580Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=c29cb75765ef6acb -C extra-filename=-ac4226edf208555a --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-ac4226edf208555a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rustversion=/work/oxidecomputer/dropshot/target/debug/deps/librustversion-4b8f14609df1dd30.so --cap-lints allow`
5742026-08-10T04:55:29.658Z Compiling indexmap v2.14.0
5752026-08-10T04:55:29.661Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --deny=unsafe-code --deny=unreachable-pub --deny=unnameable-types '--allow=clippy::style' --warn=rust-2018-idioms --deny=private-interfaces --deny=private-bounds --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "serde", "std", "sval", "test_debug"))' -C metadata=32190faa062c654d -C extra-filename=-aeb7e62e5466d37c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern equivalent=/work/oxidecomputer/dropshot/target/debug/deps/libequivalent-66649c96b7aa6105.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-e8e8b30695935823.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-c04ec599fa8cdd79.rmeta --cap-lints allow`
5762026-08-10T04:55:29.673Z Compiling hybrid-array v0.4.8
5772026-08-10T04:55:29.676Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hybrid_array --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hybrid-array-0.4.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--warn=clippy::panic_in_result_fn' '--warn=clippy::panic' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' '--warn=clippy::arithmetic_side_effects' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytemuck", "ctutils", "extra-sizes", "serde", "subtle", "zerocopy", "zeroize"))' -C metadata=e6d177d3171ad1f7 -C extra-filename=-5eced5b1f3dc5410 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-8588b87493353f2b.rmeta --cap-lints allow`
5782026-08-10T04:55:29.708Z Compiling time-macros v0.2.27
5792026-08-10T04:55:29.716Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="formatting"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=dc3fff4dac1ccb89 -C extra-filename=-3cd05aadbfb7f77a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-e341a82f1fff0f09.rlib --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-d92b0a234662c57c.rlib --extern proc_macro --cap-lints allow`
5802026-08-10T04:55:29.720Z Compiling deranged v0.5.5
5812026-08-10T04:55:29.726Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--allow=clippy::redundant-pub-crate' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints '--allow=clippy::option-if-let-else' --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --warn=unstable-name-collisions --allow=path-statements --cfg 'feature="default"' --cfg 'feature="powerfmt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "num", "powerfmt", "quickcheck", "rand", "rand08", "rand09", "serde"))' -C metadata=3c31a5606af9a3bb -C extra-filename=-46d5bba9eae7a669 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-2e0ac05791d5c716.rmeta --cap-lints allow`
5822026-08-10T04:55:29.797Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=9afd612f6de5743c -C extra-filename=-63187ccbe35f6e82 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bitflags=/work/oxidecomputer/dropshot/target/debug/deps/libbitflags-e43aa92cc1f4a725.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-806bbb81fbf955fc.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --cap-lints allow --cfg static_assertions --cfg lower_upper_exp_for_non_zero --cfg rustc_diagnostics --cfg libc --cfg solarish`
5832026-08-10T04:55:29.809Z Compiling serde_derive v1.0.229
5842026-08-10T04:55:29.812Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.229/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=51fc34d5d2ea36ea -C extra-filename=-a96912dea8404812 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b66c5bededaa0ec5.rlib --extern proc_macro --cap-lints allow`
5852026-08-10T04:55:29.872Z Compiling thiserror-impl v2.0.19
5862026-08-10T04:55:29.875Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=443722c5f2762967 -C extra-filename=-30f297734f3e74d4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b66c5bededaa0ec5.rlib --extern proc_macro --cap-lints allow`
5872026-08-10T04:55:30.117Z Compiling zerofrom-derive v0.1.5
5882026-08-10T04:55:30.120Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e5024acacae6c7ff -C extra-filename=-cd6e8bc185f45903 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-ffb52adcde0fdd46.rlib --extern proc_macro --cap-lints allow`
5892026-08-10T04:55:30.291Z Compiling yoke-derive v0.7.5
5902026-08-10T04:55:30.294Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name yoke_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9f6659d0c926eee2 -C extra-filename=-07598d56270a8621 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-ffb52adcde0fdd46.rlib --extern proc_macro --cap-lints allow`
5912026-08-10T04:55:30.651Z Compiling tokio-macros v2.7.0
5922026-08-10T04:55:30.660Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=23266cc9a5e893c5 -C extra-filename=-559d030644ee3925 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rlib --extern proc_macro --cap-lints allow`
5932026-08-10T04:55:30.664Z Compiling zerovec-derive v0.10.3
5942026-08-10T04:55:30.664Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zerovec_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=90e272c886412ef2 -C extra-filename=-916ee3abb702abf4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rlib --extern proc_macro --cap-lints allow`
5952026-08-10T04:55:30.696Z Compiling futures-macro v0.3.33
5962026-08-10T04:55:30.699Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.33/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=b0b996329d8ef1c7 -C extra-filename=-3e29e899d0b288cf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rlib --extern proc_macro --cap-lints allow`
5972026-08-10T04:55:31.064Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=70220f47e7447e8d -C extra-filename=-b748758db30a035e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror_impl-30f297734f3e74d4.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
5982026-08-10T04:55:31.167Z Compiling displaydoc v0.2.5
5992026-08-10T04:55:31.170Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name displaydoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b7f1e9b276f40908 -C extra-filename=-4916686deaf3ccff --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rlib --extern proc_macro --cap-lints allow`
6002026-08-10T04:55:31.282Z Compiling zerofrom v0.1.5
6012026-08-10T04:55:31.285Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=d63e94821913d181 -C extra-filename=-87236e095638660a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern zerofrom_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom_derive-cd6e8bc185f45903.so --cap-lints allow`
6022026-08-10T04:55:31.292Z Compiling pest v2.8.1
6032026-08-10T04:55:31.295Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=b0515076b88f4a98 -C extra-filename=-3326c26a73d87d53 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-7981f4679f1d9fcc.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-a712a9639355ef79.rmeta --cap-lints allow`
6042026-08-10T04:55:31.376Z Compiling tokio v1.53.1
6052026-08-10T04:55:31.379Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.53.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-uring", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "schedule-latency", "signal", "signal-hook-registry", "socket2", "sync", "taskdump", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=5c83f1444ea8a38b -C extra-filename=-5bff1d695e8a340e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-322ebfe76ea31557.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-07054b2f220e24f0.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-0bfca18cd927c29a.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-13e5a67c9a9fe3ba.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-559d030644ee3925.so --cap-lints allow`
6062026-08-10T04:55:31.404Z Compiling yoke v0.7.5
6072026-08-10T04:55:31.407Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=48b69544b0502f01 -C extra-filename=-5e5bdec5097ddff9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern stable_deref_trait=/work/oxidecomputer/dropshot/target/debug/deps/libstable_deref_trait-1fbe238204fc37a8.rmeta --extern yoke_derive=/work/oxidecomputer/dropshot/target/debug/deps/libyoke_derive-07598d56270a8621.so --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-87236e095638660a.rmeta --cap-lints allow`
6082026-08-10T04:55:31.499Z Compiling futures-util v0.3.33
6092026-08-10T04:55:31.502Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "libc", "memchr", "portable-atomic", "portable-atomic-alloc", "portable-atomic-util", "portable_atomic_crate", "sink", "slab", "spin", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=89309650d2d332d1 -C extra-filename=-b80a1fa00d64ebea --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-b2df71eb68912703.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c318971817f643ca.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-2040d6b08a4120d5.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-3e29e899d0b288cf.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-63947ff075e63cff.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-ad557284520dff9a.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-7981f4679f1d9fcc.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-e621bc1f4ef5167b.rmeta --cap-lints allow`
6102026-08-10T04:55:31.593Z Compiling zerocopy-derive v0.8.27
6112026-08-10T04:55:31.597Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.8.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8f3916df79b55a53 -C extra-filename=-00a739cb5be4386a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rlib --extern proc_macro --cap-lints allow`
6122026-08-10T04:55:31.668Z Compiling zerovec v0.10.4
6132026-08-10T04:55:31.671Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=39bc27c2ee6335db -C extra-filename=-8b10918e9f77896f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-5e5bdec5097ddff9.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-87236e095638660a.rmeta --extern zerovec_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec_derive-916ee3abb702abf4.so --cap-lints allow`
6142026-08-10T04:55:31.901Z Compiling icu_provider_macros v1.5.0
6152026-08-10T04:55:31.904Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider_macros-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=30afb46f48e3eed9 -C extra-filename=-b2bdccf5add6fb4a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rlib --extern proc_macro --cap-lints allow`
6162026-08-10T04:55:32.367Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.229/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=41af632676b4141b -C extra-filename=-487c7942d90f23d8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-c04ec599fa8cdd79.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-a96912dea8404812.so --cap-lints allow --cfg if_docsrs_then_no_serde_core --check-cfg 'cfg(feature, values("result"))' --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
6172026-08-10T04:55:32.466Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.229/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=c2d9ce6539e7ee11 -C extra-filename=-6360e43d0dec8e96 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-d4919a0507b8ef23.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-a96912dea8404812.so --cap-lints allow --cfg if_docsrs_then_no_serde_core --check-cfg 'cfg(feature, values("result"))' --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
6182026-08-10T04:55:32.525Z Compiling tinystr v0.7.6
6192026-08-10T04:55:32.529Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=55f9c292f51fd127 -C extra-filename=-f248edb2d57609ee --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern displaydoc=/work/oxidecomputer/dropshot/target/debug/deps/libdisplaydoc-4916686deaf3ccff.so --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-8b10918e9f77896f.rmeta --cap-lints allow`
6202026-08-10T04:55:32.558Z Compiling pest_meta v2.8.1
6212026-08-10T04:55:32.566Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=1d09c03f4df54bad -C extra-filename=-2d51cf06f797ff4e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-3326c26a73d87d53.rmeta --cap-lints allow`
6222026-08-10T04:55:32.718Z Compiling icu_locid v1.5.0
6232026-08-10T04:55:32.721Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std", "zerovec"))' -C metadata=0c374216b3ec5fe5 -C extra-filename=-5e49e9b5c5387f9a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern displaydoc=/work/oxidecomputer/dropshot/target/debug/deps/libdisplaydoc-4916686deaf3ccff.so --extern litemap=/work/oxidecomputer/dropshot/target/debug/deps/liblitemap-88ebcf735b7babe1.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-f248edb2d57609ee.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-044bc8bbb95909aa.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-8b10918e9f77896f.rmeta --cap-lints allow`
6242026-08-10T04:55:32.794Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=2e284b18c8f666ed -C extra-filename=-a9e5094f49e938b4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern zerocopy_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy_derive-00a739cb5be4386a.so --cap-lints allow --cfg zerocopy_core_error_1_81_0 --cfg zerocopy_diagnostic_on_unimplemented_1_78_0 --cfg zerocopy_generic_bounds_in_const_fn_1_61_0 --cfg zerocopy_target_has_atomics_1_60_0 --cfg zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(rust, values("1.81.0"))' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(rust, values("1.78.0"))' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(rust, values("1.61.0"))' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(rust, values("1.60.0"))' --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(rust, values("1.59.0"))' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(rust, values("1.57.0"))' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(coverage_nightly)'`
6252026-08-10T04:55:32.872Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=2413aa9b720bf8f9 -C extra-filename=-ae9a44e61fd590b1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'`
6262026-08-10T04:55:33.007Z Compiling http-body v1.0.1
6272026-08-10T04:55:33.010Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=07026df5668297c6 -C extra-filename=-3621baa5976929d1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rmeta --cap-lints allow`
6282026-08-10T04:55:33.154Z Compiling tracing-core v0.1.32
6292026-08-10T04:55:33.157Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=cc717c33bf4eef65 -C extra-filename=-0d09423e7c6b03da --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-b7c38563a55f281b.rmeta --cap-lints allow`
6302026-08-10T04:55:33.382Z Compiling pest_generator v2.8.1
6312026-08-10T04:55:33.385Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=d556c3c4b9204ba5 -C extra-filename=-0ab5842f66d8b6d8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-3326c26a73d87d53.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-2d51cf06f797ff4e.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rmeta --cap-lints allow`
6322026-08-10T04:55:33.700Z Compiling icu_provider v1.5.0
6332026-08-10T04:55:33.703Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "datagen", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "experimental", "log_error_context", "logging", "macros", "serde", "std", "sync"))' -C metadata=5a79a0db2f1bda16 -C extra-filename=-baa2749fa6d149ca --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern displaydoc=/work/oxidecomputer/dropshot/target/debug/deps/libdisplaydoc-4916686deaf3ccff.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-5e49e9b5c5387f9a.rmeta --extern icu_provider_macros=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider_macros-b2bdccf5add6fb4a.so --extern stable_deref_trait=/work/oxidecomputer/dropshot/target/debug/deps/libstable_deref_trait-1fbe238204fc37a8.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-f248edb2d57609ee.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-044bc8bbb95909aa.rmeta --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-5e5bdec5097ddff9.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-87236e095638660a.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-8b10918e9f77896f.rmeta --cap-lints allow`
6342026-08-10T04:55:33.752Z Compiling icu_locid_transform_data v1.5.0
6352026-08-10T04:55:33.755Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=47cd3787c0bdbcca -C extra-filename=-56961197c81174c2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6362026-08-10T04:55:33.821Z Compiling num_threads v0.1.3
6372026-08-10T04:55:33.825Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_threads-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8f7827e4d31f05fb -C extra-filename=-50fb03269635d8cd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6382026-08-10T04:55:33.847Z Compiling untrusted v0.9.0
6392026-08-10T04:55:33.851Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6dd299bfceaba081 -C extra-filename=-f4acdcd0a43f097d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6402026-08-10T04:55:33.885Z Compiling percent-encoding v2.3.2
6412026-08-10T04:55:33.888Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=83d0ac46b17e7ed9 -C extra-filename=-02ea126171a070cc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6422026-08-10T04:55:33.912Z Compiling rustix v0.38.44
6432026-08-10T04:55:33.915Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=f754bada16a7f6ab -C extra-filename=-1d637342bbf8d08c --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-1d637342bbf8d08c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6442026-08-10T04:55:33.960Z Compiling fastrand v2.1.1
6452026-08-10T04:55:33.964Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=459711adbb55e470 -C extra-filename=-33ddf61acbdb72f1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6462026-08-10T04:55:33.993Z Compiling pest_derive v2.8.1
6472026-08-10T04:55:34.001Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_derive-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=6c39a01768a572d2 -C extra-filename=-c2708156631b0fd2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-3326c26a73d87d53.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-0ab5842f66d8b6d8.rlib --extern proc_macro --cap-lints allow`
6482026-08-10T04:55:34.078Z Compiling atomic-waker v1.1.2
6492026-08-10T04:55:34.082Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-waker-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=7f685d95fb7b02e0 -C extra-filename=-0c5c0c2668894ecb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6502026-08-10T04:55:34.161Z Compiling rustls v0.23.43
6512026-08-10T04:55:34.164Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.43/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(bench)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(read_buf)' --check-cfg 'cfg(rustls_docsrs)' --cfg 'feature="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "prefer-post-quantum", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=423a9bc9a7f78d10 -C extra-filename=-5852628357619032 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-5852628357619032 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6522026-08-10T04:55:34.199Z Compiling icu_locid_transform v1.5.0
6532026-08-10T04:55:34.202Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=3748884d554fe26f -C extra-filename=-db770ca5e1e10062 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern displaydoc=/work/oxidecomputer/dropshot/target/debug/deps/libdisplaydoc-4916686deaf3ccff.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-5e49e9b5c5387f9a.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform_data-56961197c81174c2.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-baa2749fa6d149ca.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-f248edb2d57609ee.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-8b10918e9f77896f.rmeta --cap-lints allow`
6542026-08-10T04:55:34.226Z Compiling time v0.3.47
6552026-08-10T04:55:34.234Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "rand08", "rand09", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=d97b9338f2e09279 -C extra-filename=-10603f4cede7450e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern deranged=/work/oxidecomputer/dropshot/target/debug/deps/libderanged-46d5bba9eae7a669.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-ce4948a932fb1220.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-e341a82f1fff0f09.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-50fb03269635d8cd.rmeta --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-2e0ac05791d5c716.rmeta --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-d92b0a234662c57c.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-3cd05aadbfb7f77a.so --cap-lints allow`
6562026-08-10T04:55:34.244Z Compiling tracing v0.1.40
6572026-08-10T04:55:34.248Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-1d637342bbf8d08c/build-script-build`
6582026-08-10T04:55:34.248Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=d1b357289f919949 -C extra-filename=-e1c383497ab6c564 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-0d09423e7c6b03da.rmeta --cap-lints allow`
6592026-08-10T04:55:34.322Z Compiling erased-serde v0.3.31
6602026-08-10T04:55:34.326Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=18a5a145eb97d29e -C extra-filename=-b80c1b6428a1d44c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rmeta --cap-lints allow`
6612026-08-10T04:55:34.363Z Compiling icu_collections v1.5.0
6622026-08-10T04:55:34.366Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std"))' -C metadata=1ac56eab66a9fd67 -C extra-filename=-51c5415495d7752c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern displaydoc=/work/oxidecomputer/dropshot/target/debug/deps/libdisplaydoc-4916686deaf3ccff.so --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-5e5bdec5097ddff9.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-87236e095638660a.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-8b10918e9f77896f.rmeta --cap-lints allow`
6632026-08-10T04:55:34.469Z Compiling scroll_derive v0.13.1
6642026-08-10T04:55:34.472Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=494a941d98c4ff0d -C extra-filename=-f0f4cc01b1264d80 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rlib --extern proc_macro --cap-lints allow`
6652026-08-10T04:55:34.551Z Compiling dtrace-parser v0.3.0
6662026-08-10T04:55:34.554Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtrace-parser-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dcecd4e0a59d6166 -C extra-filename=-01be94811a338e25 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-3326c26a73d87d53.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-c2708156631b0fd2.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rmeta --cap-lints allow`
6672026-08-10T04:55:34.813Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-ac4226edf208555a/build-script-build`
6682026-08-10T04:55:34.826Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.151/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=3291d90e991ef9f6 -C extra-filename=-bb5ae4b55424d122 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-ce4948a932fb1220.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-7981f4679f1d9fcc.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-d4919a0507b8ef23.rmeta --extern zmij=/work/oxidecomputer/dropshot/target/debug/deps/libzmij-649e44e2e51851ff.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
6692026-08-10T04:55:34.970Z Compiling tokio-util v0.7.19
6702026-08-10T04:55:34.974Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="libc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "join-map", "libc", "net", "rt", "slab", "time", "tracing"))' -C metadata=a5662e371903f42a -C extra-filename=-cc8c069a4bd52ef6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c318971817f643ca.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-63947ff075e63cff.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rmeta --cap-lints allow`
6712026-08-10T04:55:35.281Z Compiling thread-id v5.0.0
6722026-08-10T04:55:35.285Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread-id-5.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bd943c99bfdedfb1 -C extra-filename=-4663d471d4a479c4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --cap-lints allow`
6732026-08-10T04:55:35.291Z Compiling num-traits v0.2.14
6742026-08-10T04:55:35.294Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=b1dccff30b54ec7b -C extra-filename=-fe1ae5224009a749 --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-fe1ae5224009a749 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-f19cb554f2baccce.rlib --cap-lints allow`
6752026-08-10T04:55:35.300Z Compiling icu_properties_data v1.5.0
6762026-08-10T04:55:35.304Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3992d1f5d9088d8f -C extra-filename=-1850606870df44b9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6772026-08-10T04:55:35.358Z Compiling usdt-impl v0.6.0
6782026-08-10T04:55:35.361Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=a8da175faffed4c2 -C extra-filename=-07be16f3111e2aea --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-07be16f3111e2aea -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6792026-08-10T04:55:35.392Z Compiling fnv v1.0.7
6802026-08-10T04:55:35.396Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3291cc1d8c355688 -C extra-filename=-a2b315442da0268d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6812026-08-10T04:55:35.428Z Compiling crc32fast v1.5.0
6822026-08-10T04:55:35.431Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=4a8fe13aee6467b5 -C extra-filename=-de5e010f2ebef95f --out-dir /work/oxidecomputer/dropshot/target/debug/build/crc32fast-de5e010f2ebef95f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6832026-08-10T04:55:35.485Z Compiling subtle v2.5.0
6842026-08-10T04:55:35.489Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=c079d47af639c397 -C extra-filename=-cf97c39e93b149da --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6852026-08-10T04:55:35.508Z Compiling tower-service v0.3.3
6862026-08-10T04:55:35.511Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-service-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3e35d3a54f09fd3 -C extra-filename=-424407bb805f7111 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6872026-08-10T04:55:35.590Z Compiling tower-layer v0.3.3
6882026-08-10T04:55:35.594Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-layer-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0309671443f5fbfd -C extra-filename=-fbfdf267496e6bf2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6892026-08-10T04:55:35.599Z Compiling paste v1.0.15
6902026-08-10T04:55:35.603Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=feee98da06b2c863 -C extra-filename=-edd1f3930d974c43 --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-edd1f3930d974c43 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6912026-08-10T04:55:35.628Z Compiling cpufeatures v0.3.0
6922026-08-10T04:55:35.632Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4a0dab97bdcb68ea -C extra-filename=-0bff1508cf625cd4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6932026-08-10T04:55:35.632Z Compiling base64 v0.22.1
6942026-08-10T04:55:35.632Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=d0fcaf42b4dc48fc -C extra-filename=-27bda732d0ea2cb7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6952026-08-10T04:55:35.696Z Compiling try-lock v0.2.3
6962026-08-10T04:55:35.700Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/try-lock-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d1cfa8807a45f873 -C extra-filename=-449b3fbed0480891 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6972026-08-10T04:55:35.707Z Compiling byteorder v1.4.3
6982026-08-10T04:55:35.710Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=8b7682390a8d7efd -C extra-filename=-f0dff5b71da198e1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6992026-08-10T04:55:35.745Z Running `/work/oxidecomputer/dropshot/target/debug/build/crc32fast-de5e010f2ebef95f/build-script-build`
7002026-08-10T04:55:35.785Z Compiling want v0.3.0
7012026-08-10T04:55:35.789Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/want-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb0d95cbc1260ed3 -C extra-filename=-4e67cfff71316ccb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-4d49c31f4ede2482.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-449b3fbed0480891.rmeta --cap-lints allow`
7022026-08-10T04:55:35.799Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-07be16f3111e2aea/build-script-build`
7032026-08-10T04:55:35.812Z Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-fe1ae5224009a749/build-script-build`
7042026-08-10T04:55:35.876Z Running `/work/oxidecomputer/dropshot/target/debug/build/paste-edd1f3930d974c43/build-script-build`
7052026-08-10T04:55:35.912Z Compiling dof v0.4.0
7062026-08-10T04:55:35.916Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=456a5c2178550096 -C extra-filename=-9afa11056c9c8483 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6360e43d0dec8e96.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bb5ae4b55424d122.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-a9e5094f49e938b4.rmeta --cap-lints allow`
7072026-08-10T04:55:35.921Z Compiling h2 v0.4.14
7082026-08-10T04:55:35.925Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=bb164cc568ffa95b -C extra-filename=-7432c1f5aef8cfdd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern atomic_waker=/work/oxidecomputer/dropshot/target/debug/deps/libatomic_waker-0c5c0c2668894ecb.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-a2b315442da0268d.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c318971817f643ca.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-63947ff075e63cff.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-e621bc1f4ef5167b.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-e1c383497ab6c564.rmeta --cap-lints allow`
7092026-08-10T04:55:35.947Z Compiling icu_properties v1.5.1
7102026-08-10T04:55:35.951Z Compiling scroll v0.13.0
7112026-08-10T04:55:35.951Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bidi", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=ee3052ad03ce7f02 -C extra-filename=-71d65698a559662f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern displaydoc=/work/oxidecomputer/dropshot/target/debug/deps/libdisplaydoc-4916686deaf3ccff.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-51c5415495d7752c.rmeta --extern icu_locid_transform=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform-db770ca5e1e10062.rmeta --extern icu_properties_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties_data-1850606870df44b9.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-baa2749fa6d149ca.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-f248edb2d57609ee.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-8b10918e9f77896f.rmeta --cap-lints allow`
7122026-08-10T04:55:35.956Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=aa9896d243771ca4 -C extra-filename=-0f8e6de2886ef01f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern scroll_derive=/work/oxidecomputer/dropshot/target/debug/deps/libscroll_derive-f0f4cc01b1264d80.so --cap-lints allow`
7132026-08-10T04:55:35.964Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=8b2ead69ad4d6e4e -C extra-filename=-46a3ac45c585a554 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern erased_serde=/work/oxidecomputer/dropshot/target/debug/deps/liberased_serde-b80c1b6428a1d44c.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-c04ec599fa8cdd79.rmeta --cap-lints allow --cfg has_std_error --check-cfg 'cfg(has_std_error)'`
7142026-08-10T04:55:36.006Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=fa78a55b17c1270c -C extra-filename=-13169cb37feb68ae --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bitflags=/work/oxidecomputer/dropshot/target/debug/deps/libbitflags-e43aa92cc1f4a725.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-806bbb81fbf955fc.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
7152026-08-10T04:55:36.209Z Compiling crypto-common v0.2.1
7162026-08-10T04:55:36.212Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "zeroize"))' -C metadata=3d5d57f840aec3a7 -C extra-filename=-e9708427aa152d9c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern hybrid_array=/work/oxidecomputer/dropshot/target/debug/deps/libhybrid_array-5eced5b1f3dc5410.rmeta --cap-lints allow`
7172026-08-10T04:55:36.348Z Compiling block-buffer v0.12.0
7182026-08-10T04:55:36.352Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=17a58c179001b775 -C extra-filename=-15a71fc333ee1039 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern hybrid_array=/work/oxidecomputer/dropshot/target/debug/deps/libhybrid_array-5eced5b1f3dc5410.rmeta --cap-lints allow`
7192026-08-10T04:55:36.365Z Compiling unicase v2.6.0
7202026-08-10T04:55:36.369Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=4f5af255d7c1e86e -C extra-filename=-6df319034e9dec97 --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-6df319034e9dec97 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-ea52cc362ec4cf08.rlib --cap-lints allow`
7212026-08-10T04:55:36.500Z Compiling utf8_iter v1.0.4
7222026-08-10T04:55:36.504Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d1cab2e99429153 -C extra-filename=-4d6e85739e2224ed --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7232026-08-10T04:55:36.587Z Compiling const-oid v0.10.2
7242026-08-10T04:55:36.591Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "db"))' -C metadata=cbf525a5cbf7bd06 -C extra-filename=-64b92bf6d31f63ec --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7252026-08-10T04:55:36.645Z Compiling httpdate v1.0.1
7262026-08-10T04:55:36.649Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpdate-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bd33117496cb0c41 -C extra-filename=-b39d6bfab05260db --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7272026-08-10T04:55:36.790Z Compiling simd-adler32 v0.3.7
7282026-08-10T04:55:36.793Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name simd_adler32 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "default", "nightly", "std"))' -C metadata=06379e7a9e594ed2 -C extra-filename=-2393e5cf4cb9eac0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7292026-08-10T04:55:36.836Z Compiling adler2 v2.0.1
7302026-08-10T04:55:36.840Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name adler2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "rustc-dep-of-std", "std"))' -C metadata=71980e5b719ecd4e -C extra-filename=-8676381fc828e853 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7312026-08-10T04:55:36.891Z Compiling utf16_iter v1.0.5
7322026-08-10T04:55:36.895Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name utf16_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf16_iter-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7cf9b64acaaae87f -C extra-filename=-24d9980bf4a7afd3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7332026-08-10T04:55:36.964Z Compiling write16 v1.0.0
7342026-08-10T04:55:36.968Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name write16 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/write16-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "smallvec"))' -C metadata=615110fbb38d86e8 -C extra-filename=-6508a8e276bbebfd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7352026-08-10T04:55:36.984Z Compiling plain v0.2.3
7362026-08-10T04:55:36.988Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=704179a128dbdea7 -C extra-filename=-a5f0ad4d246c3422 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7372026-08-10T04:55:37.021Z Compiling icu_normalizer_data v1.5.0
7382026-08-10T04:55:37.025Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ca0e7c6f1a0c78d7 -C extra-filename=-6147de927ab9640a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7392026-08-10T04:55:37.055Z Compiling miniz_oxide v0.8.9
7402026-08-10T04:55:37.064Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="simd"' --cfg 'feature="simd-adler32"' --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-boundary", "core", "default", "rustc-dep-of-std", "serde", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=357c2bd56555b3b4 -C extra-filename=-6f409bca499a8c92 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern adler2=/work/oxidecomputer/dropshot/target/debug/deps/libadler2-8676381fc828e853.rmeta --extern simd_adler32=/work/oxidecomputer/dropshot/target/debug/deps/libsimd_adler32-2393e5cf4cb9eac0.rmeta --cap-lints allow`
7412026-08-10T04:55:37.085Z Compiling goblin v0.10.1
7422026-08-10T04:55:37.089Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --cfg 'feature="te"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std", "te"))' -C metadata=0b17b4722c8cc36a -C extra-filename=-ae41b9d374d3dc51 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-4d49c31f4ede2482.rmeta --extern plain=/work/oxidecomputer/dropshot/target/debug/deps/libplain-a5f0ad4d246c3422.rmeta --extern scroll=/work/oxidecomputer/dropshot/target/debug/deps/libscroll-0f8e6de2886ef01f.rmeta --cap-lints allow`
7432026-08-10T04:55:37.094Z Compiling digest v0.11.2
7442026-08-10T04:55:37.098Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="alloc"' --cfg 'feature="block-api"' --cfg 'feature="default"' --cfg 'feature="oid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-api", "default", "dev", "getrandom", "mac", "oid", "rand_core", "zeroize"))' -C metadata=fd6425b809fa8171 -C extra-filename=-d2dcdd7a3a1d86cf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern block_buffer=/work/oxidecomputer/dropshot/target/debug/deps/libblock_buffer-15a71fc333ee1039.rmeta --extern const_oid=/work/oxidecomputer/dropshot/target/debug/deps/libconst_oid-64b92bf6d31f63ec.rmeta --extern common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-e9708427aa152d9c.rmeta --cap-lints allow`
7452026-08-10T04:55:37.164Z Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-6df319034e9dec97/build-script-build`
7462026-08-10T04:55:37.249Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=b31038ff9fdb374b -C extra-filename=-36b8f2eac7d30441 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern byteorder=/work/oxidecomputer/dropshot/target/debug/deps/libbyteorder-f0dff5b71da198e1.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-9afa11056c9c8483.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-01be94811a338e25.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6360e43d0dec8e96.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bb5ae4b55424d122.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-4663d471d4a479c4.rmeta --cap-lints allow --cfg usdt_backend_standard --check-cfg 'cfg(usdt_backend_noop)' --check-cfg 'cfg(usdt_backend_stapsdt)' --check-cfg 'cfg(usdt_backend_linker)' --check-cfg 'cfg(usdt_backend_standard)'`
7472026-08-10T04:55:37.283Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=f9bf68e613b8f8c6 -C extra-filename=-05403e5ef8f7636c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg has_i128 --cfg has_to_int_unchecked`
7482026-08-10T04:55:37.553Z Compiling icu_normalizer v1.5.0
7492026-08-10T04:55:37.557Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "serde", "std"))' -C metadata=ba4911d5379e40c2 -C extra-filename=-01e11319b43ea5a8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern displaydoc=/work/oxidecomputer/dropshot/target/debug/deps/libdisplaydoc-4916686deaf3ccff.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-51c5415495d7752c.rmeta --extern icu_normalizer_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_normalizer_data-6147de927ab9640a.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-71d65698a559662f.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-baa2749fa6d149ca.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-a940c0bb25f890d4.rmeta --extern utf16_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf16_iter-24d9980bf4a7afd3.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-4d6e85739e2224ed.rmeta --extern write16=/work/oxidecomputer/dropshot/target/debug/deps/libwrite16-6508a8e276bbebfd.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-8b10918e9f77896f.rmeta --cap-lints allow`
7502026-08-10T04:55:37.710Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c0d96122ce3b2e19 -C extra-filename=-505ee8bd27584fb8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro --cap-lints allow --check-cfg 'cfg(no_literal_fromstr)' --check-cfg 'cfg(feature, values("protocol_feature_paste"))'`
7512026-08-10T04:55:37.749Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=522a21ea94fdddf8 -C extra-filename=-9f1ed80c0d11d19c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-0af57a848de951cf.rmeta --cap-lints allow --cfg stable_arm_crc32_intrinsics --check-cfg 'cfg(stable_arm_crc32_intrinsics)'`
7522026-08-10T04:55:37.780Z Compiling form_urlencoded v1.2.2
7532026-08-10T04:55:37.784Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=e127e6ff45b0449a -C extra-filename=-070e1d849562a0fd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rmeta --cap-lints allow`
7542026-08-10T04:55:37.910Z Compiling serde_tokenstream v0.2.3
7552026-08-10T04:55:37.924Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_tokenstream-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=50acb551dd9b0d4a -C extra-filename=-13cbe17f45a545ed --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6360e43d0dec8e96.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rmeta --cap-lints allow`
7562026-08-10T04:55:37.989Z Compiling unicode-segmentation v1.10.0
7572026-08-10T04:55:37.993Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=9759d68d5f351552 -C extra-filename=-a9a6ec2642e44369 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7582026-08-10T04:55:38.006Z Compiling pretty-hex v0.4.1
7592026-08-10T04:55:38.010Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=b15a9b4719438182 -C extra-filename=-9bb5c8ecb7732f61 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7602026-08-10T04:55:38.166Z Compiling hyper v1.11.0
7612026-08-10T04:55:38.169Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::restriction' '--warn=clippy::pedantic' '--allow=clippy::wildcard_enum_match_arm' '--allow=clippy::useless_borrows_in_formatting' '--allow=clippy::used_underscore_items' '--allow=clippy::unwrap_in_result' '--allow=clippy::unused_trait_names' '--allow=clippy::unused_async' '--allow=clippy::unseparated_literal_suffix' '--allow=clippy::unreachable' '--allow=clippy::unnested_or_patterns' '--allow=clippy::unnecessary_trailing_comma' '--allow=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--allow=clippy::type_complexity' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::too_many_lines' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::std_instead_of_core' '--allow=clippy::std_instead_of_alloc' '--allow=clippy::single_char_lifetime_names' '--allow=clippy::single_call_fn' '--allow=clippy::shadow_unrelated' '--allow=clippy::shadow_same' '--allow=clippy::shadow_reuse' '--allow=clippy::semicolon_outside_block' '--allow=clippy::semicolon_inside_block' '--deny=clippy::self_named_module_files' '--allow=clippy::same_name_method' '--allow=clippy::renamed_function_params' '--allow=clippy::ref_patterns' '--allow=clippy::redundant_else' '--allow=clippy::redundant_closure_for_method_calls' '--allow=clippy::question_mark_used' '--allow=clippy::pub_with_shorthand' '--allow=clippy::pub_use' '--allow=clippy::pattern_type_mismatch' '--allow=clippy::panic_in_result_fn' '--allow=clippy::panic' '--allow=clippy::new_without_default' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_continue' '--allow=clippy::must_use_candidate' '--allow=clippy::multiple_unsafe_ops_per_block' '--allow=clippy::multiple_inherent_impl' '--allow=clippy::module_name_repetitions' '--allow=clippy::module_inception' '--allow=clippy::mod_module_files' '--allow=clippy::missing_trait_methods' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_inline_in_public_items' '--allow=clippy::missing_fields_in_debug' '--allow=clippy::missing_errors_doc' '--allow=clippy::missing_docs_in_private_items' '--allow=clippy::missing_assert_message' '--allow=clippy::min_ident_chars' '--allow=clippy::match_wild_err_arm' '--allow=clippy::map_unwrap_or' '--allow=clippy::map_err_ignore' '--allow=clippy::let_unit_value' '--allow=clippy::let_underscore_untyped' '--allow=clippy::let_underscore_must_use' '--allow=clippy::items_after_statements' '--allow=clippy::integer_division_remainder_used' '--allow=clippy::integer_division' '--allow=clippy::inline_trait_bounds' '--allow=clippy::inline_modules' '--allow=clippy::indexing_slicing' '--allow=clippy::implicit_return' '--allow=clippy::impl_trait_in_params' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_then_some_else_none' '--allow=clippy::if_not_else' '--allow=clippy::float_arithmetic' '--allow=clippy::field_scoped_visibility_modifiers' '--allow=clippy::expect_used' '--allow=clippy::error_impl_error' '--allow=clippy::enum_glob_use' '--allow=clippy::else_if_without_else' '--allow=clippy::default_numeric_fallback' '--allow=clippy::decimal_literal_representation' '--allow=clippy::collapsible_match' '--allow=clippy::cognitive_complexity' '--allow=clippy::clone_on_ref_ptr' '--allow=clippy::checked_conversions' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_truncation' '--allow=clippy::blanket_clippy_restriction_lints' '--allow=clippy::as_conversions' '--allow=clippy::arithmetic_side_effects' '--allow=clippy::arbitrary_source_item_ordering' '--allow=clippy::absolute_paths' --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("capi", "client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=038c8fd0ce66fd70 -C extra-filename=-f80b460f7140aaaf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern atomic_waker=/work/oxidecomputer/dropshot/target/debug/deps/libatomic_waker-0c5c0c2668894ecb.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-b2df71eb68912703.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c318971817f643ca.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-7432c1f5aef8cfdd.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-3621baa5976929d1.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-5a88a5daedc53632.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-b39d6bfab05260db.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-ce4948a932fb1220.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-a940c0bb25f890d4.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-4e67cfff71316ccb.rmeta --cap-lints allow`
7622026-08-10T04:55:38.234Z Compiling unicode-width v0.1.9
7632026-08-10T04:55:38.243Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=64e97763adbd00c9 -C extra-filename=-a39921e70250e704 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7642026-08-10T04:55:38.249Z Compiling winnow v1.0.0
7652026-08-10T04:55:38.252Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ascii", "binary", "debug", "default", "parser", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=ceb857f8f800ac65 -C extra-filename=-d407a3778b11b22d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7662026-08-10T04:55:38.340Z Compiling iana-time-zone v0.1.47
7672026-08-10T04:55:38.343Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=d9f5b4e66faca256 -C extra-filename=-66ddd8b95bbdeba8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7682026-08-10T04:55:38.366Z Compiling lazy_static v1.5.0
7692026-08-10T04:55:38.370Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=c4608d4333d0ae74 -C extra-filename=-1e9a1599d0d1e6c2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7702026-08-10T04:55:38.401Z Compiling openssl-probe v0.2.1
7712026-08-10T04:55:38.404Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cb89a68dbbc026f0 -C extra-filename=-e6544db9ece21627 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7722026-08-10T04:55:38.461Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=73b773363fd7e3f6 -C extra-filename=-e73947fdf68f8e88 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-e73947fdf68f8e88 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7732026-08-10T04:55:38.556Z Compiling mime v0.3.16
7742026-08-10T04:55:38.563Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime-0.3.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=90fea4eef8dbfef2 -C extra-filename=-84cc173b80c53ab0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7752026-08-10T04:55:38.586Z Compiling ryu v1.0.5
7762026-08-10T04:55:38.590Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=3349a435008b1e7c -C extra-filename=-d64d901c5d691e1a --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-d64d901c5d691e1a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7772026-08-10T04:55:38.599Z Compiling ipnet v2.10.0
7782026-08-10T04:55:38.602Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=f92fcee4f7a38d61 -C extra-filename=-843b7fc30a4255f2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7792026-08-10T04:55:38.700Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-e73947fdf68f8e88/build-script-build`
7802026-08-10T04:55:38.713Z Compiling toml_parser v1.1.3+spec-1.1.0
7812026-08-10T04:55:38.716Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_parser --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.1.3+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_match' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unsafe"))' -C metadata=84d4663c06123613 -C extra-filename=-33ac07c12911d2f5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-d407a3778b11b22d.rmeta --cap-lints allow`
7822026-08-10T04:55:38.818Z Compiling rustls-native-certs v0.8.3
7832026-08-10T04:55:38.821Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-native-certs-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=90ef03a07a3cca71 -C extra-filename=-17e88b40252c0efe --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern openssl_probe=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_probe-e6544db9ece21627.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rmeta --cap-lints allow`
7842026-08-10T04:55:38.869Z Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-d64d901c5d691e1a/build-script-build`
7852026-08-10T04:55:38.911Z Compiling chrono v0.4.45
7862026-08-10T04:55:38.914Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-link"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "arbitrary", "clock", "core-error", "default", "defmt", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-link"))' -C metadata=4061cf6b29e33d3b -C extra-filename=-8e33a68da2f5b8b9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern iana_time_zone=/work/oxidecomputer/dropshot/target/debug/deps/libiana_time_zone-66ddd8b95bbdeba8.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-05403e5ef8f7636c.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rmeta --cap-lints allow`
7872026-08-10T04:55:39.126Z Compiling console v0.15.7
7882026-08-10T04:55:39.129Z Compiling newline-converter v0.3.0
7892026-08-10T04:55:39.129Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.15.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=ac986e9e13328cbc -C extra-filename=-6a700380b4c554df --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-a39921e70250e704.rmeta --cap-lints allow`
7902026-08-10T04:55:39.129Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=75711eb7c6265350 -C extra-filename=-0804d33911b95354 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_segmentation-a9a6ec2642e44369.rmeta --cap-lints allow`
7912026-08-10T04:55:39.152Z Compiling idna_adapter v1.2.0
7922026-08-10T04:55:39.156Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=9f77f1a641a02656 -C extra-filename=-ab067f039a095df5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern icu_normalizer=/work/oxidecomputer/dropshot/target/debug/deps/libicu_normalizer-01e11319b43ea5a8.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-71d65698a559662f.rmeta --cap-lints allow`
7932026-08-10T04:55:39.234Z Compiling flate2 v1.1.9
7942026-08-10T04:55:39.237Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("any_c_zlib", "any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "document-features", "libz-ng-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=fedbc499afc078c9 -C extra-filename=-c51f3b03065707e6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern crc32fast=/work/oxidecomputer/dropshot/target/debug/deps/libcrc32fast-9f1ed80c0d11d19c.rmeta --extern miniz_oxide=/work/oxidecomputer/dropshot/target/debug/deps/libminiz_oxide-6f409bca499a8c92.rmeta --cap-lints allow`
7952026-08-10T04:55:39.292Z Compiling hyper-util v0.1.20
7962026-08-10T04:55:39.296Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="client-pool"' --cfg 'feature="client-proxy"' --cfg 'feature="client-proxy-system"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="server-graceful"' --cfg 'feature="service"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "client-pool", "client-proxy", "client-proxy-system", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio", "tracing"))' -C metadata=8670b7fa0e243653 -C extra-filename=-f97c4200f2d94e50 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-27bda732d0ea2cb7.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-b2df71eb68912703.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-b80a1fa00d64ebea.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-3621baa5976929d1.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rmeta --extern ipnet=/work/oxidecomputer/dropshot/target/debug/deps/libipnet-843b7fc30a4255f2.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-13e5a67c9a9fe3ba.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-fbfdf267496e6bf2.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-424407bb805f7111.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-e1c383497ab6c564.rmeta --cap-lints allow`
7972026-08-10T04:55:39.410Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=4807d385c62cafad -C extra-filename=-c46b29ab46860777 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc`
7982026-08-10T04:55:39.603Z Compiling sha1 v0.11.0
7992026-08-10T04:55:39.611Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(sha1_backend, values("aarch64-sha2", "x86-sha", "soft"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="oid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "oid", "zeroize"))' -C metadata=fbd7b5105d2364ac -C extra-filename=-e70376022178b884 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-0af57a848de951cf.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-0bff1508cf625cd4.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-d2dcdd7a3a1d86cf.rmeta --cap-lints allow`
8002026-08-10T04:55:39.647Z Compiling chacha20 v0.10.1
8012026-08-10T04:55:39.650Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(chacha20_avx512)' --check-cfg 'cfg(chacha20_backend, values("avx2", "avx512", "soft", "sse2"))' --cfg 'feature="rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cipher", "default", "legacy", "rng", "xchacha", "zeroize"))' -C metadata=8622ef066bfa8f32 -C extra-filename=-1b02e13184435c8a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-0af57a848de951cf.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-0bff1508cf625cd4.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-d9753deb2e14760e.rmeta --cap-lints allow`
8022026-08-10T04:55:39.725Z Compiling concurrent-queue v2.5.0
8032026-08-10T04:55:39.733Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=f019b151338762dc -C extra-filename=-9c00d04b9cb65a1f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_utils-ae9a44e61fd590b1.rmeta --cap-lints allow`
8042026-08-10T04:55:39.851Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=eb38a214086306bc -C extra-filename=-d3e135d1f0db6f00 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-ae41b9d374d3dc51.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-9bb5c8ecb7732f61.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-a9e5094f49e938b4.rmeta --cap-lints allow`
8052026-08-10T04:55:39.899Z Compiling serde_tokenstream v0.3.0
8062026-08-10T04:55:39.902Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_tokenstream-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3a71f5130ec6ef7f -C extra-filename=-af1a38aada65d234 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6360e43d0dec8e96.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b66c5bededaa0ec5.rmeta --cap-lints allow`
8072026-08-10T04:55:39.925Z Compiling serde_derive_internals v0.29.0
8082026-08-10T04:55:39.928Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive_internals-0.29.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=db7849ce1c651945 -C extra-filename=-b685b4106d9ed60d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rmeta --cap-lints allow`
8092026-08-10T04:55:39.935Z Compiling multer v3.1.0
8102026-08-10T04:55:39.938Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=8f5da3c016405b40 -C extra-filename=-863b92f636730164 --out-dir /work/oxidecomputer/dropshot/target/debug/build/multer-863b92f636730164 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-ea52cc362ec4cf08.rlib --cap-lints allow`
8112026-08-10T04:55:40.150Z Compiling serde_spanned v1.1.1
8122026-08-10T04:55:40.153Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=3750ddf038ba852b -C extra-filename=-4b1986cbdd8eabb6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-c04ec599fa8cdd79.rmeta --cap-lints allow`
8132026-08-10T04:55:40.179Z Compiling toml_datetime v1.1.1+spec-1.1.0
8142026-08-10T04:55:40.182Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-1.1.1+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=cd2b875e0d0afb2e -C extra-filename=-cf0f232639127c57 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-c04ec599fa8cdd79.rmeta --cap-lints allow`
8152026-08-10T04:55:40.297Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.118/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=ccc79d6cae24f989 -C extra-filename=-53b5a5469fc95da4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-a0fb0138d82080e4.rmeta --cap-lints allow`
8162026-08-10T04:55:40.417Z Compiling thread_local v1.1.4
8172026-08-10T04:55:40.420Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=634056ba82879cb7 -C extra-filename=-f7c9caa1ec78d300 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-b7c38563a55f281b.rmeta --cap-lints allow`
8182026-08-10T04:55:40.481Z Compiling sync_wrapper v1.0.1
8192026-08-10T04:55:40.484Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync_wrapper-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=e00ca0f2040170b4 -C extra-filename=-051a2cf23fcb4bee --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-c318971817f643ca.rmeta --cap-lints allow`
8202026-08-10T04:55:40.587Z Compiling encoding_rs v0.8.32
8212026-08-10T04:55:40.590Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "packed_simd", "serde", "simd-accel"))' -C metadata=5df4da90972968b2 -C extra-filename=-7257d3d1d80d215a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-0af57a848de951cf.rmeta --cap-lints allow`
8222026-08-10T04:55:40.632Z Compiling slog-async v2.8.0
8232026-08-10T04:55:40.635Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=9d752b4d7388adc0 -C extra-filename=-40ae979a18cced0f --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-40ae979a18cced0f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8242026-08-10T04:55:40.681Z Compiling similar v2.2.1
8252026-08-10T04:55:40.689Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/similar-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="text"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation"))' -C metadata=84b381254ef3cdcf -C extra-filename=-bdfb7475bdcaae44 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8262026-08-10T04:55:40.906Z Compiling schemars v0.8.22
8272026-08-10T04:55:40.909Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=7028591dd3e87712 -C extra-filename=-32b870b678b9088e --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-32b870b678b9088e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8282026-08-10T04:55:40.915Z Compiling heck v0.5.0
8292026-08-10T04:55:40.918Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=506eb307c3568989 -C extra-filename=-d187858cf3fa2474 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8302026-08-10T04:55:40.940Z Compiling compression-core v0.4.32
8312026-08-10T04:55:40.943Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name compression_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-core-0.4.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --deny=missing_debug_implementations --deny=rust_2018_idioms --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a0ee3ffe4a1b4cb6 -C extra-filename=-1e1bd20901929e4f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8322026-08-10T04:55:41.090Z Compiling camino v1.2.5
8332026-08-10T04:55:41.099Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=f5d0ce7880813def -C extra-filename=-20b9c0d29f51cb9d --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-20b9c0d29f51cb9d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8342026-08-10T04:55:41.107Z Compiling toml_writer v1.1.2+spec-1.1.0
8352026-08-10T04:55:41.116Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_writer --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-1.1.2+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_match' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=8313574806c834f2 -C extra-filename=-92a4576ea4c58410 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8362026-08-10T04:55:41.133Z Compiling semver v1.0.28
8372026-08-10T04:55:41.136Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=43ea1f8ee43db92d -C extra-filename=-f1a82eaee3a3e1e8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8382026-08-10T04:55:41.317Z Compiling match_cfg v0.1.0
8392026-08-10T04:55:41.320Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=acd343c0f02fc520 -C extra-filename=-0b8fbe71f45cd2f4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8402026-08-10T04:55:41.384Z Compiling parking v2.2.0
8412026-08-10T04:55:41.387Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=5e400b1eeb22340d -C extra-filename=-b2a77f2b71656657 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8422026-08-10T04:55:41.407Z Compiling target-triple v1.0.0
8432026-08-10T04:55:41.410Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-1.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e85012a790d2d426 -C extra-filename=-11bdf5963962658b --out-dir /work/oxidecomputer/dropshot/target/debug/build/target-triple-11bdf5963962658b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8442026-08-10T04:55:41.466Z Running `/work/oxidecomputer/dropshot/target/debug/build/camino-20b9c0d29f51cb9d/build-script-build`
8452026-08-10T04:55:41.505Z Compiling event-listener v5.0.0
8462026-08-10T04:55:41.508Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=74cd3aaa758844a4 -C extra-filename=-059f4ba1bc5fab20 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/dropshot/target/debug/deps/libconcurrent_queue-9c00d04b9cb65a1f.rmeta --extern parking=/work/oxidecomputer/dropshot/target/debug/deps/libparking-b2a77f2b71656657.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --cap-lints allow`
8472026-08-10T04:55:41.567Z Compiling hostname v0.3.1
8482026-08-10T04:55:41.570Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=524e9d6faa44626b -C extra-filename=-6d4be01dc33044ab --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-0b8fbe71f45cd2f4.rmeta --cap-lints allow`
8492026-08-10T04:55:41.613Z Compiling toml v1.1.4+spec-1.1.0
8502026-08-10T04:55:41.617Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-1.1.4+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_match' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "display", "fast_hash", "parse", "preserve_order", "serde", "std", "unbounded"))' -C metadata=14c210a60f580822 -C extra-filename=-0e866b5493be42cb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-c04ec599fa8cdd79.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-4b1986cbdd8eabb6.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-cf0f232639127c57.rmeta --extern toml_parser=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_parser-33ac07c12911d2f5.rmeta --extern toml_writer=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_writer-92a4576ea4c58410.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-d407a3778b11b22d.rmeta --cap-lints allow`
8512026-08-10T04:55:41.684Z Running `/work/oxidecomputer/dropshot/target/debug/build/target-triple-11bdf5963962658b/build-script-build`
8522026-08-10T04:55:41.697Z Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-32b870b678b9088e/build-script-build`
8532026-08-10T04:55:41.705Z Compiling compression-codecs v0.4.38
8542026-08-10T04:55:41.708Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name compression_codecs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --deny=missing_debug_implementations --deny=rust_2018_idioms --cfg 'feature="flate2"' --cfg 'feature="gzip"' --cfg 'feature="memchr"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-algorithms", "brotli", "bzip2", "deflate", "deflate64", "flate2", "gzip", "libzstd", "lz4", "lzma", "memchr", "xz", "xz-parallel", "xz2", "zlib", "zstd", "zstd-safe", "zstdmt"))' -C metadata=50f5dea0f0346cf2 -C extra-filename=-fadb2b943fbaf307 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern compression_core=/work/oxidecomputer/dropshot/target/debug/deps/libcompression_core-1e1bd20901929e4f.rmeta --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-7981f4679f1d9fcc.rmeta --cap-lints allow`
8552026-08-10T04:55:41.716Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-40ae979a18cced0f/build-script-build`
8562026-08-10T04:55:41.752Z Compiling schemars_derive v0.8.22
8572026-08-10T04:55:41.755Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars_derive-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8266bf2cd9e2a4b5 -C extra-filename=-768283183ba6389e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-b685b4106d9ed60d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rlib --extern proc_macro --cap-lints allow`
8582026-08-10T04:55:41.761Z Compiling tower v0.5.2
8592026-08-10T04:55:41.765Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="__common"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="pin-project-lite"' --cfg 'feature="retry"' --cfg 'feature="sync_wrapper"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__common", "balance", "buffer", "discover", "filter", "full", "futures-core", "futures-util", "hdrhistogram", "hedge", "indexmap", "limit", "load", "load-shed", "log", "make", "pin-project-lite", "ready-cache", "reconnect", "retry", "slab", "spawn-ready", "steer", "sync_wrapper", "timeout", "tokio", "tokio-stream", "tokio-util", "tracing", "util"))' -C metadata=6af48ae9a72009c6 -C extra-filename=-5268577d078f0ba2 --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-c318971817f643ca.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-b80a1fa00d64ebea.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-051a2cf23fcb4bee.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-fbfdf267496e6bf2.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-424407bb805f7111.rmeta --cap-lints allow`
8602026-08-10T04:55:41.781Z Running `/work/oxidecomputer/dropshot/target/debug/build/multer-863b92f636730164/build-script-build`
8612026-08-10T04:55:41.820Z Compiling rand v0.10.2
8622026-08-10T04:55:41.823Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --cfg 'feature="sys_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "chacha", "default", "log", "serde", "simd_support", "std", "std_rng", "sys_rng", "thread_rng", "unbiased"))' -C metadata=91c917b4231b3fe8 -C extra-filename=-fb9f9348160a7c40 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern chacha20=/work/oxidecomputer/dropshot/target/debug/deps/libchacha20-1b02e13184435c8a.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-ca79870ce014c763.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-d9753deb2e14760e.rmeta --cap-lints allow`
8632026-08-10T04:55:41.955Z Compiling mime_guess v2.0.5
8642026-08-10T04:55:41.958Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=30dc7d2f797afcdf -C extra-filename=-5c30ffe4443d0a67 --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-5c30ffe4443d0a67 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-c46b29ab46860777.rlib --cap-lints allow`
8652026-08-10T04:55:42.219Z Compiling idna v1.0.3
8662026-08-10T04:55:42.223Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=c88cea5e38a72172 -C extra-filename=-370e3121f0687592 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern idna_adapter=/work/oxidecomputer/dropshot/target/debug/deps/libidna_adapter-ab067f039a095df5.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-a940c0bb25f890d4.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-4d6e85739e2224ed.rmeta --cap-lints allow`
8672026-08-10T04:55:42.229Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=b1025df21eb5f8bd -C extra-filename=-f90f1fb87f4794fd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit`
8682026-08-10T04:55:42.407Z Compiling usdt-attr-macro v0.6.0
8692026-08-10T04:55:42.410Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-attr-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=14e8f77020b7c6ad -C extra-filename=-b5f761fa57b46b12 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-01be94811a338e25.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-13cbe17f45a545ed.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-36b8f2eac7d30441.rlib --extern proc_macro --cap-lints allow`
8702026-08-10T04:55:42.447Z Compiling usdt-macro v0.6.0
8712026-08-10T04:55:42.455Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1fcee6b65b7a2448 -C extra-filename=-5f29fd2e859e3a8a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-01be94811a338e25.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-13cbe17f45a545ed.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-36b8f2eac7d30441.rlib --extern proc_macro --cap-lints allow`
8722026-08-10T04:55:42.471Z Compiling slog-json v2.6.1
8732026-08-10T04:55:42.474Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=fb1fa4bb880f41f0 -C extra-filename=-57fd758673e3dc9a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-10603f4cede7450e.rmeta --cap-lints allow`
8742026-08-10T04:55:42.672Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=aa43383aa5de6ca6 -C extra-filename=-caff19e459ad1b75 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern byteorder=/work/oxidecomputer/dropshot/target/debug/deps/libbyteorder-f0dff5b71da198e1.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-d3e135d1f0db6f00.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-01be94811a338e25.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-53b5a5469fc95da4.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-4663d471d4a479c4.rmeta --cap-lints allow --cfg usdt_backend_standard --check-cfg 'cfg(usdt_backend_noop)' --check-cfg 'cfg(usdt_backend_stapsdt)' --check-cfg 'cfg(usdt_backend_linker)' --check-cfg 'cfg(usdt_backend_standard)'`
8752026-08-10T04:55:42.925Z Compiling tempfile v3.27.0
8762026-08-10T04:55:42.933Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=43d946eb825a9e1e -C extra-filename=-f518acddb20df8a7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern fastrand=/work/oxidecomputer/dropshot/target/debug/deps/libfastrand-33ddf61acbdb72f1.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-ca79870ce014c763.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-b7c38563a55f281b.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-63187ccbe35f6e82.rmeta --cap-lints allow`
8772026-08-10T04:55:42.970Z Compiling futures-executor v0.3.33
8782026-08-10T04:55:42.974Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.33/src/lib.rs --error-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=42b95922562cb8c5 -C extra-filename=-584acea831445def --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-c318971817f643ca.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-ad557284520dff9a.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-b80a1fa00d64ebea.rmeta --cap-lints allow`
8792026-08-10T04:55:43.137Z Compiling crossbeam-channel v0.5.15
8802026-08-10T04:55:43.141Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=881352ead4324c46 -C extra-filename=-6f3ebafafc08e49a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_utils-ae9a44e61fd590b1.rmeta --cap-lints allow`
8812026-08-10T04:55:43.260Z Compiling http-body-util v0.1.4
8822026-08-10T04:55:43.264Z Compiling async-stream-impl v0.3.6
8832026-08-10T04:55:43.264Z Compiling uuid v1.24.0
8842026-08-10T04:55:43.264Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("channel", "default", "full"))' -C metadata=2e29bce47b6ad5b8 -C extra-filename=-a3ad6561213ec724 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c318971817f643ca.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-3621baa5976929d1.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --cap-lints allow`
8852026-08-10T04:55:43.264Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-impl-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=91300589819795a6 -C extra-filename=-fc01224ddd3e218d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rlib --extern proc_macro --cap-lints allow`
8862026-08-10T04:55:43.276Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --allow=unexpected_cfgs --check-cfg 'cfg(uuid_unstable)' --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "rng-getrandom", "rng-rand", "serde", "sha1", "slog", "std", "uuid-rng-internal-lib", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=70cabc69423d1a59 -C extra-filename=-94fd9261ff0fa9b7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-ca79870ce014c763.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-c04ec599fa8cdd79.rmeta --cap-lints allow`
8872026-08-10T04:55:43.341Z Compiling dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot)
8882026-08-10T04:55:43.345Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=896aeaaec51838f1 -C extra-filename=-9ea10b846b888a16 --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-9ea10b846b888a16 -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-ea52cc362ec4cf08.rlib`
8892026-08-10T04:55:43.427Z Compiling memmap2 v0.9.8
8902026-08-10T04:55:43.431Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap2-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=27d950818504680f -C extra-filename=-d47e03b0a9576f68 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --cap-lints allow`
8912026-08-10T04:55:43.519Z Compiling is-terminal v0.4.12
8922026-08-10T04:55:43.523Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is-terminal-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=67b2e5c05ffc8114 -C extra-filename=-1bd7f32354f9f30d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --cap-lints allow`
8932026-08-10T04:55:43.577Z Compiling data-encoding v2.4.0
8942026-08-10T04:55:43.586Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=9a5863bbc1a3ab1b -C extra-filename=-f1d1a42f88bf2b37 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8952026-08-10T04:55:43.612Z Compiling base64 v0.23.0
8962026-08-10T04:55:43.615Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="simd-unsafe"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "simd-unsafe", "std"))' -C metadata=31049d0344011698 -C extra-filename=-179ba2e8e1590a2b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8972026-08-10T04:55:43.622Z Compiling anyhow v1.0.104
8982026-08-10T04:55:43.630Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=da1f76163a1049c6 -C extra-filename=-521990ba537384cb --out-dir /work/oxidecomputer/dropshot/target/debug/build/anyhow-521990ba537384cb -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8992026-08-10T04:55:43.645Z Compiling spin v0.9.8
9002026-08-10T04:55:43.651Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="mutex"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=f582907c5a0cc421 -C extra-filename=-ca1159c652243cec --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9012026-08-10T04:55:43.703Z Compiling iri-string v0.7.8
9022026-08-10T04:55:43.707Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name iri_string --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memchr", "serde", "std"))' -C metadata=05e19044a1967776 -C extra-filename=-8ddef56093022dec --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9032026-08-10T04:55:43.755Z Compiling take_mut v0.2.2
9042026-08-10T04:55:43.759Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ba67be7194a81027 -C extra-filename=-3926f91cab3ebb64 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9052026-08-10T04:55:43.863Z Compiling dyn-clone v1.0.4
9062026-08-10T04:55:43.866Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dyn-clone-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=42ad1899bf4f05a8 -C extra-filename=-41914602bea8e2ad --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9072026-08-10T04:55:43.899Z Compiling term v1.1.0
9082026-08-10T04:55:43.902Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=08f2660270ed1266 -C extra-filename=-95d6c6bdfcb6cb8f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9092026-08-10T04:55:43.934Z Running `/work/oxidecomputer/dropshot/target/debug/build/anyhow-521990ba537384cb/build-script-build`
9102026-08-10T04:55:43.953Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=e257e108ee52b7f9 -C extra-filename=-d70c68b53552b5ee --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-41914602bea8e2ad.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-768283183ba6389e.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
9112026-08-10T04:55:44.042Z Compiling async-stream v0.3.6
9122026-08-10T04:55:44.050Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f37cf4b07ec422d1 -C extra-filename=-72ca3a986d8026fb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_stream_impl=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream_impl-fc01224ddd3e218d.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c318971817f643ca.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --cap-lints allow`
9132026-08-10T04:55:44.142Z Compiling tungstenite v0.30.0
9142026-08-10T04:55:44.146Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.30.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=80dd5aedadfbc586 -C extra-filename=-a264cb7823fa59a2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-f1d1a42f88bf2b37.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-5a88a5daedc53632.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-4d49c31f4ede2482.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-fb9f9348160a7c40.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rmeta --cap-lints allow`
9152026-08-10T04:55:44.216Z Compiling slog-term v2.9.2
9162026-08-10T04:55:44.219Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-term-2.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=a1a404d2cc50d042 -C extra-filename=-ca68ecb12276ae6d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rmeta --extern is_terminal=/work/oxidecomputer/dropshot/target/debug/deps/libis_terminal-1bd7f32354f9f30d.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-95d6c6bdfcb6cb8f.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-f7c9caa1ec78d300.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-10603f4cede7450e.rmeta --cap-lints allow`
9172026-08-10T04:55:44.360Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=62c55c0494fe59bc -C extra-filename=-5ad360c2b3c35831 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_channel-6f3ebafafc08e49a.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-3926f91cab3ebb64.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-f7c9caa1ec78d300.rmeta --cap-lints allow --cfg integer128`
9182026-08-10T04:55:44.586Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=7ae46424caf5fff1 -C extra-filename=-bc07779b0fcb1c13 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-7257d3d1d80d215a.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-b80a1fa00d64ebea.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-5a88a5daedc53632.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-7981f4679f1d9fcc.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-84cc173b80c53ab0.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-ca1159c652243cec.rmeta --cap-lints allow`
9192026-08-10T04:55:44.803Z Compiling tower-http v0.6.8
9202026-08-10T04:55:44.807Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="follow-redirect"' --cfg 'feature="futures-util"' --cfg 'feature="iri-string"' --cfg 'feature="tower"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add-extension", "async-compression", "auth", "base64", "catch-panic", "compression-br", "compression-deflate", "compression-full", "compression-gzip", "compression-zstd", "cors", "decompression-br", "decompression-deflate", "decompression-full", "decompression-gzip", "decompression-zstd", "default", "follow-redirect", "fs", "full", "futures-core", "futures-util", "httpdate", "iri-string", "limit", "map-request-body", "map-response-body", "metrics", "mime", "mime_guess", "normalize-path", "percent-encoding", "propagate-header", "redirect", "request-id", "sensitive-headers", "set-header", "set-status", "timeout", "tokio", "tokio-util", "tower", "trace", "tracing", "util", "uuid", "validate-request"))' -C metadata=1737e7a0195b781c -C extra-filename=-43f9b6b173853f49 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bitflags=/work/oxidecomputer/dropshot/target/debug/deps/libbitflags-e43aa92cc1f4a725.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-b80a1fa00d64ebea.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-3621baa5976929d1.rmeta --extern iri_string=/work/oxidecomputer/dropshot/target/debug/deps/libiri_string-8ddef56093022dec.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-5268577d078f0ba2.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-fbfdf267496e6bf2.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-424407bb805f7111.rmeta --cap-lints allow`
9212026-08-10T04:55:44.823Z Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-9ea10b846b888a16/build-script-build`
9222026-08-10T04:55:44.862Z Compiling usdt v0.6.0
9232026-08-10T04:55:44.873Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=b2cddc203e8b9a91 -C extra-filename=-257606df3344313a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-d3e135d1f0db6f00.rmeta --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-ae41b9d374d3dc51.rmeta --extern memmap2=/work/oxidecomputer/dropshot/target/debug/deps/libmemmap2-d47e03b0a9576f68.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-b5f761fa57b46b12.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-caff19e459ad1b75.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-5f29fd2e859e3a8a.so --cap-lints allow`
9242026-08-10T04:55:44.901Z Compiling atomicwrites v0.4.4
9252026-08-10T04:55:44.904Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1ea80ea354012e98 -C extra-filename=-3e503547c5e73b2b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-13169cb37feb68ae.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rmeta --cap-lints allow`
9262026-08-10T04:55:45.087Z Compiling futures v0.3.33
9272026-08-10T04:55:45.088Z Compiling slog-bunyan v2.5.0
9282026-08-10T04:55:45.091Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=b57e13f547742be9 -C extra-filename=-4cb778f6d62a6c6f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-6d4be01dc33044ab.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-10603f4cede7450e.rmeta --cap-lints allow`
9292026-08-10T04:55:45.091Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.33/src/lib.rs --error-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=279f09acc3d7ef84 -C extra-filename=-7c01ee515ef132d7 --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-b2df71eb68912703.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c318971817f643ca.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-584acea831445def.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-2040d6b08a4120d5.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-63947ff075e63cff.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-ad557284520dff9a.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-b80a1fa00d64ebea.rmeta --cap-lints allow`
9302026-08-10T04:55:45.126Z Compiling url v2.5.4
9312026-08-10T04:55:45.129Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=7a8d9aacd04e4d33 -C extra-filename=-b8dfad54e0765a5a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-370e3121f0687592.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rmeta --cap-lints allow`
9322026-08-10T04:55:45.129Z Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-5c30ffe4443d0a67/build-script-build`
9332026-08-10T04:55:45.150Z Compiling serde_urlencoded v0.7.1
9342026-08-10T04:55:45.156Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cedd34361168d08b -C extra-filename=-5d087f4bc4a4ea02 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-ce4948a932fb1220.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-f90f1fb87f4794fd.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rmeta --cap-lints allow`
9352026-08-10T04:55:45.164Z Compiling async-compression v0.4.43
9362026-08-10T04:55:45.167Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name async_compression --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.43/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --deny=missing_debug_implementations --deny=rust_2018_idioms --cfg 'feature="gzip"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "all-algorithms", "all-implementations", "brotli", "bzip2", "deflate", "deflate64", "futures-io", "gzip", "lz4", "lzma", "tokio", "xz", "xz-parallel", "xz2", "zlib", "zstd", "zstdmt"))' -C metadata=d40fa67c099a3d0d -C extra-filename=-f7284f0b7f2465af --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern compression_codecs=/work/oxidecomputer/dropshot/target/debug/deps/libcompression_codecs-fadb2b943fbaf307.rmeta --extern compression_core=/work/oxidecomputer/dropshot/target/debug/deps/libcompression_core-1e1bd20901929e4f.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rmeta --cap-lints allow`
9372026-08-10T04:55:45.204Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3741a2a4ae24d0d3 -C extra-filename=-24b95f1cd2cfec58 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(host_os, values("windows"))'`
9382026-08-10T04:55:45.213Z Compiling event-listener-strategy v0.5.4
9392026-08-10T04:55:45.217Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-strategy-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(wasm_bindgen_unstable_test_coverage)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=a19d534468788ee2 -C extra-filename=-e493cb3a2a9a1979 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern event_listener=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener-059f4ba1bc5fab20.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --cap-lints allow`
9402026-08-10T04:55:45.278Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=91b2190879408193 -C extra-filename=-0651a105caa4b271 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-c04ec599fa8cdd79.rmeta --cap-lints allow --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --cfg os_string_pathbuf_leak --cfg path_add_extension --cfg pathbuf_const_new --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(os_string_pathbuf_leak)' --check-cfg 'cfg(absolute_path)' --check-cfg 'cfg(path_add_extension)' --check-cfg 'cfg(pathbuf_const_new)'`
9412026-08-10T04:55:45.296Z Compiling dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
9422026-08-10T04:55:45.299Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2024 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6542ad2542c714ed -C extra-filename=-85738a7fc28cd792 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-d187858cf3fa2474.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6360e43d0dec8e96.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-af1a38aada65d234.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b66c5bededaa0ec5.rlib --extern proc_macro`
9432026-08-10T04:55:45.339Z Compiling pem v3.0.6
9442026-08-10T04:55:45.342Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-3.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=23312f75eada583b -C extra-filename=-ca624e885bca832c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-27bda732d0ea2cb7.rmeta --cap-lints allow`
9452026-08-10T04:55:45.384Z Compiling yasna v0.6.0
9462026-08-10T04:55:45.387Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yasna-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=591d0ba576679f9f -C extra-filename=-527ed588b1b3dbd1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-10603f4cede7450e.rmeta --cap-lints allow`
9472026-08-10T04:55:45.396Z Compiling waitgroup v0.1.2
9482026-08-10T04:55:45.399Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=27c0f2bf5fd52cc2 -C extra-filename=-13a39065cf77ffac --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern atomic_waker=/work/oxidecomputer/dropshot/target/debug/deps/libatomic_waker-0c5c0c2668894ecb.rmeta --cap-lints allow`
9492026-08-10T04:55:45.459Z Compiling openapiv3 v2.2.0
9502026-08-10T04:55:45.462Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openapiv3-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=0812199dcd3d87c6 -C extra-filename=-505a3dcd5aafd8f4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rmeta --cap-lints allow`
9512026-08-10T04:55:45.526Z Compiling async-trait v0.1.91
9522026-08-10T04:55:45.529Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.91/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dd13a935a7c48e12 -C extra-filename=-c02989fd84ad64a2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b66c5bededaa0ec5.rlib --extern proc_macro --cap-lints allow`
9532026-08-10T04:55:45.690Z Compiling rustls-pemfile v2.2.0
9542026-08-10T04:55:45.693Z Compiling serde_path_to_error v0.1.20
9552026-08-10T04:55:45.698Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1b26a88dba1e256a -C extra-filename=-8fc6337d6bf79d7b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rmeta --cap-lints allow`
9562026-08-10T04:55:45.702Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3061a500cf847e0c -C extra-filename=-5f526c9d56434bff --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-ce4948a932fb1220.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-c04ec599fa8cdd79.rmeta --cap-lints allow`
9572026-08-10T04:55:45.877Z Compiling hostname v0.4.2
9582026-08-10T04:55:45.882Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=ed004b5d8cc67d78 -C extra-filename=-ff243ee8b4ed0b5c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-0af57a848de951cf.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --cap-lints allow`
9592026-08-10T04:55:45.891Z Compiling simple-mermaid v0.2.0
9602026-08-10T04:55:45.894Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name simple_mermaid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simple-mermaid-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=01a98790207ed0ab -C extra-filename=-c0b81501afc83356 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9612026-08-10T04:55:45.958Z Compiling termcolor v1.1.2
9622026-08-10T04:55:45.961Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termcolor-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d90249bd196d1451 -C extra-filename=-fc8cc7d7ce07eef0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9632026-08-10T04:55:46.013Z Compiling glob v0.3.0
9642026-08-10T04:55:46.017Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glob-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=668d7faf8a764050 -C extra-filename=-3116c20ddb05af2f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9652026-08-10T04:55:46.043Z Compiling debug-ignore v1.0.5
9662026-08-10T04:55:46.046Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=0d23fde6e28a8294 -C extra-filename=-61976ba89dfc66fb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9672026-08-10T04:55:46.096Z Compiling async-channel v2.5.0
9682026-08-10T04:55:46.097Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=374de19afaf02979 -C extra-filename=-f2c950af33061ee2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/dropshot/target/debug/deps/libconcurrent_queue-9c00d04b9cb65a1f.rmeta --extern event_listener_strategy=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener_strategy-e493cb3a2a9a1979.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c318971817f643ca.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --cap-lints allow`
9692026-08-10T04:55:46.140Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=1da20c1073b38201 -C extra-filename=-49d20cdca5dcbf82 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-84cc173b80c53ab0.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-c46b29ab46860777.rmeta --cap-lints allow`
9702026-08-10T04:55:46.290Z Compiling trybuild v1.0.118
9712026-08-10T04:55:46.293Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.118/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diff"))' -C metadata=6090b86f353ad8ad -C extra-filename=-bb06de932b42c7f2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern glob=/work/oxidecomputer/dropshot/target/debug/deps/libglob-3116c20ddb05af2f.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-a96912dea8404812.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rmeta --extern target_triple=/work/oxidecomputer/dropshot/target/debug/deps/libtarget_triple-24b95f1cd2cfec58.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-fc8cc7d7ce07eef0.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rmeta --cap-lints allow`
9722026-08-10T04:55:46.300Z Compiling expectorate v1.2.0
9732026-08-10T04:55:46.303Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=9a7ba5242ec90ee5 -C extra-filename=-9bf5f74b4b300dfa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern atomicwrites=/work/oxidecomputer/dropshot/target/debug/deps/libatomicwrites-3e503547c5e73b2b.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-6a700380b4c554df.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-0804d33911b95354.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-bdfb7475bdcaae44.rmeta --cap-lints allow`
9742026-08-10T04:55:46.424Z Compiling tokio-tungstenite v0.30.0
9752026-08-10T04:55:46.433Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.30.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "url", "webpki-roots"))' -C metadata=5c34af34a8900ffc -C extra-filename=-1f880fee2e6b8d3f --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-b80a1fa00d64ebea.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-4d49c31f4ede2482.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-a264cb7823fa59a2.rmeta --cap-lints allow`
9762026-08-10T04:55:46.441Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=9ba4612e2a1f8529 -C extra-filename=-72ce22c32059fa3f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(anyhow_build_probe)' --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_clippy_format_args)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(error_generic_member_access)'`
9772026-08-10T04:55:46.505Z Compiling pem v4.0.0
9782026-08-10T04:55:46.509Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-4.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=616222670c79f41f -C extra-filename=-d8d534b1c4025cf9 --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-179ba2e8e1590a2b.rmeta --cap-lints allow`
9792026-08-10T04:55:46.592Z Compiling subprocess v1.2.1
9802026-08-10T04:55:46.601Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subprocess-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=291f6f864ff76a22 -C extra-filename=-71843c2ff7b5c367 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --cap-lints allow`
9812026-08-10T04:55:46.699Z Compiling buf-list v1.1.2
9822026-08-10T04:55:46.702Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=ed7a11b4244de1e4 -C extra-filename=-33ce1128ae59aebd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rmeta --cap-lints allow`
9832026-08-10T04:55:46.822Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=3fdc5109cd49c0db -C extra-filename=-534ea232251357c0 --out-dir /work/oxidecomputer/dropshot/target/debug/build/getrandom-534ea232251357c0 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9842026-08-10T04:55:46.871Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=c7f586ab608a3135 -C extra-filename=-2bca24fa9cf17bf9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9852026-08-10T04:55:46.976Z Compiling prettyplease v0.3.0
9862026-08-10T04:55:46.980Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=605849a426f910c9 -C extra-filename=-deda153a77439f93 --out-dir /work/oxidecomputer/dropshot/target/debug/build/prettyplease-deda153a77439f93 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9872026-08-10T04:55:47.072Z Compiling schema-derive v0.2.1
9882026-08-10T04:55:47.076Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schema-derive-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ae247d4113b6db05 -C extra-filename=-b37882291b91363b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b66c5bededaa0ec5.rlib --extern proc_macro --cap-lints allow`
9892026-08-10T04:55:47.082Z Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-534ea232251357c0/build-script-build`
9902026-08-10T04:55:47.094Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=8999a506eac93fc2 -C extra-filename=-9a0dcc276478a7e6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-0af57a848de951cf.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --cap-lints allow`
9912026-08-10T04:55:47.218Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=f85a1e12be619615 -C extra-filename=-2a6ce33e39d0bb33 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern fastrand=/work/oxidecomputer/dropshot/target/debug/deps/libfastrand-33ddf61acbdb72f1.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-9a0dcc276478a7e6.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-2bca24fa9cf17bf9.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-63187ccbe35f6e82.rmeta --cap-lints allow`
9922026-08-10T04:55:47.235Z Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-deda153a77439f93/build-script-build`
9932026-08-10T04:55:47.248Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=93fdd6e484b3a7f2 -C extra-filename=-a7d09938e1b004dd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b66c5bededaa0ec5.rmeta --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
9942026-08-10T04:55:47.565Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bbd1e8800b353abf -C extra-filename=-b8a239ae95b5f214 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-13169cb37feb68ae.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2a6ce33e39d0bb33.rmeta --cap-lints allow`
9952026-08-10T04:55:47.756Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=d2f7e53ff0ce7591 -C extra-filename=-15cf12a6d47fd2b9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern atomicwrites=/work/oxidecomputer/dropshot/target/debug/deps/libatomicwrites-b8a239ae95b5f214.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-6a700380b4c554df.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-0804d33911b95354.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-bdfb7475bdcaae44.rmeta --cap-lints allow`
9962026-08-10T04:55:48.313Z Compiling schema v0.2.1
9972026-08-10T04:55:48.317Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name schema --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schema-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1c4aa1de8edfc0d6 -C extra-filename=-06cdd5ecbfb6dc73 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-b37882291b91363b.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b66c5bededaa0ec5.rmeta --cap-lints allow`
9982026-08-10T04:55:48.386Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2024 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f23700b1c3c4a723 -C extra-filename=-1a209a98fda6755e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-15cf12a6d47fd2b9.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-d187858cf3fa2474.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-a7d09938e1b004dd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-06cdd5ecbfb6dc73.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6360e43d0dec8e96.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-af1a38aada65d234.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b66c5bededaa0ec5.rlib --extern proc_macro`
9992026-08-10T04:55:51.648Z Running `/work/oxidecomputer/dropshot/target/debug/build/aws-lc-rs-a4926348862195ef/build-script-build`
10002026-08-10T04:55:51.651Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.40.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-bindings", "asan", "bindgen", "default", "disable-prebuilt-nasm", "fips", "prebuilt-nasm", "ssl"))' -C metadata=8f9b8b6bfd460a01 -C extra-filename=-25e0e053bbafd874 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out -l static=aws_lc_0_40_0_crypto --cfg universal`
10012026-08-10T04:55:51.666Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-5852628357619032/build-script-build`
10022026-08-10T04:55:52.034Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.16.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="aws-lc-sys"' --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "dev-tests-only", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=ffa34f4a2b5616b5 -C extra-filename=-7a3552582e20e186 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern aws_lc_sys=/work/oxidecomputer/dropshot/target/debug/deps/libaws_lc_sys-25e0e053bbafd874.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-6e75366fb73b4724.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out --check-cfg 'cfg(aws_lc_rs_docsrs)' --check-cfg 'cfg(disable_slow_tests)' --check-cfg 'cfg(dev_tests_only)'`
10032026-08-10T04:55:52.736Z Compiling rustls-webpki v0.103.13
10042026-08-10T04:55:52.736Z Compiling rcgen v0.14.8
10052026-08-10T04:55:52.739Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rcgen-0.14.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(rcgen_docsrs)' --cfg 'feature="aws_lc_rs"' --cfg 'feature="crypto"' --cfg 'feature="pem"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "aws_lc_rs_unstable", "crypto", "default", "fips", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=484601a801db5e49 -C extra-filename=-3683ebc68b4f7cc8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern aws_lc_rs=/work/oxidecomputer/dropshot/target/debug/deps/libaws_lc_rs-7a3552582e20e186.rmeta --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-10603f4cede7450e.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-527ed588b1b3dbd1.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10062026-08-10T04:55:52.739Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.103.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(webpki_docsrs)' --cfg 'feature="alloc"' --cfg 'feature="aws-lc-rs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "aws-lc-rs", "aws-lc-rs-fips", "aws-lc-rs-unstable", "default", "ring", "std"))' -C metadata=6b592f6863165a20 -C extra-filename=-ea2d43d8f6bc71f7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern aws_lc_rs=/work/oxidecomputer/dropshot/target/debug/deps/libaws_lc_rs-7a3552582e20e186.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-f4acdcd0a43f097d.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10072026-08-10T04:55:53.142Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.43/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(bench)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(read_buf)' --check-cfg 'cfg(rustls_docsrs)' --cfg 'feature="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "prefer-post-quantum", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=85f59e4af31bd539 -C extra-filename=-cce65f8af32bfe25 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern aws_lc_rs=/work/oxidecomputer/dropshot/target/debug/deps/libaws_lc_rs-7a3552582e20e186.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-4d49c31f4ede2482.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-b7c38563a55f281b.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-ea2d43d8f6bc71f7.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-cf97c39e93b149da.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-6e75366fb73b4724.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10082026-08-10T04:55:55.474Z Compiling tokio-rustls v0.26.4
10092026-08-10T04:55:55.474Z Compiling rustls-platform-verifier v0.6.2
10102026-08-10T04:55:55.474Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "default", "early-data", "fips", "logging", "ring", "tls12", "zlib"))' -C metadata=cdf8d0cbc68616b4 -C extra-filename=-a0ada32e5a2e979a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10112026-08-10T04:55:55.474Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_platform_verifier --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-platform-verifier-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("android_logger", "base64", "cert-logging", "dbg", "docsrs", "ffi-testing", "jni", "once_cell"))' -C metadata=30ee30329593cfc6 -C extra-filename=-01ea071eb0413bfb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-4d49c31f4ede2482.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-17e88b40252c0efe.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-ea2d43d8f6bc71f7.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10122026-08-10T04:55:55.659Z Compiling hyper-rustls v0.27.9
10132026-08-10T04:55:55.662Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.27.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="aws-lc-rs"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=7955336665aee8cb -C extra-filename=-681efac772dcc99d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f97c4200f2d94e50.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-4d49c31f4ede2482.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-17e88b40252c0efe.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-424407bb805f7111.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10142026-08-10T04:55:55.662Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2024 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=029cd6e8eea1dafb -C extra-filename=-9a22bafaf5792996 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rmeta --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a3ad6561213ec724.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f97c4200f2d94e50.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-bc07779b0fcb1c13.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10152026-08-10T04:55:55.837Z Compiling reqwest v0.13.4
10162026-08-10T04:55:55.841Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.13.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-aws-lc-rs"' --cfg 'feature="__tls"' --cfg 'feature="charset"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="rustls"' --cfg 'feature="system-proxy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__native-tls", "__native-tls-alpn", "__rustls", "__rustls-aws-lc-rs", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "form", "gzip", "hickory-dns", "http2", "http3", "json", "multipart", "native-tls", "native-tls-no-alpn", "native-tls-vendored", "native-tls-vendored-no-alpn", "query", "rustls", "rustls-no-provider", "socks", "stream", "system-proxy", "zstd"))' -C metadata=d7a58d07a0b3e471 -C extra-filename=-54bbe736df90b19d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-27bda732d0ea2cb7.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-7257d3d1d80d215a.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c318971817f643ca.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-7432c1f5aef8cfdd.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-3621baa5976929d1.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a3ad6561213ec724.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rmeta --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-681efac772dcc99d.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f97c4200f2d94e50.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-4d49c31f4ede2482.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-84cc173b80c53ab0.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rmeta --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rmeta --extern rustls_platform_verifier=/work/oxidecomputer/dropshot/target/debug/deps/librustls_platform_verifier-01ea071eb0413bfb.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-051a2cf23fcb4bee.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-5268577d078f0ba2.rmeta --extern tower_http=/work/oxidecomputer/dropshot/target/debug/deps/libtower_http-43f9b6b173853f49.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-424407bb805f7111.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-b8dfad54e0765a5a.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10172026-08-10T04:55:57.920Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2024 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=e39812166c42078b -C extra-filename=-9c00ec3b4a37af7d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a3ad6561213ec724.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-681efac772dcc99d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f97c4200f2d94e50.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-bc07779b0fcb1c13.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d8d534b1c4025cf9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-54bbe736df90b19d.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-1f880fee2e6b8d3f.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bb06de932b42c7f2.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10182026-08-10T04:56:00.807Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2024 dropshot/examples/versioning.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=5b2d2de0c1d631ba -C extra-filename=-86886548b9284699 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-9a22bafaf5792996.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a3ad6561213ec724.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-681efac772dcc99d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f97c4200f2d94e50.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-bc07779b0fcb1c13.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d8d534b1c4025cf9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-54bbe736df90b19d.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-1f880fee2e6b8d3f.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bb06de932b42c7f2.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10192026-08-10T04:56:00.807Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2024 dropshot/examples/pagination-multiple-resources.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=98286701ea502fd0 -C extra-filename=-6abbd3f6b69b9c67 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-9a22bafaf5792996.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a3ad6561213ec724.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-681efac772dcc99d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f97c4200f2d94e50.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-bc07779b0fcb1c13.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d8d534b1c4025cf9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-54bbe736df90b19d.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-1f880fee2e6b8d3f.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bb06de932b42c7f2.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10202026-08-10T04:56:00.811Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name custom_error --edition=2024 dropshot/examples/custom-error.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ceb6352702c46e26 -C extra-filename=-e1d228d592c39fca --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-9a22bafaf5792996.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a3ad6561213ec724.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-681efac772dcc99d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f97c4200f2d94e50.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-bc07779b0fcb1c13.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d8d534b1c4025cf9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-54bbe736df90b19d.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-1f880fee2e6b8d3f.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bb06de932b42c7f2.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10212026-08-10T04:56:00.815Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2024 dropshot/examples/module-shared-context.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=09a8e6d799daa23b -C extra-filename=-383c17e3de1a5728 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-9a22bafaf5792996.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a3ad6561213ec724.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-681efac772dcc99d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f97c4200f2d94e50.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-bc07779b0fcb1c13.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d8d534b1c4025cf9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-54bbe736df90b19d.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-1f880fee2e6b8d3f.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bb06de932b42c7f2.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10222026-08-10T04:56:00.815Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2024 dropshot/examples/well-tagged.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=72fb7510c8028fca -C extra-filename=-a864a32b0ff76eec --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-9a22bafaf5792996.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a3ad6561213ec724.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-681efac772dcc99d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f97c4200f2d94e50.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-bc07779b0fcb1c13.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d8d534b1c4025cf9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-54bbe736df90b19d.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-1f880fee2e6b8d3f.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bb06de932b42c7f2.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10232026-08-10T04:56:00.815Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name api_trait --edition=2024 dropshot/examples/api-trait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=5f0ae5c49362bc7a -C extra-filename=-28cfd9de42dbc33b --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-9a22bafaf5792996.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a3ad6561213ec724.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-681efac772dcc99d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f97c4200f2d94e50.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-bc07779b0fcb1c13.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d8d534b1c4025cf9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-54bbe736df90b19d.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-1f880fee2e6b8d3f.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bb06de932b42c7f2.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10242026-08-10T04:56:00.822Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2024 dropshot/examples/petstore.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=bd395cbcc61363dc -C extra-filename=-9520e0a589cff18b --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-9a22bafaf5792996.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a3ad6561213ec724.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-681efac772dcc99d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f97c4200f2d94e50.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-bc07779b0fcb1c13.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d8d534b1c4025cf9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-54bbe736df90b19d.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-1f880fee2e6b8d3f.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bb06de932b42c7f2.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10252026-08-10T04:56:10.139Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2024 dropshot/examples/index.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=666a0e0a79fe85db -C extra-filename=-fc3995672b263c9f --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-9a22bafaf5792996.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a3ad6561213ec724.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-681efac772dcc99d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f97c4200f2d94e50.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-bc07779b0fcb1c13.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d8d534b1c4025cf9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-54bbe736df90b19d.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-1f880fee2e6b8d3f.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bb06de932b42c7f2.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10262026-08-10T04:56:11.005Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2024 dropshot/examples/https.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d353b077bfcf8c64 -C extra-filename=-66242c9c18870888 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-9a22bafaf5792996.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a3ad6561213ec724.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-681efac772dcc99d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f97c4200f2d94e50.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-bc07779b0fcb1c13.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d8d534b1c4025cf9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-54bbe736df90b19d.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-1f880fee2e6b8d3f.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bb06de932b42c7f2.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10272026-08-10T04:56:11.173Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2024 dropshot/examples/websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=7765d1921cc937d6 -C extra-filename=-eca263fa0c4612ce --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-9a22bafaf5792996.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a3ad6561213ec724.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-681efac772dcc99d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f97c4200f2d94e50.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-bc07779b0fcb1c13.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d8d534b1c4025cf9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-54bbe736df90b19d.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-1f880fee2e6b8d3f.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bb06de932b42c7f2.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10282026-08-10T04:56:12.778Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2024 dropshot/examples/pagination-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ec83433fb46a0d9c -C extra-filename=-9a0d2110f5753326 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-9a22bafaf5792996.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a3ad6561213ec724.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-681efac772dcc99d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f97c4200f2d94e50.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-bc07779b0fcb1c13.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d8d534b1c4025cf9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-54bbe736df90b19d.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-1f880fee2e6b8d3f.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bb06de932b42c7f2.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10292026-08-10T04:56:12.860Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2024 dropshot/examples/request-headers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=8f1a4bb4c173013f -C extra-filename=-0106ceaa3b2151e5 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-9a22bafaf5792996.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a3ad6561213ec724.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-681efac772dcc99d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f97c4200f2d94e50.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-bc07779b0fcb1c13.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d8d534b1c4025cf9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-54bbe736df90b19d.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-1f880fee2e6b8d3f.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bb06de932b42c7f2.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10302026-08-10T04:56:13.076Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2024 dropshot/examples/multiple-servers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=04123820eef74661 -C extra-filename=-f9bc5107e8409865 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-9a22bafaf5792996.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a3ad6561213ec724.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-681efac772dcc99d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f97c4200f2d94e50.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-bc07779b0fcb1c13.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d8d534b1c4025cf9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-54bbe736df90b19d.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-1f880fee2e6b8d3f.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bb06de932b42c7f2.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10312026-08-10T04:56:13.589Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_alternate --edition=2024 dropshot/examples/api-trait-alternate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=035c89b76a6ef305 -C extra-filename=-2b4fe77de0893184 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-9a22bafaf5792996.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a3ad6561213ec724.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-681efac772dcc99d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f97c4200f2d94e50.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-bc07779b0fcb1c13.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d8d534b1c4025cf9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-54bbe736df90b19d.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-1f880fee2e6b8d3f.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bb06de932b42c7f2.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10322026-08-10T04:56:21.137Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2024 dropshot/examples/pagination-multiple-sorts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=686a857420fcf0d4 -C extra-filename=-6f658bf54a7494bb --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-9a22bafaf5792996.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a3ad6561213ec724.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-681efac772dcc99d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f97c4200f2d94e50.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-bc07779b0fcb1c13.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d8d534b1c4025cf9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-54bbe736df90b19d.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-1f880fee2e6b8d3f.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bb06de932b42c7f2.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10332026-08-10T04:56:22.420Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2024 dropshot/examples/schema-with-example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=71ca32214cf04154 -C extra-filename=-df2ed6ceef70b28d --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-9a22bafaf5792996.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a3ad6561213ec724.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-681efac772dcc99d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f97c4200f2d94e50.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-bc07779b0fcb1c13.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d8d534b1c4025cf9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-54bbe736df90b19d.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-1f880fee2e6b8d3f.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bb06de932b42c7f2.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10342026-08-10T04:56:22.693Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_websocket --edition=2024 dropshot/examples/api-trait-websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=67c5f643cb66fa62 -C extra-filename=-bd4e501dcb48d209 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-9a22bafaf5792996.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a3ad6561213ec724.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-681efac772dcc99d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f97c4200f2d94e50.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-bc07779b0fcb1c13.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d8d534b1c4025cf9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-54bbe736df90b19d.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-1f880fee2e6b8d3f.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bb06de932b42c7f2.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10352026-08-10T04:56:23.314Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2024 dropshot/examples/file_server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=158b923c2db72e23 -C extra-filename=-8330655916ec375a --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-9a22bafaf5792996.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a3ad6561213ec724.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-681efac772dcc99d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f97c4200f2d94e50.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-bc07779b0fcb1c13.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d8d534b1c4025cf9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-54bbe736df90b19d.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-1f880fee2e6b8d3f.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bb06de932b42c7f2.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10362026-08-10T04:56:24.139Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2024 dropshot/examples/basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=6ada2d108c71a52e -C extra-filename=-8bf2df236aa51ec8 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-9a22bafaf5792996.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a3ad6561213ec724.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-681efac772dcc99d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f97c4200f2d94e50.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-bc07779b0fcb1c13.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d8d534b1c4025cf9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-54bbe736df90b19d.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-1f880fee2e6b8d3f.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bb06de932b42c7f2.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10372026-08-10T04:56:25.170Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2024 dropshot/tests/fail.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=eb87c13cff9df6e9 -C extra-filename=-4b078048eb4eee48 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-9a22bafaf5792996.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a3ad6561213ec724.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-681efac772dcc99d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f97c4200f2d94e50.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-bc07779b0fcb1c13.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d8d534b1c4025cf9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-54bbe736df90b19d.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-1f880fee2e6b8d3f.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bb06de932b42c7f2.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10382026-08-10T04:56:25.419Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2024 dropshot/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=755594e6cad83e15 -C extra-filename=-1c25e6024e5ab162 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-9a22bafaf5792996.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a3ad6561213ec724.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-681efac772dcc99d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f97c4200f2d94e50.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-bc07779b0fcb1c13.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d8d534b1c4025cf9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-54bbe736df90b19d.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-1f880fee2e6b8d3f.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bb06de932b42c7f2.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10392026-08-10T04:56:26.083Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2024 dropshot/examples/module-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c26ee42ddec9269f -C extra-filename=-ec92e9eb3b1bf7ce --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-9a22bafaf5792996.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a3ad6561213ec724.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-681efac772dcc99d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f97c4200f2d94e50.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-bc07779b0fcb1c13.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d8d534b1c4025cf9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-54bbe736df90b19d.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-1f880fee2e6b8d3f.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bb06de932b42c7f2.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10402026-08-10T04:56:26.834Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2024 dropshot/examples/multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=efc0bd147aa70fda -C extra-filename=-85e473739cc17a2e --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-9a22bafaf5792996.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a3ad6561213ec724.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-681efac772dcc99d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f97c4200f2d94e50.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-bc07779b0fcb1c13.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d8d534b1c4025cf9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-54bbe736df90b19d.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-1f880fee2e6b8d3f.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bb06de932b42c7f2.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10412026-08-10T04:56:30.885Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2024 dropshot/examples/self-referential.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=5a0b782629bea339 -C extra-filename=-a19eabba8d3e60c8 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-9a22bafaf5792996.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a3ad6561213ec724.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-681efac772dcc99d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f97c4200f2d94e50.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-bc07779b0fcb1c13.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d8d534b1c4025cf9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-54bbe736df90b19d.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-1f880fee2e6b8d3f.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bb06de932b42c7f2.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10422026-08-10T04:56:48.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
10432026-08-10T04:56:48.817Z
10442026-08-10T04:56:48.817Zreal 1:27.943107112
10452026-08-10T04:56:48.817Zuser 7:08.427030268
10462026-08-10T04:56:48.817Zsys 1:12.050288245
10472026-08-10T04:56:48.817Ztrap 0.325248315
10482026-08-10T04:56:48.817Ztflt 0.253341848
10492026-08-10T04:56:48.820Zdflt 0.414015813
10502026-08-10T04:56:48.820Zkflt 0.013184035
10512026-08-10T04:56:48.820Zlock 31:16.841850229
10522026-08-10T04:56:48.820Zslp 27:57.623908422
10532026-08-10T04:56:48.820Zlat 21.855486908
10542026-08-10T04:56:48.820Zstop 52.242142244
10552026-08-10T04:56:48.820Z+ banner test
10562026-08-10T04:56:48.820Z
10572026-08-10T04:56:48.820Z ##### ###### #### #####
10582026-08-10T04:56:48.821Z # # # #
10592026-08-10T04:56:48.821Z # ##### #### #
10602026-08-10T04:56:48.821Z # # # #
10612026-08-10T04:56:48.821Z # # # # #
10622026-08-10T04:56:48.821Z # ###### #### #
10632026-08-10T04:56:48.821Z
10642026-08-10T04:56:48.821Z+ ptime -m cargo test --all-features --locked --verbose
10652026-08-10T04:56:49.022Z Fresh unicode-ident v1.0.12
10662026-08-10T04:56:49.022Z Fresh cfg-if v1.0.0
10672026-08-10T04:56:49.022Z Fresh itoa v1.0.1
10682026-08-10T04:56:49.022Z Fresh memchr v2.6.0
10692026-08-10T04:56:49.026Z Fresh proc-macro2 v1.0.107
10702026-08-10T04:56:49.026Z Fresh pin-project-lite v0.2.12
10712026-08-10T04:56:49.026Z Fresh autocfg v1.1.0
10722026-08-10T04:56:49.026Z Fresh bytes v1.12.1
10732026-08-10T04:56:49.026Z Fresh futures-core v0.3.33
10742026-08-10T04:56:49.026Z Fresh quote v1.0.47
10752026-08-10T04:56:49.026Z Fresh libc v0.2.189
10762026-08-10T04:56:49.026Z Fresh smallvec v1.13.2
10772026-08-10T04:56:49.026Z Fresh syn v3.0.3
10782026-08-10T04:56:49.026Z Fresh jobserver v0.1.34
10792026-08-10T04:56:49.026Z Fresh serde_derive v1.0.229
10802026-08-10T04:56:49.026Z Fresh thiserror-impl v2.0.19
10812026-08-10T04:56:49.026Z Fresh synstructure v0.13.1
10822026-08-10T04:56:49.026Z Fresh zmij v1.0.2
10832026-08-10T04:56:49.027Z Fresh find-msvc-tools v0.1.9
10842026-08-10T04:56:49.027Z Fresh shlex v1.3.0
10852026-08-10T04:56:49.027Z Fresh thiserror v2.0.19
10862026-08-10T04:56:49.027Z Fresh log v0.4.17
10872026-08-10T04:56:49.027Z Fresh scopeguard v1.2.0
10882026-08-10T04:56:49.027Z Fresh cc v1.2.60
10892026-08-10T04:56:49.027Z Fresh futures-sink v0.3.33
10902026-08-10T04:56:49.027Z Fresh lock_api v0.4.6
10912026-08-10T04:56:49.027Z Fresh parking_lot_core v0.9.4
10922026-08-10T04:56:49.027Z Fresh zerofrom-derive v0.1.5
10932026-08-10T04:56:49.027Z Fresh dunce v1.0.5
10942026-08-10T04:56:49.027Z Fresh cmake v0.1.58
10952026-08-10T04:56:49.027Z Fresh fs_extra v1.3.0
10962026-08-10T04:56:49.027Z Fresh serde_core v1.0.229
10972026-08-10T04:56:49.027Z Fresh zerofrom v0.1.5
10982026-08-10T04:56:49.027Z Fresh parking_lot v0.12.1
10992026-08-10T04:56:49.027Z Fresh slab v0.4.9
11002026-08-10T04:56:49.027Z Fresh yoke-derive v0.7.5
11012026-08-10T04:56:49.027Z Fresh tokio-macros v2.7.0
11022026-08-10T04:56:49.027Z Fresh mio v1.2.0
11032026-08-10T04:56:49.027Z Fresh signal-hook-registry v1.4.0
11042026-08-10T04:56:49.027Z Fresh socket2 v0.6.3
11052026-08-10T04:56:49.027Z Fresh stable_deref_trait v1.2.0
11062026-08-10T04:56:49.027Z Fresh futures-channel v0.3.33
11072026-08-10T04:56:49.027Z Fresh zerovec-derive v0.10.3
11082026-08-10T04:56:49.027Z Fresh yoke v0.7.5
11092026-08-10T04:56:49.027Z Fresh tokio v1.53.1
11102026-08-10T04:56:49.027Z Fresh http v1.5.0
11112026-08-10T04:56:49.027Z Fresh zeroize v1.8.2
11122026-08-10T04:56:49.027Z Fresh bitflags v2.11.0
11132026-08-10T04:56:49.027Z Fresh version_check v0.9.5
11142026-08-10T04:56:49.027Z Fresh zerovec v0.10.4
11152026-08-10T04:56:49.027Z Fresh serde v1.0.229
11162026-08-10T04:56:49.027Z Fresh futures-macro v0.3.33
11172026-08-10T04:56:49.027Z Fresh displaydoc v0.2.5
11182026-08-10T04:56:49.027Z Fresh rand_core v0.10.1
11192026-08-10T04:56:49.027Z Fresh futures-io v0.3.33
11202026-08-10T04:56:49.027Z Fresh futures-task v0.3.33
11212026-08-10T04:56:49.027Z Fresh ucd-trie v0.1.6
11222026-08-10T04:56:49.028Z Fresh futures-util v0.3.33
11232026-08-10T04:56:49.028Z Fresh rustls-pki-types v1.15.1
11242026-08-10T04:56:49.028Z Fresh errno v0.3.10
11252026-08-10T04:56:49.028Z Fresh pest v2.8.1
11262026-08-10T04:56:49.028Z Fresh pest_meta v2.8.1
11272026-08-10T04:56:49.028Z Fresh tinystr v0.7.6
11282026-08-10T04:56:49.028Z Fresh aws-lc-sys v0.40.0
11292026-08-10T04:56:49.028Z Fresh zerocopy-derive v0.8.27
11302026-08-10T04:56:49.028Z Fresh writeable v0.5.5
11312026-08-10T04:56:49.028Z Fresh litemap v0.7.4
11322026-08-10T04:56:49.028Z Fresh rustix v1.1.4
11332026-08-10T04:56:49.028Z Fresh typenum v1.19.0
11342026-08-10T04:56:49.028Z Fresh zerocopy v0.8.27
11352026-08-10T04:56:49.028Z Fresh aws-lc-rs v1.16.3
11362026-08-10T04:56:49.028Z Fresh pest_generator v2.8.1
11372026-08-10T04:56:49.028Z Fresh icu_locid v1.5.0
11382026-08-10T04:56:49.028Z Fresh rustversion v1.0.22
11392026-08-10T04:56:49.028Z Fresh httparse v1.10.0
11402026-08-10T04:56:49.028Z Fresh icu_provider_macros v1.5.0
11412026-08-10T04:56:49.028Z Fresh hashbrown v0.17.0
11422026-08-10T04:56:49.028Z Fresh powerfmt v0.2.0
11432026-08-10T04:56:49.028Z Fresh num-conv v0.2.0
11442026-08-10T04:56:49.028Z Fresh time-core v0.1.8
11452026-08-10T04:56:49.028Z Fresh equivalent v1.0.0
11462026-08-10T04:56:49.028Z Fresh fastrand v2.1.1
11472026-08-10T04:56:49.028Z Fresh icu_provider v1.5.0
11482026-08-10T04:56:49.028Z Fresh deranged v0.5.5
11492026-08-10T04:56:49.028Z Fresh crossbeam-utils v0.8.21
11502026-08-10T04:56:49.028Z Fresh time-macros v0.2.27
11512026-08-10T04:56:49.028Z Fresh indexmap v2.14.0
11522026-08-10T04:56:49.028Z Fresh hybrid-array v0.4.8
11532026-08-10T04:56:49.028Z Fresh pest_derive v2.8.1
11542026-08-10T04:56:49.028Z Fresh http-body v1.0.1
11552026-08-10T04:56:49.028Z Fresh tracing-core v0.1.32
11562026-08-10T04:56:49.028Z Fresh untrusted v0.9.0
11572026-08-10T04:56:49.028Z Fresh atomic-waker v1.1.2
11582026-08-10T04:56:49.028Z Fresh num_threads v0.1.3
11592026-08-10T04:56:49.028Z Fresh icu_locid_transform_data v1.5.0
11602026-08-10T04:56:49.029Z Fresh percent-encoding v2.3.2
11612026-08-10T04:56:49.029Z Fresh rustls-webpki v0.103.13
11622026-08-10T04:56:49.029Z Fresh tracing v0.1.40
11632026-08-10T04:56:49.029Z Fresh time v0.3.47
11642026-08-10T04:56:49.029Z Fresh icu_locid_transform v1.5.0
11652026-08-10T04:56:49.029Z Fresh dtrace-parser v0.3.0
11662026-08-10T04:56:49.029Z Fresh rustix v0.38.44
11672026-08-10T04:56:49.029Z Fresh icu_collections v1.5.0
11682026-08-10T04:56:49.029Z Fresh tokio-util v0.7.19
11692026-08-10T04:56:49.033Z Fresh serde_json v1.0.151
11702026-08-10T04:56:49.033Z Fresh erased-serde v0.3.31
11712026-08-10T04:56:49.033Z Fresh scroll_derive v0.13.1
11722026-08-10T04:56:49.033Z Fresh thread-id v5.0.0
11732026-08-10T04:56:49.033Z Fresh tower-service v0.3.3
11742026-08-10T04:56:49.033Z Fresh tower-layer v0.3.3
11752026-08-10T04:56:49.033Z Fresh base64 v0.22.1
11762026-08-10T04:56:49.033Z Fresh icu_properties_data v1.5.0
11772026-08-10T04:56:49.033Z Fresh byteorder v1.4.3
11782026-08-10T04:56:49.033Z Fresh fnv v1.0.7
11792026-08-10T04:56:49.033Z Fresh cpufeatures v0.3.0
11802026-08-10T04:56:49.033Z Fresh try-lock v0.2.3
11812026-08-10T04:56:49.033Z Fresh subtle v2.5.0
11822026-08-10T04:56:49.033Z Fresh h2 v0.4.14
11832026-08-10T04:56:49.033Z Fresh want v0.3.0
11842026-08-10T04:56:49.033Z Fresh icu_properties v1.5.1
11852026-08-10T04:56:49.033Z Fresh rustls v0.23.43
11862026-08-10T04:56:49.033Z Fresh scroll v0.13.0
11872026-08-10T04:56:49.033Z Fresh slog v2.8.2
11882026-08-10T04:56:49.033Z Fresh paste v1.0.15
11892026-08-10T04:56:49.033Z Fresh crypto-common v0.2.1
11902026-08-10T04:56:49.033Z Fresh block-buffer v0.12.0
11912026-08-10T04:56:49.033Z Fresh unicode-segmentation v1.10.0
11922026-08-10T04:56:49.033Z Fresh adler2 v2.0.1
11932026-08-10T04:56:49.033Z Fresh write16 v1.0.0
11942026-08-10T04:56:49.033Z Fresh plain v0.2.3
11952026-08-10T04:56:49.033Z Fresh unicode-width v0.1.9
11962026-08-10T04:56:49.033Z Fresh httpdate v1.0.1
11972026-08-10T04:56:49.033Z Fresh utf16_iter v1.0.5
11982026-08-10T04:56:49.033Z Fresh const-oid v0.10.2
11992026-08-10T04:56:49.033Z Fresh icu_normalizer_data v1.5.0
12002026-08-10T04:56:49.033Z Fresh lazy_static v1.5.0
12012026-08-10T04:56:49.033Z Fresh utf8_iter v1.0.4
12022026-08-10T04:56:49.033Z Fresh simd-adler32 v0.3.7
12032026-08-10T04:56:49.033Z Fresh digest v0.11.2
12042026-08-10T04:56:49.033Z Fresh goblin v0.10.1
12052026-08-10T04:56:49.033Z Fresh hyper v1.11.0
12062026-08-10T04:56:49.034Z Fresh newline-converter v0.3.0
12072026-08-10T04:56:49.034Z Fresh icu_normalizer v1.5.0
12082026-08-10T04:56:49.034Z Fresh miniz_oxide v0.8.9
12092026-08-10T04:56:49.034Z Fresh console v0.15.7
12102026-08-10T04:56:49.034Z Fresh num-traits v0.2.14
12112026-08-10T04:56:49.034Z Fresh crc32fast v1.5.0
12122026-08-10T04:56:49.034Z Fresh form_urlencoded v1.2.2
12132026-08-10T04:56:49.034Z Fresh serde_tokenstream v0.3.0
12142026-08-10T04:56:49.034Z Fresh serde_tokenstream v0.2.3
12152026-08-10T04:56:49.034Z Fresh mime v0.3.16
12162026-08-10T04:56:49.034Z Fresh pretty-hex v0.4.1
12172026-08-10T04:56:49.034Z Fresh ipnet v2.10.0
12182026-08-10T04:56:49.034Z Fresh winnow v1.0.0
12192026-08-10T04:56:49.034Z Fresh similar v2.2.1
12202026-08-10T04:56:49.034Z Fresh iana-time-zone v0.1.47
12212026-08-10T04:56:49.034Z Fresh openssl-probe v0.2.1
12222026-08-10T04:56:49.034Z Fresh heck v0.5.0
12232026-08-10T04:56:49.034Z Fresh semver v1.0.28
12242026-08-10T04:56:49.034Z Fresh dof v0.4.0
12252026-08-10T04:56:49.034Z Fresh hyper-util v0.1.20
12262026-08-10T04:56:49.034Z Fresh toml_parser v1.1.3+spec-1.1.0
12272026-08-10T04:56:49.034Z Fresh chrono v0.4.45
12282026-08-10T04:56:49.034Z Fresh rustls-native-certs v0.8.3
12292026-08-10T04:56:49.034Z Fresh flate2 v1.1.9
12302026-08-10T04:56:49.034Z Fresh idna_adapter v1.2.0
12312026-08-10T04:56:49.034Z Fresh sha1 v0.11.0
12322026-08-10T04:56:49.034Z Fresh unicase v2.6.0
12332026-08-10T04:56:49.034Z Fresh tokio-rustls v0.26.4
12342026-08-10T04:56:49.034Z Fresh chacha20 v0.10.1
12352026-08-10T04:56:49.034Z Fresh concurrent-queue v2.5.0
12362026-08-10T04:56:49.034Z Fresh thread_local v1.1.4
12372026-08-10T04:56:49.034Z Fresh serde_derive_internals v0.29.0
12382026-08-10T04:56:49.034Z Fresh serde_spanned v1.1.1
12392026-08-10T04:56:49.034Z Fresh syn v2.0.118
12402026-08-10T04:56:49.034Z Fresh toml_datetime v1.1.1+spec-1.1.0
12412026-08-10T04:56:49.034Z Fresh sync_wrapper v1.0.1
12422026-08-10T04:56:49.034Z Fresh encoding_rs v0.8.32
12432026-08-10T04:56:49.034Z Fresh compression-core v0.4.32
12442026-08-10T04:56:49.034Z Fresh parking v2.2.0
12452026-08-10T04:56:49.034Z Fresh match_cfg v0.1.0
12462026-08-10T04:56:49.035Z Fresh toml_writer v1.1.2+spec-1.1.0
12472026-08-10T04:56:49.035Z Fresh tower v0.5.2
12482026-08-10T04:56:49.035Z Fresh compression-codecs v0.4.38
12492026-08-10T04:56:49.035Z Fresh event-listener v5.0.0
12502026-08-10T04:56:49.035Z Fresh toml v1.1.4+spec-1.1.0
12512026-08-10T04:56:49.035Z Fresh hostname v0.3.1
12522026-08-10T04:56:49.035Z Fresh schemars_derive v0.8.22
12532026-08-10T04:56:49.035Z Fresh rand v0.10.2
12542026-08-10T04:56:49.035Z Fresh usdt-impl v0.6.0
12552026-08-10T04:56:49.035Z Fresh idna v1.0.3
12562026-08-10T04:56:49.035Z Fresh ryu v1.0.5
12572026-08-10T04:56:49.035Z Compiling dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
12582026-08-10T04:56:49.035Z Fresh usdt-attr-macro v0.6.0
12592026-08-10T04:56:49.035Z Fresh usdt-macro v0.6.0
12602026-08-10T04:56:49.035Z Fresh slog-json v2.6.1
12612026-08-10T04:56:49.035Z Fresh http-body-util v0.1.4
12622026-08-10T04:56:49.035Z Fresh crossbeam-channel v0.5.15
12632026-08-10T04:56:49.035Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2024 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bd644af387ad98f1 -C extra-filename=-c98c7384ccb80d84 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-d187858cf3fa2474.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6360e43d0dec8e96.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-af1a38aada65d234.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b66c5bededaa0ec5.rlib --extern proc_macro`
12642026-08-10T04:56:49.035Z Fresh uuid v1.24.0
12652026-08-10T04:56:49.035Z Fresh futures-executor v0.3.33
12662026-08-10T04:56:49.069Z Fresh async-stream-impl v0.3.6
12672026-08-10T04:56:49.073Z Fresh memmap2 v0.9.8
12682026-08-10T04:56:49.073Z Fresh is-terminal v0.4.12
12692026-08-10T04:56:49.073Z Fresh base64 v0.23.0
12702026-08-10T04:56:49.073Z Fresh spin v0.9.8
12712026-08-10T04:56:49.073Z Fresh dyn-clone v1.0.4
12722026-08-10T04:56:49.073Z Fresh term v1.1.0
12732026-08-10T04:56:49.073Z Fresh iri-string v0.7.8
12742026-08-10T04:56:49.073Z Fresh data-encoding v2.4.0
12752026-08-10T04:56:49.073Z Fresh take_mut v0.2.2
12762026-08-10T04:56:49.073Z Fresh tower-http v0.6.8
12772026-08-10T04:56:49.073Z Fresh slog-term v2.9.2
12782026-08-10T04:56:49.073Z Fresh multer v3.1.0
12792026-08-10T04:56:49.073Z Fresh schemars v0.8.22
12802026-08-10T04:56:49.073Z Fresh tungstenite v0.30.0
12812026-08-10T04:56:49.073Z Fresh slog-async v2.8.0
12822026-08-10T04:56:49.073Z Fresh usdt v0.6.0
12832026-08-10T04:56:49.073Z Fresh futures v0.3.33
12842026-08-10T04:56:49.073Z Fresh async-stream v0.3.6
12852026-08-10T04:56:49.073Z Fresh slog-bunyan v2.5.0
12862026-08-10T04:56:49.073Z Fresh serde_urlencoded v0.7.1
12872026-08-10T04:56:49.073Z Fresh url v2.5.4
12882026-08-10T04:56:49.073Z Fresh target-triple v1.0.0
12892026-08-10T04:56:49.073Z Fresh camino v1.2.5
12902026-08-10T04:56:49.073Z Fresh async-compression v0.4.43
12912026-08-10T04:56:49.073Z Fresh event-listener-strategy v0.5.4
12922026-08-10T04:56:49.077Z Fresh hyper-rustls v0.27.9
12932026-08-10T04:56:49.077Z Fresh rustls-platform-verifier v0.6.2
12942026-08-10T04:56:49.077Z Fresh pem v3.0.6
12952026-08-10T04:56:49.077Z Fresh yasna v0.6.0
12962026-08-10T04:56:49.077Z Fresh waitgroup v0.1.2
12972026-08-10T04:56:49.077Z Fresh openapiv3 v2.2.0
12982026-08-10T04:56:49.077Z Fresh rustls-pemfile v2.2.0
12992026-08-10T04:56:49.077Z Fresh async-trait v0.1.91
13002026-08-10T04:56:49.077Z Fresh hostname v0.4.2
13012026-08-10T04:56:49.077Z Fresh serde_path_to_error v0.1.20
13022026-08-10T04:56:49.077Z Fresh glob v0.3.0
13032026-08-10T04:56:49.077Z Fresh termcolor v1.1.2
13042026-08-10T04:56:49.077Z Fresh debug-ignore v1.0.5
13052026-08-10T04:56:49.077Z Fresh simple-mermaid v0.2.0
13062026-08-10T04:56:49.077Z Fresh trybuild v1.0.118
13072026-08-10T04:56:49.077Z Fresh rcgen v0.14.8
13082026-08-10T04:56:49.077Z Fresh reqwest v0.13.4
13092026-08-10T04:56:49.077Z Fresh async-channel v2.5.0
13102026-08-10T04:56:49.077Z Fresh mime_guess v2.0.5
13112026-08-10T04:56:49.077Z Fresh tokio-tungstenite v0.30.0
13122026-08-10T04:56:49.077Z Fresh anyhow v1.0.104
13132026-08-10T04:56:49.077Z Fresh pem v4.0.0
13142026-08-10T04:56:49.077Z Fresh subprocess v1.2.1
13152026-08-10T04:56:49.077Z Fresh buf-list v1.1.2
13162026-08-10T04:56:49.078Z Fresh once_cell v1.20.1
13172026-08-10T04:56:49.078Z Fresh schema-derive v0.2.1
13182026-08-10T04:56:49.078Z Fresh getrandom v0.4.1
13192026-08-10T04:56:49.078Z Fresh schema v0.2.1
13202026-08-10T04:56:49.078Z Fresh prettyplease v0.3.0
13212026-08-10T04:56:49.078Z Fresh tempfile v3.27.0
13222026-08-10T04:56:49.078Z Fresh atomicwrites v0.4.4
13232026-08-10T04:56:49.078Z Fresh expectorate v1.2.0
13242026-08-10T04:56:50.331Z Compiling dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot)
13252026-08-10T04:56:50.335Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2024 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=6de2c428f29d1237 -C extra-filename=-31ed7434b2c27c99 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a3ad6561213ec724.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-681efac772dcc99d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f97c4200f2d94e50.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-bc07779b0fcb1c13.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d8d534b1c4025cf9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-54bbe736df90b19d.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-1f880fee2e6b8d3f.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bb06de932b42c7f2.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13262026-08-10T04:56:50.336Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2024 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=cb9bcafef548d710 -C extra-filename=-80070d170363ef2e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rmeta --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a3ad6561213ec724.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f97c4200f2d94e50.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-bc07779b0fcb1c13.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13272026-08-10T04:56:55.242Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2024 dropshot/examples/request-headers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=e489c2224c9e0475 -C extra-filename=-368ecb01c6d64adf --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-80070d170363ef2e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a3ad6561213ec724.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-681efac772dcc99d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f97c4200f2d94e50.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-bc07779b0fcb1c13.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d8d534b1c4025cf9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-54bbe736df90b19d.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-1f880fee2e6b8d3f.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bb06de932b42c7f2.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13282026-08-10T04:56:55.246Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2024 dropshot/examples/self-referential.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=50a0b83e99ed8c86 -C extra-filename=-dbf2a99d3476ff6c --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-80070d170363ef2e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a3ad6561213ec724.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-681efac772dcc99d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f97c4200f2d94e50.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-bc07779b0fcb1c13.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d8d534b1c4025cf9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-54bbe736df90b19d.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-1f880fee2e6b8d3f.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bb06de932b42c7f2.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13292026-08-10T04:56:55.251Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2024 dropshot/examples/file_server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c64f069ccd387bc1 -C extra-filename=-795ec491c1849cbf --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-80070d170363ef2e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a3ad6561213ec724.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-681efac772dcc99d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f97c4200f2d94e50.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-bc07779b0fcb1c13.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d8d534b1c4025cf9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-54bbe736df90b19d.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-1f880fee2e6b8d3f.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bb06de932b42c7f2.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13302026-08-10T04:56:55.251Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2024 dropshot/examples/well-tagged.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=becb4f5da908cfaf -C extra-filename=-9c457f881610222f --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-80070d170363ef2e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a3ad6561213ec724.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-681efac772dcc99d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f97c4200f2d94e50.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-bc07779b0fcb1c13.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d8d534b1c4025cf9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-54bbe736df90b19d.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-1f880fee2e6b8d3f.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bb06de932b42c7f2.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13312026-08-10T04:56:55.251Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2024 dropshot/examples/module-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=bd89b8d01462a90d -C extra-filename=-0296ce2f551ea28e --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-80070d170363ef2e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a3ad6561213ec724.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-681efac772dcc99d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f97c4200f2d94e50.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-bc07779b0fcb1c13.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d8d534b1c4025cf9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-54bbe736df90b19d.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-1f880fee2e6b8d3f.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bb06de932b42c7f2.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13322026-08-10T04:56:55.251Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2024 dropshot/tests/fail.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=aca5fbaae531c161 -C extra-filename=-63aeed47f68a104f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-80070d170363ef2e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a3ad6561213ec724.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-681efac772dcc99d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f97c4200f2d94e50.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-bc07779b0fcb1c13.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d8d534b1c4025cf9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-54bbe736df90b19d.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-1f880fee2e6b8d3f.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bb06de932b42c7f2.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13332026-08-10T04:56:55.255Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2024 dropshot/examples/index.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=eba3a57cac6bb778 -C extra-filename=-07f68b02f5c107d2 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-80070d170363ef2e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a3ad6561213ec724.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-681efac772dcc99d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f97c4200f2d94e50.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-bc07779b0fcb1c13.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d8d534b1c4025cf9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-54bbe736df90b19d.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-1f880fee2e6b8d3f.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bb06de932b42c7f2.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13342026-08-10T04:56:56.079Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2024 dropshot/examples/pagination-multiple-resources.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=16210e69535f91a4 -C extra-filename=-d46787c11bd6b2fe --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-80070d170363ef2e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a3ad6561213ec724.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-681efac772dcc99d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f97c4200f2d94e50.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-bc07779b0fcb1c13.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d8d534b1c4025cf9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-54bbe736df90b19d.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-1f880fee2e6b8d3f.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bb06de932b42c7f2.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13352026-08-10T04:57:05.567Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2024 dropshot/examples/pagination-multiple-sorts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=166f071faaa43f77 -C extra-filename=-9cce5f981ffa1d38 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-80070d170363ef2e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a3ad6561213ec724.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-681efac772dcc99d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f97c4200f2d94e50.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-bc07779b0fcb1c13.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d8d534b1c4025cf9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-54bbe736df90b19d.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-1f880fee2e6b8d3f.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bb06de932b42c7f2.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13362026-08-10T04:57:05.868Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2024 dropshot/examples/versioning.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=9dc41e06dc04f03b -C extra-filename=-8c1464fb01130fa0 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-80070d170363ef2e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a3ad6561213ec724.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-681efac772dcc99d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f97c4200f2d94e50.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-bc07779b0fcb1c13.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d8d534b1c4025cf9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-54bbe736df90b19d.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-1f880fee2e6b8d3f.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bb06de932b42c7f2.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13372026-08-10T04:57:05.873Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2024 dropshot/examples/websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=0a388c12db59158e -C extra-filename=-13993d2ef0fa4167 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-80070d170363ef2e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a3ad6561213ec724.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-681efac772dcc99d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f97c4200f2d94e50.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-bc07779b0fcb1c13.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d8d534b1c4025cf9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-54bbe736df90b19d.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-1f880fee2e6b8d3f.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bb06de932b42c7f2.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13382026-08-10T04:57:05.877Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2024 dropshot/examples/multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=78634b4b296a7f6a -C extra-filename=-19bd7ffeb95ad641 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-80070d170363ef2e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a3ad6561213ec724.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-681efac772dcc99d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f97c4200f2d94e50.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-bc07779b0fcb1c13.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d8d534b1c4025cf9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-54bbe736df90b19d.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-1f880fee2e6b8d3f.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bb06de932b42c7f2.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13392026-08-10T04:57:05.877Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_websocket --edition=2024 dropshot/examples/api-trait-websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=3004512831ac4a53 -C extra-filename=-10e1d8ad4cc952d9 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-80070d170363ef2e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a3ad6561213ec724.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-681efac772dcc99d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f97c4200f2d94e50.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-bc07779b0fcb1c13.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d8d534b1c4025cf9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-54bbe736df90b19d.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-1f880fee2e6b8d3f.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bb06de932b42c7f2.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13402026-08-10T04:57:06.303Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2024 dropshot/examples/pagination-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=477eebc34967d756 -C extra-filename=-097ae33358ad3d82 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-80070d170363ef2e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a3ad6561213ec724.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-681efac772dcc99d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f97c4200f2d94e50.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-bc07779b0fcb1c13.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d8d534b1c4025cf9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-54bbe736df90b19d.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-1f880fee2e6b8d3f.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bb06de932b42c7f2.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13412026-08-10T04:57:08.357Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name custom_error --edition=2024 dropshot/examples/custom-error.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1df6dd5c8b79ae96 -C extra-filename=-7deec2937e7ae7de --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-80070d170363ef2e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a3ad6561213ec724.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-681efac772dcc99d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f97c4200f2d94e50.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-bc07779b0fcb1c13.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d8d534b1c4025cf9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-54bbe736df90b19d.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-1f880fee2e6b8d3f.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bb06de932b42c7f2.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13422026-08-10T04:57:16.431Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2024 dropshot/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ca2477ec72f103f7 -C extra-filename=-3b0aeb3d0785a921 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-80070d170363ef2e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a3ad6561213ec724.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-681efac772dcc99d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f97c4200f2d94e50.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-bc07779b0fcb1c13.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d8d534b1c4025cf9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-54bbe736df90b19d.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-1f880fee2e6b8d3f.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bb06de932b42c7f2.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13432026-08-10T04:57:16.906Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_alternate --edition=2024 dropshot/examples/api-trait-alternate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=845f532076abea36 -C extra-filename=-6e5b11677aa8138f --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-80070d170363ef2e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a3ad6561213ec724.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-681efac772dcc99d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f97c4200f2d94e50.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-bc07779b0fcb1c13.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d8d534b1c4025cf9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-54bbe736df90b19d.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-1f880fee2e6b8d3f.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bb06de932b42c7f2.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13442026-08-10T04:57:17.213Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2024 dropshot/examples/schema-with-example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=70752cb8abcd3216 -C extra-filename=-7c7a070e2fcdd1fa --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-80070d170363ef2e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a3ad6561213ec724.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-681efac772dcc99d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f97c4200f2d94e50.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-bc07779b0fcb1c13.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d8d534b1c4025cf9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-54bbe736df90b19d.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-1f880fee2e6b8d3f.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bb06de932b42c7f2.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13452026-08-10T04:57:17.345Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2024 dropshot/examples/multiple-servers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ba0852f861720b04 -C extra-filename=-039e5b6279c50e46 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-80070d170363ef2e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a3ad6561213ec724.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-681efac772dcc99d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f97c4200f2d94e50.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-bc07779b0fcb1c13.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d8d534b1c4025cf9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-54bbe736df90b19d.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-1f880fee2e6b8d3f.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bb06de932b42c7f2.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13462026-08-10T04:57:17.670Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2024 dropshot/examples/basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=5a1264518d35073a -C extra-filename=-06c3c6ebd96dded1 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-80070d170363ef2e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a3ad6561213ec724.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-681efac772dcc99d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f97c4200f2d94e50.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-bc07779b0fcb1c13.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d8d534b1c4025cf9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-54bbe736df90b19d.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-1f880fee2e6b8d3f.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bb06de932b42c7f2.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13472026-08-10T04:57:18.118Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2024 dropshot/examples/petstore.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=75b2d9df50c7f7a2 -C extra-filename=-8ff5d003fb4a008b --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-80070d170363ef2e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a3ad6561213ec724.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-681efac772dcc99d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f97c4200f2d94e50.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-bc07779b0fcb1c13.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d8d534b1c4025cf9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-54bbe736df90b19d.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-1f880fee2e6b8d3f.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bb06de932b42c7f2.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13482026-08-10T04:57:19.470Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2024 dropshot/examples/module-shared-context.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ded10c375b7892fb -C extra-filename=-c4c8d73fadf3728f --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-80070d170363ef2e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a3ad6561213ec724.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-681efac772dcc99d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f97c4200f2d94e50.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-bc07779b0fcb1c13.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d8d534b1c4025cf9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-54bbe736df90b19d.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-1f880fee2e6b8d3f.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bb06de932b42c7f2.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13492026-08-10T04:57:21.150Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2024 dropshot/examples/https.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1995af2d68ddb608 -C extra-filename=-adf95efe74570e66 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-80070d170363ef2e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a3ad6561213ec724.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-681efac772dcc99d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f97c4200f2d94e50.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-bc07779b0fcb1c13.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d8d534b1c4025cf9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-54bbe736df90b19d.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-1f880fee2e6b8d3f.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bb06de932b42c7f2.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13502026-08-10T04:57:25.546Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name api_trait --edition=2024 dropshot/examples/api-trait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=36a742d2a28b34a0 -C extra-filename=-c89256af372e9820 --out-dir /work/oxidecomputer/dropshot/target/debug/examples -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-80070d170363ef2e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a3ad6561213ec724.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-681efac772dcc99d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f97c4200f2d94e50.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-bc07779b0fcb1c13.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d8d534b1c4025cf9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-54bbe736df90b19d.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-1f880fee2e6b8d3f.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bb06de932b42c7f2.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13512026-08-10T04:57:42.528Z Finished `test` profile [unoptimized + debuginfo] target(s) in 53.68s
13522026-08-10T04:57:42.569Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-31ed7434b2c27c99`
13532026-08-10T04:57:42.573Z
13542026-08-10T04:57:42.573Zrunning 142 tests
13552026-08-10T04:57:42.573Ztest api_description::test::test_endpoint_versions_range ... ok
13562026-08-10T04:57:42.577Ztest api_description::test::test_endpoint_versions_matches ... ok
13572026-08-10T04:57:42.577Ztest api_description::test::test_endpoint_versions_overlaps ... ok
13582026-08-10T04:57:42.577Ztest api_description::test::test_badpath4 - should panic ... ok
13592026-08-10T04:57:42.577Ztest api_description::test::test_tag_config_deserialize_old ... ok
13602026-08-10T04:57:42.578Ztest api_description::test::test_tags_need_one ... ok
13612026-08-10T04:57:42.578Ztest api_description::test::test_dup_names ... ok
13622026-08-10T04:57:42.578Ztest api_description::test::test_badpath1 ... ok
13632026-08-10T04:57:42.578Ztest api_description::test::test_badpath2 ... ok
13642026-08-10T04:57:42.578Ztest api_description::test::test_badpath3 ... ok
13652026-08-10T04:57:42.578Ztest api_description::test::test_tags_too_many ... ok
13662026-08-10T04:57:42.578Ztest api_description::test::test_tags_just_right ... ok
13672026-08-10T04:57:42.578Ztest compression::tests::test_accepts_gzip_encoding_case_insensitive ... ok
13682026-08-10T04:57:42.578Ztest compression::tests::test_accepts_gzip_encoding_basic ... ok
13692026-08-10T04:57:42.578Ztest compression::tests::test_accepts_gzip_encoding_ignores_malformed_parameters ... ok
13702026-08-10T04:57:42.578Ztest compression::tests::test_accepts_gzip_encoding_malformed_quality ... ok
13712026-08-10T04:57:42.578Ztest compression::tests::test_accepts_gzip_encoding_gzip_takes_precedence_over_wildcard ... ok
13722026-08-10T04:57:42.578Ztest compression::tests::test_accepts_gzip_encoding_gzip_acceptance_overrides_wildcard_rejection ... ok
13732026-08-10T04:57:42.578Ztest compression::tests::test_accepts_gzip_encoding_multiple_encodings ... ok
13742026-08-10T04:57:42.578Ztest compression::tests::test_accepts_gzip_encoding_no_header ... ok
13752026-08-10T04:57:42.578Ztest compression::tests::test_accepts_gzip_encoding_multiple_headers ... ok
13762026-08-10T04:57:42.578Ztest compression::tests::test_accepts_gzip_encoding_non_finite_quality_defaults ... ok
13772026-08-10T04:57:42.578Ztest compression::tests::test_accepts_gzip_encoding_prefers_highest_quality ... ok
13782026-08-10T04:57:42.578Ztest compression::tests::test_accepts_gzip_encoding_rejects_zero_quality ... ok
13792026-08-10T04:57:42.578Ztest compression::tests::test_accepts_gzip_encoding_with_spaces ... ok
13802026-08-10T04:57:42.578Ztest compression::tests::test_accepts_gzip_encoding_wildcard_rejected ... ok
13812026-08-10T04:57:42.578Ztest compression::tests::test_accepts_gzip_encoding_wildcard_with_quality ... ok
13822026-08-10T04:57:42.578Ztest compression::tests::test_accepts_gzip_encoding_with_positive_quality ... ok
13832026-08-10T04:57:42.578Ztest compression::tests::test_accepts_gzip_encoding_wildcard ... ok
13842026-08-10T04:57:42.578Ztest compression::tests::test_should_compress_response_already_encoded ... ok
13852026-08-10T04:57:42.578Ztest compression::tests::test_should_compress_response_basic ... ok
13862026-08-10T04:57:42.578Ztest compression::tests::test_should_compress_response_compressible_content_types ... ok
13872026-08-10T04:57:42.578Ztest compression::tests::test_should_compress_response_head_method ... ok
13882026-08-10T04:57:42.579Ztest compression::tests::test_should_compress_response_no_accept_encoding ... ok
13892026-08-10T04:57:42.579Ztest compression::tests::test_should_compress_response_no_compression_extension ... ok
13902026-08-10T04:57:42.579Ztest compression::tests::test_should_compress_response_no_content_type ... ok
13912026-08-10T04:57:42.579Ztest compression::tests::test_should_compress_response_no_content ... ok
13922026-08-10T04:57:42.579Ztest compression::tests::test_should_compress_response_rejects_content_range ... ok
13932026-08-10T04:57:42.579Ztest compression::tests::test_should_compress_response_not_modified ... ok
13942026-08-10T04:57:42.579Ztest compression::tests::test_should_compress_response_partial_content ... ok
13952026-08-10T04:57:42.579Ztest compression::tests::test_should_compress_response_non_compressible_content_types ... ok
13962026-08-10T04:57:42.579Ztest compression::tests::test_should_compress_response_respects_content_length_threshold ... ok
13972026-08-10T04:57:42.579Ztest compression::tests::test_should_compress_response_sse ... ok
13982026-08-10T04:57:42.579Ztest extractor::body::tests::test_typed_body_from ... ok
13992026-08-10T04:57:42.579Ztest extractor::header::tests::test_header_parsing ... ok
14002026-08-10T04:57:42.579Ztest error::test::test_serialize_error_response_body ... ok
14012026-08-10T04:57:42.579Ztest extractor::metadata::test::test_metadata_flattened ... ok
14022026-08-10T04:57:42.579Ztest extractor::metadata::test::test_metadata_simple ... ok
14032026-08-10T04:57:42.579Ztest from_map::test::test_case_insensitive ... ok
14042026-08-10T04:57:42.579Ztest from_map::test::test_deep ... ok
14052026-08-10T04:57:42.579Ztest from_map::test::test_lone_literal ... ok
14062026-08-10T04:57:42.579Ztest compression::tests::test_apply_gzip_compression_avoids_duplicate_vary_entries ... ok
14072026-08-10T04:57:42.579Ztest extractor::metadata::test::test_metadata_pagination ... ok
14082026-08-10T04:57:42.579Ztest extractor::metadata::test::test_metadata_flattened_enum ... ok
14092026-08-10T04:57:42.579Ztest from_map::test::test_missing_data1 ... ok
14102026-08-10T04:57:42.579Ztest from_map::test::test_missing_data2 ... ok
14112026-08-10T04:57:42.579Ztest compression::tests::test_apply_gzip_compression_removes_accept_ranges_and_sets_vary ... ok
14122026-08-10T04:57:42.579Ztest from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok
14132026-08-10T04:57:42.584Ztest from_map::test::test_types ... ok
14142026-08-10T04:57:42.584Ztest logging::test::test_config_bad_file_no_file ... ok
14152026-08-10T04:57:42.584Ztest logging::test::test_config_bad_file_no_level ... ok
14162026-08-10T04:57:42.584Ztest logging::test::test_config_bad_terminal_bad_level ... ok
14172026-08-10T04:57:42.584Ztest logging::test::test_config_bad_log_mode ... ok
14182026-08-10T04:57:42.584Ztest logging::test::test_config_bad_file_path_exists_fail ... ok
14192026-08-10T04:57:42.584Ztest logging::test::test_config_bad_file_bad_path_type ... ok
14202026-08-10T04:57:42.584Ztest logging::test::test_config_bad_terminal_no_level ... ok
14212026-08-10T04:57:42.584Ztest pagination::test::test_pagination_schema ... ok
14222026-08-10T04:57:42.584Ztest pagination::test::test_results_page ... ok
14232026-08-10T04:57:42.584Ztest pagination::test::test_pagparams_parsing ... ok
14242026-08-10T04:57:42.584Ztest extractor::body::tests::test_content_plus_json ... ok
14252026-08-10T04:57:42.584Ztest router::test::test_bad_path_segment2 - should panic ... ok
14262026-08-10T04:57:42.584Ztest router::test::test_bad_path_segment1 - should panic ... ok
14272026-08-10T04:57:42.584Ztest pagination::test::test_page_token_serialization ... ok
14282026-08-10T04:57:42.584Znote: configured to log to "/tmp/dropshot-31ed7434b2c27c99.3066.file_dir/log.out"
14292026-08-10T04:57:42.584Ztest router::test::test_bad_path_segment3 - should panic ... ok
14302026-08-10T04:57:42.584Ztest router::test::test_bogus_regex - should panic ... ok
14312026-08-10T04:57:42.584Ztest router::test::test_bad_path_segment4 - should panic ... ok
14322026-08-10T04:57:42.584Ztest api_description::test::test_tags_set ... ok
14332026-08-10T04:57:42.584Ztest router::test::test_duplicate_route3 - should panic ... ok
14342026-08-10T04:57:42.585Ztest router::test::test_duplicate_route1 - should panic ... ok
14352026-08-10T04:57:42.585Ztest router::test::test_duplicate_route2 - should panic ... ok
14362026-08-10T04:57:42.585Ztest logging::test::test_config_stderr_terminal ... ok
14372026-08-10T04:57:42.585Ztest router::test::test_duplicate_varname - should panic ... ok
14382026-08-10T04:57:42.585Ztest router::test::test_duplicate_route_same_version - should panic ... ok
14392026-08-10T04:57:42.585Ztest router::test::test_duplicate_route_overlapping_version - should panic ... ok
14402026-08-10T04:57:42.585Ztest router::test::test_embedded_non_variable ... ok
14412026-08-10T04:57:42.585Ztest router::test::test_iter2 ... ok
14422026-08-10T04:57:42.585Ztest router::test::test_iter ... ok
14432026-08-10T04:57:42.585Ztest router::test::test_iter_null ... ok
14442026-08-10T04:57:42.585Ztest router::test::test_empty_variable ... ok
14452026-08-10T04:57:42.585Ztest router::test::test_error_cases ... ok
14462026-08-10T04:57:42.585Ztest router::test::test_inconsistent_varname - should panic ... ok
14472026-08-10T04:57:42.585Ztest router::test::test_literal_after_regex - should panic ... ok
14482026-08-10T04:57:42.585Ztest router::test::test_map_bad_value ... ok
14492026-08-10T04:57:42.585Ztest router::test::test_map ... ok
14502026-08-10T04:57:42.585Ztest router::test::test_path_segment ... ok
14512026-08-10T04:57:42.585Ztest router::test::test_literal_after_variable - should panic ... ok
14522026-08-10T04:57:42.585Ztest router::test::test_map_bad_seq ... ok
14532026-08-10T04:57:42.585Ztest router::test::test_more_after_regex - should panic ... ok
14542026-08-10T04:57:42.585Ztest router::test::test_router_versioned ... ok
14552026-08-10T04:57:42.585Ztest router::test::test_segments ... ok
14562026-08-10T04:57:42.585Ztest router::test::test_variable_rename ... ok
14572026-08-10T04:57:42.585Ztest router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok
14582026-08-10T04:57:42.585Ztest router::test::test_variable_name_bad_end - should panic ... ok
14592026-08-10T04:57:42.585Ztest router::test::test_variable_name_bad_start - should panic ... ok
14602026-08-10T04:57:42.585Ztest router::test::test_router_basic ... ok
14612026-08-10T04:57:42.586Ztest router::test::test_variable_name_empty - should panic ... ok
14622026-08-10T04:57:42.586Ztest router::test::test_variable_after_literal - should panic ... ok
14632026-08-10T04:57:42.586Znote: configured to log to "/tmp/dropshot-31ed7434b2c27c99.3066.file_dir/log.out"
14642026-08-10T04:57:42.586Ztest router::test::test_variables_glob ... ok
14652026-08-10T04:57:42.586Ztest router::test::test_variables_basic ... ok
14662026-08-10T04:57:42.586Ztest router::test::test_variables_multi ... ok
14672026-08-10T04:57:42.586Ztest schema_util::test::test_empty_struct ... ok
14682026-08-10T04:57:42.586Ztest schema_util::test::test_nullable ... ok
14692026-08-10T04:57:42.586Ztest schema_util::test::test_embedded_schema ... ok
14702026-08-10T04:57:42.586Ztest schema_util::test::test_extension_conversion ... ok
14712026-08-10T04:57:42.586Ztest schema_util::test::test_additional_properties ... ok
14722026-08-10T04:57:42.586Ztest schema_util::test::test_two_types - should panic ... ok
14732026-08-10T04:57:42.586Znote: configured to log to "/tmp/dropshot-31ed7434b2c27c99.3066.file_dir/log.out"
14742026-08-10T04:57:42.586Ztest schema_util::test::test_garbage_barge_structure_conversion ... ok
14752026-08-10T04:57:42.586Ztest test_util::test::test_bunyan_bad_name - should panic ... ok
14762026-08-10T04:57:42.586Ztest test_util::test::test_bunyan_bad_hostname - should panic ... ok
14772026-08-10T04:57:42.586Ztest logging::test::test_config_file ... ok
14782026-08-10T04:57:42.586Ztest schema_util::test::test_schema2struct_with_enum_variants ... ok
14792026-08-10T04:57:42.586Ztest test_util::test::test_bunyan_bad_pid - should panic ... ok
14802026-08-10T04:57:42.586Ztest test_util::test::test_bunyan_bad_v - should panic ... ok
14812026-08-10T04:57:42.586Ztest test_util::test::test_bunyan_easy_cases ... ok
14822026-08-10T04:57:42.586Ztest test_util::test::test_bunyan_seq_bad_order - should panic ... ok
14832026-08-10T04:57:42.586Ztest test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok
14842026-08-10T04:57:42.586Ztest test_util::test::test_bunyan_seq_easy_cases ... ok
14852026-08-10T04:57:42.586Ztest to_map::test::test_struct_with_options ... ok
14862026-08-10T04:57:42.586Ztest to_map::test::test_to_map_enum ... ok
14872026-08-10T04:57:42.586Ztest test_util::test::test_bunyan_seq_upper_violated - should panic ... ok
14882026-08-10T04:57:42.586Ztest to_map::test::test_to_map_num ... ok
14892026-08-10T04:57:42.586Ztest to_map::test::test_to_map_seq ... ok
14902026-08-10T04:57:42.587Ztest test_util::test::test_bunyan_seq_lower_violated - should panic ... ok
14912026-08-10T04:57:42.587Ztest to_map::test::test_to_map_valid ... ok
14922026-08-10T04:57:42.587Ztest to_map::test::test_to_map_vec ... ok
14932026-08-10T04:57:42.587Ztest type_util::tests::test_commented_ref ... ok
14942026-08-10T04:57:42.587Ztest type_util::tests::test_reflexive_type - should panic ... ok
14952026-08-10T04:57:42.587Ztest type_util::tests::test_recursive_type - should panic ... ok
14962026-08-10T04:57:42.587Ztest server::test::test_drop_server_without_close_okay ... ok
14972026-08-10T04:57:42.587Ztest websocket::tests::test_ws_upg_task_is_spawned ... ok
14982026-08-10T04:57:42.587Ztest server::test::test_server_run_then_close ... ok
14992026-08-10T04:57:42.587Ztest server::test::test_http_acceptor_happy_path ... ok
15002026-08-10T04:57:42.587Z
15012026-08-10T04:57:42.587Ztest result: ok. 142 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
15022026-08-10T04:57:42.587Z
15032026-08-10T04:57:42.587Z Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-63aeed47f68a104f`
15042026-08-10T04:57:42.591Z
15052026-08-10T04:57:42.591Zrunning 1 test
15062026-08-10T04:57:42.884Z Compiling proc-macro2 v1.0.107
15072026-08-10T04:57:42.884Z Compiling quote v1.0.47
15082026-08-10T04:57:42.884Z Compiling unicode-ident v1.0.12
15092026-08-10T04:57:42.884Z Compiling libc v0.2.189
15102026-08-10T04:57:42.884Z Checking cfg-if v1.0.0
15112026-08-10T04:57:42.887Z Compiling serde_core v1.0.229
15122026-08-10T04:57:42.887Z Checking itoa v1.0.1
15132026-08-10T04:57:42.974Z Checking pin-project-lite v0.2.12
15142026-08-10T04:57:43.026Z Checking memchr v2.6.0
15152026-08-10T04:57:43.034Z Compiling autocfg v1.1.0
15162026-08-10T04:57:43.054Z Compiling thiserror v2.0.19
15172026-08-10T04:57:43.278Z Compiling zmij v1.0.2
15182026-08-10T04:57:43.403Z Checking smallvec v1.13.2
15192026-08-10T04:57:43.409Z Checking futures-core v0.3.33
15202026-08-10T04:57:43.464Z Checking bytes v1.12.1
15212026-08-10T04:57:43.518Z Checking once_cell v1.20.1
15222026-08-10T04:57:43.574Z Compiling log v0.4.17
15232026-08-10T04:57:43.610Z Compiling serde_json v1.0.151
15242026-08-10T04:57:43.679Z Compiling serde v1.0.229
15252026-08-10T04:57:43.738Z Compiling jobserver v0.1.34
15262026-08-10T04:57:43.823Z Compiling find-msvc-tools v0.1.9
15272026-08-10T04:57:43.828Z Compiling shlex v1.3.0
15282026-08-10T04:57:43.843Z Compiling parking_lot_core v0.9.4
15292026-08-10T04:57:44.039Z Compiling cc v1.2.60
15302026-08-10T04:57:44.103Z Compiling slab v0.4.9
15312026-08-10T04:57:44.130Z Checking futures-sink v0.3.33
15322026-08-10T04:57:44.150Z Checking scopeguard v1.2.0
15332026-08-10T04:57:44.220Z Compiling syn v2.0.118
15342026-08-10T04:57:44.245Z Compiling syn v3.0.3
15352026-08-10T04:57:44.316Z Checking lock_api v0.4.6
15362026-08-10T04:57:44.349Z Compiling fs_extra v1.3.0
15372026-08-10T04:57:44.496Z Compiling dunce v1.0.5
15382026-08-10T04:57:44.528Z Compiling version_check v0.9.5
15392026-08-10T04:57:44.587Z Checking parking_lot v0.12.1
15402026-08-10T04:57:44.765Z Compiling cmake v0.1.58
15412026-08-10T04:57:44.765Z Checking signal-hook-registry v1.4.0
15422026-08-10T04:57:44.857Z Checking mio v1.2.0
15432026-08-10T04:57:44.892Z Checking socket2 v0.6.3
15442026-08-10T04:57:44.915Z Checking stable_deref_trait v1.2.0
15452026-08-10T04:57:45.129Z Checking futures-channel v0.3.33
15462026-08-10T04:57:45.135Z Checking http v1.5.0
15472026-08-10T04:57:45.138Z Compiling zerocopy v0.8.27
15482026-08-10T04:57:45.209Z Compiling ucd-trie v0.1.6
15492026-08-10T04:57:45.317Z Checking zeroize v1.8.2
15502026-08-10T04:57:45.506Z Checking futures-io v0.3.33
15512026-08-10T04:57:45.615Z Checking rand_core v0.10.1
15522026-08-10T04:57:45.621Z Compiling aws-lc-rs v1.16.3
15532026-08-10T04:57:45.689Z Compiling getrandom v0.4.1
15542026-08-10T04:57:45.751Z Checking futures-task v0.3.33
15552026-08-10T04:57:45.904Z Compiling aws-lc-sys v0.40.0
15562026-08-10T04:57:45.911Z Checking rustls-pki-types v1.15.1
15572026-08-10T04:57:45.981Z Compiling typenum v1.19.0
15582026-08-10T04:57:45.994Z Compiling httparse v1.10.0
15592026-08-10T04:57:46.008Z Compiling rustversion v1.0.22
15602026-08-10T04:57:46.460Z Checking litemap v0.7.4
15612026-08-10T04:57:46.545Z Compiling crossbeam-utils v0.8.21
15622026-08-10T04:57:46.636Z Checking writeable v0.5.5
15632026-08-10T04:57:46.914Z Compiling synstructure v0.13.1
15642026-08-10T04:57:47.062Z Checking equivalent v1.0.0
15652026-08-10T04:57:47.141Z Compiling num-conv v0.2.0
15662026-08-10T04:57:47.266Z Checking hashbrown v0.17.0
15672026-08-10T04:57:47.269Z Compiling time-core v0.1.8
15682026-08-10T04:57:47.383Z Checking powerfmt v0.2.0
15692026-08-10T04:57:47.407Z Compiling time-macros v0.2.27
15702026-08-10T04:57:47.484Z Checking hybrid-array v0.4.8
15712026-08-10T04:57:47.524Z Checking deranged v0.5.5
15722026-08-10T04:57:47.682Z Compiling slog v2.8.2
15732026-08-10T04:57:47.784Z Checking indexmap v2.14.0
15742026-08-10T04:57:48.101Z Checking http-body v1.0.1
15752026-08-10T04:57:48.270Z Compiling unicase v2.6.0
15762026-08-10T04:57:48.326Z Checking tracing-core v0.1.32
15772026-08-10T04:57:48.344Z Checking percent-encoding v2.3.2
15782026-08-10T04:57:48.514Z Checking icu_locid_transform_data v1.5.0
15792026-08-10T04:57:48.519Z Checking num_threads v0.1.3
15802026-08-10T04:57:48.595Z Checking bitflags v2.11.0
15812026-08-10T04:57:48.611Z Checking atomic-waker v1.1.2
15822026-08-10T04:57:48.630Z Checking untrusted v0.9.0
15832026-08-10T04:57:48.688Z Compiling rustls v0.23.43
15842026-08-10T04:57:48.731Z Checking tracing v0.1.40
15852026-08-10T04:57:48.797Z Compiling num-traits v0.2.14
15862026-08-10T04:57:48.837Z Checking time v0.3.47
15872026-08-10T04:57:48.900Z Compiling usdt-impl v0.6.0
15882026-08-10T04:57:49.033Z Checking tower-layer v0.3.3
15892026-08-10T04:57:49.148Z Compiling crc32fast v1.5.0
15902026-08-10T04:57:49.171Z Checking subtle v2.5.0
15912026-08-10T04:57:49.189Z Compiling serde_derive v1.0.229
15922026-08-10T04:57:49.228Z Compiling thiserror-impl v2.0.19
15932026-08-10T04:57:49.281Z Compiling zerofrom-derive v0.1.5
15942026-08-10T04:57:49.294Z Compiling yoke-derive v0.7.5
15952026-08-10T04:57:49.474Z Compiling tokio-macros v2.7.0
15962026-08-10T04:57:49.663Z Compiling zerovec-derive v0.10.3
15972026-08-10T04:57:49.868Z Compiling displaydoc v0.2.5
15982026-08-10T04:57:50.606Z Checking tokio v1.53.1
15992026-08-10T04:57:51.024Z Compiling futures-macro v0.3.33
16002026-08-10T04:57:51.115Z Compiling zerocopy-derive v0.8.27
16012026-08-10T04:57:51.133Z Compiling icu_provider_macros v1.5.0
16022026-08-10T04:57:51.312Z Compiling pest v2.8.1
16032026-08-10T04:57:51.433Z Checking zerofrom v0.1.5
16042026-08-10T04:57:51.551Z Checking yoke v0.7.5
16052026-08-10T04:57:51.765Z Checking zerovec v0.10.4
16062026-08-10T04:57:52.061Z Compiling scroll_derive v0.13.1
16072026-08-10T04:57:52.208Z Checking futures-util v0.3.33
16082026-08-10T04:57:52.398Z Compiling pest_meta v2.8.1
16092026-08-10T04:57:52.593Z Checking tinystr v0.7.6
16102026-08-10T04:57:52.777Z Checking icu_locid v1.5.0
16112026-08-10T04:57:53.213Z Compiling pest_generator v2.8.1
16122026-08-10T04:57:53.381Z Checking icu_provider v1.5.0
16132026-08-10T04:57:53.685Z Checking icu_locid_transform v1.5.0
16142026-08-10T04:57:53.703Z Checking tokio-util v0.7.19
16152026-08-10T04:57:53.803Z Checking erased-serde v0.3.31
16162026-08-10T04:57:54.026Z Checking icu_collections v1.5.0
16172026-08-10T04:57:54.127Z Checking base64 v0.22.1
16182026-08-10T04:57:54.155Z Checking icu_properties_data v1.5.0
16192026-08-10T04:57:54.200Z Checking fnv v1.0.7
16202026-08-10T04:57:54.280Z Checking try-lock v0.2.3
16212026-08-10T04:57:54.288Z Checking tower-service v0.3.3
16222026-08-10T04:57:54.291Z Checking cpufeatures v0.3.0
16232026-08-10T04:57:54.346Z Compiling dof v0.4.0
16242026-08-10T04:57:54.353Z Checking icu_properties v1.5.1
16252026-08-10T04:57:54.364Z Checking h2 v0.4.14
16262026-08-10T04:57:54.369Z Checking want v0.3.0
16272026-08-10T04:57:54.442Z Compiling pest_derive v2.8.1
16282026-08-10T04:57:54.476Z Checking scroll v0.13.0
16292026-08-10T04:57:54.692Z Checking block-buffer v0.12.0
16302026-08-10T04:57:54.702Z Checking crypto-common v0.2.1
16312026-08-10T04:57:54.863Z Checking errno v0.3.10
16322026-08-10T04:57:54.880Z Compiling thread-id v5.0.0
16332026-08-10T04:57:54.953Z Checking plain v0.2.3
16342026-08-10T04:57:54.969Z Compiling rustix v1.1.4
16352026-08-10T04:57:55.045Z Checking const-oid v0.10.2
16362026-08-10T04:57:55.061Z Checking utf8_iter v1.0.4
16372026-08-10T04:57:55.176Z Checking write16 v1.0.0
16382026-08-10T04:57:55.182Z Checking utf16_iter v1.0.5
16392026-08-10T04:57:55.191Z Compiling byteorder v1.4.3
16402026-08-10T04:57:55.260Z Checking icu_normalizer_data v1.5.0
16412026-08-10T04:57:55.278Z Checking httpdate v1.0.1
16422026-08-10T04:57:55.299Z Compiling dtrace-parser v0.3.0
16432026-08-10T04:57:55.320Z Checking simd-adler32 v0.3.7
16442026-08-10T04:57:55.401Z Checking adler2 v2.0.1
16452026-08-10T04:57:55.412Z Checking digest v0.11.2
16462026-08-10T04:57:55.497Z Checking miniz_oxide v0.8.9
16472026-08-10T04:57:55.543Z Checking goblin v0.10.1
16482026-08-10T04:57:55.746Z Checking icu_normalizer v1.5.0
16492026-08-10T04:57:56.251Z Checking hyper v1.11.0
16502026-08-10T04:57:56.284Z Compiling serde_tokenstream v0.2.3
16512026-08-10T04:57:56.428Z Checking form_urlencoded v1.2.2
16522026-08-10T04:57:56.465Z Checking openssl-probe v0.2.1
16532026-08-10T04:57:56.500Z Checking pretty-hex v0.4.1
16542026-08-10T04:57:56.548Z Compiling ryu v1.0.5
16552026-08-10T04:57:56.562Z Checking iana-time-zone v0.1.47
16562026-08-10T04:57:56.609Z Checking ipnet v2.10.0
16572026-08-10T04:57:56.659Z Compiling rustix v0.38.44
16582026-08-10T04:57:56.822Z Checking mime v0.3.16
16592026-08-10T04:57:56.862Z Checking chrono v0.4.45
16602026-08-10T04:57:56.915Z Checking rustls-native-certs v0.8.3
16612026-08-10T04:57:57.155Z Checking flate2 v1.1.9
16622026-08-10T04:57:57.162Z Checking hyper-util v0.1.20
16632026-08-10T04:57:57.211Z Checking idna_adapter v1.2.0
16642026-08-10T04:57:57.432Z Checking sha1 v0.11.0
16652026-08-10T04:57:57.435Z Checking chacha20 v0.10.1
16662026-08-10T04:57:57.600Z Checking concurrent-queue v2.5.0
16672026-08-10T04:57:57.676Z Compiling serde_derive_internals v0.29.0
16682026-08-10T04:57:57.728Z Compiling multer v3.1.0
16692026-08-10T04:57:57.866Z Checking thread_local v1.1.4
16702026-08-10T04:57:57.958Z Checking sync_wrapper v1.0.1
16712026-08-10T04:57:57.964Z Checking encoding_rs v0.8.32
16722026-08-10T04:57:58.024Z Compiling camino v1.2.5
16732026-08-10T04:57:58.053Z Checking match_cfg v0.1.0
16742026-08-10T04:57:58.112Z Checking compression-core v0.4.32
16752026-08-10T04:57:58.234Z Checking winnow v1.0.0
16762026-08-10T04:57:58.241Z Checking fastrand v2.1.1
16772026-08-10T04:57:58.297Z Compiling schemars v0.8.22
16782026-08-10T04:57:58.413Z Checking parking v2.2.0
16792026-08-10T04:57:58.515Z Compiling paste v1.0.15
16802026-08-10T04:57:58.524Z Compiling slog-async v2.8.0
16812026-08-10T04:57:58.556Z Checking event-listener v5.0.0
16822026-08-10T04:57:58.620Z Checking toml_parser v1.1.3+spec-1.1.0
16832026-08-10T04:57:58.808Z Checking tempfile v3.27.0
16842026-08-10T04:57:58.843Z Compiling schemars_derive v0.8.22
16852026-08-10T04:57:58.884Z Checking compression-codecs v0.4.38
16862026-08-10T04:57:58.888Z Checking hostname v0.3.1
16872026-08-10T04:57:58.913Z Checking tower v0.5.2
16882026-08-10T04:57:58.970Z Checking rand v0.10.2
16892026-08-10T04:57:58.983Z Checking idna v1.0.3
16902026-08-10T04:57:58.995Z Compiling mime_guess v2.0.5
16912026-08-10T04:57:59.279Z Compiling usdt-macro v0.6.0
16922026-08-10T04:57:59.348Z Compiling usdt-attr-macro v0.6.0
16932026-08-10T04:57:59.384Z Checking slog-json v2.6.1
16942026-08-10T04:57:59.436Z Checking futures-executor v0.3.33
16952026-08-10T04:57:59.534Z Compiling serde_tokenstream v0.3.0
16962026-08-10T04:57:59.581Z Compiling async-stream-impl v0.3.6
16972026-08-10T04:57:59.659Z Checking crossbeam-channel v0.5.15
16982026-08-10T04:57:59.739Z Checking http-body-util v0.1.4
16992026-08-10T04:57:59.871Z Checking uuid v1.24.0
17002026-08-10T04:57:59.966Z Compiling dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot)
17012026-08-10T04:57:59.986Z Checking toml_datetime v1.1.1+spec-1.1.0
17022026-08-10T04:58:00.155Z Checking serde_spanned v1.1.1
17032026-08-10T04:58:00.176Z Checking is-terminal v0.4.12
17042026-08-10T04:58:00.200Z Checking memmap2 v0.9.8
17052026-08-10T04:58:00.258Z Compiling anyhow v1.0.104
17062026-08-10T04:58:00.277Z Checking take_mut v0.2.2
17072026-08-10T04:58:00.352Z Compiling heck v0.5.0
17082026-08-10T04:58:00.372Z Checking base64 v0.23.0
17092026-08-10T04:58:00.415Z Checking spin v0.9.8
17102026-08-10T04:58:00.519Z Checking term v1.1.0
17112026-08-10T04:58:00.526Z Checking unicode-segmentation v1.10.0
17122026-08-10T04:58:00.538Z Checking dyn-clone v1.0.4
17132026-08-10T04:58:00.611Z Checking iri-string v0.7.8
17142026-08-10T04:58:00.620Z Compiling semver v1.0.28
17152026-08-10T04:58:00.638Z Checking toml_writer v1.1.2+spec-1.1.0
17162026-08-10T04:58:00.645Z Checking lazy_static v1.5.0
17172026-08-10T04:58:00.704Z Checking unicode-width v0.1.9
17182026-08-10T04:58:00.728Z Checking data-encoding v2.4.0
17192026-08-10T04:58:00.732Z Checking slog-term v2.9.2
17202026-08-10T04:58:00.798Z Checking console v0.15.7
17212026-08-10T04:58:00.801Z Checking newline-converter v0.3.0
17222026-08-10T04:58:00.801Z Checking toml v1.1.4+spec-1.1.0
17232026-08-10T04:58:00.953Z Compiling dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
17242026-08-10T04:58:00.972Z Checking tungstenite v0.30.0
17252026-08-10T04:58:01.057Z Checking async-stream v0.3.6
17262026-08-10T04:58:01.174Z Checking usdt v0.6.0
17272026-08-10T04:58:01.394Z Checking atomicwrites v0.4.4
17282026-08-10T04:58:01.400Z Checking futures v0.3.33
17292026-08-10T04:58:01.464Z Checking slog-bunyan v2.5.0
17302026-08-10T04:58:01.486Z Checking serde_urlencoded v0.7.1
17312026-08-10T04:58:01.500Z Checking url v2.5.4
17322026-08-10T04:58:01.507Z Checking async-compression v0.4.43
17332026-08-10T04:58:01.623Z Checking tower-http v0.6.8
17342026-08-10T04:58:01.681Z Checking event-listener-strategy v0.5.4
17352026-08-10T04:58:01.735Z Checking pem v3.0.6
17362026-08-10T04:58:01.802Z Checking openapiv3 v2.2.0
17372026-08-10T04:58:01.810Z Checking yasna v0.6.0
17382026-08-10T04:58:01.873Z Compiling async-trait v0.1.91
17392026-08-10T04:58:01.884Z Checking waitgroup v0.1.2
17402026-08-10T04:58:01.888Z Checking rustls-pemfile v2.2.0
17412026-08-10T04:58:01.974Z Checking serde_path_to_error v0.1.20
17422026-08-10T04:58:02.014Z Checking hostname v0.4.2
17432026-08-10T04:58:02.107Z Checking similar v2.2.1
17442026-08-10T04:58:02.177Z Checking simple-mermaid v0.2.0
17452026-08-10T04:58:02.234Z Checking debug-ignore v1.0.5
17462026-08-10T04:58:02.240Z Checking async-channel v2.5.0
17472026-08-10T04:58:02.348Z Checking tokio-tungstenite v0.30.0
17482026-08-10T04:58:02.423Z Checking expectorate v1.2.0
17492026-08-10T04:58:02.540Z Checking pem v4.0.0
17502026-08-10T04:58:02.597Z Checking buf-list v1.1.2
17512026-08-10T04:58:02.604Z Checking subprocess v1.2.1
17522026-08-10T04:58:07.902Z Checking rustls-webpki v0.103.13
17532026-08-10T04:58:07.902Z Checking rcgen v0.14.8
17542026-08-10T04:58:10.105Z Checking tokio-rustls v0.26.4
17552026-08-10T04:58:10.105Z Checking rustls-platform-verifier v0.6.2
17562026-08-10T04:58:10.285Z Checking hyper-rustls v0.27.9
17572026-08-10T04:58:10.448Z Checking reqwest v0.13.4
17582026-08-10T04:58:11.914Z Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot)
17592026-08-10T04:58:11.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.35s
17602026-08-10T04:58:12.228Z
17612026-08-10T04:58:12.228Z
17622026-08-10T04:58:37.731Ztest tests/fail/bad_channel10.rs ... ok
17632026-08-10T04:58:37.731Ztest tests/fail/bad_channel11.rs ... ok
17642026-08-10T04:58:37.731Ztest tests/fail/bad_channel12.rs ... ok
17652026-08-10T04:58:37.731Ztest tests/fail/bad_channel13.rs ... ok
17662026-08-10T04:58:37.731Ztest tests/fail/bad_channel14.rs ... ok
17672026-08-10T04:58:37.731Ztest tests/fail/bad_channel15.rs ... ok
17682026-08-10T04:58:37.735Ztest tests/fail/bad_channel17.rs ... ok
17692026-08-10T04:58:37.735Ztest tests/fail/bad_channel18.rs ... ok
17702026-08-10T04:58:37.735Ztest tests/fail/bad_channel19.rs ... ok
17712026-08-10T04:58:37.735Ztest tests/fail/bad_channel1a.rs ... ok
17722026-08-10T04:58:37.735Ztest tests/fail/bad_channel1b.rs ... ok
17732026-08-10T04:58:37.735Ztest tests/fail/bad_channel2.rs ... ok
17742026-08-10T04:58:37.735Ztest tests/fail/bad_channel20.rs ... ok
17752026-08-10T04:58:37.735Ztest tests/fail/bad_channel21.rs ... ok
17762026-08-10T04:58:37.735Ztest tests/fail/bad_channel22.rs ... ok
17772026-08-10T04:58:37.735Ztest tests/fail/bad_channel23.rs ... ok
17782026-08-10T04:58:37.735Ztest tests/fail/bad_channel24.rs ... ok
17792026-08-10T04:58:37.735Ztest tests/fail/bad_channel25.rs ... ok
17802026-08-10T04:58:37.735Ztest tests/fail/bad_channel26.rs ... ok
17812026-08-10T04:58:37.735Ztest tests/fail/bad_channel27.rs ... ok
17822026-08-10T04:58:37.735Ztest tests/fail/bad_channel28.rs ... ok
17832026-08-10T04:58:37.735Ztest tests/fail/bad_channel3.rs ... ok
17842026-08-10T04:58:37.735Ztest tests/fail/bad_channel4.rs ... ok
17852026-08-10T04:58:37.735Ztest tests/fail/bad_channel5.rs ... ok
17862026-08-10T04:58:37.735Ztest tests/fail/bad_channel6.rs ... ok
17872026-08-10T04:58:37.735Ztest tests/fail/bad_channel8.rs ... ok
17882026-08-10T04:58:37.736Ztest tests/fail/bad_channel9.rs ... ok
17892026-08-10T04:58:37.736Ztest tests/fail/bad_endpoint1.rs ... ok
17902026-08-10T04:58:37.736Ztest tests/fail/bad_endpoint10.rs ... ok
17912026-08-10T04:58:37.736Ztest tests/fail/bad_endpoint11.rs ... ok
17922026-08-10T04:58:37.736Ztest tests/fail/bad_endpoint12.rs ... ok
17932026-08-10T04:58:37.736Ztest tests/fail/bad_endpoint13.rs ... ok
17942026-08-10T04:58:37.736Ztest tests/fail/bad_endpoint14.rs ... ok
17952026-08-10T04:58:37.736Ztest tests/fail/bad_endpoint15.rs ... ok
17962026-08-10T04:58:37.736Ztest tests/fail/bad_endpoint16.rs ... ok
17972026-08-10T04:58:37.736Ztest tests/fail/bad_endpoint17.rs ... ok
17982026-08-10T04:58:37.736Ztest tests/fail/bad_endpoint18.rs ... ok
17992026-08-10T04:58:37.736Ztest tests/fail/bad_endpoint19.rs ... ok
18002026-08-10T04:58:37.736Ztest tests/fail/bad_endpoint2.rs ... ok
18012026-08-10T04:58:37.736Ztest tests/fail/bad_endpoint20.rs ... ok
18022026-08-10T04:58:37.736Ztest tests/fail/bad_endpoint21.rs ... ok
18032026-08-10T04:58:37.736Ztest tests/fail/bad_endpoint22.rs ... ok
18042026-08-10T04:58:37.736Ztest tests/fail/bad_endpoint23.rs ... ok
18052026-08-10T04:58:37.736Ztest tests/fail/bad_endpoint24.rs ... ok
18062026-08-10T04:58:37.736Ztest tests/fail/bad_endpoint25.rs ... ok
18072026-08-10T04:58:37.736Ztest tests/fail/bad_endpoint26.rs ... ok
18082026-08-10T04:58:37.736Ztest tests/fail/bad_endpoint27.rs ... ok
18092026-08-10T04:58:37.736Ztest tests/fail/bad_endpoint28.rs ... ok
18102026-08-10T04:58:37.736Ztest tests/fail/bad_endpoint3.rs ... ok
18112026-08-10T04:58:37.736Ztest tests/fail/bad_endpoint4.rs ... ok
18122026-08-10T04:58:37.736Ztest tests/fail/bad_endpoint5.rs ... ok
18132026-08-10T04:58:37.736Ztest tests/fail/bad_endpoint6.rs ... ok
18142026-08-10T04:58:37.736Ztest tests/fail/bad_endpoint7.rs ... ok
18152026-08-10T04:58:37.736Ztest tests/fail/bad_endpoint8.rs ... ok
18162026-08-10T04:58:37.736Ztest tests/fail/bad_endpoint9.rs ... ok
18172026-08-10T04:58:37.736Ztest tests/fail/bad_trait_channel10.rs ... ok
18182026-08-10T04:58:37.736Ztest tests/fail/bad_trait_channel11.rs ... ok
18192026-08-10T04:58:37.736Ztest tests/fail/bad_trait_channel12.rs ... ok
18202026-08-10T04:58:37.736Ztest tests/fail/bad_trait_channel13.rs ... ok
18212026-08-10T04:58:37.736Ztest tests/fail/bad_trait_channel14.rs ... ok
18222026-08-10T04:58:37.736Ztest tests/fail/bad_trait_channel15.rs ... ok
18232026-08-10T04:58:37.736Ztest tests/fail/bad_trait_channel17.rs ... ok
18242026-08-10T04:58:37.736Ztest tests/fail/bad_trait_channel18.rs ... ok
18252026-08-10T04:58:37.736Ztest tests/fail/bad_trait_channel19.rs ... ok
18262026-08-10T04:58:37.736Ztest tests/fail/bad_trait_channel1a.rs ... ok
18272026-08-10T04:58:37.737Ztest tests/fail/bad_trait_channel1b.rs ... ok
18282026-08-10T04:58:37.737Ztest tests/fail/bad_trait_channel2.rs ... ok
18292026-08-10T04:58:37.737Ztest tests/fail/bad_trait_channel20.rs ... ok
18302026-08-10T04:58:37.737Ztest tests/fail/bad_trait_channel21.rs ... ok
18312026-08-10T04:58:37.737Ztest tests/fail/bad_trait_channel22.rs ... ok
18322026-08-10T04:58:37.737Ztest tests/fail/bad_trait_channel23.rs ... ok
18332026-08-10T04:58:37.737Ztest tests/fail/bad_trait_channel24.rs ... ok
18342026-08-10T04:58:37.737Ztest tests/fail/bad_trait_channel25.rs ... ok
18352026-08-10T04:58:37.737Ztest tests/fail/bad_trait_channel26.rs ... ok
18362026-08-10T04:58:37.737Ztest tests/fail/bad_trait_channel28.rs ... ok
18372026-08-10T04:58:37.737Ztest tests/fail/bad_trait_channel3.rs ... ok
18382026-08-10T04:58:37.737Ztest tests/fail/bad_trait_channel4.rs ... ok
18392026-08-10T04:58:37.737Ztest tests/fail/bad_trait_channel5.rs ... ok
18402026-08-10T04:58:37.737Ztest tests/fail/bad_trait_channel6.rs ... ok
18412026-08-10T04:58:37.737Ztest tests/fail/bad_trait_channel8.rs ... ok
18422026-08-10T04:58:37.737Ztest tests/fail/bad_trait_channel9.rs ... ok
18432026-08-10T04:58:37.737Ztest tests/fail/bad_trait_endpoint1.rs ... ok
18442026-08-10T04:58:37.737Ztest tests/fail/bad_trait_endpoint10.rs ... ok
18452026-08-10T04:58:37.737Ztest tests/fail/bad_trait_endpoint11.rs ... ok
18462026-08-10T04:58:37.737Ztest tests/fail/bad_trait_endpoint12.rs ... ok
18472026-08-10T04:58:37.737Ztest tests/fail/bad_trait_endpoint13.rs ... ok
18482026-08-10T04:58:37.737Ztest tests/fail/bad_trait_endpoint14.rs ... ok
18492026-08-10T04:58:37.737Ztest tests/fail/bad_trait_endpoint15.rs ... ok
18502026-08-10T04:58:37.737Ztest tests/fail/bad_trait_endpoint16.rs ... ok
18512026-08-10T04:58:37.737Ztest tests/fail/bad_trait_endpoint17.rs ... ok
18522026-08-10T04:58:37.737Ztest tests/fail/bad_trait_endpoint18.rs ... ok
18532026-08-10T04:58:37.737Ztest tests/fail/bad_trait_endpoint19.rs ... ok
18542026-08-10T04:58:37.737Ztest tests/fail/bad_trait_endpoint2.rs ... ok
18552026-08-10T04:58:37.737Ztest tests/fail/bad_trait_endpoint20.rs ... ok
18562026-08-10T04:58:37.737Ztest tests/fail/bad_trait_endpoint21.rs ... ok
18572026-08-10T04:58:37.737Ztest tests/fail/bad_trait_endpoint22.rs ... ok
18582026-08-10T04:58:37.737Ztest tests/fail/bad_trait_endpoint23.rs ... ok
18592026-08-10T04:58:37.737Ztest tests/fail/bad_trait_endpoint24.rs ... ok
18602026-08-10T04:58:37.737Ztest tests/fail/bad_trait_endpoint25.rs ... ok
18612026-08-10T04:58:37.737Ztest tests/fail/bad_trait_endpoint26.rs ... ok
18622026-08-10T04:58:37.737Ztest tests/fail/bad_trait_endpoint27.rs ... ok
18632026-08-10T04:58:37.737Ztest tests/fail/bad_trait_endpoint28.rs ... ok
18642026-08-10T04:58:37.737Ztest tests/fail/bad_trait_endpoint3.rs ... ok
18652026-08-10T04:58:37.737Ztest tests/fail/bad_trait_endpoint4.rs ... ok
18662026-08-10T04:58:37.737Ztest tests/fail/bad_trait_endpoint5.rs ... ok
18672026-08-10T04:58:37.738Ztest tests/fail/bad_trait_endpoint6.rs ... ok
18682026-08-10T04:58:37.741Ztest tests/fail/bad_trait_endpoint7.rs ... ok
18692026-08-10T04:58:37.741Ztest tests/fail/bad_trait_endpoint8.rs ... ok
18702026-08-10T04:58:37.741Ztest tests/fail/bad_trait_endpoint9.rs ... ok
18712026-08-10T04:58:37.741Ztest tests/fail/bad_trait_endpoint_error.rs ... ok
18722026-08-10T04:58:37.741Ztest tests/fail/bad_trait_only1.rs ... ok
18732026-08-10T04:58:37.741Ztest tests/fail/bad_trait_only10.rs ... ok
18742026-08-10T04:58:37.741Ztest tests/fail/bad_trait_only11.rs ... ok
18752026-08-10T04:58:37.741Ztest tests/fail/bad_trait_only12.rs ... ok
18762026-08-10T04:58:37.741Ztest tests/fail/bad_trait_only13.rs ... ok
18772026-08-10T04:58:37.741Ztest tests/fail/bad_trait_only14.rs ... ok
18782026-08-10T04:58:37.741Ztest tests/fail/bad_trait_only15.rs ... ok
18792026-08-10T04:58:37.741Ztest tests/fail/bad_trait_only16.rs ... ok
18802026-08-10T04:58:37.741Ztest tests/fail/bad_trait_only17.rs ... ok
18812026-08-10T04:58:37.741Ztest tests/fail/bad_trait_only18.rs ... ok
18822026-08-10T04:58:37.741Ztest tests/fail/bad_trait_only19.rs ... ok
18832026-08-10T04:58:37.741Ztest tests/fail/bad_trait_only2.rs ... ok
18842026-08-10T04:58:37.741Ztest tests/fail/bad_trait_only20.rs ... ok
18852026-08-10T04:58:37.741Ztest tests/fail/bad_trait_only21.rs ... ok
18862026-08-10T04:58:37.741Ztest tests/fail/bad_trait_only22.rs ... ok
18872026-08-10T04:58:37.741Ztest tests/fail/bad_trait_only3.rs ... ok
18882026-08-10T04:58:37.741Ztest tests/fail/bad_trait_only4.rs ... ok
18892026-08-10T04:58:37.741Ztest tests/fail/bad_trait_only5.rs ... ok
18902026-08-10T04:58:37.741Ztest tests/fail/bad_trait_only6.rs ... ok
18912026-08-10T04:58:37.742Ztest tests/fail/bad_trait_only7.rs ... ok
18922026-08-10T04:58:37.742Ztest tests/fail/bad_trait_only8.rs ... ok
18932026-08-10T04:58:37.742Ztest tests/fail/bad_trait_only9.rs ... ok
18942026-08-10T04:58:37.742Ztest tests/fail/bad_version_backwards.rs ... ok
18952026-08-10T04:58:37.742Ztest tests/fail/unused_endpoint.rs ... ok
18962026-08-10T04:58:37.742Z
18972026-08-10T04:58:37.742Z
18982026-08-10T04:58:37.742Ztest fail ... ok
18992026-08-10T04:58:37.742Z
19002026-08-10T04:58:37.742Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 55.14s
19012026-08-10T04:58:37.742Z
19022026-08-10T04:58:37.742Z Running `/work/oxidecomputer/dropshot/target/debug/deps/integration_tests-3b0aeb3d0785a921`
19032026-08-10T04:58:37.742Z
19042026-08-10T04:58:37.742Zrunning 100 tests
19052026-08-10T04:58:37.745Ztest api_trait::test_api_trait_with_disallowed_tags ... ok
19062026-08-10T04:58:37.745Ztest config::test_config_bad_request_body_max_bytes_negative ... ok
19072026-08-10T04:58:37.745Ztest config::test_config_bad_bind_address_port_too_large ... ok
19082026-08-10T04:58:37.745Ztest config::test_config_bad_bind_address_port_too_small ... ok
19092026-08-10T04:58:37.745Ztest config::test_config_bad_bind_address_garbage ... ok
19102026-08-10T04:58:37.745Ztest api_trait::test_api_trait_with_empty_tag_config ... ok
19112026-08-10T04:58:37.745Ztest api_trait::test_api_trait_with_complex_tags ... ok
19122026-08-10T04:58:37.745Ztest config::test_config_deprecated_request_body_max_bytes ... ok
19132026-08-10T04:58:37.745Ztest config::test_config_bad_request_body_max_bytes_too_large ... ok
19142026-08-10T04:58:37.745Ztest config::test_valid_config_all_settings ... ok
19152026-08-10T04:58:37.746Ztest config::test_valid_config_basic ... ok
19162026-08-10T04:58:37.746Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-api_trait_basic.6326.3.log"
19172026-08-10T04:58:37.746Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-config_handler_task_mode_detached.6326.4.log"
19182026-08-10T04:58:37.746Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-config_bind_address_http.6326.1.log"
19192026-08-10T04:58:37.746Ztest config::test_valid_config_empty ... ok
19202026-08-10T04:58:37.746Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-config_bind_address_https.6326.0.log"
19212026-08-10T04:58:37.746Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-test_unversioned_servers_with_versioned_routes.6326.6.log"
19222026-08-10T04:58:37.746Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-config_handler_task_mode_cancel.6326.5.log"
19232026-08-10T04:58:37.746Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-config_bind_address_https_buffer.6326.2.log"
19242026-08-10T04:58:37.746Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-test_enum_extractor_error.6326.7.log"
19252026-08-10T04:58:37.746Ztest config::test_unversioned_servers_with_versioned_routes ... ok
19262026-08-10T04:58:37.746Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-test_enum_user_error.6326.8.log"
19272026-08-10T04:58:37.749Ztest config::test_config_handler_task_mode_cancel ... ok
19282026-08-10T04:58:37.749Ztest config::test_config_handler_task_mode_detached ... ok
19292026-08-10T04:58:37.749Ztest custom_errors::test_enum_user_error ... ok
19302026-08-10T04:58:37.749Ztest custom_errors::test_enum_extractor_error ... ok
19312026-08-10T04:58:37.749Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-test_struct_extractor_error.6326.9.log"
19322026-08-10T04:58:37.749Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-test_struct_user_error.6326.10.log"
19332026-08-10T04:58:37.749Ztest custom_errors::test_trait_based_api ... ok
19342026-08-10T04:58:37.749Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-test_trait_enum_user_error.6326.11.log"
19352026-08-10T04:58:37.749Ztest api_trait::test_api_trait_basic ... ok
19362026-08-10T04:58:37.749Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-test_trait_struct_user_error.6326.12.log"
19372026-08-10T04:58:37.749Ztest config::test_config_bind_address_http ... ok
19382026-08-10T04:58:37.749Ztest custom_errors::test_trait_enum_user_error ... ok
19392026-08-10T04:58:37.749Ztest custom_errors::test_struct_user_error ... ok
19402026-08-10T04:58:37.749Ztest custom_errors::test_struct_extractor_error ... ok
19412026-08-10T04:58:37.749Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-test_302_bogus.6326.13.log"
19422026-08-10T04:58:37.749Ztest custom_errors::test_trait_struct_user_error ... ok
19432026-08-10T04:58:37.750Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-test_302_found.6326.14.log"
19442026-08-10T04:58:37.750Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-test_delete_request.6326.15.log"
19452026-08-10T04:58:37.750Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-test_307_temporary_redirect.6326.16.log"
19462026-08-10T04:58:37.750Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-test_303_see_other.6326.17.log"
19472026-08-10T04:58:37.750Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-demo1.6326.18.log"
19482026-08-10T04:58:37.750Ztest demo::test_302_bogus ... ok
19492026-08-10T04:58:37.753Ztest demo::test_delete_request ... ok
19502026-08-10T04:58:37.753Ztest demo::test_307_temporary_redirect ... ok
19512026-08-10T04:58:37.753Ztest demo::test_303_see_other ... ok
19522026-08-10T04:58:37.753Ztest demo::test_302_found ... ok
19532026-08-10T04:58:37.753Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-demo2query.6326.20.log"
19542026-08-10T04:58:37.753Ztest demo::test_demo1 ... ok
19552026-08-10T04:58:37.753Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-demo2json.6326.19.log"
19562026-08-10T04:58:37.753Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-demo3json.6326.22.log"
19572026-08-10T04:58:37.753Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-demo2urlencoded.6326.21.log"
19582026-08-10T04:58:37.753Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-demo_path_param_string.6326.23.log"
19592026-08-10T04:58:37.753Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-demo_path_param_u32.6326.24.log"
19602026-08-10T04:58:37.753Ztest demo::test_demo3json ... ok
19612026-08-10T04:58:37.753Ztest demo::test_demo_path_param_u32 ... ok
19622026-08-10T04:58:37.753Ztest demo::test_demo2query ... ok
19632026-08-10T04:58:37.753Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-demo_path_param_uuid.6326.25.log"
19642026-08-10T04:58:37.754Ztest demo::test_demo2urlencoded ... ok
19652026-08-10T04:58:37.754Ztest demo::test_demo2json ... ok
19662026-08-10T04:58:37.754Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-test_head_request.6326.26.log"
19672026-08-10T04:58:37.754Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-demo_websocket.6326.27.log"
19682026-08-10T04:58:37.754Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-test_header_request.6326.28.log"
19692026-08-10T04:58:37.754Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-test_large_typed_body.6326.29.log"
19702026-08-10T04:58:37.757Ztest demo::test_demo_path_param_uuid ... ok
19712026-08-10T04:58:37.757Ztest demo::test_head_request ... ok
19722026-08-10T04:58:37.757Ztest demo::test_demo_path_param_string ... ok
19732026-08-10T04:58:37.757Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-tet_raw_request.6326.30.log"
19742026-08-10T04:58:37.757Ztest demo::test_header_request ... ok
19752026-08-10T04:58:37.757Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-test_request_compat.6326.31.log"
19762026-08-10T04:58:37.757Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-test_request_remote_addr.6326.32.log"
19772026-08-10T04:58:37.757Ztest demo::test_demo_websocket ... ok
19782026-08-10T04:58:37.757Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-test_streaming_body.6326.33.log"
19792026-08-10T04:58:37.757Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-test_untyped_body.6326.34.log"
19802026-08-10T04:58:37.757Ztest demo::test_raw_request ... ok
19812026-08-10T04:58:37.757Ztest demo::test_large_typed_body ... ok
19822026-08-10T04:58:37.757Ztest demo::test_request_compat ... ok
19832026-08-10T04:58:37.757Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-graceful_shutdown_with_detached_handler.6326.35.log"
19842026-08-10T04:58:37.757Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-compression_config_enabled.6326.37.log"
19852026-08-10T04:58:37.757Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-compression_config_disabled.6326.36.log"
19862026-08-10T04:58:37.757Ztest demo::test_request_remote_addr ... ok
19872026-08-10T04:58:37.757Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-compression_disabled_extension.6326.38.log"
19882026-08-10T04:58:37.757Ztest demo::test_streaming_body ... ok
19892026-08-10T04:58:37.758Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-gzip_compression_multiple_encodings.6326.39.log"
19902026-08-10T04:58:37.758Ztest gzip::test_compression_disabled_with_extension ... ok
19912026-08-10T04:58:37.761Ztest demo::test_untyped_body ... ok
19922026-08-10T04:58:37.761Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-gzip_compression_accept_encoding.6326.40.log"
19932026-08-10T04:58:37.761Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-json_suffix_compressed.6326.41.log"
19942026-08-10T04:58:37.761Ztest gzip::test_json_suffix_is_compressed ... ok
19952026-08-10T04:58:37.761Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-no_compression_small_response.6326.42.log"
19962026-08-10T04:58:37.761Ztest gzip::test_no_compression_below_size_threshold ... ok
19972026-08-10T04:58:37.761Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-no_compression_204.6326.43.log"
19982026-08-10T04:58:37.761Ztest gzip::test_no_compression_for_204_no_content ... ok
19992026-08-10T04:58:37.764Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-no_compression_304.6326.44.log"
20002026-08-10T04:58:37.764Ztest gzip::test_no_compression_for_304_not_modified ... ok
20012026-08-10T04:58:37.764Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-no_compression_non_compressible.6326.45.log"
20022026-08-10T04:58:37.764Ztest gzip::test_no_compression_for_non_compressible_content_types ... ok
20032026-08-10T04:58:37.764Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-no_gzip_without_accept.6326.46.log"
20042026-08-10T04:58:37.767Ztest gzip::test_compression_config_disabled ... ok
20052026-08-10T04:58:37.767Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-reject_gzip_quality_zero.6326.47.log"
20062026-08-10T04:58:37.772Ztest gzip::test_compression_config_enabled ... ok
20072026-08-10T04:58:37.775Ztest gzip::test_no_gzip_without_accept_encoding ... ok
20082026-08-10T04:58:37.775Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-streaming_with_content_type_compressed.6326.48.log"
20092026-08-10T04:58:37.775Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-streaming_missing_content_type.6326.49.log"
20102026-08-10T04:58:37.775Ztest gzip::test_gzip_compression_accepts_multiple_encodings ... ok
20112026-08-10T04:58:37.775Ztest gzip::test_streaming_with_content_type_is_compressed ... ok
20122026-08-10T04:58:37.775Ztest gzip::test_streaming_without_content_type_skips_compression ... ok
20132026-08-10T04:58:37.775Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-vary_header_set.6326.50.log"
20142026-08-10T04:58:37.775Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-vary_header_no_gzip.6326.51.log"
20152026-08-10T04:58:37.775Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-xml_suffix_compressed.6326.52.log"
20162026-08-10T04:58:37.775Ztest gzip::test_xml_suffix_is_compressed ... ok
20172026-08-10T04:58:37.775Ztest gzip::test_reject_gzip_with_quality_zero ... ok
20182026-08-10T04:58:37.776Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-multipart_client.6326.53.log"
20192026-08-10T04:58:37.776Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-multipart_client.6326.54.log"
20202026-08-10T04:58:37.779Ztest multipart::missing_boundary ... ok
20212026-08-10T04:58:37.779Ztest multipart::no_content_type ... ok
20222026-08-10T04:58:37.779Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-multipart_client.6326.55.log"
20232026-08-10T04:58:37.779Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-multipart_client.6326.56.log"
20242026-08-10T04:58:37.779Ztest config::test_config_bind_address_https_buffer ... ok
20252026-08-10T04:58:37.779Ztest config::test_config_bind_address_https ... ok
20262026-08-10T04:58:37.779Ztest multipart::weird_content_type ... ok
20272026-08-10T04:58:37.779Ztest multipart::test_multipart_client ... ok
20282026-08-10T04:58:37.779Ztest openapi::test_openapi_custom_error_types ... ok
20292026-08-10T04:58:37.779Ztest openapi::test_openapi_custom_error_types_trait_based ... ok
20302026-08-10T04:58:37.779Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-pagination-basic.6326.57.log"
20312026-08-10T04:58:37.779Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-pagination-multiple-resources.6326.58.log"
20322026-08-10T04:58:37.782Ztest openapi::test_openapi ... ok
20332026-08-10T04:58:37.782Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-pagination-multiple-sorts.6326.59.log"
20342026-08-10T04:58:37.782Ztest openapi::test_openapi_fuller ... ok
20352026-08-10T04:58:37.796Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-basic.6326.60.log"
20362026-08-10T04:58:37.799Ztest gzip::test_vary_header_on_non_gzip_requests ... ok
20372026-08-10T04:58:37.799Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-dictionary.6326.61.log"
20382026-08-10T04:58:37.802Ztest gzip::test_gzip_compression_with_accept_encoding ... ok
20392026-08-10T04:58:37.802Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-empty.6326.62.log"
20402026-08-10T04:58:37.805Ztest gzip::test_vary_header_is_set ... ok
20412026-08-10T04:58:37.805Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-errors.6326.63.log"
20422026-08-10T04:58:37.805Ztest pagination::test_paginate_empty ... ok
20432026-08-10T04:58:37.805Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-extra_params.6326.64.log"
20442026-08-10T04:58:37.808Ztest pagination::test_paginate_errors ... ok
20452026-08-10T04:58:37.808Ztest pagination::test_paginate_extra_params ... ok
20462026-08-10T04:58:37.808Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-required_params.6326.65.log"
20472026-08-10T04:58:37.808Ztest pagination_schema::test_pagination_schema ... ok
20482026-08-10T04:58:37.808Ztest path_names::test_path_names ... ok
20492026-08-10T04:58:37.808Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-test_no_tls.6326.66.log"
20502026-08-10T04:58:37.808Ztest pagination::test_paginate_with_required_params ... ok
20512026-08-10T04:58:37.808Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-test_with_tls.6326.67.log"
20522026-08-10T04:58:37.809Ztest starter::test_no_tls ... ok
20532026-08-10T04:58:37.809Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-non_streaming_servers_do_not_use_transfer_encoding.6326.68.log"
20542026-08-10T04:58:37.812Ztest streaming::test_non_streaming_servers_do_not_use_transfer_encoding ... ok
20552026-08-10T04:58:37.812Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-streaming_server_buffered_client.6326.69.log"
20562026-08-10T04:58:37.817Ztest streaming::test_streaming_server_buffered_client ... ok
20572026-08-10T04:58:37.819Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-streaming_server_streaming_client.6326.70.log"
20582026-08-10T04:58:37.823Ztest streaming::test_streaming_server_streaming_client ... ok
20592026-08-10T04:58:37.826Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-test_server_is_http.6326.71.log"
20602026-08-10T04:58:37.826Ztest tls::test_server_is_http ... ok
20612026-08-10T04:58:37.826Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-test_server_is_https.6326.72.log"
20622026-08-10T04:58:37.834Ztest pagination::test_paginate_basic ... ok
20632026-08-10T04:58:37.837Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-test_tls_aborted_negotiation.6326.73.log"
20642026-08-10T04:58:38.114Ztest starter::test_with_tls ... ok
20652026-08-10T04:58:38.117Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-test_tls_certificate_loading.6326.74.log"
20662026-08-10T04:58:38.130Ztest tls::test_server_is_https ... ok
20672026-08-10T04:58:38.133Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-test_tls_only.6326.75.log"
20682026-08-10T04:58:38.360Ztest pagination::test_paginate_dictionary ... ok
20692026-08-10T04:58:38.363Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-test_tls_refresh_certificates.6326.76.log"
20702026-08-10T04:58:38.418Ztest tls::test_tls_certificate_loading ... ok
20712026-08-10T04:58:38.421Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-test_versions.6326.77.log"
20722026-08-10T04:58:38.440Ztest tls::test_tls_aborted_negotiation ... ok
20732026-08-10T04:58:38.443Znote: configured to log to "/tmp/integration_tests-3b0aeb3d0785a921-test_versions_on_missing.6326.78.log"
20742026-08-10T04:58:38.496Ztest pagination::test_example_basic ... ok
20752026-08-10T04:58:38.499Ztest versions::test_versions_openapi ... ok
20762026-08-10T04:58:38.499Ztest versions::test_versions_openapi_same_names ... ok
20772026-08-10T04:58:38.544Ztest versions::test_versions_on_missing ... ok
20782026-08-10T04:58:38.547Ztest versions::test_versions ... ok
20792026-08-10T04:58:38.735Ztest tls::test_tls_only ... ok
20802026-08-10T04:58:38.970Ztest tls::test_tls_refresh_certificates ... ok
20812026-08-10T04:58:39.310Ztest pagination::test_example_multiple_sorts ... ok
20822026-08-10T04:58:39.758Ztest detached_shutdown::test_graceful_shutdown_with_detached_handler ... ok
20832026-08-10T04:58:39.970Ztest pagination::test_example_multiple_resources ... ok
20842026-08-10T04:58:39.970Z
20852026-08-10T04:58:39.974Ztest result: ok. 100 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.23s
20862026-08-10T04:58:39.974Z
20872026-08-10T04:58:39.977Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-1a209a98fda6755e`
20882026-08-10T04:58:39.983Z
20892026-08-10T04:58:39.983Zrunning 35 tests
20902026-08-10T04:58:39.986Ztest channel::tests::test_channel_with_versions ... ok
20912026-08-10T04:58:39.986Ztest channel::tests::test_channel_operation_id ... ok
20922026-08-10T04:58:39.986Ztest channel::tests::test_channel_with_unnamed_params ... ok
20932026-08-10T04:58:39.989Ztest endpoint::tests::test_endpoint_bad_metadata ... ok
20942026-08-10T04:58:39.989Ztest api_trait::tests::test_api_trait_no_endpoints ... ok
20952026-08-10T04:58:39.989Ztest endpoint::tests::test_endpoint_bad_context_receiver ... ok
20962026-08-10T04:58:39.989Ztest endpoint::tests::test_endpoint_bad_string ... ok
20972026-08-10T04:58:39.989Ztest doc::tests::test_extract_summary_description ... ok
20982026-08-10T04:58:39.989Ztest endpoint::tests::test_endpoint_bad_versions ... ok
20992026-08-10T04:58:39.989Ztest endpoint::tests::test_endpoint_invalid_item ... ok
21002026-08-10T04:58:39.989Ztest channel::tests::test_channel_with_custom_params ... ok
21012026-08-10T04:58:39.989Ztest endpoint::tests::test_endpoint_no_arguments ... ok
21022026-08-10T04:58:39.989Ztest endpoint::tests::test_endpoint_not_async ... ok
21032026-08-10T04:58:39.989Ztest endpoint::tests::test_endpoint_content_type ... ok
21042026-08-10T04:58:39.989Ztest api_trait::tests::test_api_trait_operation_id ... ok
21052026-08-10T04:58:39.989Ztest endpoint::tests::test_endpoint_basic ... ok
21062026-08-10T04:58:39.989Ztest endpoint::tests::test_endpoint_context_fully_qualified_names ... ok
21072026-08-10T04:58:39.989Ztest api_trait::tests::test_api_trait_basic ... ok
21082026-08-10T04:58:39.989Ztest endpoint::tests::test_endpoint_pub_crate ... ok
21092026-08-10T04:58:39.989Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_2 ... ok
21102026-08-10T04:58:39.989Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_1 ... ok
21112026-08-10T04:58:39.989Ztest endpoint::tests::test_endpoint_with_empty_where_clause ... ok
21122026-08-10T04:58:39.989Ztest endpoint::tests::test_endpoint_with_doc ... ok
21132026-08-10T04:58:39.989Ztest endpoint::tests::test_endpoint_with_query ... ok
21142026-08-10T04:58:39.990Ztest api_trait::tests::test_api_trait_with_custom_params ... ok
21152026-08-10T04:58:39.990Ztest endpoint::tests::test_endpoint_with_tags ... ok
21162026-08-10T04:58:39.993Ztest params::tests::test_extract_rqctx_ty_param ... ok
21172026-08-10T04:58:39.993Ztest syn_parsing::tests::test_busted_function ... ok
21182026-08-10T04:58:39.993Ztest endpoint::tests::test_endpoint_with_versions_all ... ok
21192026-08-10T04:58:39.993Ztest endpoint::tests::test_endpoint_with_custom_params ... ok
21202026-08-10T04:58:39.993Ztest endpoint::tests::test_endpoint_with_unnamed_params ... ok
21212026-08-10T04:58:39.993Ztest endpoint::tests::test_operation_id ... ok
21222026-08-10T04:58:39.993Ztest endpoint::tests::test_endpoint_with_versions_until ... ok
21232026-08-10T04:58:39.993Ztest endpoint::tests::test_endpoint_with_versions_from ... ok
21242026-08-10T04:58:39.993Ztest endpoint::tests::test_endpoint_with_versions_from_until ... ok
21252026-08-10T04:58:39.993Z
21262026-08-10T04:58:39.993Ztest result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
21272026-08-10T04:58:39.993Z
21282026-08-10T04:58:39.993Z Doc-tests dropshot
21292026-08-10T04:58:39.993Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color auto --crate-name dropshot --test dropshot/src/lib.rs --test-run-directory /work/oxidecomputer/dropshot/dropshot -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-f7284f0b7f2465af.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-0651a105caa4b271.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-80070d170363ef2e.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fda23fd0e72df1f0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-a3ad6561213ec724.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-f80b460f7140aaaf.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-681efac772dcc99d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-f97c4200f2d94e50.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-bc07779b0fcb1c13.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-d8d534b1c4025cf9.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-54bbe736df90b19d.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-71843c2ff7b5c367.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-1f880fee2e6b8d3f.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-0e866b5493be42cb.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-bb06de932b42c7f2.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -C embed-bitcode=no --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --error-format human`
21302026-08-10T04:58:40.740Z
21312026-08-10T04:58:40.740Zrunning 24 tests
21322026-08-10T04:58:40.743Ztest dropshot/src/compression.rs - compression::NoCompression (line 14) ... ignored
21332026-08-10T04:58:41.979Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 413) ... ok
21342026-08-10T04:58:41.980Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 149) ... ignored
21352026-08-10T04:58:41.980Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 156) ... ignored
21362026-08-10T04:58:42.004Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 472) ... ok
21372026-08-10T04:58:45.561Ztest dropshot/src/error_status_code.rs - error_status_code::ErrorStatusCode::from_u16 (line 362) ... ok
21382026-08-10T04:58:45.561Ztest dropshot/src/lib.rs - (line 337) ... ignored
21392026-08-10T04:58:45.566Ztest dropshot/src/error_status_code.rs - error_status_code::ClientErrorStatusCode::from_u16 (line 556) ... ok
21402026-08-10T04:58:45.675Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 382) ... ok
21412026-08-10T04:58:45.731Ztest dropshot/src/lib.rs - (line 46) - compile ... ok
21422026-08-10T04:58:45.755Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 357) ... ok
21432026-08-10T04:58:45.914Ztest dropshot/src/api_description.rs - api_description::ApiEndpoint<StubContext>::new_for_types (line 154) ... ok
21442026-08-10T04:58:45.940Ztest dropshot/src/config.rs - config::ConfigDropshot (line 31) ... ok
21452026-08-10T04:58:45.940Ztest dropshot/src/lib.rs - channel (line 1187) ... ignored
21462026-08-10T04:58:45.940Ztest dropshot/src/lib.rs - endpoint (line 1232) ... ignored
21472026-08-10T04:58:46.847Ztest dropshot/src/lib.rs - (line 401) ... ok
21482026-08-10T04:58:47.003Ztest dropshot/src/lib.rs - api_description (line 1052) ... ok
21492026-08-10T04:58:47.045Ztest dropshot/src/lib.rs - (line 664) ... ok
21502026-08-10T04:58:47.153Ztest dropshot/src/lib.rs - api_description (line 1113) ... ok
21512026-08-10T04:58:47.321Ztest dropshot/src/lib.rs - (line 113) ... ok
21522026-08-10T04:58:47.397Ztest dropshot/src/lib.rs - (line 192) ... ok
21532026-08-10T04:58:47.993Ztest dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 230) ... ok
21542026-08-10T04:58:50.190Ztest dropshot/src/test_util.rs - test_util::LogContext (line 469) ... ok
21552026-08-10T04:58:50.829Ztest dropshot/src/lib.rs - (line 500) ... ok
21562026-08-10T04:58:50.829Z
21572026-08-10T04:58:50.829Ztest result: ok. 18 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 10.09s
21582026-08-10T04:58:50.829Z
21592026-08-10T04:58:50.833Zall doctests ran in 10.51s; merged doctests compilation took 0.42s
21602026-08-10T04:58:50.855Z Doc-tests dropshot_endpoint
21612026-08-10T04:58:50.859Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color auto --crate-name dropshot_endpoint --test dropshot_endpoint/src/lib.rs --test-run-directory /work/oxidecomputer/dropshot/dropshot_endpoint -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-15cf12a6d47fd2b9.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-d187858cf3fa2474.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-a7d09938e1b004dd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-06cdd5ecbfb6dc73.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6360e43d0dec8e96.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-af1a38aada65d234.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b66c5bededaa0ec5.rlib --extern proc_macro -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --error-format human`
21622026-08-10T04:58:50.985Z
21632026-08-10T04:58:50.985Zrunning 0 tests
21642026-08-10T04:58:50.985Z
21652026-08-10T04:58:50.985Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
21662026-08-10T04:58:50.985Z
21672026-08-10T04:58:51.017Z
21682026-08-10T04:58:51.017Zreal 2:02.168083250
21692026-08-10T04:58:51.017Zuser 8:50.157511666
21702026-08-10T04:58:51.017Zsys 1:58.196090022
21712026-08-10T04:58:51.017Ztrap 0.357533609
21722026-08-10T04:58:51.017Ztflt 0.185391282
21732026-08-10T04:58:51.017Zdflt 0.219613724
21742026-08-10T04:58:51.017Zkflt 0.000130734
21752026-08-10T04:58:51.017Zlock 38:55.155690893
21762026-08-10T04:58:51.017Zslp 38:29.529920182
21772026-08-10T04:58:51.021Zlat 26.193481238
21782026-08-10T04:58:51.021Zstop 1:09.677307386
21792026-08-10T04:58:51.021Z+ banner docs
21802026-08-10T04:58:51.021Z
21812026-08-10T04:58:51.021Z ##### #### #### ####
21822026-08-10T04:58:51.021Z # # # # # # #
21832026-08-10T04:58:51.021Z # # # # # ####
21842026-08-10T04:58:51.021Z # # # # # #
21852026-08-10T04:58:51.021Z # # # # # # # #
21862026-08-10T04:58:51.021Z ##### #### #### ####
21872026-08-10T04:58:51.021Z
21882026-08-10T04:58:51.021Z+ ptime -m cargo doc --no-deps --lib --bins --examples
21892026-08-10T04:58:51.228Z Compiling proc-macro2 v1.0.107
21902026-08-10T04:58:51.228Z Compiling unicode-ident v1.0.12
21912026-08-10T04:58:51.232Z Checking cfg-if v1.0.0
21922026-08-10T04:58:51.232Z Checking itoa v1.0.1
21932026-08-10T04:58:51.232Z Checking pin-project-lite v0.2.12
21942026-08-10T04:58:51.265Z Compiling quote v1.0.47
21952026-08-10T04:58:51.279Z Checking libc v0.2.189
21962026-08-10T04:58:51.282Z Checking serde_core v1.0.229
21972026-08-10T04:58:51.302Z Checking memchr v2.6.0
21982026-08-10T04:58:51.321Z Checking smallvec v1.13.2
21992026-08-10T04:58:51.337Z Checking futures-core v0.3.33
22002026-08-10T04:58:51.367Z Checking bytes v1.12.1
22012026-08-10T04:58:51.443Z Checking once_cell v1.20.1
22022026-08-10T04:58:51.493Z Checking futures-sink v0.3.33
22032026-08-10T04:58:51.578Z Checking scopeguard v1.2.0
22042026-08-10T04:58:51.596Z Checking slab v0.4.9
22052026-08-10T04:58:51.664Z Checking lock_api v0.4.6
22062026-08-10T04:58:51.670Z Checking futures-channel v0.3.33
22072026-08-10T04:58:51.678Z Checking parking_lot_core v0.9.4
22082026-08-10T04:58:51.735Z Checking mio v1.2.0
22092026-08-10T04:58:51.785Z Compiling jobserver v0.1.34
22102026-08-10T04:58:51.827Z Checking socket2 v0.6.3
22112026-08-10T04:58:51.842Z Checking signal-hook-registry v1.4.0
22122026-08-10T04:58:51.842Z Checking http v1.5.0
22132026-08-10T04:58:51.852Z Checking parking_lot v0.12.1
22142026-08-10T04:58:52.006Z Compiling cc v1.2.60
22152026-08-10T04:58:52.027Z Checking stable_deref_trait v1.2.0
22162026-08-10T04:58:52.061Z Checking zeroize v1.8.2
22172026-08-10T04:58:52.091Z Checking log v0.4.17
22182026-08-10T04:58:52.097Z Checking rand_core v0.10.1
22192026-08-10T04:58:52.101Z Checking futures-io v0.3.33
22202026-08-10T04:58:52.195Z Compiling syn v2.0.118
22212026-08-10T04:58:52.212Z Compiling syn v3.0.3
22222026-08-10T04:58:52.227Z Checking futures-task v0.3.33
22232026-08-10T04:58:52.233Z Checking rustls-pki-types v1.15.1
22242026-08-10T04:58:52.239Z Checking getrandom v0.4.1
22252026-08-10T04:58:52.359Z Checking typenum v1.19.0
22262026-08-10T04:58:52.372Z Checking zmij v1.0.2
22272026-08-10T04:58:52.398Z Checking httparse v1.10.0
22282026-08-10T04:58:52.498Z Checking equivalent v1.0.0
22292026-08-10T04:58:52.504Z Checking powerfmt v0.2.0
22302026-08-10T04:58:52.576Z Checking litemap v0.7.4
22312026-08-10T04:58:52.606Z Checking hashbrown v0.17.0
22322026-08-10T04:58:52.653Z Compiling num-conv v0.2.0
22332026-08-10T04:58:52.763Z Compiling cmake v0.1.58
22342026-08-10T04:58:52.783Z Checking writeable v0.5.5
22352026-08-10T04:58:52.783Z Compiling time-core v0.1.8
22362026-08-10T04:58:52.925Z Compiling time-macros v0.2.27
22372026-08-10T04:58:52.954Z Checking serde_json v1.0.151
22382026-08-10T04:58:53.036Z Checking hybrid-array v0.4.8
22392026-08-10T04:58:53.065Z Checking indexmap v2.14.0
22402026-08-10T04:58:53.093Z Checking deranged v0.5.5
22412026-08-10T04:58:53.282Z Compiling aws-lc-sys v0.40.0
22422026-08-10T04:58:53.460Z Checking http-body v1.0.1
22432026-08-10T04:58:53.547Z Checking crossbeam-utils v0.8.21
22442026-08-10T04:58:53.582Z Checking tracing-core v0.1.32
22452026-08-10T04:58:53.617Z Checking atomic-waker v1.1.2
22462026-08-10T04:58:53.711Z Checking num_threads v0.1.3
22472026-08-10T04:58:53.792Z Checking untrusted v0.9.0
22482026-08-10T04:58:53.877Z Checking percent-encoding v2.3.2
22492026-08-10T04:58:53.901Z Checking tracing v0.1.40
22502026-08-10T04:58:53.999Z Checking subtle v2.5.0
22512026-08-10T04:58:54.007Z Checking base64 v0.22.1
22522026-08-10T04:58:54.010Z Checking cpufeatures v0.3.0
22532026-08-10T04:58:54.047Z Checking time v0.3.47
22542026-08-10T04:58:54.065Z Checking try-lock v0.2.3
22552026-08-10T04:58:54.071Z Checking tower-service v0.3.3
22562026-08-10T04:58:54.124Z Checking icu_locid_transform_data v1.5.0
22572026-08-10T04:58:54.146Z Checking bitflags v2.11.0
22582026-08-10T04:58:54.152Z Checking tower-layer v0.3.3
22592026-08-10T04:58:54.184Z Checking fnv v1.0.7
22602026-08-10T04:58:54.234Z Checking want v0.3.0
22612026-08-10T04:58:54.267Z Checking block-buffer v0.12.0
22622026-08-10T04:58:54.287Z Checking crypto-common v0.2.1
22632026-08-10T04:58:54.295Z Checking httpdate v1.0.1
22642026-08-10T04:58:54.348Z Checking icu_properties_data v1.5.0
22652026-08-10T04:58:54.400Z Checking const-oid v0.10.2
22662026-08-10T04:58:54.427Z Checking simd-adler32 v0.3.7
22672026-08-10T04:58:54.472Z Checking adler2 v2.0.1
22682026-08-10T04:58:54.547Z Checking num-traits v0.2.14
22692026-08-10T04:58:54.561Z Checking crc32fast v1.5.0
22702026-08-10T04:58:54.570Z Checking miniz_oxide v0.8.9
22712026-08-10T04:58:54.695Z Checking form_urlencoded v1.2.2
22722026-08-10T04:58:54.783Z Checking digest v0.11.2
22732026-08-10T04:58:54.829Z Checking errno v0.3.10
22742026-08-10T04:58:54.880Z Checking mime v0.3.16
22752026-08-10T04:58:54.908Z Compiling synstructure v0.13.1
22762026-08-10T04:58:54.924Z Checking utf8_iter v1.0.4
22772026-08-10T04:58:54.942Z Checking write16 v1.0.0
22782026-08-10T04:58:54.974Z Checking utf16_iter v1.0.5
22792026-08-10T04:58:55.024Z Checking ipnet v2.10.0
22802026-08-10T04:58:55.035Z Checking icu_normalizer_data v1.5.0
22812026-08-10T04:58:55.041Z Checking winnow v1.0.0
22822026-08-10T04:58:55.075Z Checking iana-time-zone v0.1.47
22832026-08-10T04:58:55.094Z Checking sha1 v0.11.0
22842026-08-10T04:58:55.174Z Checking flate2 v1.1.9
22852026-08-10T04:58:55.236Z Compiling serde_derive_internals v0.29.0
22862026-08-10T04:58:55.261Z Checking serde_spanned v1.1.1
22872026-08-10T04:58:55.308Z Checking toml_parser v1.1.3+spec-1.1.0
22882026-08-10T04:58:55.377Z Checking toml_datetime v1.1.1+spec-1.1.0
22892026-08-10T04:58:55.380Z Checking thread_local v1.1.4
22902026-08-10T04:58:55.459Z Checking encoding_rs v0.8.32
22912026-08-10T04:58:55.535Z Checking match_cfg v0.1.0
22922026-08-10T04:58:55.565Z Checking toml_writer v1.1.2+spec-1.1.0
22932026-08-10T04:58:55.593Z Checking openssl-probe v0.2.1
22942026-08-10T04:58:55.627Z Checking compression-core v0.4.32
22952026-08-10T04:58:55.692Z Checking rustls-native-certs v0.8.3
22962026-08-10T04:58:55.733Z Checking toml v1.1.4+spec-1.1.0
22972026-08-10T04:58:55.743Z Checking compression-codecs v0.4.38
22982026-08-10T04:58:55.812Z Checking hostname v0.3.1
22992026-08-10T04:58:55.902Z Checking ryu v1.0.5
23002026-08-10T04:58:55.905Z Checking rustix v1.1.4
23012026-08-10T04:58:55.940Z Compiling unicase v2.6.0
23022026-08-10T04:58:56.003Z Compiling serde_derive v1.0.229
23032026-08-10T04:58:56.028Z Compiling thiserror-impl v2.0.19
23042026-08-10T04:58:56.116Z Checking chacha20 v0.10.1
23052026-08-10T04:58:56.123Z Compiling tokio-macros v2.7.0
23062026-08-10T04:58:56.302Z Compiling zerofrom-derive v0.1.5
23072026-08-10T04:58:56.305Z Compiling yoke-derive v0.7.5
23082026-08-10T04:58:56.387Z Compiling zerovec-derive v0.10.3
23092026-08-10T04:58:56.495Z Compiling futures-macro v0.3.33
23102026-08-10T04:58:56.853Z Checking tokio v1.53.1
23112026-08-10T04:58:57.219Z Compiling displaydoc v0.2.5
23122026-08-10T04:58:57.303Z Checking futures-util v0.3.33
23132026-08-10T04:58:57.307Z Compiling icu_provider_macros v1.5.0
23142026-08-10T04:58:57.393Z Checking thiserror v2.0.19
23152026-08-10T04:58:57.466Z Checking zerofrom v0.1.5
23162026-08-10T04:58:57.486Z Compiling async-stream-impl v0.3.6
23172026-08-10T04:58:57.580Z Checking yoke v0.7.5
23182026-08-10T04:58:57.789Z Checking zerovec v0.10.4
23192026-08-10T04:58:57.870Z Compiling schemars_derive v0.8.22
23202026-08-10T04:58:57.973Z Checking crossbeam-channel v0.5.15
23212026-08-10T04:58:58.140Z Checking concurrent-queue v2.5.0
23222026-08-10T04:58:58.302Z Checking http-body-util v0.1.4
23232026-08-10T04:58:58.317Z Checking uuid v1.24.0
23242026-08-10T04:58:58.465Z Checking tinystr v0.7.6
23252026-08-10T04:58:58.529Z Checking icu_collections v1.5.0
23262026-08-10T04:58:58.601Z Checking is-terminal v0.4.12
23272026-08-10T04:58:58.626Z Checking serde v1.0.229
23282026-08-10T04:58:58.635Z Checking icu_locid v1.5.0
23292026-08-10T04:58:58.840Z Compiling dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot)
23302026-08-10T04:58:59.020Z Checking erased-serde v0.3.31
23312026-08-10T04:58:59.035Z Checking chrono v0.4.45
23322026-08-10T04:58:59.049Z Checking icu_provider v1.5.0
23332026-08-10T04:58:59.075Z Checking sync_wrapper v1.0.1
23342026-08-10T04:58:59.168Z Compiling serde_tokenstream v0.3.0
23352026-08-10T04:58:59.171Z Compiling semver v1.0.28
23362026-08-10T04:58:59.191Z Checking futures-executor v0.3.33
23372026-08-10T04:58:59.332Z Checking parking v2.2.0
23382026-08-10T04:58:59.335Z Checking icu_locid_transform v1.5.0
23392026-08-10T04:58:59.391Z Checking slog v2.8.2
23402026-08-10T04:58:59.436Z Checking take_mut v0.2.2
23412026-08-10T04:58:59.439Z Checking term v1.1.0
23422026-08-10T04:58:59.532Z Checking spin v0.9.8
23432026-08-10T04:58:59.626Z Checking fastrand v2.1.1
23442026-08-10T04:58:59.635Z Checking dyn-clone v1.0.4
23452026-08-10T04:58:59.639Z Checking slog-json v2.6.1
23462026-08-10T04:58:59.639Z Checking base64 v0.23.0
23472026-08-10T04:58:59.716Z Checking slog-async v2.8.0
23482026-08-10T04:58:59.777Z Checking icu_properties v1.5.1
23492026-08-10T04:58:59.783Z Checking slog-bunyan v2.5.0
23502026-08-10T04:58:59.794Z Checking tempfile v3.27.0
23512026-08-10T04:58:59.861Z Checking schemars v0.8.22
23522026-08-10T04:58:59.881Z Checking slog-term v2.9.2
23532026-08-10T04:58:59.881Z Checking multer v3.1.0
23542026-08-10T04:58:59.907Z Compiling dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
23552026-08-10T04:58:59.931Z Checking tokio-util v0.7.19
23562026-08-10T04:58:59.980Z Checking async-compression v0.4.43
23572026-08-10T04:59:00.085Z Checking tower v0.5.2
23582026-08-10T04:59:00.128Z Checking event-listener v5.0.0
23592026-08-10T04:59:00.211Z Checking futures v0.3.33
23602026-08-10T04:59:00.319Z Checking serde_urlencoded v0.7.1
23612026-08-10T04:59:00.326Z Checking openapiv3 v2.2.0
23622026-08-10T04:59:00.353Z Checking h2 v0.4.14
23632026-08-10T04:59:00.453Z Checking async-stream v0.3.6
23642026-08-10T04:59:00.467Z Checking rand v0.10.2
23652026-08-10T04:59:00.513Z Compiling mime_guess v2.0.5
23662026-08-10T04:59:00.570Z Compiling async-trait v0.1.91
23672026-08-10T04:59:00.926Z Checking rustix v0.38.44
23682026-08-10T04:59:01.016Z Checking camino v1.2.5
23692026-08-10T04:59:01.172Z Checking icu_normalizer v1.5.0
23702026-08-10T04:59:01.271Z Checking waitgroup v0.1.2
23712026-08-10T04:59:01.369Z Checking serde_path_to_error v0.1.20
23722026-08-10T04:59:01.496Z Checking rustls-pemfile v2.2.0
23732026-08-10T04:59:01.530Z Checking hostname v0.4.2
23742026-08-10T04:59:01.541Z Checking idna_adapter v1.2.0
23752026-08-10T04:59:01.600Z Checking iri-string v0.7.8
23762026-08-10T04:59:01.619Z Checking data-encoding v2.4.0
23772026-08-10T04:59:01.623Z Checking unicode-width v0.1.9
23782026-08-10T04:59:01.632Z Checking debug-ignore v1.0.5
23792026-08-10T04:59:01.656Z Checking idna v1.0.3
23802026-08-10T04:59:01.714Z Checking lazy_static v1.5.0
23812026-08-10T04:59:01.717Z Checking unicode-segmentation v1.10.0
23822026-08-10T04:59:01.808Z Checking console v0.15.7
23832026-08-10T04:59:01.848Z Checking atomicwrites v0.4.4
23842026-08-10T04:59:01.862Z Checking tungstenite v0.30.0
23852026-08-10T04:59:01.904Z Checking url v2.5.4
23862026-08-10T04:59:01.979Z Checking event-listener-strategy v0.5.4
23872026-08-10T04:59:01.992Z Checking newline-converter v0.3.0
23882026-08-10T04:59:02.064Z Checking target-triple v1.0.0
23892026-08-10T04:59:02.091Z Checking yasna v0.6.0
23902026-08-10T04:59:02.129Z Checking pem v3.0.6
23912026-08-10T04:59:02.235Z Checking glob v0.3.0
23922026-08-10T04:59:02.253Z Checking hyper v1.11.0
23932026-08-10T04:59:02.274Z Checking similar v2.2.1
23942026-08-10T04:59:02.277Z Checking termcolor v1.1.2
23952026-08-10T04:59:02.278Z Checking tokio-tungstenite v0.30.0
23962026-08-10T04:59:02.451Z Checking trybuild v1.0.118
23972026-08-10T04:59:02.466Z Checking async-channel v2.5.0
23982026-08-10T04:59:02.514Z Checking anyhow v1.0.104
23992026-08-10T04:59:02.596Z Checking expectorate v1.2.0
24002026-08-10T04:59:02.609Z Checking tower-http v0.6.8
24012026-08-10T04:59:02.671Z Checking pem v4.0.0
24022026-08-10T04:59:02.717Z Checking buf-list v1.1.2
24032026-08-10T04:59:02.737Z Checking subprocess v1.2.1
24042026-08-10T04:59:02.873Z Checking heck v0.5.0
24052026-08-10T04:59:03.212Z Checking hyper-util v0.1.20
24062026-08-10T04:59:05.537Z Documenting dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
24072026-08-10T04:59:08.347Z Compiling aws-lc-rs v1.16.3
24082026-08-10T04:59:08.360Z Compiling rustls v0.23.43
24092026-08-10T04:59:09.376Z Checking rustls-webpki v0.103.13
24102026-08-10T04:59:09.376Z Checking rcgen v0.14.8
24112026-08-10T04:59:11.546Z Checking tokio-rustls v0.26.4
24122026-08-10T04:59:11.546Z Checking rustls-platform-verifier v0.6.2
24132026-08-10T04:59:11.725Z Checking hyper-rustls v0.27.9
24142026-08-10T04:59:11.728Z Documenting dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot)
24152026-08-10T04:59:11.892Z Checking reqwest v0.13.4
24162026-08-10T04:59:17.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.04s
24172026-08-10T04:59:17.119Z Generated /work/oxidecomputer/dropshot/target/doc/dropshot/index.html and 23 other files
24182026-08-10T04:59:17.134Z
24192026-08-10T04:59:17.137Zreal 26.098251577
24202026-08-10T04:59:17.137Zuser 1:46.060524008
24212026-08-10T04:59:17.137Zsys 28.917289370
24222026-08-10T04:59:17.137Ztrap 0.046818568
24232026-08-10T04:59:17.137Ztflt 0.005067513
24242026-08-10T04:59:17.137Zdflt 0.030996660
24252026-08-10T04:59:17.137Zkflt 0.000311247
24262026-08-10T04:59:17.137Zlock 5:16.314527505
24272026-08-10T04:59:17.137Zslp 5:16.637946338
24282026-08-10T04:59:17.137Zlat 4.157235478
24292026-08-10T04:59:17.137Zstop 14.420869110
24302026-08-10T04:59:17.137Zprocess exited: duration 253251 ms, exit code 0
 
24312026-08-10T04:59:17.147Zfound 0 output files