01KW8VK2RQGCMBVDYNXR631TMM: build-and-test / illumos

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

Buildomat Job: 01KW8VKCMBKNJXMW7RK14VBB9A

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-29T04:54:14.761Zjob assigned to worker 01KW8VKF97A1ND5ZCE769KJVVH [factory aws, i-03bbbf17beb3eb362] (queued for 44 s)
 
22026-06-29T04:54:21.327Zstarting task 0: "setup"
32026-06-29T04:54:21.334Z++ uname -s
42026-06-29T04:54:21.337Z+ kern=SunOS
52026-06-29T04:54:21.337Z+ build_user=build
62026-06-29T04:54:21.337Z+ build_uid=12345
72026-06-29T04:54:21.337Z+ work_dir=/work
82026-06-29T04:54:21.337Z+ input_dir=/input
92026-06-29T04:54:21.337Z+ [[ 0 == 12345 ]]
102026-06-29T04:54:21.337Z+ case "$kern" in
112026-06-29T04:54:21.337Z+ groupadd -g 12345 build
122026-06-29T04:54:21.340Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-29T04:54:23.343Z+ zfs create -o mountpoint=/work rpool/work
142026-06-29T04:54:23.517Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-29T04:54:23.520Z+ home_fs=zfs
162026-06-29T04:54:23.520Z+ [[ zfs == autofs ]]
172026-06-29T04:54:23.520Z+ mkdir -p /home/build
182026-06-29T04:54:23.520Z+ chown build:build /home/build /work
192026-06-29T04:54:25.522Z+ chmod 0700 /home/build /work
202026-06-29T04:54:25.525Zprocess exited: duration 4196 ms, exit code 0
 
212026-06-29T04:54:25.531Zstarting task 1: "rust-toolchain"
222026-06-29T04:54:25.536Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-29T04:54:25.536Z * rust toolchain channel = "stable"
242026-06-29T04:54:25.536Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-29T04:54:25.536Z * rust toolchain profile = "default"
262026-06-29T04:54:25.536Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-29T04:54:25.536Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-29T04:54:25.539Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-29T04:54:25.539Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-29T04:54:25.659Zinfo: downloading installer
312026-06-29T04:54:26.997Zwarn: It looks like you have an existing installation of Rust at:
322026-06-29T04:54:26.997Zwarn: /opt/ooce/bin
332026-06-29T04:54:26.997Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-29T04:54:26.997Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-29T04:54:26.997Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-29T04:54:26.997Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-29T04:54:26.997Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-29T04:54:26.997Zerror: cannot install while Rust is installed
392026-06-29T04:54:26.997Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-29T04:54:26.997Zwarn: It looks like you have an existing rustup settings file at:
412026-06-29T04:54:26.997Zwarn: /home/build/.rustup/settings.toml
422026-06-29T04:54:26.997Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-29T04:54:26.997Zwarn: instead of the one inferred from the default host triple.
442026-06-29T04:54:27.010Zinfo: profile set to default
452026-06-29T04:54:27.010Zinfo: default host triple is x86_64-unknown-illumos
462026-06-29T04:54:27.013Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-29T04:54:27.144Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-29T04:54:27.147Zinfo: downloading 6 components
492026-06-29T04:54:41.432Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-29T04:54:41.432Z
512026-06-29T04:54:41.464Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-29T04:54:41.464Z
532026-06-29T04:54:41.465Z
542026-06-29T04:54:41.465ZRust is installed now. Great!
552026-06-29T04:54:41.465Z
562026-06-29T04:54:41.465ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-29T04:54:41.465Zenvironment variable. This has not been done automatically.
582026-06-29T04:54:41.465Z
592026-06-29T04:54:41.465ZTo configure your current shell, you need to source
602026-06-29T04:54:41.465Zthe corresponding env file under $HOME/.cargo.
612026-06-29T04:54:41.465Z
622026-06-29T04:54:41.465ZThis is usually done by running one of the following (note the leading DOT):
632026-06-29T04:54:41.465Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-29T04:54:41.465Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-29T04:54:41.465Zsource "~/.cargo/env.nu" # For nushell
662026-06-29T04:54:41.465Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-29T04:54:41.465Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-29T04:54:41.465Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-29T04:54:41.469Zwarn: no default linker (`cc`) was found in your PATH
702026-06-29T04:54:41.469Zwarn: many Rust crates require a system C toolchain to build
712026-06-29T04:54:41.550Z+ rustup --version
722026-06-29T04:54:41.559Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-29T04:54:41.562Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-29T04:54:41.581Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-29T04:54:41.584Z+ cargo --version
762026-06-29T04:54:41.597Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-29T04:54:41.600Z+ rustc --version
782026-06-29T04:54:41.618Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-29T04:54:41.621Zprocess exited: duration 16088 ms, exit code 0
 
802026-06-29T04:54:41.628Zstarting task 2: "authentication"
812026-06-29T04:54:41.644Zprocess exited: duration 15 ms, exit code 0
 
822026-06-29T04:54:41.651Zstarting task 3: "clone repository"
832026-06-29T04:54:41.655Z+ mkdir -p /work/oxidecomputer/dropshot
842026-06-29T04:54:41.658Z+ git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot
852026-06-29T04:54:41.687ZCloning into '/work/oxidecomputer/dropshot'...
862026-06-29T04:54:42.805Z+ cd /work/oxidecomputer/dropshot
872026-06-29T04:54:42.805Z+ git fetch origin 7ca342c84d3da7f7b73ae70c3484c4d9c9fe9f18
882026-06-29T04:54:43.094ZFrom https://github.com/oxidecomputer/dropshot
892026-06-29T04:54:43.094Z * branch 7ca342c84d3da7f7b73ae70c3484c4d9c9fe9f18 -> FETCH_HEAD
902026-06-29T04:54:43.099Z+ [[ -n '' ]]
912026-06-29T04:54:43.099Z+ git reset --hard 7ca342c84d3da7f7b73ae70c3484c4d9c9fe9f18
922026-06-29T04:54:43.113ZHEAD is now at 7ca342c Bump rustls from 0.23.40 to 0.23.41
932026-06-29T04:54:43.117Zprocess exited: duration 1462 ms, exit code 0
 
942026-06-29T04:54:43.123Zstarting task 4: "build"
952026-06-29T04:54:43.127Z+ cargo --version
962026-06-29T04:54:43.133Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
972026-06-29T04:54:43.283Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
982026-06-29T04:54:43.286Zinfo: downloading 6 components
992026-06-29T04:54:58.685Zcargo 1.96.0 (30a34c682 2026-05-25)
1002026-06-29T04:54:58.688Z+ rustc --version
1012026-06-29T04:54:58.715Zrustc 1.96.0 (ac68faa20 2026-05-25)
1022026-06-29T04:54:58.719Z+ banner build
1032026-06-29T04:54:58.722Z
1042026-06-29T04:54:58.722Z ##### # # # # #####
1052026-06-29T04:54:58.723Z # # # # # # # #
1062026-06-29T04:54:58.723Z ##### # # # # # #
1072026-06-29T04:54:58.723Z # # # # # # # #
1082026-06-29T04:54:58.723Z # # # # # # # #
1092026-06-29T04:54:58.723Z ##### #### # ###### #####
1102026-06-29T04:54:58.723Z
1112026-06-29T04:54:58.723Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1122026-06-29T04:54:58.804Z Updating crates.io index
1132026-06-29T04:55:00.706Z Downloading crates ...
1142026-06-29T04:55:00.770Z Downloaded bitflags v2.11.0
1152026-06-29T04:55:00.773Z Downloaded crypto-common v0.1.6
1162026-06-29T04:55:00.773Z Downloaded block-buffer v0.12.0
1172026-06-29T04:55:00.773Z Downloaded block-buffer v0.10.2
1182026-06-29T04:55:00.776Z Downloaded base64 v0.22.1
1192026-06-29T04:55:00.779Z Downloaded async-trait v0.1.89
1202026-06-29T04:55:00.782Z Downloaded buf-list v1.1.2
1212026-06-29T04:55:00.785Z Downloaded dunce v1.0.5
1222026-06-29T04:55:00.785Z Downloaded icu_provider_macros v1.5.0
1232026-06-29T04:55:00.785Z Downloaded dtrace-parser v0.3.0
1242026-06-29T04:55:00.788Z Downloaded cpufeatures v0.3.0
1252026-06-29T04:55:00.788Z Downloaded compression-core v0.4.32
1262026-06-29T04:55:00.788Z Downloaded atomicwrites v0.4.4
1272026-06-29T04:55:00.788Z Downloaded asn1-rs-impl v0.2.0
1282026-06-29T04:55:00.791Z Downloaded der-parser v10.0.0
1292026-06-29T04:55:00.791Z Downloaded async-stream-impl v0.3.6
1302026-06-29T04:55:00.793Z Downloaded cpufeatures v0.2.17
1312026-06-29T04:55:00.793Z Downloaded lru-slab v0.1.2
1322026-06-29T04:55:00.796Z Downloaded plain v0.2.3
1332026-06-29T04:55:00.796Z Downloaded openssl-probe v0.2.1
1342026-06-29T04:55:00.796Z Downloaded bit-vec v0.9.1
1352026-06-29T04:55:00.799Z Downloaded anyhow v1.0.102
1362026-06-29T04:55:00.802Z Downloaded parking_lot v0.12.1
1372026-06-29T04:55:00.802Z Downloaded crypto-common v0.2.1
1382026-06-29T04:55:00.802Z Downloaded byteorder v1.4.3
1392026-06-29T04:55:00.805Z Downloaded httpdate v1.0.1
1402026-06-29T04:55:00.805Z Downloaded parking v2.2.0
1412026-06-29T04:55:00.805Z Downloaded deranged v0.5.5
1422026-06-29T04:55:00.808Z Downloaded mime v0.3.16
1432026-06-29T04:55:00.808Z Downloaded async-stream v0.3.6
1442026-06-29T04:55:00.811Z Downloaded getrandom v0.4.1
1452026-06-29T04:55:00.814Z Downloaded cfg_aliases v0.2.1
1462026-06-29T04:55:00.814Z Downloaded cc v1.2.60
1472026-06-29T04:55:00.819Z Downloaded icu_properties v1.5.1
1482026-06-29T04:55:00.819Z Downloaded match_cfg v0.1.0
1492026-06-29T04:55:00.819Z Downloaded fnv v1.0.7
1502026-06-29T04:55:00.819Z Downloaded debug-ignore v1.0.5
1512026-06-29T04:55:00.822Z Downloaded futures-core v0.3.32
1522026-06-29T04:55:00.822Z Downloaded scroll v0.13.0
1532026-06-29T04:55:00.822Z Downloaded ppv-lite86 v0.2.15
1542026-06-29T04:55:00.825Z Downloaded pest_meta v2.8.1
1552026-06-29T04:55:00.825Z Downloaded memmap2 v0.9.8
1562026-06-29T04:55:00.828Z Downloaded newline-converter v0.3.0
1572026-06-29T04:55:00.828Z Downloaded dyn-clone v1.0.4
1582026-06-29T04:55:00.828Z Downloaded concurrent-queue v2.5.0
1592026-06-29T04:55:00.832Z Downloaded num_threads v0.1.3
1602026-06-29T04:55:00.832Z Downloaded cfg-if v1.0.0
1612026-06-29T04:55:00.832Z Downloaded itoa v1.0.1
1622026-06-29T04:55:00.835Z Downloaded litemap v0.7.4
1632026-06-29T04:55:00.838Z Downloaded is-terminal v0.4.12
1642026-06-29T04:55:00.838Z Downloaded dof v0.4.0
1652026-06-29T04:55:00.841Z Downloaded atomic-waker v1.1.2
1662026-06-29T04:55:00.841Z Downloaded autocfg v1.1.0
1672026-06-29T04:55:00.844Z Downloaded serde_derive_internals v0.29.0
1682026-06-29T04:55:00.849Z Downloaded http-body v1.0.1
1692026-06-29T04:55:00.849Z Downloaded hostname v0.4.2
1702026-06-29T04:55:00.849Z Downloaded hostname v0.3.1
1712026-06-29T04:55:00.849Z Downloaded percent-encoding v2.3.2
1722026-06-29T04:55:00.852Z Downloaded lock_api v0.4.6
1732026-06-29T04:55:00.852Z Downloaded lazy_static v1.5.0
1742026-06-29T04:55:00.855Z Downloaded futures-task v0.3.32
1752026-06-29T04:55:00.858Z Downloaded fastrand v2.1.1
1762026-06-29T04:55:00.858Z Downloaded futures-io v0.3.32
1772026-06-29T04:55:00.863Z Downloaded futures-sink v0.3.32
1782026-06-29T04:55:00.866Z Downloaded scroll_derive v0.13.1
1792026-06-29T04:55:00.868Z Downloaded miniz_oxide v0.8.9
1802026-06-29T04:55:00.871Z Downloaded heck v0.5.0
1812026-06-29T04:55:00.872Z Downloaded adler2 v2.0.1
1822026-06-29T04:55:00.875Z Downloaded event-listener-strategy v0.5.4
1832026-06-29T04:55:00.877Z Downloaded idna_adapter v1.2.0
1842026-06-29T04:55:00.877Z Downloaded futures-macro v0.3.32
1852026-06-29T04:55:00.880Z Downloaded form_urlencoded v1.2.2
1862026-06-29T04:55:00.883Z Downloaded errno v0.3.10
1872026-06-29T04:55:00.883Z Downloaded sha1 v0.11.0
1882026-06-29T04:55:00.886Z Downloaded equivalent v1.0.0
1892026-06-29T04:55:00.886Z Downloaded scopeguard v1.2.0
1902026-06-29T04:55:00.889Z Downloaded serde_spanned v1.1.1
1912026-06-29T04:55:00.889Z Downloaded schema v0.1.0
1922026-06-29T04:55:00.892Z Downloaded powerfmt v0.2.0
1932026-06-29T04:55:00.892Z Downloaded oid-registry v0.8.1
1942026-06-29T04:55:00.895Z Downloaded icu_locid_transform v1.5.0
1952026-06-29T04:55:00.895Z Downloaded displaydoc v0.2.5
1962026-06-29T04:55:00.898Z Downloaded data-encoding v2.4.0
1972026-06-29T04:55:00.898Z Downloaded async-channel v2.5.0
1982026-06-29T04:55:00.900Z Downloaded pretty-hex v0.4.1
1992026-06-29T04:55:00.900Z Downloaded slog-bunyan v2.5.0
2002026-06-29T04:55:00.900Z Downloaded stable_deref_trait v1.2.0
2012026-06-29T04:55:00.903Z Downloaded simple-mermaid v0.2.0
2022026-06-29T04:55:00.903Z Downloaded num-conv v0.2.0
2032026-06-29T04:55:00.903Z Downloaded serde_urlencoded v0.7.1
2042026-06-29T04:55:00.906Z Downloaded mime_guess v2.0.5
2052026-06-29T04:55:00.906Z Downloaded icu_normalizer_data v1.5.0
2062026-06-29T04:55:00.909Z Downloaded find-msvc-tools v0.1.9
2072026-06-29T04:55:00.909Z Downloaded digest v0.10.7
2082026-06-29T04:55:00.912Z Downloaded crossbeam-utils v0.8.21
2092026-06-29T04:55:00.912Z Downloaded console v0.15.7
2102026-06-29T04:55:00.915Z Downloaded asn1-rs-derive v0.6.0
2112026-06-29T04:55:00.919Z Downloaded sync_wrapper v1.0.1
2122026-06-29T04:55:00.922Z Downloaded subtle v2.5.0
2132026-06-29T04:55:00.925Z Downloaded thread-id v5.0.0
2142026-06-29T04:55:00.928Z Downloaded target-triple v1.0.0
2152026-06-29T04:55:00.930Z Downloaded thread_local v1.1.4
2162026-06-29T04:55:00.930Z Downloaded schema-derive v0.1.0
2172026-06-29T04:55:00.933Z Downloaded take_mut v0.2.2
2182026-06-29T04:55:00.933Z Downloaded rusticata-macros v4.1.0
2192026-06-29T04:55:00.933Z Downloaded tokio-macros v2.7.0
2202026-06-29T04:55:00.933Z Downloaded tinyvec_macros v0.1.0
2212026-06-29T04:55:00.936Z Downloaded rustc-hash v2.0.0
2222026-06-29T04:55:00.936Z Downloaded sha1 v0.10.6
2232026-06-29T04:55:00.936Z Downloaded erased-serde v0.3.31
2242026-06-29T04:55:00.939Z Downloaded pin-project-lite v0.2.12
2252026-06-29T04:55:00.942Z Downloaded pest_generator v2.8.1
2262026-06-29T04:55:00.942Z Downloaded compression-codecs v0.4.38
2272026-06-29T04:55:00.945Z Downloaded paste v1.0.15
2282026-06-29T04:55:00.945Z Downloaded pem v3.0.6
2292026-06-29T04:55:00.948Z Downloaded generic-array v0.14.5
2302026-06-29T04:55:00.948Z Downloaded multer v3.1.0
2312026-06-29T04:55:00.951Z Downloaded signal-hook-registry v1.4.0
2322026-06-29T04:55:00.951Z Downloaded hyper-rustls v0.27.9
2332026-06-29T04:55:00.951Z Downloaded glob v0.3.0
2342026-06-29T04:55:00.954Z Downloaded minimal-lexical v0.2.1
2352026-06-29T04:55:00.957Z Downloaded ipnet v2.10.0
2362026-06-29T04:55:00.957Z Downloaded tower-service v0.3.3
2372026-06-29T04:55:00.957Z Downloaded cmake v0.1.58
2382026-06-29T04:55:00.960Z Downloaded try-lock v0.2.3
2392026-06-29T04:55:00.960Z Downloaded serde_tokenstream v0.2.3
2402026-06-29T04:55:00.960Z Downloaded rustversion v1.0.22
2412026-06-29T04:55:00.963Z Downloaded tower-layer v0.3.3
2422026-06-29T04:55:00.966Z Downloaded untrusted v0.7.1
2432026-06-29T04:55:00.966Z Downloaded fs_extra v1.3.0
2442026-06-29T04:55:00.966Z Downloaded slog-async v2.8.0
2452026-06-29T04:55:00.969Z Downloaded iana-time-zone v0.1.47
2462026-06-29T04:55:00.969Z Downloaded usdt-macro v0.6.0
2472026-06-29T04:55:00.969Z Downloaded event-listener v5.0.0
2482026-06-29T04:55:00.972Z Downloaded write16 v1.0.0
2492026-06-29T04:55:00.972Z Downloaded icu_locid_transform_data v1.5.0
2502026-06-29T04:55:00.975Z Downloaded usdt-attr-macro v0.6.0
2512026-06-29T04:55:00.975Z Downloaded parking_lot_core v0.9.4
2522026-06-29T04:55:00.975Z Downloaded rand_chacha v0.9.0
2532026-06-29T04:55:00.978Z Downloaded slab v0.4.9
2542026-06-29T04:55:00.978Z Downloaded digest v0.11.2
2552026-06-29T04:55:00.981Z Downloaded simd-adler32 v0.3.7
2562026-06-29T04:55:00.981Z Downloaded http-body-util v0.1.3
2572026-06-29T04:55:00.981Z Downloaded serde_path_to_error v0.1.20
2582026-06-29T04:55:00.983Z Downloaded shlex v1.3.0
2592026-06-29T04:55:00.983Z Downloaded utf8_iter v1.0.4
2602026-06-29T04:55:00.983Z Downloaded usdt v0.6.0
2612026-06-29T04:55:00.983Z Downloaded quinn-udp v0.5.5
2622026-06-29T04:55:00.986Z Downloaded slog-json v2.6.1
2632026-06-29T04:55:00.986Z Downloaded memchr v2.6.0
2642026-06-29T04:55:00.989Z Downloaded rand_core v0.9.5
2652026-06-29T04:55:00.989Z Downloaded sha2 v0.10.8
2662026-06-29T04:55:00.992Z Downloaded quote v1.0.45
2672026-06-29T04:55:00.995Z Downloaded time-core v0.1.8
2682026-06-29T04:55:00.995Z Downloaded utf16_iter v1.0.5
2692026-06-29T04:55:00.995Z Downloaded tinystr v0.7.6
2702026-06-29T04:55:00.995Z Downloaded rustls-native-certs v0.8.3
2712026-06-29T04:55:00.998Z Downloaded waitgroup v0.1.2
2722026-06-29T04:55:00.998Z Downloaded thiserror-impl v2.0.18
2732026-06-29T04:55:00.998Z Downloaded termcolor v1.1.2
2742026-06-29T04:55:01.001Z Downloaded want v0.3.0
2752026-06-29T04:55:01.001Z Downloaded tokio-tungstenite v0.29.0
2762026-06-29T04:55:01.001Z Downloaded slog-term v2.9.2
2772026-06-29T04:55:01.005Z Downloaded thiserror v2.0.18
2782026-06-29T04:55:01.008Z Downloaded zerofrom-derive v0.1.5
2792026-06-29T04:55:01.008Z Downloaded zerofrom v0.1.5
2802026-06-29T04:55:01.008Z Downloaded yoke-derive v0.7.5
2812026-06-29T04:55:01.008Z Downloaded time-macros v0.2.27
2822026-06-29T04:55:01.010Z Downloaded once_cell v1.20.1
2832026-06-29T04:55:01.011Z Downloaded num-bigint v0.4.3
2842026-06-29T04:55:01.013Z Downloaded rustls-pemfile v2.2.0
2852026-06-29T04:55:01.016Z Downloaded futures-executor v0.3.32
2862026-06-29T04:55:01.016Z Downloaded getrandom v0.2.11
2872026-06-29T04:55:01.019Z Downloaded futures-channel v0.3.32
2882026-06-29T04:55:01.019Z Downloaded camino v1.2.3
2892026-06-29T04:55:01.019Z Downloaded hybrid-array v0.4.8
2902026-06-29T04:55:01.022Z Downloaded pest_derive v2.8.1
2912026-06-29T04:55:01.022Z Downloaded log v0.4.17
2922026-06-29T04:55:01.025Z Downloaded jobserver v0.1.34
2932026-06-29T04:55:01.025Z Downloaded num-traits v0.2.14
2942026-06-29T04:55:01.028Z Downloaded unicase v2.6.0
2952026-06-29T04:55:01.028Z Downloaded num-integer v0.1.46
2962026-06-29T04:55:01.028Z Downloaded crc32fast v1.5.0
2972026-06-29T04:55:01.030Z Downloaded version_check v0.9.5
2982026-06-29T04:55:01.031Z Downloaded usdt-impl v0.6.0
2992026-06-29T04:55:01.033Z Downloaded toml_writer v1.1.1+spec-1.1.0
3002026-06-29T04:55:01.033Z Downloaded httparse v1.10.0
3012026-06-29T04:55:01.036Z Downloaded unicode-width v0.1.9
3022026-06-29T04:55:01.036Z Downloaded rustls-pki-types v1.14.1
3032026-06-29T04:55:01.036Z Downloaded const-oid v0.10.2
3042026-06-29T04:55:01.039Z Downloaded yoke v0.7.5
3052026-06-29T04:55:01.039Z Downloaded semver v1.0.28
3062026-06-29T04:55:01.042Z Downloaded untrusted v0.9.0
3072026-06-29T04:55:01.042Z Downloaded smallvec v1.13.2
3082026-06-29T04:55:01.049Z Downloaded tempfile v3.27.0
3092026-06-29T04:55:01.052Z Downloaded term v1.1.0
3102026-06-29T04:55:01.055Z Downloaded zeroize v1.8.2
3112026-06-29T04:55:01.057Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3122026-06-29T04:55:01.058Z Downloaded synstructure v0.13.1
3132026-06-29T04:55:01.058Z Downloaded spin v0.9.8
3142026-06-29T04:55:01.060Z Downloaded tokio-rustls v0.26.4
3152026-06-29T04:55:01.060Z Downloaded writeable v0.5.5
3162026-06-29T04:55:01.063Z Downloaded futures v0.3.32
3172026-06-29T04:55:01.066Z Downloaded schemars_derive v0.8.22
3182026-06-29T04:55:01.066Z Downloaded getrandom v0.3.4
3192026-06-29T04:55:01.069Z Downloaded mio v1.2.0
3202026-06-29T04:55:01.072Z Downloaded serde_core v1.0.228
3212026-06-29T04:55:01.072Z Downloaded unicode-ident v1.0.12
3222026-06-29T04:55:01.074Z Downloaded icu_provider v1.5.0
3232026-06-29T04:55:01.074Z Downloaded toml_parser v1.1.2+spec-1.1.0
3242026-06-29T04:55:01.077Z Downloaded trybuild v1.0.117
3252026-06-29T04:55:01.080Z Downloaded bytes v1.12.0
3262026-06-29T04:55:01.083Z Downloaded ryu v1.0.5
3272026-06-29T04:55:01.083Z Downloaded nom v7.1.3
3282026-06-29T04:55:01.086Z Downloaded similar v2.2.1
3292026-06-29T04:55:01.089Z Downloaded socket2 v0.6.3
3302026-06-29T04:55:01.092Z Downloaded icu_locid v1.5.0
3312026-06-29T04:55:01.092Z Downloaded tinyvec v1.5.1
3322026-06-29T04:55:01.095Z Downloaded zmij v1.0.2
3332026-06-29T04:55:01.099Z Downloaded zerovec-derive v0.10.3
3342026-06-29T04:55:01.099Z Downloaded yasna v0.6.0
3352026-06-29T04:55:01.099Z Downloaded rcgen v0.14.8
3362026-06-29T04:55:01.103Z Downloaded icu_normalizer v1.5.0
3372026-06-29T04:55:01.103Z Downloaded schemars v0.8.22
3382026-06-29T04:55:01.106Z Downloaded toml v1.1.2+spec-1.1.0
3392026-06-29T04:55:01.109Z Downloaded ucd-trie v0.1.6
3402026-06-29T04:55:01.112Z Downloaded asn1-rs v0.7.1
3412026-06-29T04:55:01.115Z Downloaded tracing-core v0.1.32
3422026-06-29T04:55:01.115Z Downloaded rustls-platform-verifier v0.6.2
3432026-06-29T04:55:01.119Z Downloaded subprocess v1.1.0
3442026-06-29T04:55:01.122Z Downloaded socket2 v0.5.9
3452026-06-29T04:55:01.125Z Downloaded slog v2.8.2
3462026-06-29T04:55:01.125Z Downloaded uuid v1.23.3
3472026-06-29T04:55:01.128Z Downloaded flate2 v1.1.9
3482026-06-29T04:55:01.131Z Downloaded serde_derive v1.0.228
3492026-06-29T04:55:01.134Z Downloaded proc-macro2 v1.0.106
3502026-06-29T04:55:01.136Z Downloaded tungstenite v0.29.0
3512026-06-29T04:55:01.136Z Downloaded prettyplease v0.2.37
3522026-06-29T04:55:01.143Z Downloaded hyper-util v0.1.20
3532026-06-29T04:55:01.147Z Downloaded async-compression v0.4.42
3542026-06-29T04:55:01.150Z Downloaded typenum v1.19.0
3552026-06-29T04:55:01.152Z Downloaded tracing v0.1.40
3562026-06-29T04:55:01.155Z Downloaded icu_collections v1.5.0
3572026-06-29T04:55:01.158Z Downloaded crossbeam-channel v0.5.15
3582026-06-29T04:55:01.161Z Downloaded serde v1.0.228
3592026-06-29T04:55:01.164Z Downloaded url v2.5.4
3602026-06-29T04:55:01.166Z Downloaded quinn v0.11.9
3612026-06-29T04:55:01.166Z Downloaded expectorate v1.2.0
3622026-06-29T04:55:01.169Z Downloaded indexmap v2.14.0
3632026-06-29T04:55:01.173Z Downloaded http v1.4.2
3642026-06-29T04:55:01.177Z Downloaded unicode-segmentation v1.10.0
3652026-06-29T04:55:01.182Z Downloaded rand v0.9.2
3662026-06-29T04:55:01.185Z Downloaded tower v0.5.2
3672026-06-29T04:55:01.199Z Downloaded zerocopy-derive v0.8.27
3682026-06-29T04:55:01.203Z Downloaded pest v2.8.1
3692026-06-29T04:55:01.205Z Downloaded zerovec v0.10.4
3702026-06-29T04:55:01.209Z Downloaded hyper v1.10.1
3712026-06-29T04:55:01.214Z Downloaded rustls-webpki v0.103.13
3722026-06-29T04:55:01.216Z Downloaded iri-string v0.7.8
3732026-06-29T04:55:01.220Z Downloaded h2 v0.4.14
3742026-06-29T04:55:01.222Z Downloaded futures-util v0.3.32
3752026-06-29T04:55:01.229Z Downloaded aws-lc-rs v1.16.3
3762026-06-29T04:55:01.235Z Downloaded winnow v1.0.0
3772026-06-29T04:55:01.239Z Downloaded x509-parser v0.18.0
3782026-06-29T04:55:01.242Z Downloaded tokio-util v0.7.18
3792026-06-29T04:55:01.246Z Downloaded idna v1.0.3
3802026-06-29T04:55:01.249Z Downloaded goblin v0.10.1
3812026-06-29T04:55:01.252Z Downloaded serde_json v1.0.150
3822026-06-29T04:55:01.256Z Downloaded portable-atomic v1.9.0
3832026-06-29T04:55:01.260Z Downloaded chrono v0.4.45
3842026-06-29T04:55:01.264Z Downloaded reqwest v0.13.4
3852026-06-29T04:55:01.268Z Downloaded syn v2.0.118
3862026-06-29T04:55:01.274Z Downloaded hashbrown v0.17.0
3872026-06-29T04:55:01.278Z Downloaded tower-http v0.6.8
3882026-06-29T04:55:01.305Z Downloaded icu_properties_data v1.5.0
3892026-06-29T04:55:01.311Z Downloaded time v0.3.47
3902026-06-29T04:55:01.320Z Downloaded quinn-proto v0.11.14
3912026-06-29T04:55:01.334Z Downloaded zerocopy v0.8.27
3922026-06-29T04:55:01.365Z Downloaded rustix v0.38.44
3932026-06-29T04:55:01.379Z Downloaded rustls v0.23.41
3942026-06-29T04:55:01.385Z Downloaded openapiv3 v2.2.0
3952026-06-29T04:55:01.392Z Downloaded rustix v1.1.4
3962026-06-29T04:55:01.427Z Downloaded encoding_rs v0.8.32
3972026-06-29T04:55:01.469Z Downloaded libc v0.2.186
3982026-06-29T04:55:01.488Z Downloaded tokio v1.52.3
3992026-06-29T04:55:01.542Z Downloaded ring v0.17.13
4002026-06-29T04:55:01.992Z Downloaded aws-lc-sys v0.40.0
4012026-06-29T04:55:02.211Z Compiling proc-macro2 v1.0.106
4022026-06-29T04:55:02.211Z Compiling unicode-ident v1.0.12
4032026-06-29T04:55:02.211Z Compiling quote v1.0.45
4042026-06-29T04:55:02.211Z Compiling libc v0.2.186
4052026-06-29T04:55:02.214Z Compiling cfg-if v1.0.0
4062026-06-29T04:55:02.214Z Compiling itoa v1.0.1
4072026-06-29T04:55:02.214Z Compiling memchr v2.6.0
4082026-06-29T04:55:02.214Z Compiling serde_core v1.0.228
4092026-06-29T04:55:02.214Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=89aab44c706a971a -C extra-filename=-0dd78c228da8429e --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-0dd78c228da8429e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4102026-06-29T04:55:02.215Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d678b33f2021cf6d -C extra-filename=-464a57a779ffb7fd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4112026-06-29T04:55:02.215Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.45/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=92965c92fb55dc99 -C extra-filename=-b224d4b5083c333e --out-dir /work/oxidecomputer/dropshot/target/debug/build/quote-b224d4b5083c333e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4122026-06-29T04:55:02.215Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.186/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=2890cc9ae52a58e7 -C extra-filename=-3cb45ebde9ed7ea3 --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-3cb45ebde9ed7ea3 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4132026-06-29T04:55:02.307Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=d6de6127d1473a00 -C extra-filename=-fb257ca1696476a2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4142026-06-29T04:55:02.310Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=04e91a1629590682 -C extra-filename=-a5d29e72f056c26c --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-a5d29e72f056c26c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4152026-06-29T04:55:02.310Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=b4d711545b91620c -C extra-filename=-bf2c1521739c16f4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4162026-06-29T04:55:02.317Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0aeb7b2293a188f9 -C extra-filename=-376b2f4c1ff28e2a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4172026-06-29T04:55:02.387Z Compiling pin-project-lite v0.2.12
4182026-06-29T04:55:02.417Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d27fe569e1b6f248 -C extra-filename=-b73572b9b3e572bb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4192026-06-29T04:55:02.427Z Compiling autocfg v1.1.0
4202026-06-29T04:55:02.435Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ccfcdd90b9778953 -C extra-filename=-4e7938c56210eea4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4212026-06-29T04:55:02.455Z Compiling version_check v0.9.5
4222026-06-29T04:55:02.473Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=84d921b64e19aa92 -C extra-filename=-92da51f7fbefe38b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4232026-06-29T04:55:02.476Z Compiling smallvec v1.13.2
4242026-06-29T04:55:02.476Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=4bb47dc684fcbd7e -C extra-filename=-5c814b6f45301754 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4252026-06-29T04:55:02.640Z Running `/work/oxidecomputer/dropshot/target/debug/build/quote-b224d4b5083c333e/build-script-build`
4262026-06-29T04:55:02.640Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-a5d29e72f056c26c/build-script-build`
4272026-06-29T04:55:02.640Z Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-0dd78c228da8429e/build-script-build`
4282026-06-29T04:55:02.674Z Compiling bytes v1.12.0
4292026-06-29T04:55:02.682Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --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=9df8cf9f17148062 -C extra-filename=-7348293daed47d7d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4302026-06-29T04:55:02.685Z Compiling futures-core v0.3.32
4312026-06-29T04:55:02.685Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=57324850e85c81a9 -C extra-filename=-a5b2b25c0fb74cf5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4322026-06-29T04:55:02.685Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-3cb45ebde9ed7ea3/build-script-build`
4332026-06-29T04:55:02.691Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=53efc350ab488aa0 -C extra-filename=-28cca22e5ec81b50 --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)'`
4342026-06-29T04:55:02.707Z Compiling zmij v1.0.2
4352026-06-29T04:55:02.715Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=7b32c9b1e65e4358 -C extra-filename=-479f5d89273547ee --out-dir /work/oxidecomputer/dropshot/target/debug/build/zmij-479f5d89273547ee -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4362026-06-29T04:55:02.721Z Compiling serde v1.0.228
4372026-06-29T04:55:02.732Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=3d96315209b2893e -C extra-filename=-b50af432ab1e6053 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-b50af432ab1e6053 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4382026-06-29T04:55:02.760Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.186/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=4cb5eb2e54d8182d -C extra-filename=-94718abbaeac9f45 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg freebsd12 --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_picolibc)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(musl32_time64)' --check-cfg 'cfg(musl_redir_time64)' --check-cfg 'cfg(vxworks_lt_25_09)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin","qurt"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
4392026-06-29T04:55:02.825Z Compiling thiserror v2.0.18
4402026-06-29T04:55:02.842Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=105b3c6b017e686e -C extra-filename=-96a2a263257ee93d --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-96a2a263257ee93d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4412026-06-29T04:55:02.992Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=41ea08399b520771 -C extra-filename=-f1e88b94e8f6a802 --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-464a57a779ffb7fd.rmeta --cap-lints allow --cfg wrap_proc_macro --cfg proc_macro_span_location --cfg proc_macro_span_file --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(proc_macro_span_file)' --check-cfg 'cfg(proc_macro_span_location)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_build_probe)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`
4422026-06-29T04:55:03.001Z Compiling log v0.4.17
4432026-06-29T04:55:03.010Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "value-bag"))' -C metadata=21b5e09011a716a9 -C extra-filename=-34d273fad0cbce44 --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-34d273fad0cbce44 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4442026-06-29T04:55:03.010Z Running `/work/oxidecomputer/dropshot/target/debug/build/zmij-479f5d89273547ee/build-script-build`
4452026-06-29T04:55:03.041Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-b50af432ab1e6053/build-script-build`
4462026-06-29T04:55:03.050Z Compiling once_cell v1.20.1
4472026-06-29T04:55:03.058Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=f9d39e6037868d76 -C extra-filename=-759662fb202b781f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4482026-06-29T04:55:03.080Z Compiling serde_json v1.0.150
4492026-06-29T04:55:03.096Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.150/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=76b8c7f431b8e66e -C extra-filename=-acf5f193bfe04930 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-acf5f193bfe04930 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4502026-06-29T04:55:03.180Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-96a2a263257ee93d/build-script-build`
4512026-06-29T04:55:03.211Z Compiling jobserver v0.1.34
4522026-06-29T04:55:03.215Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=63f32fe015094c39 -C extra-filename=-1472145edd3ed9e0 --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-94718abbaeac9f45.rmeta --cap-lints allow`
4532026-06-29T04:55:03.230Z Running `/work/oxidecomputer/dropshot/target/debug/build/log-34d273fad0cbce44/build-script-build`
4542026-06-29T04:55:03.242Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name zmij --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=7fc01c9330c0a0b7 -C extra-filename=-11333bb00e330347 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(zmij_no_select_unpredictable)'`
4552026-06-29T04:55:03.264Z Compiling find-msvc-tools v0.1.9
4562026-06-29T04:55:03.268Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name find_msvc_tools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/find-msvc-tools-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --allow=unexpected_cfgs --check-cfg 'cfg(disable_clang_cl_tests)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2325fcc57e4185e2 -C extra-filename=-8bea3fa90071326a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4572026-06-29T04:55:03.304Z Compiling shlex v1.3.0
4582026-06-29T04:55:03.307Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f74acdd52376f202 -C extra-filename=-bd93b6e94a0c82e1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4592026-06-29T04:55:03.314Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-acf5f193bfe04930/build-script-build`
4602026-06-29T04:55:03.326Z Compiling parking_lot_core v0.9.4
4612026-06-29T04:55:03.330Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=37fc31695aad0b2f -C extra-filename=-52aaaf211d92a956 --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-52aaaf211d92a956 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4622026-06-29T04:55:03.367Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=49707f5b690bde5a -C extra-filename=-698b818626d86483 --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-f1e88b94e8f6a802.rmeta --cap-lints allow --check-cfg 'cfg(no_diagnostic_namespace)'`
4632026-06-29T04:55:03.423Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "value-bag"))' -C metadata=f1dfe646a6c5e119 -C extra-filename=-b0fbbae6abc1d026 --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-fb257ca1696476a2.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics`
4642026-06-29T04:55:03.484Z Compiling cc v1.2.60
4652026-06-29T04:55:03.484Z Compiling slab v0.4.9
4662026-06-29T04:55:03.488Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.60/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --allow=unexpected_cfgs --check-cfg 'cfg(disable_clang_cl_tests)' --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=b32f2aed17efb860 -C extra-filename=-a8c9d855c902bf85 --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-8bea3fa90071326a.rmeta --extern jobserver=/work/oxidecomputer/dropshot/target/debug/deps/libjobserver-1472145edd3ed9e0.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rmeta --extern shlex=/work/oxidecomputer/dropshot/target/debug/deps/libshlex-bd93b6e94a0c82e1.rmeta --cap-lints allow`
4672026-06-29T04:55:03.488Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=3b8b16c047279292 -C extra-filename=-b55509b2d6da8a04 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slab-b55509b2d6da8a04 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-4e7938c56210eea4.rlib --cap-lints allow`
4682026-06-29T04:55:03.522Z Compiling typenum v1.19.0
4692026-06-29T04:55:03.525Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="const-generics"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=60468632de89559c -C extra-filename=-108910b947483ee4 --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-108910b947483ee4 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4702026-06-29T04:55:03.578Z Compiling syn v2.0.118
4712026-06-29T04:55:03.581Z Running `/home/build/.rustup/toolchains/1.96.0-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=a210555aaf4226f1 -C extra-filename=-3b5c7ebc8ee59bb4 --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-f1e88b94e8f6a802.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-698b818626d86483.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-464a57a779ffb7fd.rmeta --cap-lints allow`
4722026-06-29T04:55:03.615Z Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-52aaaf211d92a956/build-script-build`
4732026-06-29T04:55:03.627Z Compiling scopeguard v1.2.0
4742026-06-29T04:55:03.635Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=54578543341d6642 -C extra-filename=-cc47c9579738ded6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4752026-06-29T04:55:03.651Z Compiling futures-sink v0.3.32
4762026-06-29T04:55:03.654Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=6fe2da5f65061140 -C extra-filename=-8b23948e1beff7d9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4772026-06-29T04:55:03.704Z Compiling lock_api v0.4.6
4782026-06-29T04:55:03.704Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "nightly", "owning_ref", "serde"))' -C metadata=318773278f4ee40b -C extra-filename=-406aacca4a20078d --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-cc47c9579738ded6.rmeta --cap-lints allow`
4792026-06-29T04:55:03.715Z Running `/work/oxidecomputer/dropshot/target/debug/build/slab-b55509b2d6da8a04/build-script-build`
4802026-06-29T04:55:03.728Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=eb297231b3650ce4 -C extra-filename=-13f387a6276f7702 --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-fb257ca1696476a2.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-5c814b6f45301754.rmeta --cap-lints allow`
4812026-06-29T04:55:03.749Z Compiling fs_extra v1.3.0
4822026-06-29T04:55:03.752Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_extra --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs_extra-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7ce9214e053532e1 -C extra-filename=-774394ee99c3c817 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4832026-06-29T04:55:03.798Z Compiling dunce v1.0.5
4842026-06-29T04:55:03.802Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name dunce --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dunce-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=78213c8d030f13ce -C extra-filename=-47a2969d40d40141 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4852026-06-29T04:55:03.868Z Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-108910b947483ee4/build-script-build`
4862026-06-29T04:55:03.877Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="const-generics"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=25f5831b8ebcbb86 -C extra-filename=-034266aaf38d1eef --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4872026-06-29T04:55:03.891Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=fcaad48105cd5d0c -C extra-filename=-b23a4adb3f74a969 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4882026-06-29T04:55:03.913Z Compiling parking_lot v0.12.1
4892026-06-29T04:55:03.917Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=1fc3b391031324f2 -C extra-filename=-6755000fb6e82f12 --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-406aacca4a20078d.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-13f387a6276f7702.rmeta --cap-lints allow`
4902026-06-29T04:55:03.999Z Compiling socket2 v0.6.3
4912026-06-29T04:55:04.002Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=c428874b8332d315 -C extra-filename=-94aad10e22565f6e --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-94718abbaeac9f45.rmeta --cap-lints allow`
4922026-06-29T04:55:04.028Z Compiling mio v1.2.0
4932026-06-29T04:55:04.031Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=f094a06ff09b0ba6 -C extra-filename=-19d67bfdfc2a13e8 --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-94718abbaeac9f45.rmeta --cap-lints allow`
4942026-06-29T04:55:04.052Z Compiling signal-hook-registry v1.4.0
4952026-06-29T04:55:04.055Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e623bdbd034f585f -C extra-filename=-9c297559c0b17893 --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-94718abbaeac9f45.rmeta --cap-lints allow`
4962026-06-29T04:55:04.311Z Compiling cmake v0.1.58
4972026-06-29T04:55:04.314Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name cmake --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cmake-0.1.58/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3034825b3fcba93d -C extra-filename=-7030ff3ad2e04408 --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-a8c9d855c902bf85.rmeta --cap-lints allow`
4982026-06-29T04:55:04.426Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=46a8d0408b40996f -C extra-filename=-a4cd58f6d9fb79e4 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-a4cd58f6d9fb79e4 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4992026-06-29T04:55:04.448Z Compiling stable_deref_trait v1.2.0
5002026-06-29T04:55:04.451Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=6fe8b862d61bcb21 -C extra-filename=-09bbc8c405cbc2fa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5012026-06-29T04:55:04.523Z Compiling futures-channel v0.3.32
5022026-06-29T04:55:04.526Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=607de690e42a4cf4 -C extra-filename=-8e56c73b1c5fb356 --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-a5b2b25c0fb74cf5.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-8b23948e1beff7d9.rmeta --cap-lints allow`
5032026-06-29T04:55:04.532Z Compiling http v1.4.2
5042026-06-29T04:55:04.535Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0a5294a6d377ab66 -C extra-filename=-0caa3425aac26dc0 --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-7348293daed47d7d.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-376b2f4c1ff28e2a.rmeta --cap-lints allow`
5052026-06-29T04:55:04.541Z Compiling getrandom v0.4.1
5062026-06-29T04:55:04.544Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=a3bbf87e6b9ae362 -C extra-filename=-3c9957e7f9256fc3 --out-dir /work/oxidecomputer/dropshot/target/debug/build/getrandom-3c9957e7f9256fc3 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5072026-06-29T04:55:04.582Z Compiling zeroize v1.8.2
5082026-06-29T04:55:04.585Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-1.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=2b73083a104cb0bf -C extra-filename=-88340b239301e1bf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5092026-06-29T04:55:04.644Z Compiling ucd-trie v0.1.6
5102026-06-29T04:55:04.653Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e2893a9702148a70 -C extra-filename=-46d04843b080f3fd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5112026-06-29T04:55:04.753Z Compiling futures-task v0.3.32
5122026-06-29T04:55:04.753Z Compiling aws-lc-sys v0.40.0
5132026-06-29T04:55:04.772Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=970c038066e62823 -C extra-filename=-a9553c5afe3577f3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5142026-06-29T04:55:04.776Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.40.0/builder/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-bindings", "asan", "bindgen", "default", "disable-prebuilt-nasm", "fips", "prebuilt-nasm", "ssl"))' -C metadata=5691478e05dfe68e -C extra-filename=-67c6543a2e46eeba --out-dir /work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-67c6543a2e46eeba -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-a8c9d855c902bf85.rlib --extern cmake=/work/oxidecomputer/dropshot/target/debug/deps/libcmake-7030ff3ad2e04408.rlib --extern dunce=/work/oxidecomputer/dropshot/target/debug/deps/libdunce-47a2969d40d40141.rlib --extern fs_extra=/work/oxidecomputer/dropshot/target/debug/deps/libfs_extra-774394ee99c3c817.rlib --cap-lints allow`
5152026-06-29T04:55:04.784Z Compiling bitflags v2.11.0
5162026-06-29T04:55:04.784Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "example_generated", "serde", "serde_core", "std"))' -C metadata=90f0d07ceaa196f0 -C extra-filename=-c061c392b39d0cdb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5172026-06-29T04:55:04.831Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-a4cd58f6d9fb79e4/build-script-build`
5182026-06-29T04:55:04.859Z Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-3c9957e7f9256fc3/build-script-build`
5192026-06-29T04:55:04.877Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=7ca21bc2205b4de9 -C extra-filename=-0d388b6c3c842fd3 --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)'`
5202026-06-29T04:55:04.880Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=f8878d83068108d8 -C extra-filename=-f8cfe5df70ec0b2b --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-f8cfe5df70ec0b2b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5212026-06-29T04:55:04.939Z Compiling futures-io v0.3.32
5222026-06-29T04:55:04.942Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=150a096e02473c35 -C extra-filename=-e1e44d807b805eda --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5232026-06-29T04:55:05.019Z Compiling aws-lc-rs v1.16.3
5242026-06-29T04:55:05.022Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.16.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="aws-lc-sys"' --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "dev-tests-only", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=456d722fb750eb81 -C extra-filename=-1bc196bf897cd364 --out-dir /work/oxidecomputer/dropshot/target/debug/build/aws-lc-rs-1bc196bf897cd364 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5252026-06-29T04:55:05.048Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=cb4cca7d6d2d5ba0 -C extra-filename=-3949cdaf01c3d980 --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-fb257ca1696476a2.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rmeta --cap-lints allow`
5262026-06-29T04:55:05.103Z Compiling rustls-pki-types v1.14.1
5272026-06-29T04:55:05.106Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused_qualifications --warn=unused_import_braces --warn=unused_extern_crates --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=elided_lifetimes_in_paths --check-cfg 'cfg(rustls_pki_types_docsrs)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=cd55d2c5d7544c3a -C extra-filename=-ae738ef4e9cfc43f --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-88340b239301e1bf.rmeta --cap-lints allow`
5282026-06-29T04:55:05.192Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-f8cfe5df70ec0b2b/build-script-build`
5292026-06-29T04:55:05.202Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.150/src/lib.rs --error-format=json --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=c266b2d18cbd4caa -C extra-filename=-6707c1a9b6ef9c0a --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-376b2f4c1ff28e2a.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-bf2c1521739c16f4.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-28cca22e5ec81b50.rmeta --extern zmij=/work/oxidecomputer/dropshot/target/debug/deps/libzmij-11333bb00e330347.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
5302026-06-29T04:55:05.234Z Compiling zerocopy v0.8.27
5312026-06-29T04:55:05.237Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.27/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=aba65ba1b4e84442 -C extra-filename=-e03233bec4d5be96 --out-dir /work/oxidecomputer/dropshot/target/debug/build/zerocopy-e03233bec4d5be96 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5322026-06-29T04:55:05.323Z Compiling rustversion v1.0.22
5332026-06-29T04:55:05.326Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aa0d47cb48cb7d25 -C extra-filename=-48598b2de5e2f65b --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustversion-48598b2de5e2f65b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5342026-06-29T04:55:05.603Z Compiling httparse v1.10.0
5352026-06-29T04:55:05.603Z Compiling errno v0.3.10
5362026-06-29T04:55:05.606Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=7addb60b3f4aea5d -C extra-filename=-7bf2e4e95904a684 --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-7bf2e4e95904a684 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5372026-06-29T04:55:05.606Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=cda2bfc00b19ea35 -C extra-filename=-73d5cbf064827742 --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-94718abbaeac9f45.rmeta --cap-lints allow`
5382026-06-29T04:55:05.626Z Running `/work/oxidecomputer/dropshot/target/debug/build/zerocopy-e03233bec4d5be96/build-script-build`
5392026-06-29T04:55:05.638Z Running `/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-67c6543a2e46eeba/build-script-main`
5402026-06-29T04:55:05.663Z Compiling crossbeam-utils v0.8.21
5412026-06-29T04:55:05.665Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=d7c13030a2adcfe8 -C extra-filename=-58e9f84c04e68d0f --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-58e9f84c04e68d0f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5422026-06-29T04:55:05.672Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustversion-48598b2de5e2f65b/build-script-build`
5432026-06-29T04:55:05.711Z Compiling writeable v0.5.5
5442026-06-29T04:55:05.714Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name writeable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "either"))' -C metadata=c593019932903d83 -C extra-filename=-1be05cb1245a78ae --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5452026-06-29T04:55:05.755Z Compiling litemap v0.7.4
5462026-06-29T04:55:05.758Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "testing", "yoke"))' -C metadata=4e5f67e7860d680e -C extra-filename=-ece1b4165125a3ee --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5472026-06-29T04:55:05.962Z Compiling rustix v1.1.4
5482026-06-29T04:55:05.965Z Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-7bf2e4e95904a684/build-script-build`
5492026-06-29T04:55:05.965Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=e929392d0aeac6ca -C extra-filename=-1627f979ff736d1b --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-1627f979ff736d1b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5502026-06-29T04:55:05.985Z Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-58e9f84c04e68d0f/build-script-build`
5512026-06-29T04:55:06.023Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3909e69122507e55 -C extra-filename=-a829e5e88b800ee9 --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"))'`
5522026-06-29T04:55:06.027Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2e14249ec0561024 -C extra-filename=-8369d3c8974548ae --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`
5532026-06-29T04:55:06.035Z Compiling generic-array v0.14.5
5542026-06-29T04:55:06.045Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde"))' -C metadata=1b14fa2241fe89d5 -C extra-filename=-ac3dfbc2f70c8ae4 --out-dir /work/oxidecomputer/dropshot/target/debug/build/generic-array-ac3dfbc2f70c8ae4 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-92da51f7fbefe38b.rlib --cap-lints allow`
5552026-06-29T04:55:06.287Z Compiling powerfmt v0.2.0
5562026-06-29T04:55:06.289Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=aaca81cfbbdf6f92 -C extra-filename=-c68ea97939206117 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5572026-06-29T04:55:06.359Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-1627f979ff736d1b/build-script-build`
5582026-06-29T04:55:06.368Z Compiling num-conv v0.2.0
5592026-06-29T04:55:06.371Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c83e54ebdb09628e -C extra-filename=-3c944281958c9310 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5602026-06-29T04:55:06.426Z Compiling time-core v0.1.8
5612026-06-29T04:55:06.429Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("large-dates"))' -C metadata=b650dcca57895cff -C extra-filename=-371cfbe85dd2b060 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5622026-06-29T04:55:06.488Z Compiling synstructure v0.13.1
5632026-06-29T04:55:06.491Z Compiling equivalent v1.0.0
5642026-06-29T04:55:06.491Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=79982a2f725762c9 -C extra-filename=-65e8a26394d4802f --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-f1e88b94e8f6a802.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-698b818626d86483.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-3b5c7ebc8ee59bb4.rmeta --cap-lints allow`
5652026-06-29T04:55:06.491Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e163be3c5f52347e -C extra-filename=-4e64ff7beea61ac0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5662026-06-29T04:55:06.547Z Compiling hashbrown v0.17.0
5672026-06-29T04:55:06.550Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused_extern_crates --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_else' '--warn=clippy::ptr_cast_constness' '--warn=clippy::ptr_as_ptr' '--allow=clippy::option_if_let_else' '--warn=clippy::needless_continue' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_safety_doc' '--allow=clippy::missing_errors_doc' --warn=missing_docs '--allow=clippy::manual_map' '--warn=clippy::manual_let_else' --warn=explicit_outlives_requirements --warn=ellipsis_inclusive_range_patterns --warn=elided_lifetimes_in_paths '--allow=clippy::doc_markdown' '--warn=clippy::borrow_as_ptr' --warn=bare_trait_objects --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=570bee83e7187af5 -C extra-filename=-4206c284d0a5ca92 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5682026-06-29T04:55:06.569Z Compiling time-macros v0.2.27
5692026-06-29T04:55:06.572Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="formatting"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=d7de8816f6dde474 -C extra-filename=-cf6feafc59ace921 --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-3c944281958c9310.rlib --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-371cfbe85dd2b060.rlib --extern proc_macro --cap-lints allow`
5702026-06-29T04:55:06.583Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=403089c4f0db7967 -C extra-filename=-8152ebbc245abf83 --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-c061c392b39d0cdb.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-73d5cbf064827742.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rmeta --cap-lints allow --cfg static_assertions --cfg lower_upper_exp_for_non_zero --cfg rustc_diagnostics --cfg libc --cfg solarish`
5712026-06-29T04:55:06.609Z Compiling slog v2.8.2
5722026-06-29T04:55:06.612Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=81621667729d7ff3 -C extra-filename=-b5bf8adfc31d267c --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-b5bf8adfc31d267c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rustversion=/work/oxidecomputer/dropshot/target/debug/deps/librustversion-a829e5e88b800ee9.so --cap-lints allow`
5732026-06-29T04:55:06.804Z Compiling deranged v0.5.5
5742026-06-29T04:55:06.807Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--allow=clippy::redundant-pub-crate' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints '--allow=clippy::option-if-let-else' --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --warn=unstable-name-collisions --allow=path-statements --cfg 'feature="default"' --cfg 'feature="powerfmt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "num", "powerfmt", "quickcheck", "rand", "rand08", "rand09", "serde"))' -C metadata=c939fe23ba68f7af -C extra-filename=-9314c53d8d9a5a86 --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-c68ea97939206117.rmeta --cap-lints allow`
5752026-06-29T04:55:06.826Z Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-ac3dfbc2f70c8ae4/build-script-build`
5762026-06-29T04:55:06.875Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=d2c1104b94d11fe6 -C extra-filename=-f28915128349f860 --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)'`
5772026-06-29T04:55:06.981Z Compiling http-body v1.0.1
5782026-06-29T04:55:06.984Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4769bbb7dc8e65e4 -C extra-filename=-9a2aee85267903e6 --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-7348293daed47d7d.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rmeta --cap-lints allow`
5792026-06-29T04:55:07.105Z Compiling indexmap v2.14.0
5802026-06-29T04:55:07.111Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --deny=unsafe-code --deny=unreachable-pub --deny=unnameable-types '--allow=clippy::style' --warn=rust-2018-idioms --deny=private-interfaces --deny=private-bounds --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "serde", "std", "sval", "test_debug"))' -C metadata=62d40d3d29355849 -C extra-filename=-80e3adcd38e4b099 --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-4e64ff7beea61ac0.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-4206c284d0a5ca92.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-28cca22e5ec81b50.rmeta --cap-lints allow`
5812026-06-29T04:55:07.129Z Compiling tracing-core v0.1.32
5822026-06-29T04:55:07.132Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=2e4b21f426d4bc2f -C extra-filename=-df4974650746175f --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-759662fb202b781f.rmeta --cap-lints allow`
5832026-06-29T04:55:07.391Z Compiling num_threads v0.1.3
5842026-06-29T04:55:07.394Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_threads-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ebefc81aaa4fb29 -C extra-filename=-683d2f91ff6152ea --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5852026-06-29T04:55:07.450Z Compiling untrusted v0.9.0
5862026-06-29T04:55:07.453Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a75ae6f4defa52e5 -C extra-filename=-310b6cd008e8ad69 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5872026-06-29T04:55:07.484Z Compiling fastrand v2.1.1
5882026-06-29T04:55:07.487Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=4fcca34a69738707 -C extra-filename=-9ed88461832544fc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5892026-06-29T04:55:07.527Z Compiling rustls v0.23.41
5902026-06-29T04:55:07.531Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.41/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=62c7e1caf0ab0d21 -C extra-filename=-0d792ef195eac7d0 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-0d792ef195eac7d0 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5912026-06-29T04:55:07.565Z Compiling rustix v0.38.44
5922026-06-29T04:55:07.568Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=f4fea6ddd0c331d7 -C extra-filename=-a61a12c758443273 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-a61a12c758443273 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5932026-06-29T04:55:07.685Z Compiling serde_derive v1.0.228
5942026-06-29T04:55:07.688Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=400f8888b189d799 -C extra-filename=-83a0a89d67ac295b --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-f1e88b94e8f6a802.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-698b818626d86483.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-3b5c7ebc8ee59bb4.rlib --extern proc_macro --cap-lints allow`
5952026-06-29T04:55:07.722Z Compiling thiserror-impl v2.0.18
5962026-06-29T04:55:07.726Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=578a7544fad38451 -C extra-filename=-24f01e314ece6d95 --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-f1e88b94e8f6a802.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-698b818626d86483.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-3b5c7ebc8ee59bb4.rlib --extern proc_macro --cap-lints allow`
5972026-06-29T04:55:07.732Z Compiling zerofrom-derive v0.1.5
5982026-06-29T04:55:07.735Z Compiling yoke-derive v0.7.5
5992026-06-29T04:55:07.735Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d3d6fcbe1891b5aa -C extra-filename=-b4622429d6b270e7 --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-f1e88b94e8f6a802.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-698b818626d86483.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-3b5c7ebc8ee59bb4.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-65e8a26394d4802f.rlib --extern proc_macro --cap-lints allow`
6002026-06-29T04:55:07.735Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=714b7825f9b43bb3 -C extra-filename=-10706f5177b353c2 --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-f1e88b94e8f6a802.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-698b818626d86483.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-3b5c7ebc8ee59bb4.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-65e8a26394d4802f.rlib --extern proc_macro --cap-lints allow`
6012026-06-29T04:55:07.748Z Compiling tokio-macros v2.7.0
6022026-06-29T04:55:07.752Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=719952339f1ec3a8 -C extra-filename=-bc98fcb2263447d1 --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-f1e88b94e8f6a802.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-698b818626d86483.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-3b5c7ebc8ee59bb4.rlib --extern proc_macro --cap-lints allow`
6032026-06-29T04:55:07.801Z Compiling zerovec-derive v0.10.3
6042026-06-29T04:55:07.804Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0a389fa6bfeb8379 -C extra-filename=-08228a88301a3b08 --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-f1e88b94e8f6a802.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-698b818626d86483.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-3b5c7ebc8ee59bb4.rlib --extern proc_macro --cap-lints allow`
6052026-06-29T04:55:07.900Z Compiling futures-macro v0.3.32
6062026-06-29T04:55:07.903Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0cd1aeca83b025ca -C extra-filename=-fde896c2b872880f --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-f1e88b94e8f6a802.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-698b818626d86483.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-3b5c7ebc8ee59bb4.rlib --extern proc_macro --cap-lints allow`
6072026-06-29T04:55:08.465Z Compiling tokio v1.52.3
6082026-06-29T04:55:08.469Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-uring", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "taskdump", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=1c9cc53df362109e -C extra-filename=-c4d605c840585183 --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-7348293daed47d7d.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-19d67bfdfc2a13e8.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-6755000fb6e82f12.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b73572b9b3e572bb.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-9c297559c0b17893.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-94aad10e22565f6e.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-bc98fcb2263447d1.so --cap-lints allow`
6092026-06-29T04:55:08.702Z Compiling displaydoc v0.2.5
6102026-06-29T04:55:08.705Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name displaydoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=dcc1a784fa85a07f -C extra-filename=-6f74d081ba645392 --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-f1e88b94e8f6a802.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-698b818626d86483.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-3b5c7ebc8ee59bb4.rlib --extern proc_macro --cap-lints allow`
6112026-06-29T04:55:08.711Z Compiling futures-util v0.3.32
6122026-06-29T04:55:08.715Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "libc", "memchr", "portable-atomic", "sink", "slab", "spin", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=4b3eb6f29a598043 -C extra-filename=-d8bd03ff8029465d --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-8e56c73b1c5fb356.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a5b2b25c0fb74cf5.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-e1e44d807b805eda.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-fde896c2b872880f.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-8b23948e1beff7d9.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-a9553c5afe3577f3.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-bf2c1521739c16f4.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b73572b9b3e572bb.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-b23a4adb3f74a969.rmeta --cap-lints allow`
6132026-06-29T04:55:08.809Z Compiling zerocopy-derive v0.8.27
6142026-06-29T04:55:08.818Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.8.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=56bdf409e0e6181f -C extra-filename=-d80293fb0cb7b1fc --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-f1e88b94e8f6a802.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-698b818626d86483.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-3b5c7ebc8ee59bb4.rlib --extern proc_macro --cap-lints allow`
6152026-06-29T04:55:08.877Z Compiling zerofrom v0.1.5
6162026-06-29T04:55:08.881Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=ce52b58776bbb566 -C extra-filename=-75a2cbc5a6646578 --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-b4622429d6b270e7.so --cap-lints allow`
6172026-06-29T04:55:08.903Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b22e63e57cc5e973 -C extra-filename=-05c9af0951617ee8 --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-24f01e314ece6d95.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
6182026-06-29T04:55:08.998Z Compiling yoke v0.7.5
6192026-06-29T04:55:09.002Z Compiling pest v2.8.1
6202026-06-29T04:55:09.002Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=57527f0e8a021f13 -C extra-filename=-f17b3bdf04c54d52 --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-09bbc8c405cbc2fa.rmeta --extern yoke_derive=/work/oxidecomputer/dropshot/target/debug/deps/libyoke_derive-10706f5177b353c2.so --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-75a2cbc5a6646578.rmeta --cap-lints allow`
6212026-06-29T04:55:09.003Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=91d78a1fe5a36017 -C extra-filename=-c7b529e11f397ec1 --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-bf2c1521739c16f4.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-46d04843b080f3fd.rmeta --cap-lints allow`
6222026-06-29T04:55:09.194Z Compiling zerovec v0.10.4
6232026-06-29T04:55:09.198Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=4e931e2e17985937 -C extra-filename=-29a6249175e6c4e1 --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-f17b3bdf04c54d52.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-75a2cbc5a6646578.rmeta --extern zerovec_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec_derive-08228a88301a3b08.so --cap-lints allow`
6242026-06-29T04:55:09.441Z Compiling icu_provider_macros v1.5.0
6252026-06-29T04:55:09.444Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider_macros-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6903a2b4541750ec -C extra-filename=-261a49da8cbdb5f8 --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-f1e88b94e8f6a802.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-698b818626d86483.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-3b5c7ebc8ee59bb4.rlib --extern proc_macro --cap-lints allow`
6262026-06-29T04:55:10.048Z Compiling pest_meta v2.8.1
6272026-06-29T04:55:10.053Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=768e334b03c8d98c -C extra-filename=-67793fee77552a2d --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-c7b529e11f397ec1.rmeta --cap-lints allow`
6282026-06-29T04:55:10.072Z Compiling tinystr v0.7.6
6292026-06-29T04:55:10.077Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=9f29e7031a93dc1b -C extra-filename=-c0eb4ccce247cd53 --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-6f74d081ba645392.so --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-29a6249175e6c4e1.rmeta --cap-lints allow`
6302026-06-29T04:55:10.156Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=b630426e3bdfdfb1 -C extra-filename=-d7413e6c6b077af3 --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-d80293fb0cb7b1fc.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)'`
6312026-06-29T04:55:10.268Z Compiling icu_locid v1.5.0
6322026-06-29T04:55:10.271Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std", "zerovec"))' -C metadata=d4205e581c26cb47 -C extra-filename=-06febaba44aa7ff4 --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-6f74d081ba645392.so --extern litemap=/work/oxidecomputer/dropshot/target/debug/deps/liblitemap-ece1b4165125a3ee.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-c0eb4ccce247cd53.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-1be05cb1245a78ae.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-29a6249175e6c4e1.rmeta --cap-lints allow`
6332026-06-29T04:55:10.297Z Compiling atomic-waker v1.1.2
6342026-06-29T04:55:10.300Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-waker-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=f75c9806614f0c28 -C extra-filename=-054961d38c1ac380 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6352026-06-29T04:55:10.332Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=3dce24e1ba241f1c -C extra-filename=-ea1bad078110ac6c --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-28cca22e5ec81b50.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-83a0a89d67ac295b.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)'`
6362026-06-29T04:55:10.414Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=848737101c97a280 -C extra-filename=-18561ce12f6d7cf6 --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-0d388b6c3c842fd3.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-83a0a89d67ac295b.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)'`
6372026-06-29T04:55:10.836Z Compiling pest_generator v2.8.1
6382026-06-29T04:55:10.846Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=c829c2e61d387b6e -C extra-filename=-3fdd397a2f3a64dd --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-c7b529e11f397ec1.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-67793fee77552a2d.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-f1e88b94e8f6a802.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-698b818626d86483.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-3b5c7ebc8ee59bb4.rmeta --cap-lints allow`
6392026-06-29T04:55:10.904Z Compiling icu_provider v1.5.0
6402026-06-29T04:55:10.907Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "datagen", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "experimental", "log_error_context", "logging", "macros", "serde", "std", "sync"))' -C metadata=486d1b7ea609eef9 -C extra-filename=-86b99880edc96484 --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-6f74d081ba645392.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-06febaba44aa7ff4.rmeta --extern icu_provider_macros=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider_macros-261a49da8cbdb5f8.so --extern stable_deref_trait=/work/oxidecomputer/dropshot/target/debug/deps/libstable_deref_trait-09bbc8c405cbc2fa.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-c0eb4ccce247cd53.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-1be05cb1245a78ae.rmeta --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-f17b3bdf04c54d52.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-75a2cbc5a6646578.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-29a6249175e6c4e1.rmeta --cap-lints allow`
6412026-06-29T04:55:11.038Z Compiling getrandom v0.3.4
6422026-06-29T04:55:11.047Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js", "windows_legacy", "unsupported"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "wasm_js"))' -C metadata=fc3b4c641bc0d8f7 -C extra-filename=-e28e13dac463711a --out-dir /work/oxidecomputer/dropshot/target/debug/build/getrandom-e28e13dac463711a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6432026-06-29T04:55:11.171Z Compiling icu_locid_transform_data v1.5.0
6442026-06-29T04:55:11.174Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=83b0175d2bc94bab -C extra-filename=-31f6e1b86be283d8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6452026-06-29T04:55:11.240Z Compiling percent-encoding v2.3.2
6462026-06-29T04:55:11.248Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=9e7fa6cff38dbfe1 -C extra-filename=-a221d21dd6c1171f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6472026-06-29T04:55:11.325Z Compiling icu_locid_transform v1.5.0
6482026-06-29T04:55:11.328Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=3dd8a1c328fe6b91 -C extra-filename=-1be1f2ad1d49ab22 --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-6f74d081ba645392.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-06febaba44aa7ff4.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform_data-31f6e1b86be283d8.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-86b99880edc96484.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-c0eb4ccce247cd53.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-29a6249175e6c4e1.rmeta --cap-lints allow`
6492026-06-29T04:55:11.357Z Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-e28e13dac463711a/build-script-build`
6502026-06-29T04:55:11.365Z Compiling serde_tokenstream v0.2.3
6512026-06-29T04:55:11.368Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_tokenstream-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=47e7c161e36e475b -C extra-filename=-911fa7b8546ef3a0 --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-f1e88b94e8f6a802.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-698b818626d86483.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-18561ce12f6d7cf6.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-3b5c7ebc8ee59bb4.rmeta --cap-lints allow`
6522026-06-29T04:55:11.374Z Compiling erased-serde v0.3.31
6532026-06-29T04:55:11.378Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=3043d7da2937dc9a -C extra-filename=-c191a75d200b8c6c --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-ea1bad078110ac6c.rmeta --cap-lints allow`
6542026-06-29T04:55:11.432Z Compiling icu_collections v1.5.0
6552026-06-29T04:55:11.435Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std"))' -C metadata=dc2b1f1d7e58d0b1 -C extra-filename=-50319726c72bf354 --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-6f74d081ba645392.so --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-f17b3bdf04c54d52.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-75a2cbc5a6646578.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-29a6249175e6c4e1.rmeta --cap-lints allow`
6562026-06-29T04:55:11.445Z Compiling pest_derive v2.8.1
6572026-06-29T04:55:11.448Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_derive-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=2d498befbb0710d4 -C extra-filename=-743540cff8099675 --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-c7b529e11f397ec1.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-3fdd397a2f3a64dd.rlib --extern proc_macro --cap-lints allow`
6582026-06-29T04:55:11.573Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-a61a12c758443273/build-script-build`
6592026-06-29T04:55:11.636Z Compiling time v0.3.47
6602026-06-29T04:55:11.639Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "rand08", "rand09", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=4cb3e06df3cae269 -C extra-filename=-3412e32092b7b6ad --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-9314c53d8d9a5a86.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-376b2f4c1ff28e2a.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rmeta --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-3c944281958c9310.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-683d2f91ff6152ea.rmeta --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-c68ea97939206117.rmeta --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-371cfbe85dd2b060.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-cf6feafc59ace921.so --cap-lints allow`
6612026-06-29T04:55:11.649Z Compiling scroll_derive v0.13.1
6622026-06-29T04:55:11.652Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3e5499367e88b35c -C extra-filename=-36de733136b02615 --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-f1e88b94e8f6a802.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-698b818626d86483.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-3b5c7ebc8ee59bb4.rlib --extern proc_macro --cap-lints allow`
6632026-06-29T04:55:11.858Z Compiling tracing v0.1.40
6642026-06-29T04:55:11.861Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=caf2b38f401088cb -C extra-filename=-2711f539375ae079 --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-b73572b9b3e572bb.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-df4974650746175f.rmeta --cap-lints allow`
6652026-06-29T04:55:11.986Z Compiling dtrace-parser v0.3.0
6662026-06-29T04:55:11.995Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtrace-parser-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3ab34fc3e624f2aa -C extra-filename=-3409fac3e5afff06 --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-c7b529e11f397ec1.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-743540cff8099675.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rmeta --cap-lints allow`
6672026-06-29T04:55:12.029Z Compiling tokio-util v0.7.18
6682026-06-29T04:55:12.033Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "join-map", "net", "rt", "slab", "time", "tracing"))' -C metadata=01421df3c32860e3 -C extra-filename=-96ac98fa53e8ff61 --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-7348293daed47d7d.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a5b2b25c0fb74cf5.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-8b23948e1beff7d9.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b73572b9b3e572bb.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rmeta --cap-lints allow`
6692026-06-29T04:55:12.073Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde"))' -C metadata=23a33a4191c7f4e9 -C extra-filename=-07fbe915cf4ebf41 --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-034266aaf38d1eef.rmeta --cap-lints allow --cfg relaxed_coherence`
6702026-06-29T04:55:12.425Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-b5bf8adfc31d267c/build-script-build`
6712026-06-29T04:55:12.430Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.150/src/lib.rs --error-format=json --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=a640dcd671dd4386 -C extra-filename=-702d6f7674380316 --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-376b2f4c1ff28e2a.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-bf2c1521739c16f4.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-0d388b6c3c842fd3.rmeta --extern zmij=/work/oxidecomputer/dropshot/target/debug/deps/libzmij-11333bb00e330347.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
6722026-06-29T04:55:12.479Z Compiling thread-id v5.0.0
6732026-06-29T04:55:12.483Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread-id-5.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3ad8c60dc6225265 -C extra-filename=-e99ab217ace3d40f --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-94718abbaeac9f45.rmeta --cap-lints allow`
6742026-06-29T04:55:12.558Z Compiling num-traits v0.2.14
6752026-06-29T04:55:12.561Z Compiling subtle v2.5.0
6762026-06-29T04:55:12.561Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=27df7d4737dc37a9 -C extra-filename=-4e374f129d1d1f5c --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-4e374f129d1d1f5c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-4e7938c56210eea4.rlib --cap-lints allow`
6772026-06-29T04:55:12.561Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=e197a7e3e8ea7d39 -C extra-filename=-a65c75e2be9af8e5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6782026-06-29T04:55:12.664Z Compiling icu_properties_data v1.5.0
6792026-06-29T04:55:12.667Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=23ac111505f0412a -C extra-filename=-94d94a15a3385e4b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6802026-06-29T04:55:12.716Z Compiling paste v1.0.15
6812026-06-29T04:55:12.719Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=056cea8f4ceae9d5 -C extra-filename=-e30ec499ae7b3b28 --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-e30ec499ae7b3b28 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6822026-06-29T04:55:12.727Z Compiling base64 v0.22.1
6832026-06-29T04:55:12.730Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=755bdb6cc51dec5a -C extra-filename=-589732fb9e6d26c4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6842026-06-29T04:55:12.774Z Compiling byteorder v1.4.3
6852026-06-29T04:55:12.777Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=88e28237c77a72cc -C extra-filename=-cee97a4302d309b7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6862026-06-29T04:55:12.796Z Compiling tower-layer v0.3.3
6872026-06-29T04:55:12.804Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-layer-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f45ead350b818362 -C extra-filename=-423c98961edda6fc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6882026-06-29T04:55:12.840Z Compiling tower-service v0.3.3
6892026-06-29T04:55:12.843Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-service-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a7f6e15358a65a53 -C extra-filename=-64a05c7133fc39c8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6902026-06-29T04:55:12.930Z Compiling crc32fast v1.5.0
6912026-06-29T04:55:12.933Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=e80b96f800a1e1b2 -C extra-filename=-833592dd4257eec8 --out-dir /work/oxidecomputer/dropshot/target/debug/build/crc32fast-833592dd4257eec8 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6922026-06-29T04:55:12.947Z Compiling try-lock v0.2.3
6932026-06-29T04:55:12.950Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/try-lock-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f1df26e070016fda -C extra-filename=-d5a4fc0304a37e38 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6942026-06-29T04:55:12.986Z Compiling usdt-impl v0.6.0
6952026-06-29T04:55:12.989Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=75acd236165767a3 -C extra-filename=-a97f28a8dd1a9785 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-a97f28a8dd1a9785 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6962026-06-29T04:55:12.996Z Compiling fnv v1.0.7
6972026-06-29T04:55:13.004Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=33afc4830a2cc9bf -C extra-filename=-0df356a645475cf9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6982026-06-29T04:55:13.044Z Compiling want v0.3.0
6992026-06-29T04:55:13.047Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/want-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fff76bfaf42947aa -C extra-filename=-a9b47c63b59ee611 --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-b0fbbae6abc1d026.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-d5a4fc0304a37e38.rmeta --cap-lints allow`
7002026-06-29T04:55:13.047Z Running `/work/oxidecomputer/dropshot/target/debug/build/paste-e30ec499ae7b3b28/build-script-build`
7012026-06-29T04:55:13.082Z Compiling h2 v0.4.14
7022026-06-29T04:55:13.085Z Running `/home/build/.rustup/toolchains/1.96.0-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=c2535310348c74db -C extra-filename=-7d74193020d0fed9 --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-054961d38c1ac380.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-0df356a645475cf9.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a5b2b25c0fb74cf5.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-8b23948e1beff7d9.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-80e3adcd38e4b099.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-b23a4adb3f74a969.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-96ac98fa53e8ff61.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-2711f539375ae079.rmeta --cap-lints allow`
7032026-06-29T04:55:13.091Z Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-4e374f129d1d1f5c/build-script-build`
7042026-06-29T04:55:13.204Z Running `/work/oxidecomputer/dropshot/target/debug/build/crc32fast-833592dd4257eec8/build-script-build`
7052026-06-29T04:55:13.214Z Compiling dof v0.4.0
7062026-06-29T04:55:13.217Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-a97f28a8dd1a9785/build-script-build`
7072026-06-29T04:55:13.222Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=7e0585da8c3049ca -C extra-filename=-e3d7d8fde8cf8775 --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-18561ce12f6d7cf6.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-702d6f7674380316.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-d7413e6c6b077af3.rmeta --cap-lints allow`
7082026-06-29T04:55:13.232Z Compiling icu_properties v1.5.1
7092026-06-29T04:55:13.235Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bidi", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=1ae15d1ecd873bac -C extra-filename=-78693b030215f7b1 --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-6f74d081ba645392.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-50319726c72bf354.rmeta --extern icu_locid_transform=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform-1be1f2ad1d49ab22.rmeta --extern icu_properties_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties_data-94d94a15a3385e4b.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-86b99880edc96484.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-c0eb4ccce247cd53.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-29a6249175e6c4e1.rmeta --cap-lints allow`
7102026-06-29T04:55:13.242Z Compiling scroll v0.13.0
7112026-06-29T04:55:13.245Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=d21e4b1add2b1a09 -C extra-filename=-0b0b3baaeb79854c --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-36de733136b02615.so --cap-lints allow`
7122026-06-29T04:55:13.293Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=5230ae729947e836 -C extra-filename=-5f78936d2e0e569a --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-c191a75d200b8c6c.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-28cca22e5ec81b50.rmeta --cap-lints allow --cfg has_std_error --check-cfg 'cfg(has_std_error)'`
7132026-06-29T04:55:13.510Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=13c494e26c328e54 -C extra-filename=-e58585e94efb8c8b --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-c061c392b39d0cdb.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-73d5cbf064827742.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
7142026-06-29T04:55:13.548Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js", "windows_legacy", "unsupported"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "wasm_js"))' -C metadata=11bf39008cf6ce72 -C extra-filename=-83bc8011776cb660 --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-fb257ca1696476a2.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rmeta --cap-lints allow`
7152026-06-29T04:55:13.663Z Compiling hybrid-array v0.4.8
7162026-06-29T04:55:13.666Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name hybrid_array --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hybrid-array-0.4.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--warn=clippy::panic_in_result_fn' '--warn=clippy::panic' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' '--warn=clippy::arithmetic_side_effects' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytemuck", "ctutils", "extra-sizes", "serde", "subtle", "zerocopy", "zeroize"))' -C metadata=f50997f9bd88f490 -C extra-filename=-beaca53899b89962 --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-034266aaf38d1eef.rmeta --cap-lints allow`
7172026-06-29T04:55:13.696Z Compiling unicase v2.6.0
7182026-06-29T04:55:13.704Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=041faa0a1937179a -C extra-filename=-9f0bfd1fcb01700c --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-9f0bfd1fcb01700c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-92da51f7fbefe38b.rlib --cap-lints allow`
7192026-06-29T04:55:13.724Z Compiling utf8_iter v1.0.4
7202026-06-29T04:55:13.727Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=76ef0300b60ff53e -C extra-filename=-9c0ed482e94e9564 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7212026-06-29T04:55:13.869Z Compiling plain v0.2.3
7222026-06-29T04:55:13.873Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fbeabc2799802348 -C extra-filename=-8aab2068f6199ae3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7232026-06-29T04:55:13.910Z Compiling write16 v1.0.0
7242026-06-29T04:55:13.913Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name write16 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/write16-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "smallvec"))' -C metadata=1789e3ae07271fae -C extra-filename=-b55c64ea812af95d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7252026-06-29T04:55:13.972Z Compiling adler2 v2.0.1
7262026-06-29T04:55:13.975Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name adler2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "rustc-dep-of-std", "std"))' -C metadata=96161fcfa02fbe32 -C extra-filename=-ad9026ea73e1dcb9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7272026-06-29T04:55:14.001Z Compiling simd-adler32 v0.3.7
7282026-06-29T04:55:14.005Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name simd_adler32 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "default", "nightly", "std"))' -C metadata=af0173dce36fed29 -C extra-filename=-abbec9fe6f811b89 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7292026-06-29T04:55:14.100Z Compiling icu_normalizer_data v1.5.0
7302026-06-29T04:55:14.100Z Compiling utf16_iter v1.0.5
7312026-06-29T04:55:14.103Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6569ff7a88bf2517 -C extra-filename=-22f9c89ace2173e1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7322026-06-29T04:55:14.103Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name utf16_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf16_iter-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=60f6628ff3b354a9 -C extra-filename=-8d77808e3c6c7d71 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7332026-06-29T04:55:14.171Z Compiling httpdate v1.0.1
7342026-06-29T04:55:14.174Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpdate-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ba149daebb3f37c8 -C extra-filename=-94170fa4d6395cbe --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7352026-06-29T04:55:14.198Z Compiling miniz_oxide v0.8.9
7362026-06-29T04:55:14.201Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="simd"' --cfg 'feature="simd-adler32"' --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-boundary", "core", "default", "rustc-dep-of-std", "serde", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=36356f4a6816561d -C extra-filename=-f87b9cfb29e68b73 --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-ad9026ea73e1dcb9.rmeta --extern simd_adler32=/work/oxidecomputer/dropshot/target/debug/deps/libsimd_adler32-abbec9fe6f811b89.rmeta --cap-lints allow`
7372026-06-29T04:55:14.241Z Compiling goblin v0.10.1
7382026-06-29T04:55:14.244Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --cfg 'feature="te"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std", "te"))' -C metadata=14a7316032a3ed6b -C extra-filename=-213593226035b38b --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-b0fbbae6abc1d026.rmeta --extern plain=/work/oxidecomputer/dropshot/target/debug/deps/libplain-8aab2068f6199ae3.rmeta --extern scroll=/work/oxidecomputer/dropshot/target/debug/deps/libscroll-0b0b3baaeb79854c.rmeta --cap-lints allow`
7392026-06-29T04:55:14.324Z Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-9f0bfd1fcb01700c/build-script-build`
7402026-06-29T04:55:14.419Z Compiling rand_core v0.9.5
7412026-06-29T04:55:14.427Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="os_rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("os_rng", "serde", "std"))' -C metadata=0724b802e0f53c06 -C extra-filename=-30bd0572eec3e616 --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-83bc8011776cb660.rmeta --cap-lints allow`
7422026-06-29T04:55:14.443Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=a55bc667901e6ab3 -C extra-filename=-33c955a3f08b7ab2 --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-cee97a4302d309b7.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-e3d7d8fde8cf8775.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-3409fac3e5afff06.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-f1e88b94e8f6a802.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-698b818626d86483.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-18561ce12f6d7cf6.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-702d6f7674380316.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-3b5c7ebc8ee59bb4.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-e99ab217ace3d40f.rmeta --cap-lints allow --cfg usdt_backend_standard --check-cfg 'cfg(usdt_backend_noop)' --check-cfg 'cfg(usdt_backend_stapsdt)' --check-cfg 'cfg(usdt_backend_linker)' --check-cfg 'cfg(usdt_backend_standard)'`
7432026-06-29T04:55:14.576Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=24b7ba53b19cc9ed -C extra-filename=-d65cc996858503d2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg has_i128 --cfg has_to_int_unchecked`
7442026-06-29T04:55:14.633Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=1ae4a9b75c26d757 -C extra-filename=-99bbd35b0cc9e192 --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-fb257ca1696476a2.rmeta --cap-lints allow --cfg stable_arm_crc32_intrinsics --check-cfg 'cfg(stable_arm_crc32_intrinsics)'`
7452026-06-29T04:55:14.874Z Compiling icu_normalizer v1.5.0
7462026-06-29T04:55:14.877Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "serde", "std"))' -C metadata=1020c7949d83cb78 -C extra-filename=-467fc8df3ba3a3b4 --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-6f74d081ba645392.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-50319726c72bf354.rmeta --extern icu_normalizer_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_normalizer_data-22f9c89ace2173e1.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-78693b030215f7b1.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-86b99880edc96484.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-5c814b6f45301754.rmeta --extern utf16_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf16_iter-8d77808e3c6c7d71.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-9c0ed482e94e9564.rmeta --extern write16=/work/oxidecomputer/dropshot/target/debug/deps/libwrite16-b55c64ea812af95d.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-29a6249175e6c4e1.rmeta --cap-lints allow`
7472026-06-29T04:55:14.911Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c2928aeb5e81894e -C extra-filename=-be6774dfd701dc5d --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"))'`
7482026-06-29T04:55:14.999Z Compiling crypto-common v0.1.6
7492026-06-29T04:55:15.002Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=7871219e1b2f9f61 -C extra-filename=-c32bca42549856fb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern generic_array=/work/oxidecomputer/dropshot/target/debug/deps/libgeneric_array-07fbe915cf4ebf41.rmeta --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-034266aaf38d1eef.rmeta --cap-lints allow`
7502026-06-29T04:55:15.109Z Compiling block-buffer v0.10.2
7512026-06-29T04:55:15.112Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6f8661f616cbd801 -C extra-filename=-14a90bb25dab599d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern generic_array=/work/oxidecomputer/dropshot/target/debug/deps/libgeneric_array-07fbe915cf4ebf41.rmeta --cap-lints allow`
7522026-06-29T04:55:15.119Z Compiling form_urlencoded v1.2.2
7532026-06-29T04:55:15.119Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=0c00ec411530e3fb -C extra-filename=-6e531a1ac3c29188 --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-a221d21dd6c1171f.rmeta --cap-lints allow`
7542026-06-29T04:55:15.224Z Compiling hyper v1.10.1
7552026-06-29T04:55:15.227Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=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_semicolon' '--allow=clippy::unnecessary_safety_comment' '--allow=clippy::uninlined_format_args' --warn=unexpected_cfgs '--allow=clippy::undocumented_unsafe_blocks' '--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_match_else' '--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' '--allow=clippy::semicolon_if_nothing_returned' '--deny=clippy::self_named_module_files' '--allow=clippy::same_name_method' '--allow=clippy::renamed_function_params' '--allow=clippy::ref_patterns' '--allow=clippy::ref_option' '--allow=clippy::redundant_else' '--allow=clippy::redundant_closure_for_method_calls' '--allow=clippy::question_mark_used' '--allow=clippy::question_mark' '--allow=clippy::pub_with_shorthand' '--allow=clippy::pub_use' '--allow=clippy::ptr_as_ptr' '--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::manual_assert_eq' '--allow=clippy::let_unit_value' '--allow=clippy::let_underscore_untyped' '--allow=clippy::let_underscore_must_use' '--allow=clippy::large_enum_variant' '--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::explicit_iter_loop' '--allow=clippy::expect_used' '--allow=clippy::error_impl_error' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_structs_with_brackets' '--allow=clippy::else_if_without_else' '--allow=clippy::default_trait_access' '--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::cast_lossless' '--allow=clippy::borrow_as_ptr' '--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=52dd53d52fecb5a1 -C extra-filename=-84f74256e6343aba --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-054961d38c1ac380.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-8e56c73b1c5fb356.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a5b2b25c0fb74cf5.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-7d74193020d0fed9.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-9a2aee85267903e6.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-8369d3c8974548ae.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-94170fa4d6395cbe.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-376b2f4c1ff28e2a.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b73572b9b3e572bb.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-5c814b6f45301754.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-a9b47c63b59ee611.rmeta --cap-lints allow`
7562026-06-29T04:55:15.236Z Compiling openssl-probe v0.2.1
7572026-06-29T04:55:15.239Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7d9a65786c2d61b3 -C extra-filename=-0f98dafc45332edf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7582026-06-29T04:55:15.295Z Compiling ppv-lite86 v0.2.15
7592026-06-29T04:55:15.299Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=4402eb5ba71c2492 -C extra-filename=-0e59af9b59436a95 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7602026-06-29T04:55:15.411Z Compiling lazy_static v1.5.0
7612026-06-29T04:55:15.414Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=9c051c22b8cd10fb -C extra-filename=-8821bb668838cb78 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7622026-06-29T04:55:15.422Z Compiling ipnet v2.10.0
7632026-06-29T04:55:15.426Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=a76604249f892c01 -C extra-filename=-50eaa4cb79855fef --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7642026-06-29T04:55:15.508Z Compiling pretty-hex v0.4.1
7652026-06-29T04:55:15.512Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=29bea6aa7daad9b8 -C extra-filename=-e3b75f50831f4251 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7662026-06-29T04:55:15.587Z Compiling iana-time-zone v0.1.47
7672026-06-29T04:55:15.590Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=9b0de092d0ffab0f -C extra-filename=-2d58c4d1585bc35b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7682026-06-29T04:55:15.642Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=73672d1a4c945697 -C extra-filename=-b6421ba710068779 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-b6421ba710068779 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7692026-06-29T04:55:15.666Z Compiling unicode-segmentation v1.10.0
7702026-06-29T04:55:15.669Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=48b11b5e197642a1 -C extra-filename=-268e9bde897204d6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7712026-06-29T04:55:15.807Z Compiling unicode-width v0.1.9
7722026-06-29T04:55:15.810Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=9484441a7d27e42c -C extra-filename=-98f740a09deac395 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7732026-06-29T04:55:15.884Z Compiling ryu v1.0.5
7742026-06-29T04:55:15.887Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=38d852e98513c73c -C extra-filename=-6ffbc8bd9a0e7ed1 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-6ffbc8bd9a0e7ed1 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7752026-06-29T04:55:15.913Z Compiling winnow v1.0.0
7762026-06-29T04:55:15.916Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ascii", "binary", "debug", "default", "parser", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=e8b318ba6554bfce -C extra-filename=-cae12602703ffdbf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7772026-06-29T04:55:15.949Z Compiling mime v0.3.16
7782026-06-29T04:55:15.958Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime-0.3.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=51f44c6537e9faa1 -C extra-filename=-eee5201096fca9d8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7792026-06-29T04:55:16.014Z Compiling newline-converter v0.3.0
7802026-06-29T04:55:16.018Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e46d7a0a0d1e1ffb -C extra-filename=-9b07faaceba6163c --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-268e9bde897204d6.rmeta --cap-lints allow`
7812026-06-29T04:55:16.125Z Compiling console v0.15.7
7822026-06-29T04:55:16.128Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.15.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=70efa36d094398c8 -C extra-filename=-657ab439e92ee719 --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-8821bb668838cb78.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-98f740a09deac395.rmeta --cap-lints allow`
7832026-06-29T04:55:16.162Z Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-6ffbc8bd9a0e7ed1/build-script-build`
7842026-06-29T04:55:16.203Z Compiling toml_parser v1.1.2+spec-1.1.0
7852026-06-29T04:55:16.206Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_parser --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.1.2+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unsafe"))' -C metadata=d29a7f842d5bd28d -C extra-filename=-8a5ebe37ab40c259 --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-cae12602703ffdbf.rmeta --cap-lints allow`
7862026-06-29T04:55:16.217Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-b6421ba710068779/build-script-build`
7872026-06-29T04:55:16.229Z Compiling chrono v0.4.45
7882026-06-29T04:55:16.232Z Running `/home/build/.rustup/toolchains/1.96.0-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=4644c883f330aff7 -C extra-filename=-e013baf8320ecd2e --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-2d58c4d1585bc35b.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-d65cc996858503d2.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rmeta --cap-lints allow`
7892026-06-29T04:55:16.255Z Compiling rand_chacha v0.9.0
7902026-06-29T04:55:16.258Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "os_rng", "serde", "std"))' -C metadata=db2ce73d241d0d3f -C extra-filename=-b7f5d73b5bc9dd9d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/dropshot/target/debug/deps/libppv_lite86-0e59af9b59436a95.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-30bd0572eec3e616.rmeta --cap-lints allow`
7912026-06-29T04:55:16.265Z Compiling rustls-native-certs v0.8.3
7922026-06-29T04:55:16.273Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-native-certs-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=268a305039d846d5 -C extra-filename=-6de0353532cf579b --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-0f98dafc45332edf.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rmeta --cap-lints allow`
7932026-06-29T04:55:16.594Z Compiling hyper-util v0.1.20
7942026-06-29T04:55:16.597Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="client-pool"' --cfg 'feature="client-proxy"' --cfg 'feature="client-proxy-system"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="server-graceful"' --cfg 'feature="service"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "client-pool", "client-proxy", "client-proxy-system", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio", "tracing"))' -C metadata=7fcfa413148c5a08 -C extra-filename=-997a3b77b62523b4 --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-589732fb9e6d26c4.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-8e56c73b1c5fb356.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-d8bd03ff8029465d.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-9a2aee85267903e6.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rmeta --extern ipnet=/work/oxidecomputer/dropshot/target/debug/deps/libipnet-50eaa4cb79855fef.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b73572b9b3e572bb.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-94aad10e22565f6e.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-423c98961edda6fc.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-64a05c7133fc39c8.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-2711f539375ae079.rmeta --cap-lints allow`
7952026-06-29T04:55:16.676Z Compiling idna_adapter v1.2.0
7962026-06-29T04:55:16.679Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=a50ad3b391a988c1 -C extra-filename=-69022a8370e3cad3 --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-467fc8df3ba3a3b4.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-78693b030215f7b1.rmeta --cap-lints allow`
7972026-06-29T04:55:16.735Z Compiling digest v0.10.7
7982026-06-29T04:55:16.738Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=23052207d72456dc -C extra-filename=-6e7e04343c72d932 --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-14a90bb25dab599d.rmeta --extern crypto_common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-c32bca42549856fb.rmeta --cap-lints allow`
7992026-06-29T04:55:16.817Z Compiling flate2 v1.1.9
8002026-06-29T04:55:16.820Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("any_c_zlib", "any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "document-features", "libz-ng-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=9e8ded42f7049827 -C extra-filename=-3016cd47fe30698f --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-99bbd35b0cc9e192.rmeta --extern miniz_oxide=/work/oxidecomputer/dropshot/target/debug/deps/libminiz_oxide-f87b9cfb29e68b73.rmeta --cap-lints allow`
8012026-06-29T04:55:16.901Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=9d3a1ffb4270a23a -C extra-filename=-112d160a04332985 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc`
8022026-06-29T04:55:16.925Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=4e268e4585d7eead -C extra-filename=-9f9b3ef4fc8345cf --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-213593226035b38b.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-e3b75f50831f4251.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-d7413e6c6b077af3.rmeta --cap-lints allow`
8032026-06-29T04:55:16.967Z Compiling block-buffer v0.12.0
8042026-06-29T04:55:16.971Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=fe9bc7ebc2e2e178 -C extra-filename=-37945d093a86d09e --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-beaca53899b89962.rmeta --cap-lints allow`
8052026-06-29T04:55:17.093Z Compiling crypto-common v0.2.1
8062026-06-29T04:55:17.098Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "zeroize"))' -C metadata=092a051a684867ae -C extra-filename=-3b2f069c5abc0d9c --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-beaca53899b89962.rmeta --cap-lints allow`
8072026-06-29T04:55:17.120Z Compiling concurrent-queue v2.5.0
8082026-06-29T04:55:17.123Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=3640729aaf77ff53 -C extra-filename=-b273cca7963ac5f0 --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-f28915128349f860.rmeta --cap-lints allow`
8092026-06-29T04:55:17.230Z Compiling serde_derive_internals v0.29.0
8102026-06-29T04:55:17.233Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive_internals-0.29.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a2a7049437dc194a -C extra-filename=-00a2ad4bba553299 --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-f1e88b94e8f6a802.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-698b818626d86483.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-3b5c7ebc8ee59bb4.rmeta --cap-lints allow`
8112026-06-29T04:55:17.322Z Compiling serde_spanned v1.1.1
8122026-06-29T04:55:17.325Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=dda61715a95c5662 -C extra-filename=-edb963c0b68600ae --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-28cca22e5ec81b50.rmeta --cap-lints allow`
8132026-06-29T04:55:17.471Z Compiling toml_datetime v1.1.1+spec-1.1.0
8142026-06-29T04:55:17.475Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-1.1.1+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=fd79c771fb3248f4 -C extra-filename=-228976a684613a71 --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-28cca22e5ec81b50.rmeta --cap-lints allow`
8152026-06-29T04:55:17.708Z Running `/home/build/.rustup/toolchains/1.96.0-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"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=76712b833c228c43 -C extra-filename=-c310c2fd41d9ac8b --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-f1e88b94e8f6a802.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-698b818626d86483.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-464a57a779ffb7fd.rmeta --cap-lints allow`
8162026-06-29T04:55:17.773Z Compiling thread_local v1.1.4
8172026-06-29T04:55:17.777Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=59127120e5ea879a -C extra-filename=-641eec3a79d99654 --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-759662fb202b781f.rmeta --cap-lints allow`
8182026-06-29T04:55:17.937Z Compiling sync_wrapper v1.0.1
8192026-06-29T04:55:17.941Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync_wrapper-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=0c6ef493c0649593 -C extra-filename=-f206976d29ec748f --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-a5b2b25c0fb74cf5.rmeta --cap-lints allow`
8202026-06-29T04:55:17.993Z Compiling multer v3.1.0
8212026-06-29T04:55:17.996Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=3b5b6ab504b5a91e -C extra-filename=-1fab9d559de8139e --out-dir /work/oxidecomputer/dropshot/target/debug/build/multer-1fab9d559de8139e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-92da51f7fbefe38b.rlib --cap-lints allow`
8222026-06-29T04:55:18.025Z Compiling encoding_rs v0.8.32
8232026-06-29T04:55:18.029Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "packed_simd", "serde", "simd-accel"))' -C metadata=ddd17c9b9391e966 -C extra-filename=-f41b91746157a673 --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-fb257ca1696476a2.rmeta --cap-lints allow`
8242026-06-29T04:55:18.036Z Compiling target-triple v1.0.0
8252026-06-29T04:55:18.036Z Compiling cpufeatures v0.2.17
8262026-06-29T04:55:18.040Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-1.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9b6f0b2b8634bf12 -C extra-filename=-34838c043a3ef606 --out-dir /work/oxidecomputer/dropshot/target/debug/build/target-triple-34838c043a3ef606 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8272026-06-29T04:55:18.040Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dd06c39f1b0e1447 -C extra-filename=-692499d157748260 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8282026-06-29T04:55:18.108Z Compiling slog-async v2.8.0
8292026-06-29T04:55:18.118Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=ad69e33526ff0833 -C extra-filename=-1d1d75a382def0a0 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-1d1d75a382def0a0 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8302026-06-29T04:55:18.202Z Compiling camino v1.2.3
8312026-06-29T04:55:18.210Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.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="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=f30448435c68b903 -C extra-filename=-4e36644161937e4e --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-4e36644161937e4e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8322026-06-29T04:55:18.256Z Compiling schemars v0.8.22
8332026-06-29T04:55:18.259Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=9cf5f5f729f67de7 -C extra-filename=-89c72af65df58d70 --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-89c72af65df58d70 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8342026-06-29T04:55:18.312Z Compiling similar v2.2.1
8352026-06-29T04:55:18.316Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/similar-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="text"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation"))' -C metadata=e4dfd387f7cdc95f -C extra-filename=-9a84593f610e9656 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8362026-06-29T04:55:18.389Z Compiling toml_writer v1.1.1+spec-1.1.0
8372026-06-29T04:55:18.392Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_writer --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-1.1.1+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=18863a07e6baa38d -C extra-filename=-96fc0577e28cb6a2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8382026-06-29T04:55:18.486Z Compiling parking v2.2.0
8392026-06-29T04:55:18.492Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=f2cd159bead18206 -C extra-filename=-524979845a589bbf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8402026-06-29T04:55:18.518Z Compiling match_cfg v0.1.0
8412026-06-29T04:55:18.522Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=377133d1da0b4c6f -C extra-filename=-73ec9627ba7ac614 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8422026-06-29T04:55:18.584Z Compiling heck v0.5.0
8432026-06-29T04:55:18.587Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=241f7bf5cd45ea40 -C extra-filename=-df1ab2ba3d519841 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8442026-06-29T04:55:18.593Z Compiling semver v1.0.28
8452026-06-29T04:55:18.597Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=3448d4d2c08b95a4 -C extra-filename=-753851c9787dbc18 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8462026-06-29T04:55:18.667Z Compiling compression-core v0.4.32
8472026-06-29T04:55:18.670Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name compression_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-core-0.4.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --deny=missing_debug_implementations --deny=rust_2018_idioms --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=604558313378fd2a -C extra-filename=-d43a8e9c6c4fc5cc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8482026-06-29T04:55:18.780Z Compiling const-oid v0.10.2
8492026-06-29T04:55:18.784Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "db"))' -C metadata=af60da158d97b19b -C extra-filename=-e9bf9f42da1cf367 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8502026-06-29T04:55:18.822Z Compiling compression-codecs v0.4.38
8512026-06-29T04:55:18.826Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name compression_codecs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --deny=missing_debug_implementations --deny=rust_2018_idioms --cfg 'feature="flate2"' --cfg 'feature="gzip"' --cfg 'feature="memchr"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-algorithms", "brotli", "bzip2", "deflate", "deflate64", "flate2", "gzip", "libzstd", "lz4", "lzma", "memchr", "xz", "xz-parallel", "xz2", "zlib", "zstd", "zstd-safe", "zstdmt"))' -C metadata=ab0c882cc8a1d79f -C extra-filename=-58a560f2833f8ff3 --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-d43a8e9c6c4fc5cc.rmeta --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-3016cd47fe30698f.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-bf2c1521739c16f4.rmeta --cap-lints allow`
8522026-06-29T04:55:18.901Z Compiling event-listener v5.0.0
8532026-06-29T04:55:18.909Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=1ec234b7461b7eda -C extra-filename=-1393fe94c46afed8 --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-b273cca7963ac5f0.rmeta --extern parking=/work/oxidecomputer/dropshot/target/debug/deps/libparking-524979845a589bbf.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b73572b9b3e572bb.rmeta --cap-lints allow`
8542026-06-29T04:55:18.919Z Compiling digest v0.11.2
8552026-06-29T04:55:18.923Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="alloc"' --cfg 'feature="block-api"' --cfg 'feature="default"' --cfg 'feature="oid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-api", "default", "dev", "getrandom", "mac", "oid", "rand_core", "zeroize"))' -C metadata=1ecc6880ab616214 -C extra-filename=-9fbcf646d653d77e --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-37945d093a86d09e.rmeta --extern const_oid=/work/oxidecomputer/dropshot/target/debug/deps/libconst_oid-e9bf9f42da1cf367.rmeta --extern common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-3b2f069c5abc0d9c.rmeta --cap-lints allow`
8562026-06-29T04:55:18.982Z Compiling hostname v0.3.1
8572026-06-29T04:55:18.985Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=7e0fbb8e536f90e5 -C extra-filename=-2ebb37a234a1d217 --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-94718abbaeac9f45.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-73ec9627ba7ac614.rmeta --cap-lints allow`
8582026-06-29T04:55:19.077Z Compiling toml v1.1.2+spec-1.1.0
8592026-06-29T04:55:19.080Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-1.1.2+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "display", "fast_hash", "parse", "preserve_order", "serde", "std", "unbounded"))' -C metadata=8fd7c96fe5e043fa -C extra-filename=-ca542c8c92d20345 --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-28cca22e5ec81b50.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-edb963c0b68600ae.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-228976a684613a71.rmeta --extern toml_parser=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_parser-8a5ebe37ab40c259.rmeta --extern toml_writer=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_writer-96fc0577e28cb6a2.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-cae12602703ffdbf.rmeta --cap-lints allow`
8602026-06-29T04:55:19.080Z Running `/work/oxidecomputer/dropshot/target/debug/build/camino-4e36644161937e4e/build-script-build`
8612026-06-29T04:55:19.127Z Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-89c72af65df58d70/build-script-build`
8622026-06-29T04:55:19.127Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-1d1d75a382def0a0/build-script-build`
8632026-06-29T04:55:19.139Z Running `/work/oxidecomputer/dropshot/target/debug/build/target-triple-34838c043a3ef606/build-script-build`
8642026-06-29T04:55:19.151Z Running `/work/oxidecomputer/dropshot/target/debug/build/multer-1fab9d559de8139e/build-script-build`
8652026-06-29T04:55:19.166Z Compiling sha1 v0.10.6
8662026-06-29T04:55:19.169Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=1faed90f3623ebec -C extra-filename=-8d7605e5f3cc6fc6 --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-fb257ca1696476a2.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-692499d157748260.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-6e7e04343c72d932.rmeta --cap-lints allow`
8672026-06-29T04:55:19.175Z Compiling tower v0.5.2
8682026-06-29T04:55:19.175Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="__common"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="pin-project-lite"' --cfg 'feature="retry"' --cfg 'feature="sync_wrapper"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__common", "balance", "buffer", "discover", "filter", "full", "futures-core", "futures-util", "hdrhistogram", "hedge", "indexmap", "limit", "load", "load-shed", "log", "make", "pin-project-lite", "ready-cache", "reconnect", "retry", "slab", "spawn-ready", "steer", "sync_wrapper", "timeout", "tokio", "tokio-stream", "tokio-util", "tracing", "util"))' -C metadata=8b4aa169d878a8df -C extra-filename=-d71796795ea1e70f --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-a5b2b25c0fb74cf5.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-d8bd03ff8029465d.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b73572b9b3e572bb.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-f206976d29ec748f.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-423c98961edda6fc.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-64a05c7133fc39c8.rmeta --cap-lints allow`
8692026-06-29T04:55:19.190Z Compiling schemars_derive v0.8.22
8702026-06-29T04:55:19.190Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars_derive-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2d60b78063f607ca -C extra-filename=-80f2f0260a206de9 --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-f1e88b94e8f6a802.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-698b818626d86483.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-00a2ad4bba553299.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-3b5c7ebc8ee59bb4.rlib --extern proc_macro --cap-lints allow`
8712026-06-29T04:55:19.235Z Compiling mime_guess v2.0.5
8722026-06-29T04:55:19.239Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=d4e69123311f7aab -C extra-filename=-5b8c42131ddee341 --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-5b8c42131ddee341 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-112d160a04332985.rlib --cap-lints allow`
8732026-06-29T04:55:19.381Z Compiling idna v1.0.3
8742026-06-29T04:55:19.385Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=a19a018da70d7724 -C extra-filename=-7da2a3db910af4ea --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-69022a8370e3cad3.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-5c814b6f45301754.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-9c0ed482e94e9564.rmeta --cap-lints allow`
8752026-06-29T04:55:19.640Z Compiling rand v0.9.2
8762026-06-29T04:55:19.643Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="os_rng"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "log", "nightly", "os_rng", "serde", "simd_support", "small_rng", "std", "std_rng", "thread_rng", "unbiased"))' -C metadata=2926e97b9ec1fa19 -C extra-filename=-3676c87403abc7a5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rand_chacha=/work/oxidecomputer/dropshot/target/debug/deps/librand_chacha-b7f5d73b5bc9dd9d.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-30bd0572eec3e616.rmeta --cap-lints allow`
8772026-06-29T04:55:19.651Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=6cf2b9dd1c1f6c2e -C extra-filename=-c984829d77bbf6fd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit`
8782026-06-29T04:55:19.738Z Compiling usdt-attr-macro v0.6.0
8792026-06-29T04:55:19.750Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-attr-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c9bdf0582e7c5f6d -C extra-filename=-0eae16e7f0934284 --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-3409fac3e5afff06.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-f1e88b94e8f6a802.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-698b818626d86483.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-911fa7b8546ef3a0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-3b5c7ebc8ee59bb4.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-33c955a3f08b7ab2.rlib --extern proc_macro --cap-lints allow`
8802026-06-29T04:55:19.860Z Compiling usdt-macro v0.6.0
8812026-06-29T04:55:19.863Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0195a900a1e32193 -C extra-filename=-dbe491058bf77a7c --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-3409fac3e5afff06.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-f1e88b94e8f6a802.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-698b818626d86483.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-911fa7b8546ef3a0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-3b5c7ebc8ee59bb4.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-33c955a3f08b7ab2.rlib --extern proc_macro --cap-lints allow`
8822026-06-29T04:55:20.173Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=6ace8a7ea2434a8f -C extra-filename=-f340f87a50daae33 --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-cee97a4302d309b7.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-9f9b3ef4fc8345cf.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-3409fac3e5afff06.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-f1e88b94e8f6a802.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-698b818626d86483.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-c310c2fd41d9ac8b.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-e99ab217ace3d40f.rmeta --cap-lints allow --cfg usdt_backend_standard --check-cfg 'cfg(usdt_backend_noop)' --check-cfg 'cfg(usdt_backend_stapsdt)' --check-cfg 'cfg(usdt_backend_linker)' --check-cfg 'cfg(usdt_backend_standard)'`
8832026-06-29T04:55:20.269Z Compiling slog-json v2.6.1
8842026-06-29T04:55:20.273Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=01e55a696426ec7f -C extra-filename=-a50d8597d7976e99 --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-ea1bad078110ac6c.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-3412e32092b7b6ad.rmeta --cap-lints allow`
8852026-06-29T04:55:20.424Z Compiling futures-executor v0.3.32
8862026-06-29T04:55:20.427Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "thread-pool"))' -C metadata=25239abf5f0d63c4 -C extra-filename=-49270e4ceaa9d68e --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-a5b2b25c0fb74cf5.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-a9553c5afe3577f3.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-d8bd03ff8029465d.rmeta --cap-lints allow`
8872026-06-29T04:55:20.480Z Compiling async-stream-impl v0.3.6
8882026-06-29T04:55:20.483Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-impl-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c9bacd79e8161392 -C extra-filename=-f60dac0ce70d1042 --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-f1e88b94e8f6a802.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-698b818626d86483.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-3b5c7ebc8ee59bb4.rlib --extern proc_macro --cap-lints allow`
8892026-06-29T04:55:20.573Z Compiling tempfile v3.27.0
8902026-06-29T04:55:20.577Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=2d701b756ba944db -C extra-filename=-2f724ab91399a107 --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-9ed88461832544fc.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-3949cdaf01c3d980.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-759662fb202b781f.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-8152ebbc245abf83.rmeta --cap-lints allow`
8912026-06-29T04:55:20.635Z Compiling crossbeam-channel v0.5.15
8922026-06-29T04:55:20.638Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d6e64ace638fee45 -C extra-filename=-522951470e7d2ef8 --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-f28915128349f860.rmeta --cap-lints allow`
8932026-06-29T04:55:20.660Z Compiling http-body-util v0.1.3
8942026-06-29T04:55:20.663Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("channel", "default", "full"))' -C metadata=8592a9085bb7e318 -C extra-filename=-410714be2410a040 --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-7348293daed47d7d.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a5b2b25c0fb74cf5.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-9a2aee85267903e6.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b73572b9b3e572bb.rmeta --cap-lints allow`
8952026-06-29T04:55:20.714Z Compiling uuid v1.23.3
8962026-06-29T04:55:20.717Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.23.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 --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=924a8326f07f014d -C extra-filename=-7ed5b21cadaf802e --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-3949cdaf01c3d980.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-28cca22e5ec81b50.rmeta --cap-lints allow`
8972026-06-29T04:55:20.892Z Compiling is-terminal v0.4.12
8982026-06-29T04:55:20.895Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is-terminal-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c9f2a6215ebcb467 -C extra-filename=-ddba63db4280004d --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-94718abbaeac9f45.rmeta --cap-lints allow`
8992026-06-29T04:55:20.903Z Compiling memmap2 v0.9.8
9002026-06-29T04:55:20.906Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap2-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=1ae01b4441b18059 -C extra-filename=-f930dc6eba348d77 --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-94718abbaeac9f45.rmeta --cap-lints allow`
9012026-06-29T04:55:20.986Z Compiling dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot)
9022026-06-29T04:55:20.986Z Compiling cpufeatures v0.3.0
9032026-06-29T04:55:20.989Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=6740250fd835221a -C extra-filename=-f4dfe42be316e1ae --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-f4dfe42be316e1ae -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-92da51f7fbefe38b.rlib`
9042026-06-29T04:55:20.989Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=25317de3bec08dd7 -C extra-filename=-50488ad48fb460f3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9052026-06-29T04:55:21.062Z Compiling term v1.1.0
9062026-06-29T04:55:21.066Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=244ed5bbfac27639 -C extra-filename=-441aca3ffe519951 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9072026-06-29T04:55:21.111Z Compiling iri-string v0.7.8
9082026-06-29T04:55:21.111Z Compiling anyhow v1.0.102
9092026-06-29T04:55:21.114Z Compiling take_mut v0.2.2
9102026-06-29T04:55:21.114Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name iri_string --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memchr", "serde", "std"))' -C metadata=7f50cd3ff81707bf -C extra-filename=-652d5030122b3bc5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9112026-06-29T04:55:21.114Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=cc4426144d2a38e2 -C extra-filename=-1832141e80e065f1 --out-dir /work/oxidecomputer/dropshot/target/debug/build/anyhow-1832141e80e065f1 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9122026-06-29T04:55:21.114Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=707c603e30879e66 -C extra-filename=-75250e195d1b43bf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9132026-06-29T04:55:21.141Z Compiling data-encoding v2.4.0
9142026-06-29T04:55:21.143Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=a3662b85677a5303 -C extra-filename=-73fdee703827b9a7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9152026-06-29T04:55:21.218Z Compiling spin v0.9.8
9162026-06-29T04:55:21.221Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="mutex"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=79caed09a6fab28c -C extra-filename=-5f059a01f3188011 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9172026-06-29T04:55:21.227Z Compiling dyn-clone v1.0.4
9182026-06-29T04:55:21.230Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dyn-clone-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3a70cab50a771374 -C extra-filename=-e7745279d2cff943 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9192026-06-29T04:55:21.315Z Compiling slog-term v2.9.2
9202026-06-29T04:55:21.319Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-term-2.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=f2c98ba59a1cb3cb -C extra-filename=-644b45d43159da17 --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-e013baf8320ecd2e.rmeta --extern is_terminal=/work/oxidecomputer/dropshot/target/debug/deps/libis_terminal-ddba63db4280004d.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-441aca3ffe519951.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-641eec3a79d99654.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-3412e32092b7b6ad.rmeta --cap-lints allow`
9212026-06-29T04:55:21.329Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=3b497e47964c7f5c -C extra-filename=-83c59e7980818693 --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-7348293daed47d7d.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-f41b91746157a673.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-d8bd03ff8029465d.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-8369d3c8974548ae.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-bf2c1521739c16f4.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-eee5201096fca9d8.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-5f059a01f3188011.rmeta --cap-lints allow`
9222026-06-29T04:55:21.439Z Running `/work/oxidecomputer/dropshot/target/debug/build/anyhow-1832141e80e065f1/build-script-build`
9232026-06-29T04:55:21.642Z Compiling tungstenite v0.29.0
9242026-06-29T04:55:21.645Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=a72432629ebe72cf -C extra-filename=-4e27ba275c1c110b --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-7348293daed47d7d.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-73fdee703827b9a7.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-8369d3c8974548ae.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-b0fbbae6abc1d026.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-3676c87403abc7a5.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-8d7605e5f3cc6fc6.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rmeta --cap-lints allow`
9252026-06-29T04:55:21.764Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=5b4e6271ca194b8e -C extra-filename=-1c0a7199486e6482 --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-e013baf8320ecd2e.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-e7745279d2cff943.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-80f2f0260a206de9.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-7ed5b21cadaf802e.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
9262026-06-29T04:55:21.829Z Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-f4dfe42be316e1ae/build-script-build`
9272026-06-29T04:55:21.871Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=5449593feb1fa2a3 -C extra-filename=-cad695c8b514f132 --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-522951470e7d2ef8.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-75250e195d1b43bf.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-641eec3a79d99654.rmeta --cap-lints allow --cfg integer128`
9282026-06-29T04:55:21.918Z Compiling async-stream v0.3.6
9292026-06-29T04:55:21.921Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f5d570f9149b2656 -C extra-filename=-167b3b2cce2dcb05 --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-f60dac0ce70d1042.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a5b2b25c0fb74cf5.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b73572b9b3e572bb.rmeta --cap-lints allow`
9302026-06-29T04:55:21.927Z Compiling sha1 v0.11.0
9312026-06-29T04:55:21.944Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(sha1_backend, values("aarch64-sha2", "x86-sha", "soft"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="oid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "oid", "zeroize"))' -C metadata=a5d42d399bf8be9e -C extra-filename=-fd34d1f75d5a5d3c --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-fb257ca1696476a2.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-50488ad48fb460f3.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-9fbcf646d653d77e.rmeta --cap-lints allow`
9322026-06-29T04:55:22.091Z Compiling usdt v0.6.0
9332026-06-29T04:55:22.094Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=edf54998822b6dbf -C extra-filename=-9dbb35f04dd96e6a --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-9f9b3ef4fc8345cf.rmeta --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-213593226035b38b.rmeta --extern memmap2=/work/oxidecomputer/dropshot/target/debug/deps/libmemmap2-f930dc6eba348d77.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-0eae16e7f0934284.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-f340f87a50daae33.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-dbe491058bf77a7c.so --cap-lints allow`
9342026-06-29T04:55:22.170Z Compiling atomicwrites v0.4.4
9352026-06-29T04:55:22.173Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=02487865a20c52b3 -C extra-filename=-8a94dbae4afba0f7 --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-e58585e94efb8c8b.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2f724ab91399a107.rmeta --cap-lints allow`
9362026-06-29T04:55:22.362Z Compiling tower-http v0.6.8
9372026-06-29T04:55:22.362Z Compiling futures v0.3.32
9382026-06-29T04:55:22.372Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="follow-redirect"' --cfg 'feature="futures-util"' --cfg 'feature="iri-string"' --cfg 'feature="tower"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add-extension", "async-compression", "auth", "base64", "catch-panic", "compression-br", "compression-deflate", "compression-full", "compression-gzip", "compression-zstd", "cors", "decompression-br", "decompression-deflate", "decompression-full", "decompression-gzip", "decompression-zstd", "default", "follow-redirect", "fs", "full", "futures-core", "futures-util", "httpdate", "iri-string", "limit", "map-request-body", "map-response-body", "metrics", "mime", "mime_guess", "normalize-path", "percent-encoding", "propagate-header", "redirect", "request-id", "sensitive-headers", "set-header", "set-status", "timeout", "tokio", "tokio-util", "tower", "trace", "tracing", "util", "uuid", "validate-request"))' -C metadata=040d0c98d3460dbd -C extra-filename=-6ed51b4333d934fd --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-c061c392b39d0cdb.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-d8bd03ff8029465d.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-9a2aee85267903e6.rmeta --extern iri_string=/work/oxidecomputer/dropshot/target/debug/deps/libiri_string-652d5030122b3bc5.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b73572b9b3e572bb.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-d71796795ea1e70f.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-423c98961edda6fc.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-64a05c7133fc39c8.rmeta --cap-lints allow`
9392026-06-29T04:55:22.372Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "spin", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=1f9fb00710301cc7 -C extra-filename=-721bc1ef3c5a0086 --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-8e56c73b1c5fb356.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a5b2b25c0fb74cf5.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-49270e4ceaa9d68e.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-e1e44d807b805eda.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-8b23948e1beff7d9.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-a9553c5afe3577f3.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-d8bd03ff8029465d.rmeta --cap-lints allow`
9402026-06-29T04:55:22.397Z Compiling slog-bunyan v2.5.0
9412026-06-29T04:55:22.400Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=5d944562ab310d9f -C extra-filename=-8fd67189758adbd5 --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-2ebb37a234a1d217.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a50d8597d7976e99.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-3412e32092b7b6ad.rmeta --cap-lints allow`
9422026-06-29T04:55:22.409Z Compiling serde_urlencoded v0.7.1
9432026-06-29T04:55:22.412Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4633e694265fbd64 -C extra-filename=-7c02161db5e3f371 --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-6e531a1ac3c29188.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-376b2f4c1ff28e2a.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-c984829d77bbf6fd.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rmeta --cap-lints allow`
9442026-06-29T04:55:22.436Z Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-5b8c42131ddee341/build-script-build`
9452026-06-29T04:55:22.454Z Compiling url v2.5.4
9462026-06-29T04:55:22.462Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=623ab6e6cbd09904 -C extra-filename=-29f624276aed2c5f --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-6e531a1ac3c29188.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-7da2a3db910af4ea.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rmeta --cap-lints allow`
9472026-06-29T04:55:22.527Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=83b32c2fda4faadd -C extra-filename=-28bcbd2fd7c04bb4 --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"))'`
9482026-06-29T04:55:22.601Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.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 --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=ddecaef9f2161ce5 -C extra-filename=-7d3b04959edf60bb --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-28cca22e5ec81b50.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)'`
9492026-06-29T04:55:22.645Z Compiling event-listener-strategy v0.5.4
9502026-06-29T04:55:22.648Z Compiling async-compression v0.4.42
9512026-06-29T04:55:22.649Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-strategy-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(wasm_bindgen_unstable_test_coverage)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=aab55294e857c620 -C extra-filename=-c2ca1fc738d59d72 --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-1393fe94c46afed8.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b73572b9b3e572bb.rmeta --cap-lints allow`
9522026-06-29T04:55:22.649Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name async_compression --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.42/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --deny=missing_debug_implementations --deny=rust_2018_idioms --cfg 'feature="gzip"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "all-algorithms", "all-implementations", "brotli", "bzip2", "deflate", "deflate64", "futures-io", "gzip", "lz4", "lzma", "tokio", "xz", "xz-parallel", "xz2", "zlib", "zstd", "zstdmt"))' -C metadata=1d570759af8ab587 -C extra-filename=-8a5c976c30fa88e4 --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-58a560f2833f8ff3.rmeta --extern compression_core=/work/oxidecomputer/dropshot/target/debug/deps/libcompression_core-d43a8e9c6c4fc5cc.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b73572b9b3e572bb.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rmeta --cap-lints allow`
9532026-06-29T04:55:22.709Z Compiling dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
9542026-06-29T04:55:22.712Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2024 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=20b602d2b8ecfed7 -C extra-filename=-22458c156e8df580 --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-df1ab2ba3d519841.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-f1e88b94e8f6a802.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-698b818626d86483.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-18561ce12f6d7cf6.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-911fa7b8546ef3a0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-3b5c7ebc8ee59bb4.rlib --extern proc_macro`
9552026-06-29T04:55:22.774Z Compiling pem v3.0.6
9562026-06-29T04:55:22.777Z Compiling yasna v0.6.0
9572026-06-29T04:55:22.777Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-3.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=5062b00422436d24 -C extra-filename=-9ad8073e928d28ee --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-589732fb9e6d26c4.rmeta --cap-lints allow`
9582026-06-29T04:55:22.777Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yasna-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=81dbd71351fcf331 -C extra-filename=-998d89eedac21323 --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-3412e32092b7b6ad.rmeta --cap-lints allow`
9592026-06-29T04:55:22.954Z Compiling openapiv3 v2.2.0
9602026-06-29T04:55:22.961Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openapiv3-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=1963e138c37226f5 -C extra-filename=-ac9681e17f1f3d8c --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-80e3adcd38e4b099.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rmeta --cap-lints allow`
9612026-06-29T04:55:22.999Z Compiling waitgroup v0.1.2
9622026-06-29T04:55:23.002Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=72d04c1b969cbc4c -C extra-filename=-dad4b5675c3f49b7 --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-054961d38c1ac380.rmeta --cap-lints allow`
9632026-06-29T04:55:23.136Z Compiling async-trait v0.1.89
9642026-06-29T04:55:23.139Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8f32135c0cb15a34 -C extra-filename=-02966344e5d3a469 --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-f1e88b94e8f6a802.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-698b818626d86483.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-3b5c7ebc8ee59bb4.rlib --extern proc_macro --cap-lints allow`
9652026-06-29T04:55:23.146Z Compiling rustls-pemfile v2.2.0
9662026-06-29T04:55:23.149Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e9ab14a90e064ac4 -C extra-filename=-bee5277a7c2f43dc --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-ae738ef4e9cfc43f.rmeta --cap-lints allow`
9672026-06-29T04:55:23.218Z Compiling serde_path_to_error v0.1.20
9682026-06-29T04:55:23.218Z Compiling hostname v0.4.2
9692026-06-29T04:55:23.222Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4b9921c86743586b -C extra-filename=-17dbe2386f32b2d3 --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-376b2f4c1ff28e2a.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-28cca22e5ec81b50.rmeta --cap-lints allow`
9702026-06-29T04:55:23.222Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=f19a0ca0ea0d50a7 -C extra-filename=-8cc65203b5b16f0e --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-fb257ca1696476a2.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rmeta --cap-lints allow`
9712026-06-29T04:55:23.338Z Compiling debug-ignore v1.0.5
9722026-06-29T04:55:23.341Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=907432939ef1bf0a -C extra-filename=-ba9d5c8d5c9e69b4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9732026-06-29T04:55:23.362Z Compiling glob v0.3.0
9742026-06-29T04:55:23.369Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glob-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=69c8ecb9e4649939 -C extra-filename=-d4e07607ccc4c1c0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9752026-06-29T04:55:23.435Z Compiling termcolor v1.1.2
9762026-06-29T04:55:23.438Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termcolor-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=016da98a7717a59d -C extra-filename=-fb88bccf6cfff1cb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9772026-06-29T04:55:23.502Z Compiling simple-mermaid v0.2.0
9782026-06-29T04:55:23.505Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name simple_mermaid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simple-mermaid-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=58b15d933afe850f -C extra-filename=-04384d3e3152b0b8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9792026-06-29T04:55:23.563Z Compiling async-channel v2.5.0
9802026-06-29T04:55:23.566Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=58d76b7998aa5063 -C extra-filename=-b322baec7d9b2f70 --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-b273cca7963ac5f0.rmeta --extern event_listener_strategy=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener_strategy-c2ca1fc738d59d72.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a5b2b25c0fb74cf5.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b73572b9b3e572bb.rmeta --cap-lints allow`
9812026-06-29T04:55:23.582Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=ca84c72c93fb5c8a -C extra-filename=-1b5fb49e884132e8 --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-eee5201096fca9d8.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-112d160a04332985.rmeta --cap-lints allow`
9822026-06-29T04:55:23.758Z Compiling trybuild v1.0.117
9832026-06-29T04:55:23.761Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.117/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diff"))' -C metadata=fe48b113ceda6c0b -C extra-filename=-5177caf508c614d3 --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-d4e07607ccc4c1c0.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-83a0a89d67ac295b.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rmeta --extern target_triple=/work/oxidecomputer/dropshot/target/debug/deps/libtarget_triple-28bcbd2fd7c04bb4.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-fb88bccf6cfff1cb.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ca542c8c92d20345.rmeta --cap-lints allow`
9842026-06-29T04:55:23.767Z Compiling expectorate v1.2.0
9852026-06-29T04:55:23.770Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=bcbc7b48fc293262 -C extra-filename=-c203ec5f7f305eb0 --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-8a94dbae4afba0f7.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-657ab439e92ee719.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-9b07faaceba6163c.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-9a84593f610e9656.rmeta --cap-lints allow`
9862026-06-29T04:55:23.776Z Compiling tokio-tungstenite v0.29.0
9872026-06-29T04:55:23.776Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "url", "webpki-roots"))' -C metadata=e1825d6bf5a8948f -C extra-filename=-68fbc0e3f67a85e2 --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-d8bd03ff8029465d.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-b0fbbae6abc1d026.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-4e27ba275c1c110b.rmeta --cap-lints allow`
9882026-06-29T04:55:23.919Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=25b6af034e23720d -C extra-filename=-f3136602c1411c28 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(anyhow_build_probe)' --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_clippy_format_args)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(error_generic_member_access)'`
9892026-06-29T04:55:24.021Z Compiling subprocess v1.1.0
9902026-06-29T04:55:24.024Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subprocess-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e438dddc60013874 -C extra-filename=-b52b6e5e94eb5d8a --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-94718abbaeac9f45.rmeta --cap-lints allow`
9912026-06-29T04:55:24.051Z Compiling buf-list v1.1.2
9922026-06-29T04:55:24.054Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=20a27c55c4d703f5 -C extra-filename=-41df4296fe79e47b --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-7348293daed47d7d.rmeta --cap-lints allow`
9932026-06-29T04:55:24.108Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=98352371c11a2377 -C extra-filename=-858a73e5e0fa9e46 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9942026-06-29T04:55:24.297Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=fb35c89c610f2ad2 -C extra-filename=-49bb33548f868569 --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-9ed88461832544fc.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-3949cdaf01c3d980.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-858a73e5e0fa9e46.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-8152ebbc245abf83.rmeta --cap-lints allow`
9952026-06-29T04:55:24.306Z Compiling prettyplease v0.2.37
9962026-06-29T04:55:24.310Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.37/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=014921d6483c318c -C extra-filename=-f487463f03203dae --out-dir /work/oxidecomputer/dropshot/target/debug/build/prettyplease-f487463f03203dae -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9972026-06-29T04:55:24.319Z Compiling schema-derive v0.1.0
9982026-06-29T04:55:24.328Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schema-derive-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b5ac2868ef6148f4 -C extra-filename=-863f7529d416bbbc --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-be6774dfd701dc5d.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-f1e88b94e8f6a802.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-698b818626d86483.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-3b5c7ebc8ee59bb4.rlib --extern proc_macro --cap-lints allow`
9992026-06-29T04:55:24.537Z Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-f487463f03203dae/build-script-build`
10002026-06-29T04:55:24.550Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8bfb61eceafac5e5 -C extra-filename=-845c0311db70252c --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-e58585e94efb8c8b.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-49bb33548f868569.rmeta --cap-lints allow`
10012026-06-29T04:55:24.569Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=7c81385055d5ff00 -C extra-filename=-daed194efec28bfe --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-f1e88b94e8f6a802.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-3b5c7ebc8ee59bb4.rmeta --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
10022026-06-29T04:55:24.722Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=5a3e7191ce49f985 -C extra-filename=-7f885a97d8e90e9e --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-845c0311db70252c.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-657ab439e92ee719.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-9b07faaceba6163c.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-9a84593f610e9656.rmeta --cap-lints allow`
10032026-06-29T04:55:25.298Z Compiling schema v0.1.0
10042026-06-29T04:55:25.301Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name schema --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schema-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b6b510f5091ddee7 -C extra-filename=-66ef8573e8469731 --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-f1e88b94e8f6a802.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-698b818626d86483.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-863f7529d416bbbc.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-3b5c7ebc8ee59bb4.rmeta --cap-lints allow`
10052026-06-29T04:55:25.372Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2024 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ea2b49191b629e44 -C extra-filename=-6166066ad98d54c0 --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-7f885a97d8e90e9e.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-df1ab2ba3d519841.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-daed194efec28bfe.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-f1e88b94e8f6a802.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-698b818626d86483.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-66ef8573e8469731.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-18561ce12f6d7cf6.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-911fa7b8546ef3a0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-3b5c7ebc8ee59bb4.rlib --extern proc_macro`
10062026-06-29T04:55:29.243Z Running `/work/oxidecomputer/dropshot/target/debug/build/aws-lc-rs-1bc196bf897cd364/build-script-build`
10072026-06-29T04:55:29.243Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.40.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-bindings", "asan", "bindgen", "default", "disable-prebuilt-nasm", "fips", "prebuilt-nasm", "ssl"))' -C metadata=ea55f42308ce572b -C extra-filename=-8348e4fbd4d24bdc --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-5d6aed00427650f7/out -l static=aws_lc_0_40_0_crypto --cfg universal`
10082026-06-29T04:55:29.260Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-0d792ef195eac7d0/build-script-build`
10092026-06-29T04:55:29.609Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.16.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="aws-lc-sys"' --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "dev-tests-only", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=a5a87ba96edd970c -C extra-filename=-c3565534f20ae698 --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-8348e4fbd4d24bdc.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-88340b239301e1bf.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out --check-cfg 'cfg(aws_lc_rs_docsrs)' --check-cfg 'cfg(disable_slow_tests)' --check-cfg 'cfg(dev_tests_only)'`
10102026-06-29T04:55:30.347Z Compiling rustls-webpki v0.103.13
10112026-06-29T04:55:30.347Z Compiling rcgen v0.14.8
10122026-06-29T04:55:30.350Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.103.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(webpki_docsrs)' --cfg 'feature="alloc"' --cfg 'feature="aws-lc-rs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "aws-lc-rs", "aws-lc-rs-fips", "aws-lc-rs-unstable", "default", "ring", "std"))' -C metadata=69a38977643413b9 -C extra-filename=-d8df0d0ee7881438 --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-c3565534f20ae698.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-310b6cd008e8ad69.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
10132026-06-29T04:55:30.350Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rcgen-0.14.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(rcgen_docsrs)' --cfg 'feature="aws_lc_rs"' --cfg 'feature="crypto"' --cfg 'feature="pem"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "aws_lc_rs_unstable", "crypto", "default", "fips", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=fa1b3d4b19f34898 -C extra-filename=-05805122ab039925 --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-c3565534f20ae698.rmeta --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9ad8073e928d28ee.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-3412e32092b7b6ad.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-998d89eedac21323.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
10142026-06-29T04:55:30.752Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --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=8f5ac04ac0c287d3 -C extra-filename=-5f168ab03cd33f5b --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-c3565534f20ae698.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-b0fbbae6abc1d026.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-759662fb202b781f.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-d8df0d0ee7881438.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-a65c75e2be9af8e5.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-88340b239301e1bf.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
10152026-06-29T04:55:33.050Z Compiling tokio-rustls v0.26.4
10162026-06-29T04:55:33.050Z Compiling rustls-platform-verifier v0.6.2
10172026-06-29T04:55:33.054Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "default", "early-data", "fips", "logging", "ring", "tls12", "zlib"))' -C metadata=b3d034ed92585342 -C extra-filename=-c139825148b5bb24 --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-5f168ab03cd33f5b.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
10182026-06-29T04:55:33.054Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_platform_verifier --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-platform-verifier-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("android_logger", "base64", "cert-logging", "dbg", "docsrs", "ffi-testing", "jni", "once_cell"))' -C metadata=add97e81488cce6f -C extra-filename=-c8cf37b67bf2ae09 --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-b0fbbae6abc1d026.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-6de0353532cf579b.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-d8df0d0ee7881438.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
10192026-06-29T04:55:33.235Z Compiling hyper-rustls v0.27.9
10202026-06-29T04:55:33.244Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2024 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=3c849da08ece7ca7 -C extra-filename=-ab2e628da89a3c2d --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-8a5c976c30fa88e4.rmeta --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-167b3b2cce2dcb05.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-02966344e5d3a469.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-589732fb9e6d26c4.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-7d3b04959edf60bb.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-e013baf8320ecd2e.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-ba9d5c8d5c9e69b4.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-22458c156e8df580.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6e531a1ac3c29188.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-721bc1ef3c5a0086.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8cc65203b5b16f0e.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-410714be2410a040.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-997a3b77b62523b4.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-80e3adcd38e4b099.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-83c59e7980818693.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ac9681e17f1f3d8c.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-be6774dfd701dc5d.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-bee5277a7c2f43dc.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1c0a7199486e6482.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-cc47c9579738ded6.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-17dbe2386f32b2d3.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c02161db5e3f371.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-fd34d1f75d5a5d3c.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-04384d3e3152b0b8.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-cad695c8b514f132.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8fd67189758adbd5.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a50d8597d7976e99.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-644b45d43159da17.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c139825148b5bb24.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-96ac98fa53e8ff61.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ca542c8c92d20345.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9dbb35f04dd96e6a.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-7ed5b21cadaf802e.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-dad4b5675c3f49b7.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
10212026-06-29T04:55:33.247Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.27.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="aws-lc-rs"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=36e1e4eebd73b36d -C extra-filename=-54a84d95e1a4dc4d --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-0caa3425aac26dc0.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-997a3b77b62523b4.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-b0fbbae6abc1d026.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-6de0353532cf579b.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c139825148b5bb24.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-64a05c7133fc39c8.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
10222026-06-29T04:55:33.414Z Compiling reqwest v0.13.4
10232026-06-29T04:55:33.418Z Running `/home/build/.rustup/toolchains/1.96.0-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=f87a1c227066f577 -C extra-filename=-323fc33a628ad594 --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-589732fb9e6d26c4.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-f41b91746157a673.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-a5b2b25c0fb74cf5.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-7d74193020d0fed9.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-9a2aee85267903e6.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-410714be2410a040.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rmeta --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-54a84d95e1a4dc4d.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-997a3b77b62523b4.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-b0fbbae6abc1d026.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-eee5201096fca9d8.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-b73572b9b3e572bb.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rmeta --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rmeta --extern rustls_platform_verifier=/work/oxidecomputer/dropshot/target/debug/deps/librustls_platform_verifier-c8cf37b67bf2ae09.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-f206976d29ec748f.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c139825148b5bb24.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-d71796795ea1e70f.rmeta --extern tower_http=/work/oxidecomputer/dropshot/target/debug/deps/libtower_http-6ed51b4333d934fd.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-64a05c7133fc39c8.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-29f624276aed2c5f.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
10242026-06-29T04:55:35.434Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2024 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1e9da2eece335931 -C extra-filename=-53b50685768e907c --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-f3136602c1411c28.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b322baec7d9b2f70.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-8a5c976c30fa88e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-167b3b2cce2dcb05.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-02966344e5d3a469.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-589732fb9e6d26c4.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-41df4296fe79e47b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-7d3b04959edf60bb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-e013baf8320ecd2e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-ba9d5c8d5c9e69b4.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-22458c156e8df580.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c203ec5f7f305eb0.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-3016cd47fe30698f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6e531a1ac3c29188.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-721bc1ef3c5a0086.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8cc65203b5b16f0e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-410714be2410a040.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-54a84d95e1a4dc4d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-997a3b77b62523b4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-80e3adcd38e4b099.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8821bb668838cb78.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-1b5fb49e884132e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-83c59e7980818693.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ac9681e17f1f3d8c.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-be6774dfd701dc5d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9ad8073e928d28ee.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-05805122ab039925.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-323fc33a628ad594.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-bee5277a7c2f43dc.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1c0a7199486e6482.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-cc47c9579738ded6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-17dbe2386f32b2d3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c02161db5e3f371.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-fd34d1f75d5a5d3c.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-04384d3e3152b0b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-cad695c8b514f132.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8fd67189758adbd5.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a50d8597d7976e99.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-644b45d43159da17.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-b52b6e5e94eb5d8a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2f724ab91399a107.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c139825148b5bb24.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-68fbc0e3f67a85e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-96ac98fa53e8ff61.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ca542c8c92d20345.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-5177caf508c614d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9dbb35f04dd96e6a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-7ed5b21cadaf802e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-dad4b5675c3f49b7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
10252026-06-29T04:55:38.307Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2024 dropshot/examples/websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=e3eb9eb370ef994d -C extra-filename=-2a5cf3078cf44179 --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-f3136602c1411c28.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b322baec7d9b2f70.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-8a5c976c30fa88e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-167b3b2cce2dcb05.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-02966344e5d3a469.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-589732fb9e6d26c4.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-41df4296fe79e47b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-7d3b04959edf60bb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-e013baf8320ecd2e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-ba9d5c8d5c9e69b4.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ab2e628da89a3c2d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-22458c156e8df580.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c203ec5f7f305eb0.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-3016cd47fe30698f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6e531a1ac3c29188.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-721bc1ef3c5a0086.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8cc65203b5b16f0e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-410714be2410a040.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-54a84d95e1a4dc4d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-997a3b77b62523b4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-80e3adcd38e4b099.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8821bb668838cb78.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-1b5fb49e884132e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-83c59e7980818693.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ac9681e17f1f3d8c.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-be6774dfd701dc5d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9ad8073e928d28ee.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-05805122ab039925.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-323fc33a628ad594.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-bee5277a7c2f43dc.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1c0a7199486e6482.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-cc47c9579738ded6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-17dbe2386f32b2d3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c02161db5e3f371.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-fd34d1f75d5a5d3c.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-04384d3e3152b0b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-cad695c8b514f132.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8fd67189758adbd5.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a50d8597d7976e99.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-644b45d43159da17.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-b52b6e5e94eb5d8a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2f724ab91399a107.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c139825148b5bb24.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-68fbc0e3f67a85e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-96ac98fa53e8ff61.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ca542c8c92d20345.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-5177caf508c614d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9dbb35f04dd96e6a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-7ed5b21cadaf802e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-dad4b5675c3f49b7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
10262026-06-29T04:55:38.312Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_alternate --edition=2024 dropshot/examples/api-trait-alternate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=4f98873cc5fadc5e -C extra-filename=-0ef87cb032cd4c5c --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-f3136602c1411c28.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b322baec7d9b2f70.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-8a5c976c30fa88e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-167b3b2cce2dcb05.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-02966344e5d3a469.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-589732fb9e6d26c4.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-41df4296fe79e47b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-7d3b04959edf60bb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-e013baf8320ecd2e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-ba9d5c8d5c9e69b4.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ab2e628da89a3c2d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-22458c156e8df580.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c203ec5f7f305eb0.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-3016cd47fe30698f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6e531a1ac3c29188.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-721bc1ef3c5a0086.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8cc65203b5b16f0e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-410714be2410a040.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-54a84d95e1a4dc4d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-997a3b77b62523b4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-80e3adcd38e4b099.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8821bb668838cb78.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-1b5fb49e884132e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-83c59e7980818693.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ac9681e17f1f3d8c.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-be6774dfd701dc5d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9ad8073e928d28ee.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-05805122ab039925.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-323fc33a628ad594.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-bee5277a7c2f43dc.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1c0a7199486e6482.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-cc47c9579738ded6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-17dbe2386f32b2d3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c02161db5e3f371.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-fd34d1f75d5a5d3c.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-04384d3e3152b0b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-cad695c8b514f132.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8fd67189758adbd5.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a50d8597d7976e99.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-644b45d43159da17.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-b52b6e5e94eb5d8a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2f724ab91399a107.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c139825148b5bb24.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-68fbc0e3f67a85e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-96ac98fa53e8ff61.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ca542c8c92d20345.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-5177caf508c614d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9dbb35f04dd96e6a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-7ed5b21cadaf802e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-dad4b5675c3f49b7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
10272026-06-29T04:55:38.312Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2024 dropshot/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a1c914f5bd8db86b -C extra-filename=-212885c9d317f86a --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-f3136602c1411c28.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b322baec7d9b2f70.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-8a5c976c30fa88e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-167b3b2cce2dcb05.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-02966344e5d3a469.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-589732fb9e6d26c4.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-41df4296fe79e47b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-7d3b04959edf60bb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-e013baf8320ecd2e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-ba9d5c8d5c9e69b4.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ab2e628da89a3c2d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-22458c156e8df580.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c203ec5f7f305eb0.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-3016cd47fe30698f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6e531a1ac3c29188.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-721bc1ef3c5a0086.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8cc65203b5b16f0e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-410714be2410a040.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-54a84d95e1a4dc4d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-997a3b77b62523b4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-80e3adcd38e4b099.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8821bb668838cb78.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-1b5fb49e884132e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-83c59e7980818693.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ac9681e17f1f3d8c.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-be6774dfd701dc5d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9ad8073e928d28ee.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-05805122ab039925.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-323fc33a628ad594.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-bee5277a7c2f43dc.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1c0a7199486e6482.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-cc47c9579738ded6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-17dbe2386f32b2d3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c02161db5e3f371.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-fd34d1f75d5a5d3c.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-04384d3e3152b0b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-cad695c8b514f132.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8fd67189758adbd5.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a50d8597d7976e99.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-644b45d43159da17.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-b52b6e5e94eb5d8a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2f724ab91399a107.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c139825148b5bb24.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-68fbc0e3f67a85e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-96ac98fa53e8ff61.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ca542c8c92d20345.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-5177caf508c614d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9dbb35f04dd96e6a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-7ed5b21cadaf802e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-dad4b5675c3f49b7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
10282026-06-29T04:55:38.312Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2024 dropshot/examples/pagination-multiple-sorts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=2c00075e774f8d92 -C extra-filename=-729de503142568b5 --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-f3136602c1411c28.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b322baec7d9b2f70.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-8a5c976c30fa88e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-167b3b2cce2dcb05.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-02966344e5d3a469.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-589732fb9e6d26c4.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-41df4296fe79e47b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-7d3b04959edf60bb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-e013baf8320ecd2e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-ba9d5c8d5c9e69b4.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ab2e628da89a3c2d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-22458c156e8df580.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c203ec5f7f305eb0.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-3016cd47fe30698f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6e531a1ac3c29188.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-721bc1ef3c5a0086.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8cc65203b5b16f0e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-410714be2410a040.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-54a84d95e1a4dc4d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-997a3b77b62523b4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-80e3adcd38e4b099.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8821bb668838cb78.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-1b5fb49e884132e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-83c59e7980818693.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ac9681e17f1f3d8c.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-be6774dfd701dc5d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9ad8073e928d28ee.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-05805122ab039925.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-323fc33a628ad594.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-bee5277a7c2f43dc.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1c0a7199486e6482.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-cc47c9579738ded6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-17dbe2386f32b2d3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c02161db5e3f371.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-fd34d1f75d5a5d3c.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-04384d3e3152b0b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-cad695c8b514f132.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8fd67189758adbd5.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a50d8597d7976e99.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-644b45d43159da17.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-b52b6e5e94eb5d8a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2f724ab91399a107.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c139825148b5bb24.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-68fbc0e3f67a85e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-96ac98fa53e8ff61.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ca542c8c92d20345.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-5177caf508c614d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9dbb35f04dd96e6a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-7ed5b21cadaf802e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-dad4b5675c3f49b7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
10292026-06-29T04:55:38.321Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2024 dropshot/examples/https.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1ba2b68623b18228 -C extra-filename=-e4c8052d1fe111db --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-f3136602c1411c28.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b322baec7d9b2f70.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-8a5c976c30fa88e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-167b3b2cce2dcb05.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-02966344e5d3a469.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-589732fb9e6d26c4.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-41df4296fe79e47b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-7d3b04959edf60bb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-e013baf8320ecd2e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-ba9d5c8d5c9e69b4.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ab2e628da89a3c2d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-22458c156e8df580.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c203ec5f7f305eb0.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-3016cd47fe30698f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6e531a1ac3c29188.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-721bc1ef3c5a0086.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8cc65203b5b16f0e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-410714be2410a040.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-54a84d95e1a4dc4d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-997a3b77b62523b4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-80e3adcd38e4b099.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8821bb668838cb78.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-1b5fb49e884132e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-83c59e7980818693.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ac9681e17f1f3d8c.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-be6774dfd701dc5d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9ad8073e928d28ee.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-05805122ab039925.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-323fc33a628ad594.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-bee5277a7c2f43dc.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1c0a7199486e6482.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-cc47c9579738ded6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-17dbe2386f32b2d3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c02161db5e3f371.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-fd34d1f75d5a5d3c.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-04384d3e3152b0b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-cad695c8b514f132.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8fd67189758adbd5.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a50d8597d7976e99.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-644b45d43159da17.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-b52b6e5e94eb5d8a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2f724ab91399a107.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c139825148b5bb24.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-68fbc0e3f67a85e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-96ac98fa53e8ff61.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ca542c8c92d20345.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-5177caf508c614d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9dbb35f04dd96e6a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-7ed5b21cadaf802e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-dad4b5675c3f49b7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
10302026-06-29T04:55:38.326Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2024 dropshot/examples/request-headers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ab76ce3a621ca7ae -C extra-filename=-988bb90331d15201 --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-f3136602c1411c28.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b322baec7d9b2f70.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-8a5c976c30fa88e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-167b3b2cce2dcb05.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-02966344e5d3a469.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-589732fb9e6d26c4.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-41df4296fe79e47b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-7d3b04959edf60bb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-e013baf8320ecd2e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-ba9d5c8d5c9e69b4.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ab2e628da89a3c2d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-22458c156e8df580.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c203ec5f7f305eb0.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-3016cd47fe30698f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6e531a1ac3c29188.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-721bc1ef3c5a0086.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8cc65203b5b16f0e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-410714be2410a040.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-54a84d95e1a4dc4d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-997a3b77b62523b4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-80e3adcd38e4b099.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8821bb668838cb78.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-1b5fb49e884132e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-83c59e7980818693.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ac9681e17f1f3d8c.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-be6774dfd701dc5d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9ad8073e928d28ee.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-05805122ab039925.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-323fc33a628ad594.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-bee5277a7c2f43dc.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1c0a7199486e6482.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-cc47c9579738ded6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-17dbe2386f32b2d3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c02161db5e3f371.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-fd34d1f75d5a5d3c.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-04384d3e3152b0b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-cad695c8b514f132.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8fd67189758adbd5.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a50d8597d7976e99.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-644b45d43159da17.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-b52b6e5e94eb5d8a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2f724ab91399a107.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c139825148b5bb24.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-68fbc0e3f67a85e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-96ac98fa53e8ff61.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ca542c8c92d20345.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-5177caf508c614d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9dbb35f04dd96e6a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-7ed5b21cadaf802e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-dad4b5675c3f49b7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
10312026-06-29T04:55:38.331Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2024 dropshot/examples/basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=4eb0d90150222454 -C extra-filename=-3dedfe1ccd4c2727 --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-f3136602c1411c28.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b322baec7d9b2f70.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-8a5c976c30fa88e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-167b3b2cce2dcb05.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-02966344e5d3a469.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-589732fb9e6d26c4.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-41df4296fe79e47b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-7d3b04959edf60bb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-e013baf8320ecd2e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-ba9d5c8d5c9e69b4.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ab2e628da89a3c2d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-22458c156e8df580.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c203ec5f7f305eb0.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-3016cd47fe30698f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6e531a1ac3c29188.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-721bc1ef3c5a0086.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8cc65203b5b16f0e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-410714be2410a040.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-54a84d95e1a4dc4d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-997a3b77b62523b4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-80e3adcd38e4b099.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8821bb668838cb78.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-1b5fb49e884132e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-83c59e7980818693.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ac9681e17f1f3d8c.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-be6774dfd701dc5d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9ad8073e928d28ee.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-05805122ab039925.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-323fc33a628ad594.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-bee5277a7c2f43dc.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1c0a7199486e6482.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-cc47c9579738ded6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-17dbe2386f32b2d3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c02161db5e3f371.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-fd34d1f75d5a5d3c.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-04384d3e3152b0b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-cad695c8b514f132.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8fd67189758adbd5.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a50d8597d7976e99.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-644b45d43159da17.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-b52b6e5e94eb5d8a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2f724ab91399a107.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c139825148b5bb24.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-68fbc0e3f67a85e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-96ac98fa53e8ff61.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ca542c8c92d20345.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-5177caf508c614d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9dbb35f04dd96e6a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-7ed5b21cadaf802e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-dad4b5675c3f49b7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
10322026-06-29T04:55:48.135Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2024 dropshot/examples/self-referential.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=8e0b498a33995691 -C extra-filename=-e5b2c41e8fe31ac6 --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-f3136602c1411c28.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b322baec7d9b2f70.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-8a5c976c30fa88e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-167b3b2cce2dcb05.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-02966344e5d3a469.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-589732fb9e6d26c4.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-41df4296fe79e47b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-7d3b04959edf60bb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-e013baf8320ecd2e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-ba9d5c8d5c9e69b4.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ab2e628da89a3c2d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-22458c156e8df580.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c203ec5f7f305eb0.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-3016cd47fe30698f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6e531a1ac3c29188.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-721bc1ef3c5a0086.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8cc65203b5b16f0e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-410714be2410a040.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-54a84d95e1a4dc4d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-997a3b77b62523b4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-80e3adcd38e4b099.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8821bb668838cb78.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-1b5fb49e884132e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-83c59e7980818693.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ac9681e17f1f3d8c.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-be6774dfd701dc5d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9ad8073e928d28ee.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-05805122ab039925.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-323fc33a628ad594.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-bee5277a7c2f43dc.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1c0a7199486e6482.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-cc47c9579738ded6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-17dbe2386f32b2d3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c02161db5e3f371.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-fd34d1f75d5a5d3c.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-04384d3e3152b0b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-cad695c8b514f132.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8fd67189758adbd5.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a50d8597d7976e99.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-644b45d43159da17.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-b52b6e5e94eb5d8a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2f724ab91399a107.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c139825148b5bb24.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-68fbc0e3f67a85e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-96ac98fa53e8ff61.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ca542c8c92d20345.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-5177caf508c614d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9dbb35f04dd96e6a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-7ed5b21cadaf802e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-dad4b5675c3f49b7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
10332026-06-29T04:55:48.437Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2024 dropshot/examples/multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a494ef880ab42a76 -C extra-filename=-ddc4698570bf1661 --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-f3136602c1411c28.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b322baec7d9b2f70.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-8a5c976c30fa88e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-167b3b2cce2dcb05.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-02966344e5d3a469.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-589732fb9e6d26c4.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-41df4296fe79e47b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-7d3b04959edf60bb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-e013baf8320ecd2e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-ba9d5c8d5c9e69b4.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ab2e628da89a3c2d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-22458c156e8df580.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c203ec5f7f305eb0.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-3016cd47fe30698f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6e531a1ac3c29188.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-721bc1ef3c5a0086.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8cc65203b5b16f0e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-410714be2410a040.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-54a84d95e1a4dc4d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-997a3b77b62523b4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-80e3adcd38e4b099.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8821bb668838cb78.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-1b5fb49e884132e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-83c59e7980818693.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ac9681e17f1f3d8c.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-be6774dfd701dc5d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9ad8073e928d28ee.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-05805122ab039925.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-323fc33a628ad594.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-bee5277a7c2f43dc.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1c0a7199486e6482.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-cc47c9579738ded6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-17dbe2386f32b2d3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c02161db5e3f371.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-fd34d1f75d5a5d3c.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-04384d3e3152b0b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-cad695c8b514f132.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8fd67189758adbd5.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a50d8597d7976e99.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-644b45d43159da17.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-b52b6e5e94eb5d8a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2f724ab91399a107.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c139825148b5bb24.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-68fbc0e3f67a85e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-96ac98fa53e8ff61.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ca542c8c92d20345.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-5177caf508c614d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9dbb35f04dd96e6a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-7ed5b21cadaf802e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-dad4b5675c3f49b7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
10342026-06-29T04:55:48.828Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2024 dropshot/examples/pagination-multiple-resources.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=6978c575ba28cd93 -C extra-filename=-ccfcbe07be71a581 --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-f3136602c1411c28.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b322baec7d9b2f70.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-8a5c976c30fa88e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-167b3b2cce2dcb05.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-02966344e5d3a469.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-589732fb9e6d26c4.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-41df4296fe79e47b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-7d3b04959edf60bb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-e013baf8320ecd2e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-ba9d5c8d5c9e69b4.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ab2e628da89a3c2d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-22458c156e8df580.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c203ec5f7f305eb0.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-3016cd47fe30698f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6e531a1ac3c29188.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-721bc1ef3c5a0086.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8cc65203b5b16f0e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-410714be2410a040.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-54a84d95e1a4dc4d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-997a3b77b62523b4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-80e3adcd38e4b099.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8821bb668838cb78.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-1b5fb49e884132e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-83c59e7980818693.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ac9681e17f1f3d8c.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-be6774dfd701dc5d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9ad8073e928d28ee.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-05805122ab039925.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-323fc33a628ad594.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-bee5277a7c2f43dc.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1c0a7199486e6482.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-cc47c9579738ded6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-17dbe2386f32b2d3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c02161db5e3f371.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-fd34d1f75d5a5d3c.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-04384d3e3152b0b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-cad695c8b514f132.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8fd67189758adbd5.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a50d8597d7976e99.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-644b45d43159da17.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-b52b6e5e94eb5d8a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2f724ab91399a107.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c139825148b5bb24.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-68fbc0e3f67a85e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-96ac98fa53e8ff61.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ca542c8c92d20345.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-5177caf508c614d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9dbb35f04dd96e6a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-7ed5b21cadaf802e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-dad4b5675c3f49b7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
10352026-06-29T04:55:48.885Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_websocket --edition=2024 dropshot/examples/api-trait-websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=0cbd58023551fb17 -C extra-filename=-118b8b632e901d90 --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-f3136602c1411c28.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b322baec7d9b2f70.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-8a5c976c30fa88e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-167b3b2cce2dcb05.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-02966344e5d3a469.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-589732fb9e6d26c4.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-41df4296fe79e47b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-7d3b04959edf60bb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-e013baf8320ecd2e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-ba9d5c8d5c9e69b4.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ab2e628da89a3c2d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-22458c156e8df580.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c203ec5f7f305eb0.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-3016cd47fe30698f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6e531a1ac3c29188.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-721bc1ef3c5a0086.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8cc65203b5b16f0e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-410714be2410a040.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-54a84d95e1a4dc4d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-997a3b77b62523b4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-80e3adcd38e4b099.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8821bb668838cb78.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-1b5fb49e884132e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-83c59e7980818693.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ac9681e17f1f3d8c.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-be6774dfd701dc5d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9ad8073e928d28ee.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-05805122ab039925.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-323fc33a628ad594.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-bee5277a7c2f43dc.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1c0a7199486e6482.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-cc47c9579738ded6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-17dbe2386f32b2d3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c02161db5e3f371.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-fd34d1f75d5a5d3c.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-04384d3e3152b0b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-cad695c8b514f132.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8fd67189758adbd5.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a50d8597d7976e99.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-644b45d43159da17.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-b52b6e5e94eb5d8a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2f724ab91399a107.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c139825148b5bb24.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-68fbc0e3f67a85e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-96ac98fa53e8ff61.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ca542c8c92d20345.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-5177caf508c614d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9dbb35f04dd96e6a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-7ed5b21cadaf802e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-dad4b5675c3f49b7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
10362026-06-29T04:55:49.360Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2024 dropshot/examples/pagination-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=04bfcd3ad13df85f -C extra-filename=-a0011570e3473c2e --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-f3136602c1411c28.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b322baec7d9b2f70.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-8a5c976c30fa88e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-167b3b2cce2dcb05.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-02966344e5d3a469.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-589732fb9e6d26c4.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-41df4296fe79e47b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-7d3b04959edf60bb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-e013baf8320ecd2e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-ba9d5c8d5c9e69b4.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ab2e628da89a3c2d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-22458c156e8df580.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c203ec5f7f305eb0.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-3016cd47fe30698f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6e531a1ac3c29188.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-721bc1ef3c5a0086.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8cc65203b5b16f0e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-410714be2410a040.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-54a84d95e1a4dc4d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-997a3b77b62523b4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-80e3adcd38e4b099.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8821bb668838cb78.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-1b5fb49e884132e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-83c59e7980818693.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ac9681e17f1f3d8c.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-be6774dfd701dc5d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9ad8073e928d28ee.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-05805122ab039925.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-323fc33a628ad594.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-bee5277a7c2f43dc.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1c0a7199486e6482.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-cc47c9579738ded6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-17dbe2386f32b2d3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c02161db5e3f371.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-fd34d1f75d5a5d3c.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-04384d3e3152b0b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-cad695c8b514f132.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8fd67189758adbd5.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a50d8597d7976e99.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-644b45d43159da17.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-b52b6e5e94eb5d8a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2f724ab91399a107.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c139825148b5bb24.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-68fbc0e3f67a85e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-96ac98fa53e8ff61.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ca542c8c92d20345.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-5177caf508c614d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9dbb35f04dd96e6a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-7ed5b21cadaf802e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-dad4b5675c3f49b7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
10372026-06-29T04:55:50.445Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2024 dropshot/tests/fail.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=b89a509555e28efe -C extra-filename=-75019746f7dcabfd --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-f3136602c1411c28.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b322baec7d9b2f70.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-8a5c976c30fa88e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-167b3b2cce2dcb05.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-02966344e5d3a469.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-589732fb9e6d26c4.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-41df4296fe79e47b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-7d3b04959edf60bb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-e013baf8320ecd2e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-ba9d5c8d5c9e69b4.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ab2e628da89a3c2d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-22458c156e8df580.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c203ec5f7f305eb0.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-3016cd47fe30698f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6e531a1ac3c29188.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-721bc1ef3c5a0086.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8cc65203b5b16f0e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-410714be2410a040.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-54a84d95e1a4dc4d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-997a3b77b62523b4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-80e3adcd38e4b099.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8821bb668838cb78.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-1b5fb49e884132e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-83c59e7980818693.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ac9681e17f1f3d8c.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-be6774dfd701dc5d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9ad8073e928d28ee.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-05805122ab039925.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-323fc33a628ad594.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-bee5277a7c2f43dc.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1c0a7199486e6482.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-cc47c9579738ded6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-17dbe2386f32b2d3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c02161db5e3f371.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-fd34d1f75d5a5d3c.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-04384d3e3152b0b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-cad695c8b514f132.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8fd67189758adbd5.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a50d8597d7976e99.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-644b45d43159da17.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-b52b6e5e94eb5d8a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2f724ab91399a107.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c139825148b5bb24.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-68fbc0e3f67a85e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-96ac98fa53e8ff61.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ca542c8c92d20345.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-5177caf508c614d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9dbb35f04dd96e6a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-7ed5b21cadaf802e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-dad4b5675c3f49b7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
10382026-06-29T04:55:51.298Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2024 dropshot/examples/versioning.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=9a5b4727d8ab7c33 -C extra-filename=-981218b9f9e75e55 --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-f3136602c1411c28.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b322baec7d9b2f70.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-8a5c976c30fa88e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-167b3b2cce2dcb05.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-02966344e5d3a469.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-589732fb9e6d26c4.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-41df4296fe79e47b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-7d3b04959edf60bb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-e013baf8320ecd2e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-ba9d5c8d5c9e69b4.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ab2e628da89a3c2d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-22458c156e8df580.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c203ec5f7f305eb0.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-3016cd47fe30698f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6e531a1ac3c29188.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-721bc1ef3c5a0086.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8cc65203b5b16f0e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-410714be2410a040.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-54a84d95e1a4dc4d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-997a3b77b62523b4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-80e3adcd38e4b099.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8821bb668838cb78.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-1b5fb49e884132e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-83c59e7980818693.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ac9681e17f1f3d8c.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-be6774dfd701dc5d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9ad8073e928d28ee.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-05805122ab039925.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-323fc33a628ad594.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-bee5277a7c2f43dc.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1c0a7199486e6482.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-cc47c9579738ded6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-17dbe2386f32b2d3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c02161db5e3f371.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-fd34d1f75d5a5d3c.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-04384d3e3152b0b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-cad695c8b514f132.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8fd67189758adbd5.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a50d8597d7976e99.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-644b45d43159da17.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-b52b6e5e94eb5d8a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2f724ab91399a107.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c139825148b5bb24.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-68fbc0e3f67a85e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-96ac98fa53e8ff61.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ca542c8c92d20345.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-5177caf508c614d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9dbb35f04dd96e6a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-7ed5b21cadaf802e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-dad4b5675c3f49b7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
10392026-06-29T04:55:58.319Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2024 dropshot/examples/petstore.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=f56038294f27e97b -C extra-filename=-9eb088929da6c458 --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-f3136602c1411c28.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b322baec7d9b2f70.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-8a5c976c30fa88e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-167b3b2cce2dcb05.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-02966344e5d3a469.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-589732fb9e6d26c4.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-41df4296fe79e47b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-7d3b04959edf60bb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-e013baf8320ecd2e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-ba9d5c8d5c9e69b4.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ab2e628da89a3c2d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-22458c156e8df580.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c203ec5f7f305eb0.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-3016cd47fe30698f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6e531a1ac3c29188.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-721bc1ef3c5a0086.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8cc65203b5b16f0e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-410714be2410a040.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-54a84d95e1a4dc4d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-997a3b77b62523b4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-80e3adcd38e4b099.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8821bb668838cb78.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-1b5fb49e884132e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-83c59e7980818693.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ac9681e17f1f3d8c.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-be6774dfd701dc5d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9ad8073e928d28ee.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-05805122ab039925.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-323fc33a628ad594.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-bee5277a7c2f43dc.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1c0a7199486e6482.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-cc47c9579738ded6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-17dbe2386f32b2d3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c02161db5e3f371.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-fd34d1f75d5a5d3c.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-04384d3e3152b0b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-cad695c8b514f132.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8fd67189758adbd5.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a50d8597d7976e99.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-644b45d43159da17.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-b52b6e5e94eb5d8a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2f724ab91399a107.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c139825148b5bb24.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-68fbc0e3f67a85e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-96ac98fa53e8ff61.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ca542c8c92d20345.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-5177caf508c614d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9dbb35f04dd96e6a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-7ed5b21cadaf802e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-dad4b5675c3f49b7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
10402026-06-29T04:55:58.501Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2024 dropshot/examples/schema-with-example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=143da829bcf638f5 -C extra-filename=-07e17e4f7e6b1f8f --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-f3136602c1411c28.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b322baec7d9b2f70.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-8a5c976c30fa88e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-167b3b2cce2dcb05.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-02966344e5d3a469.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-589732fb9e6d26c4.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-41df4296fe79e47b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-7d3b04959edf60bb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-e013baf8320ecd2e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-ba9d5c8d5c9e69b4.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ab2e628da89a3c2d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-22458c156e8df580.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c203ec5f7f305eb0.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-3016cd47fe30698f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6e531a1ac3c29188.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-721bc1ef3c5a0086.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8cc65203b5b16f0e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-410714be2410a040.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-54a84d95e1a4dc4d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-997a3b77b62523b4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-80e3adcd38e4b099.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8821bb668838cb78.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-1b5fb49e884132e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-83c59e7980818693.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ac9681e17f1f3d8c.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-be6774dfd701dc5d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9ad8073e928d28ee.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-05805122ab039925.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-323fc33a628ad594.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-bee5277a7c2f43dc.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1c0a7199486e6482.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-cc47c9579738ded6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-17dbe2386f32b2d3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c02161db5e3f371.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-fd34d1f75d5a5d3c.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-04384d3e3152b0b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-cad695c8b514f132.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8fd67189758adbd5.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a50d8597d7976e99.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-644b45d43159da17.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-b52b6e5e94eb5d8a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2f724ab91399a107.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c139825148b5bb24.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-68fbc0e3f67a85e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-96ac98fa53e8ff61.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ca542c8c92d20345.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-5177caf508c614d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9dbb35f04dd96e6a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-7ed5b21cadaf802e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-dad4b5675c3f49b7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
10412026-06-29T04:56:00.141Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2024 dropshot/examples/well-tagged.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=4bac531fa5752ed2 -C extra-filename=-f668bf00e6ccb4e5 --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-f3136602c1411c28.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b322baec7d9b2f70.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-8a5c976c30fa88e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-167b3b2cce2dcb05.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-02966344e5d3a469.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-589732fb9e6d26c4.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-41df4296fe79e47b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-7d3b04959edf60bb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-e013baf8320ecd2e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-ba9d5c8d5c9e69b4.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ab2e628da89a3c2d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-22458c156e8df580.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c203ec5f7f305eb0.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-3016cd47fe30698f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6e531a1ac3c29188.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-721bc1ef3c5a0086.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8cc65203b5b16f0e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-410714be2410a040.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-54a84d95e1a4dc4d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-997a3b77b62523b4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-80e3adcd38e4b099.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8821bb668838cb78.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-1b5fb49e884132e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-83c59e7980818693.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ac9681e17f1f3d8c.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-be6774dfd701dc5d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9ad8073e928d28ee.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-05805122ab039925.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-323fc33a628ad594.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-bee5277a7c2f43dc.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1c0a7199486e6482.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-cc47c9579738ded6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-17dbe2386f32b2d3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c02161db5e3f371.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-fd34d1f75d5a5d3c.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-04384d3e3152b0b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-cad695c8b514f132.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8fd67189758adbd5.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a50d8597d7976e99.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-644b45d43159da17.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-b52b6e5e94eb5d8a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2f724ab91399a107.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c139825148b5bb24.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-68fbc0e3f67a85e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-96ac98fa53e8ff61.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ca542c8c92d20345.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-5177caf508c614d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9dbb35f04dd96e6a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-7ed5b21cadaf802e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-dad4b5675c3f49b7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
10422026-06-29T04:56:00.624Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2024 dropshot/examples/file_server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a8e2c1d190931e65 -C extra-filename=-2adb818ebbd5e565 --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-f3136602c1411c28.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b322baec7d9b2f70.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-8a5c976c30fa88e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-167b3b2cce2dcb05.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-02966344e5d3a469.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-589732fb9e6d26c4.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-41df4296fe79e47b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-7d3b04959edf60bb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-e013baf8320ecd2e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-ba9d5c8d5c9e69b4.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ab2e628da89a3c2d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-22458c156e8df580.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c203ec5f7f305eb0.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-3016cd47fe30698f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6e531a1ac3c29188.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-721bc1ef3c5a0086.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8cc65203b5b16f0e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-410714be2410a040.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-54a84d95e1a4dc4d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-997a3b77b62523b4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-80e3adcd38e4b099.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8821bb668838cb78.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-1b5fb49e884132e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-83c59e7980818693.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ac9681e17f1f3d8c.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-be6774dfd701dc5d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9ad8073e928d28ee.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-05805122ab039925.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-323fc33a628ad594.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-bee5277a7c2f43dc.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1c0a7199486e6482.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-cc47c9579738ded6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-17dbe2386f32b2d3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c02161db5e3f371.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-fd34d1f75d5a5d3c.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-04384d3e3152b0b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-cad695c8b514f132.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8fd67189758adbd5.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a50d8597d7976e99.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-644b45d43159da17.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-b52b6e5e94eb5d8a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2f724ab91399a107.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c139825148b5bb24.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-68fbc0e3f67a85e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-96ac98fa53e8ff61.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ca542c8c92d20345.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-5177caf508c614d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9dbb35f04dd96e6a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-7ed5b21cadaf802e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-dad4b5675c3f49b7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
10432026-06-29T04:56:01.663Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait --edition=2024 dropshot/examples/api-trait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=5913ee0523905ee7 -C extra-filename=-d1630e98bc1d15fc --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-f3136602c1411c28.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b322baec7d9b2f70.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-8a5c976c30fa88e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-167b3b2cce2dcb05.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-02966344e5d3a469.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-589732fb9e6d26c4.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-41df4296fe79e47b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-7d3b04959edf60bb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-e013baf8320ecd2e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-ba9d5c8d5c9e69b4.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ab2e628da89a3c2d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-22458c156e8df580.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c203ec5f7f305eb0.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-3016cd47fe30698f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6e531a1ac3c29188.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-721bc1ef3c5a0086.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8cc65203b5b16f0e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-410714be2410a040.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-54a84d95e1a4dc4d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-997a3b77b62523b4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-80e3adcd38e4b099.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8821bb668838cb78.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-1b5fb49e884132e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-83c59e7980818693.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ac9681e17f1f3d8c.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-be6774dfd701dc5d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9ad8073e928d28ee.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-05805122ab039925.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-323fc33a628ad594.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-bee5277a7c2f43dc.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1c0a7199486e6482.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-cc47c9579738ded6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-17dbe2386f32b2d3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c02161db5e3f371.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-fd34d1f75d5a5d3c.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-04384d3e3152b0b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-cad695c8b514f132.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8fd67189758adbd5.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a50d8597d7976e99.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-644b45d43159da17.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-b52b6e5e94eb5d8a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2f724ab91399a107.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c139825148b5bb24.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-68fbc0e3f67a85e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-96ac98fa53e8ff61.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ca542c8c92d20345.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-5177caf508c614d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9dbb35f04dd96e6a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-7ed5b21cadaf802e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-dad4b5675c3f49b7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
10442026-06-29T04:56:01.746Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name custom_error --edition=2024 dropshot/examples/custom-error.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=743cb3cbe374e319 -C extra-filename=-40a0d1511260f417 --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-f3136602c1411c28.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b322baec7d9b2f70.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-8a5c976c30fa88e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-167b3b2cce2dcb05.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-02966344e5d3a469.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-589732fb9e6d26c4.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-41df4296fe79e47b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-7d3b04959edf60bb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-e013baf8320ecd2e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-ba9d5c8d5c9e69b4.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ab2e628da89a3c2d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-22458c156e8df580.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c203ec5f7f305eb0.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-3016cd47fe30698f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6e531a1ac3c29188.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-721bc1ef3c5a0086.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8cc65203b5b16f0e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-410714be2410a040.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-54a84d95e1a4dc4d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-997a3b77b62523b4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-80e3adcd38e4b099.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8821bb668838cb78.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-1b5fb49e884132e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-83c59e7980818693.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ac9681e17f1f3d8c.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-be6774dfd701dc5d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9ad8073e928d28ee.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-05805122ab039925.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-323fc33a628ad594.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-bee5277a7c2f43dc.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1c0a7199486e6482.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-cc47c9579738ded6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-17dbe2386f32b2d3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c02161db5e3f371.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-fd34d1f75d5a5d3c.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-04384d3e3152b0b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-cad695c8b514f132.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8fd67189758adbd5.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a50d8597d7976e99.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-644b45d43159da17.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-b52b6e5e94eb5d8a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2f724ab91399a107.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c139825148b5bb24.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-68fbc0e3f67a85e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-96ac98fa53e8ff61.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ca542c8c92d20345.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-5177caf508c614d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9dbb35f04dd96e6a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-7ed5b21cadaf802e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-dad4b5675c3f49b7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
10452026-06-29T04:56:03.291Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2024 dropshot/examples/module-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=8b17b9d013fa08ce -C extra-filename=-654e0a3adc4353b2 --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-f3136602c1411c28.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b322baec7d9b2f70.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-8a5c976c30fa88e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-167b3b2cce2dcb05.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-02966344e5d3a469.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-589732fb9e6d26c4.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-41df4296fe79e47b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-7d3b04959edf60bb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-e013baf8320ecd2e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-ba9d5c8d5c9e69b4.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ab2e628da89a3c2d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-22458c156e8df580.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c203ec5f7f305eb0.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-3016cd47fe30698f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6e531a1ac3c29188.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-721bc1ef3c5a0086.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8cc65203b5b16f0e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-410714be2410a040.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-54a84d95e1a4dc4d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-997a3b77b62523b4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-80e3adcd38e4b099.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8821bb668838cb78.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-1b5fb49e884132e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-83c59e7980818693.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ac9681e17f1f3d8c.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-be6774dfd701dc5d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9ad8073e928d28ee.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-05805122ab039925.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-323fc33a628ad594.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-bee5277a7c2f43dc.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1c0a7199486e6482.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-cc47c9579738ded6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-17dbe2386f32b2d3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c02161db5e3f371.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-fd34d1f75d5a5d3c.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-04384d3e3152b0b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-cad695c8b514f132.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8fd67189758adbd5.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a50d8597d7976e99.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-644b45d43159da17.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-b52b6e5e94eb5d8a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2f724ab91399a107.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c139825148b5bb24.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-68fbc0e3f67a85e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-96ac98fa53e8ff61.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ca542c8c92d20345.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-5177caf508c614d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9dbb35f04dd96e6a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-7ed5b21cadaf802e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-dad4b5675c3f49b7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
10462026-06-29T04:56:06.398Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2024 dropshot/examples/module-shared-context.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=897dbbcab34907e0 -C extra-filename=-b7b1cb511a44fc7c --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-f3136602c1411c28.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b322baec7d9b2f70.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-8a5c976c30fa88e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-167b3b2cce2dcb05.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-02966344e5d3a469.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-589732fb9e6d26c4.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-41df4296fe79e47b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-7d3b04959edf60bb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-e013baf8320ecd2e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-ba9d5c8d5c9e69b4.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ab2e628da89a3c2d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-22458c156e8df580.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c203ec5f7f305eb0.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-3016cd47fe30698f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6e531a1ac3c29188.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-721bc1ef3c5a0086.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8cc65203b5b16f0e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-410714be2410a040.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-54a84d95e1a4dc4d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-997a3b77b62523b4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-80e3adcd38e4b099.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8821bb668838cb78.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-1b5fb49e884132e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-83c59e7980818693.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ac9681e17f1f3d8c.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-be6774dfd701dc5d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9ad8073e928d28ee.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-05805122ab039925.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-323fc33a628ad594.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-bee5277a7c2f43dc.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1c0a7199486e6482.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-cc47c9579738ded6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-17dbe2386f32b2d3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c02161db5e3f371.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-fd34d1f75d5a5d3c.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-04384d3e3152b0b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-cad695c8b514f132.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8fd67189758adbd5.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a50d8597d7976e99.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-644b45d43159da17.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-b52b6e5e94eb5d8a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2f724ab91399a107.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c139825148b5bb24.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-68fbc0e3f67a85e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-96ac98fa53e8ff61.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ca542c8c92d20345.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-5177caf508c614d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9dbb35f04dd96e6a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-7ed5b21cadaf802e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-dad4b5675c3f49b7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
10472026-06-29T04:56:07.505Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2024 dropshot/examples/multiple-servers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=de70ae48d0517b42 -C extra-filename=-e647df056a3442bc --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-f3136602c1411c28.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b322baec7d9b2f70.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-8a5c976c30fa88e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-167b3b2cce2dcb05.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-02966344e5d3a469.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-589732fb9e6d26c4.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-41df4296fe79e47b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-7d3b04959edf60bb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-e013baf8320ecd2e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-ba9d5c8d5c9e69b4.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ab2e628da89a3c2d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-22458c156e8df580.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c203ec5f7f305eb0.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-3016cd47fe30698f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6e531a1ac3c29188.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-721bc1ef3c5a0086.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8cc65203b5b16f0e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-410714be2410a040.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-54a84d95e1a4dc4d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-997a3b77b62523b4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-80e3adcd38e4b099.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8821bb668838cb78.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-1b5fb49e884132e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-83c59e7980818693.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ac9681e17f1f3d8c.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-be6774dfd701dc5d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9ad8073e928d28ee.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-05805122ab039925.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-323fc33a628ad594.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-bee5277a7c2f43dc.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1c0a7199486e6482.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-cc47c9579738ded6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-17dbe2386f32b2d3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c02161db5e3f371.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-fd34d1f75d5a5d3c.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-04384d3e3152b0b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-cad695c8b514f132.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8fd67189758adbd5.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a50d8597d7976e99.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-644b45d43159da17.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-b52b6e5e94eb5d8a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2f724ab91399a107.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c139825148b5bb24.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-68fbc0e3f67a85e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-96ac98fa53e8ff61.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ca542c8c92d20345.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-5177caf508c614d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9dbb35f04dd96e6a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-7ed5b21cadaf802e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-dad4b5675c3f49b7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
10482026-06-29T04:56:10.377Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2024 dropshot/examples/index.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ddc4e6ad3a5170e7 -C extra-filename=-066fab20aa68692c --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-f3136602c1411c28.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b322baec7d9b2f70.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-8a5c976c30fa88e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-167b3b2cce2dcb05.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-02966344e5d3a469.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-589732fb9e6d26c4.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-41df4296fe79e47b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-7d3b04959edf60bb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-e013baf8320ecd2e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-ba9d5c8d5c9e69b4.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-ab2e628da89a3c2d.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-22458c156e8df580.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c203ec5f7f305eb0.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-3016cd47fe30698f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6e531a1ac3c29188.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-721bc1ef3c5a0086.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8cc65203b5b16f0e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-410714be2410a040.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-54a84d95e1a4dc4d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-997a3b77b62523b4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-80e3adcd38e4b099.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8821bb668838cb78.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-1b5fb49e884132e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-83c59e7980818693.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ac9681e17f1f3d8c.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-be6774dfd701dc5d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9ad8073e928d28ee.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-05805122ab039925.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-323fc33a628ad594.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-bee5277a7c2f43dc.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1c0a7199486e6482.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-cc47c9579738ded6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-17dbe2386f32b2d3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c02161db5e3f371.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-fd34d1f75d5a5d3c.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-04384d3e3152b0b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-cad695c8b514f132.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8fd67189758adbd5.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a50d8597d7976e99.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-644b45d43159da17.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-b52b6e5e94eb5d8a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2f724ab91399a107.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c139825148b5bb24.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-68fbc0e3f67a85e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-96ac98fa53e8ff61.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ca542c8c92d20345.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-5177caf508c614d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9dbb35f04dd96e6a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-7ed5b21cadaf802e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-dad4b5675c3f49b7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
10492026-06-29T04:56:18.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s
10502026-06-29T04:56:18.678Z
10512026-06-29T04:56:18.678Zreal 1:19.911171802
10522026-06-29T04:56:18.678Zuser 6:55.984581339
10532026-06-29T04:56:18.678Zsys 1:10.699485878
10542026-06-29T04:56:18.678Ztrap 0.326584881
10552026-06-29T04:56:18.678Ztflt 0.309613418
10562026-06-29T04:56:18.678Zdflt 0.383633343
10572026-06-29T04:56:18.678Zkflt 0.007244971
10582026-06-29T04:56:18.678Zlock 29:10.586550448
10592026-06-29T04:56:18.679Zslp 27:25.536974836
10602026-06-29T04:56:18.679Zlat 22.261140048
10612026-06-29T04:56:18.679Zstop 51.491134533
10622026-06-29T04:56:18.682Z+ banner test
10632026-06-29T04:56:18.682Z
10642026-06-29T04:56:18.682Z ##### ###### #### #####
10652026-06-29T04:56:18.682Z # # # #
10662026-06-29T04:56:18.682Z # ##### #### #
10672026-06-29T04:56:18.683Z # # # #
10682026-06-29T04:56:18.683Z # # # # #
10692026-06-29T04:56:18.683Z # ###### #### #
10702026-06-29T04:56:18.683Z
10712026-06-29T04:56:18.683Z+ ptime -m cargo test --all-features --locked --verbose
10722026-06-29T04:56:18.872Z Fresh unicode-ident v1.0.12
10732026-06-29T04:56:18.872Z Fresh cfg-if v1.0.0
10742026-06-29T04:56:18.872Z Fresh itoa v1.0.1
10752026-06-29T04:56:18.872Z Fresh memchr v2.6.0
10762026-06-29T04:56:18.877Z Fresh proc-macro2 v1.0.106
10772026-06-29T04:56:18.877Z Fresh pin-project-lite v0.2.12
10782026-06-29T04:56:18.877Z Fresh autocfg v1.1.0
10792026-06-29T04:56:18.877Z Fresh version_check v0.9.5
10802026-06-29T04:56:18.877Z Fresh futures-core v0.3.32
10812026-06-29T04:56:18.877Z Fresh quote v1.0.45
10822026-06-29T04:56:18.877Z Fresh libc v0.2.186
10832026-06-29T04:56:18.877Z Fresh bytes v1.12.0
10842026-06-29T04:56:18.877Z Fresh smallvec v1.13.2
10852026-06-29T04:56:18.878Z Fresh jobserver v0.1.34
10862026-06-29T04:56:18.878Z Fresh shlex v1.3.0
10872026-06-29T04:56:18.878Z Fresh serde_derive v1.0.228
10882026-06-29T04:56:18.878Z Fresh thiserror-impl v2.0.18
10892026-06-29T04:56:18.878Z Fresh zmij v1.0.2
10902026-06-29T04:56:18.878Z Fresh synstructure v0.13.1
10912026-06-29T04:56:18.878Z Fresh find-msvc-tools v0.1.9
10922026-06-29T04:56:18.878Z Fresh thiserror v2.0.18
10932026-06-29T04:56:18.878Z Fresh log v0.4.17
10942026-06-29T04:56:18.878Z Fresh scopeguard v1.2.0
10952026-06-29T04:56:18.878Z Fresh cc v1.2.60
10962026-06-29T04:56:18.878Z Fresh futures-sink v0.3.32
10972026-06-29T04:56:18.878Z Fresh lock_api v0.4.6
10982026-06-29T04:56:18.878Z Fresh parking_lot_core v0.9.4
10992026-06-29T04:56:18.878Z Fresh zerofrom-derive v0.1.5
11002026-06-29T04:56:18.878Z Fresh fs_extra v1.3.0
11012026-06-29T04:56:18.878Z Fresh cmake v0.1.58
11022026-06-29T04:56:18.878Z Fresh dunce v1.0.5
11032026-06-29T04:56:18.878Z Fresh parking_lot v0.12.1
11042026-06-29T04:56:18.878Z Fresh zerofrom v0.1.5
11052026-06-29T04:56:18.878Z Fresh typenum v1.19.0
11062026-06-29T04:56:18.878Z Fresh slab v0.4.9
11072026-06-29T04:56:18.878Z Fresh yoke-derive v0.7.5
11082026-06-29T04:56:18.878Z Fresh tokio-macros v2.7.0
11092026-06-29T04:56:18.878Z Fresh mio v1.2.0
11102026-06-29T04:56:18.878Z Fresh socket2 v0.6.3
11112026-06-29T04:56:18.878Z Fresh signal-hook-registry v1.4.0
11122026-06-29T04:56:18.879Z Fresh stable_deref_trait v1.2.0
11132026-06-29T04:56:18.879Z Fresh serde_core v1.0.228
11142026-06-29T04:56:18.879Z Fresh yoke v0.7.5
11152026-06-29T04:56:18.879Z Fresh tokio v1.52.3
11162026-06-29T04:56:18.879Z Fresh futures-channel v0.3.32
11172026-06-29T04:56:18.879Z Fresh zerovec-derive v0.10.3
11182026-06-29T04:56:18.879Z Fresh http v1.4.2
11192026-06-29T04:56:18.879Z Fresh zeroize v1.8.2
11202026-06-29T04:56:18.879Z Fresh bitflags v2.11.0
11212026-06-29T04:56:18.879Z Fresh getrandom v0.4.1
11222026-06-29T04:56:18.879Z Fresh zerovec v0.10.4
11232026-06-29T04:56:18.879Z Fresh displaydoc v0.2.5
11242026-06-29T04:56:18.879Z Fresh futures-macro v0.3.32
11252026-06-29T04:56:18.879Z Fresh ucd-trie v0.1.6
11262026-06-29T04:56:18.879Z Fresh futures-task v0.3.32
11272026-06-29T04:56:18.879Z Fresh futures-io v0.3.32
11282026-06-29T04:56:18.879Z Fresh rustls-pki-types v1.14.1
11292026-06-29T04:56:18.879Z Fresh pest v2.8.1
11302026-06-29T04:56:18.879Z Fresh errno v0.3.10
11312026-06-29T04:56:18.879Z Fresh futures-util v0.3.32
11322026-06-29T04:56:18.879Z Fresh serde v1.0.228
11332026-06-29T04:56:18.879Z Fresh pest_meta v2.8.1
11342026-06-29T04:56:18.879Z Fresh tinystr v0.7.6
11352026-06-29T04:56:18.879Z Fresh aws-lc-sys v0.40.0
11362026-06-29T04:56:18.879Z Fresh zerocopy-derive v0.8.27
11372026-06-29T04:56:18.879Z Fresh litemap v0.7.4
11382026-06-29T04:56:18.879Z Fresh writeable v0.5.5
11392026-06-29T04:56:18.879Z Fresh aws-lc-rs v1.16.3
11402026-06-29T04:56:18.880Z Fresh zerocopy v0.8.27
11412026-06-29T04:56:18.880Z Fresh rustix v1.1.4
11422026-06-29T04:56:18.880Z Fresh rustversion v1.0.22
11432026-06-29T04:56:18.880Z Fresh httparse v1.10.0
11442026-06-29T04:56:18.880Z Fresh icu_locid v1.5.0
11452026-06-29T04:56:18.880Z Fresh pest_generator v2.8.1
11462026-06-29T04:56:18.880Z Fresh icu_provider_macros v1.5.0
11472026-06-29T04:56:18.880Z Fresh fastrand v2.1.1
11482026-06-29T04:56:18.880Z Fresh time-core v0.1.8
11492026-06-29T04:56:18.880Z Fresh powerfmt v0.2.0
11502026-06-29T04:56:18.880Z Fresh num-conv v0.2.0
11512026-06-29T04:56:18.880Z Fresh hashbrown v0.17.0
11522026-06-29T04:56:18.880Z Fresh equivalent v1.0.0
11532026-06-29T04:56:18.880Z Fresh icu_provider v1.5.0
11542026-06-29T04:56:18.880Z Fresh pest_derive v2.8.1
11552026-06-29T04:56:18.880Z Fresh deranged v0.5.5
11562026-06-29T04:56:18.880Z Fresh time-macros v0.2.27
11572026-06-29T04:56:18.880Z Fresh indexmap v2.14.0
11582026-06-29T04:56:18.880Z Fresh crossbeam-utils v0.8.21
11592026-06-29T04:56:18.880Z Fresh serde_tokenstream v0.2.3
11602026-06-29T04:56:18.880Z Fresh http-body v1.0.1
11612026-06-29T04:56:18.880Z Fresh tracing-core v0.1.32
11622026-06-29T04:56:18.880Z Fresh untrusted v0.9.0
11632026-06-29T04:56:18.880Z Fresh percent-encoding v2.3.2
11642026-06-29T04:56:18.880Z Fresh num_threads v0.1.3
11652026-06-29T04:56:18.880Z Fresh atomic-waker v1.1.2
11662026-06-29T04:56:18.881Z Fresh icu_locid_transform_data v1.5.0
11672026-06-29T04:56:18.881Z Fresh tracing v0.1.40
11682026-06-29T04:56:18.881Z Fresh icu_locid_transform v1.5.0
11692026-06-29T04:56:18.881Z Fresh time v0.3.47
11702026-06-29T04:56:18.881Z Fresh rustls-webpki v0.103.13
11712026-06-29T04:56:18.881Z Fresh dtrace-parser v0.3.0
11722026-06-29T04:56:18.881Z Fresh generic-array v0.14.5
11732026-06-29T04:56:18.881Z Fresh rustix v0.38.44
11742026-06-29T04:56:18.881Z Fresh icu_collections v1.5.0
11752026-06-29T04:56:18.881Z Fresh tokio-util v0.7.18
11762026-06-29T04:56:18.885Z Fresh serde_json v1.0.150
11772026-06-29T04:56:18.885Z Fresh erased-serde v0.3.31
11782026-06-29T04:56:18.885Z Fresh scroll_derive v0.13.1
11792026-06-29T04:56:18.886Z Fresh thread-id v5.0.0
11802026-06-29T04:56:18.886Z Fresh icu_properties_data v1.5.0
11812026-06-29T04:56:18.886Z Fresh tower-service v0.3.3
11822026-06-29T04:56:18.886Z Fresh byteorder v1.4.3
11832026-06-29T04:56:18.886Z Fresh fnv v1.0.7
11842026-06-29T04:56:18.886Z Fresh try-lock v0.2.3
11852026-06-29T04:56:18.886Z Fresh subtle v2.5.0
11862026-06-29T04:56:18.886Z Fresh base64 v0.22.1
11872026-06-29T04:56:18.886Z Fresh tower-layer v0.3.3
11882026-06-29T04:56:18.886Z Fresh want v0.3.0
11892026-06-29T04:56:18.886Z Fresh icu_properties v1.5.1
11902026-06-29T04:56:18.886Z Fresh rustls v0.23.41
11912026-06-29T04:56:18.886Z Fresh h2 v0.4.14
11922026-06-29T04:56:18.886Z Fresh slog v2.8.2
11932026-06-29T04:56:18.886Z Fresh scroll v0.13.0
11942026-06-29T04:56:18.886Z Fresh getrandom v0.3.4
11952026-06-29T04:56:18.886Z Fresh paste v1.0.15
11962026-06-29T04:56:18.886Z Fresh hybrid-array v0.4.8
11972026-06-29T04:56:18.886Z Fresh adler2 v2.0.1
11982026-06-29T04:56:18.886Z Fresh unicode-width v0.1.9
11992026-06-29T04:56:18.886Z Fresh utf16_iter v1.0.5
12002026-06-29T04:56:18.886Z Fresh write16 v1.0.0
12012026-06-29T04:56:18.886Z Fresh simd-adler32 v0.3.7
12022026-06-29T04:56:18.886Z Fresh lazy_static v1.5.0
12032026-06-29T04:56:18.886Z Fresh unicode-segmentation v1.10.0
12042026-06-29T04:56:18.886Z Fresh httpdate v1.0.1
12052026-06-29T04:56:18.886Z Fresh icu_normalizer_data v1.5.0
12062026-06-29T04:56:18.886Z Fresh utf8_iter v1.0.4
12072026-06-29T04:56:18.887Z Fresh plain v0.2.3
12082026-06-29T04:56:18.887Z Fresh console v0.15.7
12092026-06-29T04:56:18.887Z Fresh miniz_oxide v0.8.9
12102026-06-29T04:56:18.887Z Fresh newline-converter v0.3.0
12112026-06-29T04:56:18.887Z Fresh goblin v0.10.1
12122026-06-29T04:56:18.887Z Fresh icu_normalizer v1.5.0
12132026-06-29T04:56:18.887Z Fresh hyper v1.10.1
12142026-06-29T04:56:18.887Z Fresh crc32fast v1.5.0
12152026-06-29T04:56:18.887Z Fresh rand_core v0.9.5
12162026-06-29T04:56:18.887Z Fresh num-traits v0.2.14
12172026-06-29T04:56:18.887Z Fresh block-buffer v0.10.2
12182026-06-29T04:56:18.887Z Fresh crypto-common v0.1.6
12192026-06-29T04:56:18.887Z Fresh form_urlencoded v1.2.2
12202026-06-29T04:56:18.887Z Fresh semver v1.0.28
12212026-06-29T04:56:18.887Z Fresh ppv-lite86 v0.2.15
12222026-06-29T04:56:18.887Z Fresh pretty-hex v0.4.1
12232026-06-29T04:56:18.887Z Fresh heck v0.5.0
12242026-06-29T04:56:18.887Z Fresh winnow v1.0.0
12252026-06-29T04:56:18.887Z Fresh openssl-probe v0.2.1
12262026-06-29T04:56:18.887Z Fresh mime v0.3.16
12272026-06-29T04:56:18.887Z Fresh iana-time-zone v0.1.47
12282026-06-29T04:56:18.887Z Fresh ipnet v2.10.0
12292026-06-29T04:56:18.887Z Fresh similar v2.2.1
12302026-06-29T04:56:18.887Z Fresh digest v0.10.7
12312026-06-29T04:56:18.887Z Fresh toml_parser v1.1.2+spec-1.1.0
12322026-06-29T04:56:18.887Z Fresh rustls-native-certs v0.8.3
12332026-06-29T04:56:18.887Z Fresh chrono v0.4.45
12342026-06-29T04:56:18.887Z Fresh hyper-util v0.1.20
12352026-06-29T04:56:18.888Z Fresh dof v0.4.0
12362026-06-29T04:56:18.888Z Fresh rand_chacha v0.9.0
12372026-06-29T04:56:18.888Z Fresh idna_adapter v1.2.0
12382026-06-29T04:56:18.888Z Fresh flate2 v1.1.9
12392026-06-29T04:56:18.888Z Fresh unicase v2.6.0
12402026-06-29T04:56:18.888Z Fresh block-buffer v0.12.0
12412026-06-29T04:56:18.888Z Fresh crypto-common v0.2.1
12422026-06-29T04:56:18.888Z Fresh tokio-rustls v0.26.4
12432026-06-29T04:56:18.888Z Fresh concurrent-queue v2.5.0
12442026-06-29T04:56:18.888Z Fresh serde_derive_internals v0.29.0
12452026-06-29T04:56:18.888Z Fresh syn v2.0.118
12462026-06-29T04:56:18.888Z Fresh toml_datetime v1.1.1+spec-1.1.0
12472026-06-29T04:56:18.888Z Fresh serde_spanned v1.1.1
12482026-06-29T04:56:18.888Z Fresh thread_local v1.1.4
12492026-06-29T04:56:18.888Z Fresh sync_wrapper v1.0.1
12502026-06-29T04:56:18.888Z Fresh encoding_rs v0.8.32
12512026-06-29T04:56:18.888Z Fresh compression-core v0.4.32
12522026-06-29T04:56:18.888Z Fresh const-oid v0.10.2
12532026-06-29T04:56:18.888Z Fresh toml_writer v1.1.1+spec-1.1.0
12542026-06-29T04:56:18.888Z Fresh match_cfg v0.1.0
12552026-06-29T04:56:18.888Z Fresh parking v2.2.0
12562026-06-29T04:56:18.888Z Fresh cpufeatures v0.2.17
12572026-06-29T04:56:18.888Z Fresh digest v0.11.2
12582026-06-29T04:56:18.888Z Fresh sha1 v0.10.6
12592026-06-29T04:56:18.888Z Fresh hostname v0.3.1
12602026-06-29T04:56:18.888Z Fresh event-listener v5.0.0
12612026-06-29T04:56:18.888Z Fresh toml v1.1.2+spec-1.1.0
12622026-06-29T04:56:18.889Z Fresh tower v0.5.2
12632026-06-29T04:56:18.889Z Fresh compression-codecs v0.4.38
12642026-06-29T04:56:18.889Z Fresh schemars_derive v0.8.22
12652026-06-29T04:56:18.889Z Fresh usdt-impl v0.6.0
12662026-06-29T04:56:18.889Z Fresh ryu v1.0.5
12672026-06-29T04:56:18.889Z Fresh rand v0.9.2
12682026-06-29T04:56:18.889Z Fresh idna v1.0.3
12692026-06-29T04:56:18.889Z Compiling dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
12702026-06-29T04:56:18.889Z Fresh usdt-macro v0.6.0
12712026-06-29T04:56:18.889Z Fresh usdt-attr-macro v0.6.0
12722026-06-29T04:56:18.889Z Fresh slog-json v2.6.1
12732026-06-29T04:56:18.889Z Fresh crossbeam-channel v0.5.15
12742026-06-29T04:56:18.889Z Fresh http-body-util v0.1.3
12752026-06-29T04:56:18.889Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2024 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e633a72c9079e31 -C extra-filename=-fa6f60ca5c541482 --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-df1ab2ba3d519841.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-f1e88b94e8f6a802.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-698b818626d86483.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-18561ce12f6d7cf6.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-911fa7b8546ef3a0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-3b5c7ebc8ee59bb4.rlib --extern proc_macro`
12762026-06-29T04:56:18.893Z Fresh futures-executor v0.3.32
12772026-06-29T04:56:18.893Z Fresh uuid v1.23.3
12782026-06-29T04:56:18.920Z Fresh async-stream-impl v0.3.6
12792026-06-29T04:56:18.923Z Fresh is-terminal v0.4.12
12802026-06-29T04:56:18.923Z Fresh memmap2 v0.9.8
12812026-06-29T04:56:18.923Z Fresh iri-string v0.7.8
12822026-06-29T04:56:18.923Z Fresh dyn-clone v1.0.4
12832026-06-29T04:56:18.923Z Fresh cpufeatures v0.3.0
12842026-06-29T04:56:18.924Z Fresh spin v0.9.8
12852026-06-29T04:56:18.924Z Fresh take_mut v0.2.2
12862026-06-29T04:56:18.924Z Fresh data-encoding v2.4.0
12872026-06-29T04:56:18.924Z Fresh term v1.1.0
12882026-06-29T04:56:18.924Z Fresh tower-http v0.6.8
12892026-06-29T04:56:18.924Z Fresh schemars v0.8.22
12902026-06-29T04:56:18.924Z Fresh sha1 v0.11.0
12912026-06-29T04:56:18.924Z Fresh multer v3.1.0
12922026-06-29T04:56:18.924Z Fresh tungstenite v0.29.0
12932026-06-29T04:56:18.924Z Fresh slog-async v2.8.0
12942026-06-29T04:56:18.924Z Fresh slog-term v2.9.2
12952026-06-29T04:56:18.924Z Fresh usdt v0.6.0
12962026-06-29T04:56:18.924Z Fresh async-stream v0.3.6
12972026-06-29T04:56:18.924Z Fresh futures v0.3.32
12982026-06-29T04:56:18.924Z Fresh url v2.5.4
12992026-06-29T04:56:18.924Z Fresh slog-bunyan v2.5.0
13002026-06-29T04:56:18.924Z Fresh camino v1.2.3
13012026-06-29T04:56:18.924Z Fresh async-compression v0.4.42
13022026-06-29T04:56:18.924Z Fresh serde_urlencoded v0.7.1
13032026-06-29T04:56:18.924Z Fresh event-listener-strategy v0.5.4
13042026-06-29T04:56:18.928Z Fresh target-triple v1.0.0
13052026-06-29T04:56:18.928Z Fresh hyper-rustls v0.27.9
13062026-06-29T04:56:18.928Z Fresh rustls-platform-verifier v0.6.2
13072026-06-29T04:56:18.928Z Fresh pem v3.0.6
13082026-06-29T04:56:18.928Z Fresh yasna v0.6.0
13092026-06-29T04:56:18.928Z Fresh waitgroup v0.1.2
13102026-06-29T04:56:18.928Z Fresh openapiv3 v2.2.0
13112026-06-29T04:56:18.928Z Fresh rustls-pemfile v2.2.0
13122026-06-29T04:56:18.928Z Fresh async-trait v0.1.89
13132026-06-29T04:56:18.928Z Fresh hostname v0.4.2
13142026-06-29T04:56:18.928Z Fresh serde_path_to_error v0.1.20
13152026-06-29T04:56:18.928Z Fresh glob v0.3.0
13162026-06-29T04:56:18.928Z Fresh simple-mermaid v0.2.0
13172026-06-29T04:56:18.928Z Fresh termcolor v1.1.2
13182026-06-29T04:56:18.928Z Fresh debug-ignore v1.0.5
13192026-06-29T04:56:18.928Z Fresh trybuild v1.0.117
13202026-06-29T04:56:18.928Z Fresh reqwest v0.13.4
13212026-06-29T04:56:18.929Z Fresh rcgen v0.14.8
13222026-06-29T04:56:18.929Z Fresh async-channel v2.5.0
13232026-06-29T04:56:18.929Z Fresh mime_guess v2.0.5
13242026-06-29T04:56:18.929Z Fresh anyhow v1.0.102
13252026-06-29T04:56:18.929Z Fresh tokio-tungstenite v0.29.0
13262026-06-29T04:56:18.929Z Fresh buf-list v1.1.2
13272026-06-29T04:56:18.929Z Fresh subprocess v1.1.0
13282026-06-29T04:56:18.929Z Fresh once_cell v1.20.1
13292026-06-29T04:56:18.929Z Fresh schema-derive v0.1.0
13302026-06-29T04:56:18.929Z Fresh tempfile v3.27.0
13312026-06-29T04:56:18.929Z Fresh schema v0.1.0
13322026-06-29T04:56:18.929Z Fresh atomicwrites v0.4.4
13332026-06-29T04:56:18.929Z Fresh prettyplease v0.2.37
13342026-06-29T04:56:18.929Z Fresh expectorate v1.2.0
13352026-06-29T04:56:20.162Z Compiling dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot)
13362026-06-29T04:56:20.166Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2024 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=07d64659d3c434f5 -C extra-filename=-848df4a638b29bf1 --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-8a5c976c30fa88e4.rmeta --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-167b3b2cce2dcb05.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-02966344e5d3a469.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-589732fb9e6d26c4.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-7d3b04959edf60bb.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-e013baf8320ecd2e.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-ba9d5c8d5c9e69b4.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-fa6f60ca5c541482.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6e531a1ac3c29188.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-721bc1ef3c5a0086.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8cc65203b5b16f0e.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-410714be2410a040.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-997a3b77b62523b4.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-80e3adcd38e4b099.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-83c59e7980818693.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ac9681e17f1f3d8c.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-be6774dfd701dc5d.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-bee5277a7c2f43dc.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1c0a7199486e6482.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-cc47c9579738ded6.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-17dbe2386f32b2d3.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c02161db5e3f371.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-fd34d1f75d5a5d3c.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-04384d3e3152b0b8.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-cad695c8b514f132.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8fd67189758adbd5.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a50d8597d7976e99.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-644b45d43159da17.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c139825148b5bb24.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-96ac98fa53e8ff61.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ca542c8c92d20345.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9dbb35f04dd96e6a.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-7ed5b21cadaf802e.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-dad4b5675c3f49b7.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
13372026-06-29T04:56:20.166Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2024 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=7d0dc37d9b8879ec -C extra-filename=-9c0428b9d9d3d65a --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-f3136602c1411c28.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b322baec7d9b2f70.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-8a5c976c30fa88e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-167b3b2cce2dcb05.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-02966344e5d3a469.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-589732fb9e6d26c4.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-41df4296fe79e47b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-7d3b04959edf60bb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-e013baf8320ecd2e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-ba9d5c8d5c9e69b4.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-fa6f60ca5c541482.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c203ec5f7f305eb0.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-3016cd47fe30698f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6e531a1ac3c29188.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-721bc1ef3c5a0086.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8cc65203b5b16f0e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-410714be2410a040.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-54a84d95e1a4dc4d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-997a3b77b62523b4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-80e3adcd38e4b099.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8821bb668838cb78.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-1b5fb49e884132e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-83c59e7980818693.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ac9681e17f1f3d8c.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-be6774dfd701dc5d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9ad8073e928d28ee.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-05805122ab039925.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-323fc33a628ad594.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-bee5277a7c2f43dc.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1c0a7199486e6482.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-cc47c9579738ded6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-17dbe2386f32b2d3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c02161db5e3f371.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-fd34d1f75d5a5d3c.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-04384d3e3152b0b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-cad695c8b514f132.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8fd67189758adbd5.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a50d8597d7976e99.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-644b45d43159da17.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-b52b6e5e94eb5d8a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2f724ab91399a107.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c139825148b5bb24.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-68fbc0e3f67a85e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-96ac98fa53e8ff61.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ca542c8c92d20345.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-5177caf508c614d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9dbb35f04dd96e6a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-7ed5b21cadaf802e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-dad4b5675c3f49b7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
13382026-06-29T04:56:25.054Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2024 dropshot/tests/fail.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=f0cd4761a961a44e -C extra-filename=-75d1deb4185addf0 --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-f3136602c1411c28.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b322baec7d9b2f70.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-8a5c976c30fa88e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-167b3b2cce2dcb05.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-02966344e5d3a469.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-589732fb9e6d26c4.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-41df4296fe79e47b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-7d3b04959edf60bb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-e013baf8320ecd2e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-ba9d5c8d5c9e69b4.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-848df4a638b29bf1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-fa6f60ca5c541482.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c203ec5f7f305eb0.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-3016cd47fe30698f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6e531a1ac3c29188.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-721bc1ef3c5a0086.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8cc65203b5b16f0e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-410714be2410a040.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-54a84d95e1a4dc4d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-997a3b77b62523b4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-80e3adcd38e4b099.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8821bb668838cb78.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-1b5fb49e884132e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-83c59e7980818693.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ac9681e17f1f3d8c.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-be6774dfd701dc5d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9ad8073e928d28ee.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-05805122ab039925.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-323fc33a628ad594.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-bee5277a7c2f43dc.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1c0a7199486e6482.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-cc47c9579738ded6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-17dbe2386f32b2d3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c02161db5e3f371.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-fd34d1f75d5a5d3c.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-04384d3e3152b0b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-cad695c8b514f132.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8fd67189758adbd5.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a50d8597d7976e99.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-644b45d43159da17.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-b52b6e5e94eb5d8a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2f724ab91399a107.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c139825148b5bb24.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-68fbc0e3f67a85e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-96ac98fa53e8ff61.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ca542c8c92d20345.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-5177caf508c614d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9dbb35f04dd96e6a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-7ed5b21cadaf802e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-dad4b5675c3f49b7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
13392026-06-29T04:56:25.054Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2024 dropshot/examples/pagination-multiple-resources.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=910ea75ae7bf12c7 -C extra-filename=-f31c91cdf3e30ce6 --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-f3136602c1411c28.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b322baec7d9b2f70.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-8a5c976c30fa88e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-167b3b2cce2dcb05.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-02966344e5d3a469.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-589732fb9e6d26c4.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-41df4296fe79e47b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-7d3b04959edf60bb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-e013baf8320ecd2e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-ba9d5c8d5c9e69b4.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-848df4a638b29bf1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-fa6f60ca5c541482.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c203ec5f7f305eb0.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-3016cd47fe30698f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6e531a1ac3c29188.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-721bc1ef3c5a0086.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8cc65203b5b16f0e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-410714be2410a040.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-54a84d95e1a4dc4d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-997a3b77b62523b4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-80e3adcd38e4b099.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8821bb668838cb78.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-1b5fb49e884132e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-83c59e7980818693.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ac9681e17f1f3d8c.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-be6774dfd701dc5d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9ad8073e928d28ee.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-05805122ab039925.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-323fc33a628ad594.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-bee5277a7c2f43dc.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1c0a7199486e6482.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-cc47c9579738ded6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-17dbe2386f32b2d3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c02161db5e3f371.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-fd34d1f75d5a5d3c.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-04384d3e3152b0b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-cad695c8b514f132.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8fd67189758adbd5.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a50d8597d7976e99.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-644b45d43159da17.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-b52b6e5e94eb5d8a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2f724ab91399a107.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c139825148b5bb24.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-68fbc0e3f67a85e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-96ac98fa53e8ff61.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ca542c8c92d20345.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-5177caf508c614d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9dbb35f04dd96e6a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-7ed5b21cadaf802e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-dad4b5675c3f49b7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
13402026-06-29T04:56:25.054Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2024 dropshot/examples/schema-with-example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=2d7a0391cc9e48a7 -C extra-filename=-d3de9c749a6cbda0 --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-f3136602c1411c28.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b322baec7d9b2f70.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-8a5c976c30fa88e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-167b3b2cce2dcb05.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-02966344e5d3a469.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-589732fb9e6d26c4.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-41df4296fe79e47b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-7d3b04959edf60bb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-e013baf8320ecd2e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-ba9d5c8d5c9e69b4.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-848df4a638b29bf1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-fa6f60ca5c541482.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c203ec5f7f305eb0.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-3016cd47fe30698f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6e531a1ac3c29188.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-721bc1ef3c5a0086.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8cc65203b5b16f0e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-410714be2410a040.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-54a84d95e1a4dc4d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-997a3b77b62523b4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-80e3adcd38e4b099.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8821bb668838cb78.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-1b5fb49e884132e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-83c59e7980818693.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ac9681e17f1f3d8c.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-be6774dfd701dc5d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9ad8073e928d28ee.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-05805122ab039925.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-323fc33a628ad594.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-bee5277a7c2f43dc.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1c0a7199486e6482.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-cc47c9579738ded6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-17dbe2386f32b2d3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c02161db5e3f371.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-fd34d1f75d5a5d3c.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-04384d3e3152b0b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-cad695c8b514f132.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8fd67189758adbd5.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a50d8597d7976e99.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-644b45d43159da17.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-b52b6e5e94eb5d8a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2f724ab91399a107.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c139825148b5bb24.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-68fbc0e3f67a85e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-96ac98fa53e8ff61.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ca542c8c92d20345.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-5177caf508c614d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9dbb35f04dd96e6a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-7ed5b21cadaf802e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-dad4b5675c3f49b7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
13412026-06-29T04:56:25.054Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2024 dropshot/examples/module-shared-context.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=8fa6db27aa1f3347 -C extra-filename=-42264c3480334f71 --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-f3136602c1411c28.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b322baec7d9b2f70.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-8a5c976c30fa88e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-167b3b2cce2dcb05.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-02966344e5d3a469.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-589732fb9e6d26c4.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-41df4296fe79e47b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-7d3b04959edf60bb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-e013baf8320ecd2e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-ba9d5c8d5c9e69b4.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-848df4a638b29bf1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-fa6f60ca5c541482.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c203ec5f7f305eb0.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-3016cd47fe30698f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6e531a1ac3c29188.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-721bc1ef3c5a0086.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8cc65203b5b16f0e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-410714be2410a040.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-54a84d95e1a4dc4d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-997a3b77b62523b4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-80e3adcd38e4b099.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8821bb668838cb78.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-1b5fb49e884132e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-83c59e7980818693.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ac9681e17f1f3d8c.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-be6774dfd701dc5d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9ad8073e928d28ee.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-05805122ab039925.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-323fc33a628ad594.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-bee5277a7c2f43dc.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1c0a7199486e6482.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-cc47c9579738ded6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-17dbe2386f32b2d3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c02161db5e3f371.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-fd34d1f75d5a5d3c.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-04384d3e3152b0b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-cad695c8b514f132.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8fd67189758adbd5.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a50d8597d7976e99.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-644b45d43159da17.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-b52b6e5e94eb5d8a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2f724ab91399a107.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c139825148b5bb24.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-68fbc0e3f67a85e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-96ac98fa53e8ff61.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ca542c8c92d20345.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-5177caf508c614d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9dbb35f04dd96e6a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-7ed5b21cadaf802e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-dad4b5675c3f49b7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
13422026-06-29T04:56:25.079Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2024 dropshot/examples/basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=2b3cec7ed190fd4e -C extra-filename=-af5e000737e545d9 --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-f3136602c1411c28.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b322baec7d9b2f70.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-8a5c976c30fa88e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-167b3b2cce2dcb05.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-02966344e5d3a469.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-589732fb9e6d26c4.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-41df4296fe79e47b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-7d3b04959edf60bb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-e013baf8320ecd2e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-ba9d5c8d5c9e69b4.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-848df4a638b29bf1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-fa6f60ca5c541482.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c203ec5f7f305eb0.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-3016cd47fe30698f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6e531a1ac3c29188.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-721bc1ef3c5a0086.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8cc65203b5b16f0e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-410714be2410a040.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-54a84d95e1a4dc4d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-997a3b77b62523b4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-80e3adcd38e4b099.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8821bb668838cb78.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-1b5fb49e884132e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-83c59e7980818693.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ac9681e17f1f3d8c.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-be6774dfd701dc5d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9ad8073e928d28ee.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-05805122ab039925.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-323fc33a628ad594.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-bee5277a7c2f43dc.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1c0a7199486e6482.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-cc47c9579738ded6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-17dbe2386f32b2d3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c02161db5e3f371.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-fd34d1f75d5a5d3c.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-04384d3e3152b0b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-cad695c8b514f132.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8fd67189758adbd5.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a50d8597d7976e99.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-644b45d43159da17.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-b52b6e5e94eb5d8a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2f724ab91399a107.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c139825148b5bb24.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-68fbc0e3f67a85e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-96ac98fa53e8ff61.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ca542c8c92d20345.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-5177caf508c614d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9dbb35f04dd96e6a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-7ed5b21cadaf802e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-dad4b5675c3f49b7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
13432026-06-29T04:56:25.080Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2024 dropshot/examples/pagination-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=790670a926b0c056 -C extra-filename=-a24af88b43d0ac95 --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-f3136602c1411c28.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b322baec7d9b2f70.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-8a5c976c30fa88e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-167b3b2cce2dcb05.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-02966344e5d3a469.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-589732fb9e6d26c4.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-41df4296fe79e47b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-7d3b04959edf60bb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-e013baf8320ecd2e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-ba9d5c8d5c9e69b4.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-848df4a638b29bf1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-fa6f60ca5c541482.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c203ec5f7f305eb0.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-3016cd47fe30698f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6e531a1ac3c29188.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-721bc1ef3c5a0086.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8cc65203b5b16f0e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-410714be2410a040.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-54a84d95e1a4dc4d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-997a3b77b62523b4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-80e3adcd38e4b099.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8821bb668838cb78.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-1b5fb49e884132e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-83c59e7980818693.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ac9681e17f1f3d8c.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-be6774dfd701dc5d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9ad8073e928d28ee.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-05805122ab039925.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-323fc33a628ad594.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-bee5277a7c2f43dc.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1c0a7199486e6482.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-cc47c9579738ded6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-17dbe2386f32b2d3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c02161db5e3f371.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-fd34d1f75d5a5d3c.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-04384d3e3152b0b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-cad695c8b514f132.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8fd67189758adbd5.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a50d8597d7976e99.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-644b45d43159da17.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-b52b6e5e94eb5d8a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2f724ab91399a107.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c139825148b5bb24.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-68fbc0e3f67a85e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-96ac98fa53e8ff61.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ca542c8c92d20345.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-5177caf508c614d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9dbb35f04dd96e6a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-7ed5b21cadaf802e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-dad4b5675c3f49b7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
13442026-06-29T04:56:25.080Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2024 dropshot/examples/self-referential.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=700c69b18ac7bafb -C extra-filename=-72cde3e24bd02fb6 --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-f3136602c1411c28.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b322baec7d9b2f70.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-8a5c976c30fa88e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-167b3b2cce2dcb05.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-02966344e5d3a469.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-589732fb9e6d26c4.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-41df4296fe79e47b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-7d3b04959edf60bb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-e013baf8320ecd2e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-ba9d5c8d5c9e69b4.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-848df4a638b29bf1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-fa6f60ca5c541482.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c203ec5f7f305eb0.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-3016cd47fe30698f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6e531a1ac3c29188.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-721bc1ef3c5a0086.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8cc65203b5b16f0e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-410714be2410a040.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-54a84d95e1a4dc4d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-997a3b77b62523b4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-80e3adcd38e4b099.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8821bb668838cb78.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-1b5fb49e884132e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-83c59e7980818693.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ac9681e17f1f3d8c.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-be6774dfd701dc5d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9ad8073e928d28ee.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-05805122ab039925.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-323fc33a628ad594.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-bee5277a7c2f43dc.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1c0a7199486e6482.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-cc47c9579738ded6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-17dbe2386f32b2d3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c02161db5e3f371.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-fd34d1f75d5a5d3c.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-04384d3e3152b0b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-cad695c8b514f132.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8fd67189758adbd5.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a50d8597d7976e99.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-644b45d43159da17.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-b52b6e5e94eb5d8a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2f724ab91399a107.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c139825148b5bb24.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-68fbc0e3f67a85e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-96ac98fa53e8ff61.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ca542c8c92d20345.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-5177caf508c614d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9dbb35f04dd96e6a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-7ed5b21cadaf802e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-dad4b5675c3f49b7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
13452026-06-29T04:56:25.825Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2024 dropshot/examples/versioning.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c0f986d96dae736a -C extra-filename=-067945ed3694b3a2 --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-f3136602c1411c28.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b322baec7d9b2f70.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-8a5c976c30fa88e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-167b3b2cce2dcb05.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-02966344e5d3a469.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-589732fb9e6d26c4.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-41df4296fe79e47b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-7d3b04959edf60bb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-e013baf8320ecd2e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-ba9d5c8d5c9e69b4.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-848df4a638b29bf1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-fa6f60ca5c541482.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c203ec5f7f305eb0.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-3016cd47fe30698f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6e531a1ac3c29188.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-721bc1ef3c5a0086.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8cc65203b5b16f0e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-410714be2410a040.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-54a84d95e1a4dc4d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-997a3b77b62523b4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-80e3adcd38e4b099.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8821bb668838cb78.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-1b5fb49e884132e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-83c59e7980818693.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ac9681e17f1f3d8c.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-be6774dfd701dc5d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9ad8073e928d28ee.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-05805122ab039925.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-323fc33a628ad594.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-bee5277a7c2f43dc.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1c0a7199486e6482.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-cc47c9579738ded6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-17dbe2386f32b2d3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c02161db5e3f371.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-fd34d1f75d5a5d3c.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-04384d3e3152b0b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-cad695c8b514f132.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8fd67189758adbd5.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a50d8597d7976e99.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-644b45d43159da17.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-b52b6e5e94eb5d8a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2f724ab91399a107.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c139825148b5bb24.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-68fbc0e3f67a85e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-96ac98fa53e8ff61.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ca542c8c92d20345.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-5177caf508c614d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9dbb35f04dd96e6a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-7ed5b21cadaf802e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-dad4b5675c3f49b7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
13462026-06-29T04:56:32.666Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2024 dropshot/examples/https.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=9fc268f179d9ca71 -C extra-filename=-8e5a6b2cf08323ce --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-f3136602c1411c28.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b322baec7d9b2f70.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-8a5c976c30fa88e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-167b3b2cce2dcb05.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-02966344e5d3a469.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-589732fb9e6d26c4.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-41df4296fe79e47b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-7d3b04959edf60bb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-e013baf8320ecd2e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-ba9d5c8d5c9e69b4.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-848df4a638b29bf1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-fa6f60ca5c541482.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c203ec5f7f305eb0.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-3016cd47fe30698f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6e531a1ac3c29188.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-721bc1ef3c5a0086.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8cc65203b5b16f0e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-410714be2410a040.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-54a84d95e1a4dc4d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-997a3b77b62523b4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-80e3adcd38e4b099.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8821bb668838cb78.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-1b5fb49e884132e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-83c59e7980818693.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ac9681e17f1f3d8c.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-be6774dfd701dc5d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9ad8073e928d28ee.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-05805122ab039925.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-323fc33a628ad594.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-bee5277a7c2f43dc.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1c0a7199486e6482.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-cc47c9579738ded6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-17dbe2386f32b2d3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c02161db5e3f371.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-fd34d1f75d5a5d3c.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-04384d3e3152b0b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-cad695c8b514f132.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8fd67189758adbd5.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a50d8597d7976e99.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-644b45d43159da17.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-b52b6e5e94eb5d8a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2f724ab91399a107.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c139825148b5bb24.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-68fbc0e3f67a85e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-96ac98fa53e8ff61.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ca542c8c92d20345.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-5177caf508c614d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9dbb35f04dd96e6a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-7ed5b21cadaf802e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-dad4b5675c3f49b7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
13472026-06-29T04:56:34.959Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2024 dropshot/examples/request-headers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=91f2a3928bcc3189 -C extra-filename=-95faf15841ac1712 --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-f3136602c1411c28.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b322baec7d9b2f70.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-8a5c976c30fa88e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-167b3b2cce2dcb05.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-02966344e5d3a469.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-589732fb9e6d26c4.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-41df4296fe79e47b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-7d3b04959edf60bb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-e013baf8320ecd2e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-ba9d5c8d5c9e69b4.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-848df4a638b29bf1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-fa6f60ca5c541482.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c203ec5f7f305eb0.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-3016cd47fe30698f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6e531a1ac3c29188.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-721bc1ef3c5a0086.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8cc65203b5b16f0e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-410714be2410a040.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-54a84d95e1a4dc4d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-997a3b77b62523b4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-80e3adcd38e4b099.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8821bb668838cb78.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-1b5fb49e884132e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-83c59e7980818693.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ac9681e17f1f3d8c.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-be6774dfd701dc5d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9ad8073e928d28ee.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-05805122ab039925.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-323fc33a628ad594.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-bee5277a7c2f43dc.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1c0a7199486e6482.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-cc47c9579738ded6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-17dbe2386f32b2d3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c02161db5e3f371.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-fd34d1f75d5a5d3c.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-04384d3e3152b0b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-cad695c8b514f132.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8fd67189758adbd5.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a50d8597d7976e99.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-644b45d43159da17.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-b52b6e5e94eb5d8a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2f724ab91399a107.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c139825148b5bb24.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-68fbc0e3f67a85e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-96ac98fa53e8ff61.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ca542c8c92d20345.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-5177caf508c614d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9dbb35f04dd96e6a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-7ed5b21cadaf802e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-dad4b5675c3f49b7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
13482026-06-29T04:56:34.979Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2024 dropshot/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c6c640e690cc6d1a -C extra-filename=-25ef1067a9d2dfb4 --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-f3136602c1411c28.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b322baec7d9b2f70.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-8a5c976c30fa88e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-167b3b2cce2dcb05.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-02966344e5d3a469.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-589732fb9e6d26c4.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-41df4296fe79e47b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-7d3b04959edf60bb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-e013baf8320ecd2e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-ba9d5c8d5c9e69b4.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-848df4a638b29bf1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-fa6f60ca5c541482.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c203ec5f7f305eb0.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-3016cd47fe30698f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6e531a1ac3c29188.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-721bc1ef3c5a0086.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8cc65203b5b16f0e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-410714be2410a040.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-54a84d95e1a4dc4d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-997a3b77b62523b4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-80e3adcd38e4b099.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8821bb668838cb78.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-1b5fb49e884132e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-83c59e7980818693.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ac9681e17f1f3d8c.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-be6774dfd701dc5d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9ad8073e928d28ee.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-05805122ab039925.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-323fc33a628ad594.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-bee5277a7c2f43dc.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1c0a7199486e6482.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-cc47c9579738ded6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-17dbe2386f32b2d3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c02161db5e3f371.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-fd34d1f75d5a5d3c.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-04384d3e3152b0b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-cad695c8b514f132.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8fd67189758adbd5.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a50d8597d7976e99.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-644b45d43159da17.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-b52b6e5e94eb5d8a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2f724ab91399a107.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c139825148b5bb24.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-68fbc0e3f67a85e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-96ac98fa53e8ff61.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ca542c8c92d20345.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-5177caf508c614d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9dbb35f04dd96e6a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-7ed5b21cadaf802e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-dad4b5675c3f49b7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
13492026-06-29T04:56:35.106Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_websocket --edition=2024 dropshot/examples/api-trait-websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=39e5fb9516e415ed -C extra-filename=-c748e0ff8f93121b --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-f3136602c1411c28.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b322baec7d9b2f70.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-8a5c976c30fa88e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-167b3b2cce2dcb05.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-02966344e5d3a469.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-589732fb9e6d26c4.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-41df4296fe79e47b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-7d3b04959edf60bb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-e013baf8320ecd2e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-ba9d5c8d5c9e69b4.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-848df4a638b29bf1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-fa6f60ca5c541482.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c203ec5f7f305eb0.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-3016cd47fe30698f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6e531a1ac3c29188.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-721bc1ef3c5a0086.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8cc65203b5b16f0e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-410714be2410a040.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-54a84d95e1a4dc4d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-997a3b77b62523b4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-80e3adcd38e4b099.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8821bb668838cb78.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-1b5fb49e884132e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-83c59e7980818693.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ac9681e17f1f3d8c.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-be6774dfd701dc5d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9ad8073e928d28ee.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-05805122ab039925.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-323fc33a628ad594.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-bee5277a7c2f43dc.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1c0a7199486e6482.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-cc47c9579738ded6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-17dbe2386f32b2d3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c02161db5e3f371.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-fd34d1f75d5a5d3c.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-04384d3e3152b0b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-cad695c8b514f132.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8fd67189758adbd5.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a50d8597d7976e99.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-644b45d43159da17.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-b52b6e5e94eb5d8a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2f724ab91399a107.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c139825148b5bb24.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-68fbc0e3f67a85e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-96ac98fa53e8ff61.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ca542c8c92d20345.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-5177caf508c614d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9dbb35f04dd96e6a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-7ed5b21cadaf802e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-dad4b5675c3f49b7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
13502026-06-29T04:56:35.626Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2024 dropshot/examples/module-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=256c0ea15efceb3d -C extra-filename=-c05d8faa4a7450c2 --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-f3136602c1411c28.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b322baec7d9b2f70.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-8a5c976c30fa88e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-167b3b2cce2dcb05.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-02966344e5d3a469.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-589732fb9e6d26c4.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-41df4296fe79e47b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-7d3b04959edf60bb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-e013baf8320ecd2e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-ba9d5c8d5c9e69b4.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-848df4a638b29bf1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-fa6f60ca5c541482.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c203ec5f7f305eb0.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-3016cd47fe30698f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6e531a1ac3c29188.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-721bc1ef3c5a0086.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8cc65203b5b16f0e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-410714be2410a040.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-54a84d95e1a4dc4d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-997a3b77b62523b4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-80e3adcd38e4b099.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8821bb668838cb78.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-1b5fb49e884132e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-83c59e7980818693.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ac9681e17f1f3d8c.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-be6774dfd701dc5d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9ad8073e928d28ee.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-05805122ab039925.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-323fc33a628ad594.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-bee5277a7c2f43dc.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1c0a7199486e6482.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-cc47c9579738ded6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-17dbe2386f32b2d3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c02161db5e3f371.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-fd34d1f75d5a5d3c.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-04384d3e3152b0b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-cad695c8b514f132.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8fd67189758adbd5.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a50d8597d7976e99.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-644b45d43159da17.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-b52b6e5e94eb5d8a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2f724ab91399a107.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c139825148b5bb24.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-68fbc0e3f67a85e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-96ac98fa53e8ff61.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ca542c8c92d20345.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-5177caf508c614d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9dbb35f04dd96e6a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-7ed5b21cadaf802e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-dad4b5675c3f49b7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
13512026-06-29T04:56:36.803Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_alternate --edition=2024 dropshot/examples/api-trait-alternate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=0fbb17b3b0229d5b -C extra-filename=-8782e6769bde0b9a --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-f3136602c1411c28.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b322baec7d9b2f70.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-8a5c976c30fa88e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-167b3b2cce2dcb05.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-02966344e5d3a469.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-589732fb9e6d26c4.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-41df4296fe79e47b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-7d3b04959edf60bb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-e013baf8320ecd2e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-ba9d5c8d5c9e69b4.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-848df4a638b29bf1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-fa6f60ca5c541482.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c203ec5f7f305eb0.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-3016cd47fe30698f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6e531a1ac3c29188.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-721bc1ef3c5a0086.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8cc65203b5b16f0e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-410714be2410a040.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-54a84d95e1a4dc4d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-997a3b77b62523b4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-80e3adcd38e4b099.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8821bb668838cb78.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-1b5fb49e884132e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-83c59e7980818693.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ac9681e17f1f3d8c.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-be6774dfd701dc5d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9ad8073e928d28ee.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-05805122ab039925.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-323fc33a628ad594.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-bee5277a7c2f43dc.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1c0a7199486e6482.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-cc47c9579738ded6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-17dbe2386f32b2d3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c02161db5e3f371.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-fd34d1f75d5a5d3c.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-04384d3e3152b0b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-cad695c8b514f132.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8fd67189758adbd5.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a50d8597d7976e99.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-644b45d43159da17.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-b52b6e5e94eb5d8a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2f724ab91399a107.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c139825148b5bb24.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-68fbc0e3f67a85e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-96ac98fa53e8ff61.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ca542c8c92d20345.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-5177caf508c614d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9dbb35f04dd96e6a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-7ed5b21cadaf802e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-dad4b5675c3f49b7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
13522026-06-29T04:56:37.564Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2024 dropshot/examples/file_server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=fcdaaf0d4c204309 -C extra-filename=-5c329f5c05c2bcee --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-f3136602c1411c28.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b322baec7d9b2f70.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-8a5c976c30fa88e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-167b3b2cce2dcb05.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-02966344e5d3a469.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-589732fb9e6d26c4.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-41df4296fe79e47b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-7d3b04959edf60bb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-e013baf8320ecd2e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-ba9d5c8d5c9e69b4.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-848df4a638b29bf1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-fa6f60ca5c541482.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c203ec5f7f305eb0.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-3016cd47fe30698f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6e531a1ac3c29188.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-721bc1ef3c5a0086.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8cc65203b5b16f0e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-410714be2410a040.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-54a84d95e1a4dc4d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-997a3b77b62523b4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-80e3adcd38e4b099.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8821bb668838cb78.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-1b5fb49e884132e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-83c59e7980818693.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ac9681e17f1f3d8c.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-be6774dfd701dc5d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9ad8073e928d28ee.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-05805122ab039925.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-323fc33a628ad594.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-bee5277a7c2f43dc.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1c0a7199486e6482.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-cc47c9579738ded6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-17dbe2386f32b2d3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c02161db5e3f371.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-fd34d1f75d5a5d3c.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-04384d3e3152b0b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-cad695c8b514f132.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8fd67189758adbd5.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a50d8597d7976e99.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-644b45d43159da17.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-b52b6e5e94eb5d8a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2f724ab91399a107.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c139825148b5bb24.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-68fbc0e3f67a85e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-96ac98fa53e8ff61.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ca542c8c92d20345.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-5177caf508c614d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9dbb35f04dd96e6a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-7ed5b21cadaf802e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-dad4b5675c3f49b7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
13532026-06-29T04:56:43.663Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2024 dropshot/examples/multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d7fecbbf8a5c3e47 -C extra-filename=-708938aeeb23e3ae --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-f3136602c1411c28.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b322baec7d9b2f70.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-8a5c976c30fa88e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-167b3b2cce2dcb05.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-02966344e5d3a469.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-589732fb9e6d26c4.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-41df4296fe79e47b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-7d3b04959edf60bb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-e013baf8320ecd2e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-ba9d5c8d5c9e69b4.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-848df4a638b29bf1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-fa6f60ca5c541482.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c203ec5f7f305eb0.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-3016cd47fe30698f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6e531a1ac3c29188.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-721bc1ef3c5a0086.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8cc65203b5b16f0e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-410714be2410a040.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-54a84d95e1a4dc4d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-997a3b77b62523b4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-80e3adcd38e4b099.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8821bb668838cb78.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-1b5fb49e884132e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-83c59e7980818693.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ac9681e17f1f3d8c.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-be6774dfd701dc5d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9ad8073e928d28ee.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-05805122ab039925.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-323fc33a628ad594.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-bee5277a7c2f43dc.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1c0a7199486e6482.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-cc47c9579738ded6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-17dbe2386f32b2d3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c02161db5e3f371.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-fd34d1f75d5a5d3c.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-04384d3e3152b0b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-cad695c8b514f132.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8fd67189758adbd5.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a50d8597d7976e99.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-644b45d43159da17.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-b52b6e5e94eb5d8a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2f724ab91399a107.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c139825148b5bb24.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-68fbc0e3f67a85e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-96ac98fa53e8ff61.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ca542c8c92d20345.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-5177caf508c614d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9dbb35f04dd96e6a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-7ed5b21cadaf802e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-dad4b5675c3f49b7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
13542026-06-29T04:56:45.255Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait --edition=2024 dropshot/examples/api-trait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=8c6503b606bc650b -C extra-filename=-7c53886ee228fde1 --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-f3136602c1411c28.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b322baec7d9b2f70.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-8a5c976c30fa88e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-167b3b2cce2dcb05.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-02966344e5d3a469.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-589732fb9e6d26c4.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-41df4296fe79e47b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-7d3b04959edf60bb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-e013baf8320ecd2e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-ba9d5c8d5c9e69b4.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-848df4a638b29bf1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-fa6f60ca5c541482.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c203ec5f7f305eb0.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-3016cd47fe30698f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6e531a1ac3c29188.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-721bc1ef3c5a0086.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8cc65203b5b16f0e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-410714be2410a040.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-54a84d95e1a4dc4d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-997a3b77b62523b4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-80e3adcd38e4b099.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8821bb668838cb78.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-1b5fb49e884132e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-83c59e7980818693.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ac9681e17f1f3d8c.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-be6774dfd701dc5d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9ad8073e928d28ee.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-05805122ab039925.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-323fc33a628ad594.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-bee5277a7c2f43dc.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1c0a7199486e6482.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-cc47c9579738ded6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-17dbe2386f32b2d3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c02161db5e3f371.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-fd34d1f75d5a5d3c.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-04384d3e3152b0b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-cad695c8b514f132.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8fd67189758adbd5.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a50d8597d7976e99.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-644b45d43159da17.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-b52b6e5e94eb5d8a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2f724ab91399a107.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c139825148b5bb24.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-68fbc0e3f67a85e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-96ac98fa53e8ff61.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ca542c8c92d20345.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-5177caf508c614d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9dbb35f04dd96e6a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-7ed5b21cadaf802e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-dad4b5675c3f49b7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
13552026-06-29T04:56:45.814Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2024 dropshot/examples/pagination-multiple-sorts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ca4a481299cf1682 -C extra-filename=-5699ef4129ef945a --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-f3136602c1411c28.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b322baec7d9b2f70.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-8a5c976c30fa88e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-167b3b2cce2dcb05.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-02966344e5d3a469.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-589732fb9e6d26c4.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-41df4296fe79e47b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-7d3b04959edf60bb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-e013baf8320ecd2e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-ba9d5c8d5c9e69b4.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-848df4a638b29bf1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-fa6f60ca5c541482.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c203ec5f7f305eb0.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-3016cd47fe30698f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6e531a1ac3c29188.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-721bc1ef3c5a0086.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8cc65203b5b16f0e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-410714be2410a040.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-54a84d95e1a4dc4d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-997a3b77b62523b4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-80e3adcd38e4b099.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8821bb668838cb78.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-1b5fb49e884132e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-83c59e7980818693.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ac9681e17f1f3d8c.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-be6774dfd701dc5d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9ad8073e928d28ee.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-05805122ab039925.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-323fc33a628ad594.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-bee5277a7c2f43dc.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1c0a7199486e6482.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-cc47c9579738ded6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-17dbe2386f32b2d3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c02161db5e3f371.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-fd34d1f75d5a5d3c.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-04384d3e3152b0b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-cad695c8b514f132.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8fd67189758adbd5.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a50d8597d7976e99.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-644b45d43159da17.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-b52b6e5e94eb5d8a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2f724ab91399a107.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c139825148b5bb24.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-68fbc0e3f67a85e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-96ac98fa53e8ff61.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ca542c8c92d20345.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-5177caf508c614d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9dbb35f04dd96e6a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-7ed5b21cadaf802e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-dad4b5675c3f49b7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
13562026-06-29T04:56:46.015Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2024 dropshot/examples/index.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=622f865e373c1d7e -C extra-filename=-57669198431352f8 --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-f3136602c1411c28.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b322baec7d9b2f70.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-8a5c976c30fa88e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-167b3b2cce2dcb05.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-02966344e5d3a469.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-589732fb9e6d26c4.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-41df4296fe79e47b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-7d3b04959edf60bb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-e013baf8320ecd2e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-ba9d5c8d5c9e69b4.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-848df4a638b29bf1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-fa6f60ca5c541482.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c203ec5f7f305eb0.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-3016cd47fe30698f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6e531a1ac3c29188.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-721bc1ef3c5a0086.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8cc65203b5b16f0e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-410714be2410a040.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-54a84d95e1a4dc4d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-997a3b77b62523b4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-80e3adcd38e4b099.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8821bb668838cb78.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-1b5fb49e884132e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-83c59e7980818693.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ac9681e17f1f3d8c.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-be6774dfd701dc5d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9ad8073e928d28ee.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-05805122ab039925.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-323fc33a628ad594.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-bee5277a7c2f43dc.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1c0a7199486e6482.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-cc47c9579738ded6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-17dbe2386f32b2d3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c02161db5e3f371.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-fd34d1f75d5a5d3c.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-04384d3e3152b0b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-cad695c8b514f132.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8fd67189758adbd5.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a50d8597d7976e99.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-644b45d43159da17.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-b52b6e5e94eb5d8a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2f724ab91399a107.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c139825148b5bb24.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-68fbc0e3f67a85e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-96ac98fa53e8ff61.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ca542c8c92d20345.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-5177caf508c614d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9dbb35f04dd96e6a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-7ed5b21cadaf802e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-dad4b5675c3f49b7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
13572026-06-29T04:56:48.086Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2024 dropshot/examples/multiple-servers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=3860c69cf0867935 -C extra-filename=-1b21cd6b5aceb422 --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-f3136602c1411c28.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b322baec7d9b2f70.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-8a5c976c30fa88e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-167b3b2cce2dcb05.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-02966344e5d3a469.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-589732fb9e6d26c4.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-41df4296fe79e47b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-7d3b04959edf60bb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-e013baf8320ecd2e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-ba9d5c8d5c9e69b4.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-848df4a638b29bf1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-fa6f60ca5c541482.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c203ec5f7f305eb0.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-3016cd47fe30698f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6e531a1ac3c29188.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-721bc1ef3c5a0086.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8cc65203b5b16f0e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-410714be2410a040.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-54a84d95e1a4dc4d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-997a3b77b62523b4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-80e3adcd38e4b099.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8821bb668838cb78.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-1b5fb49e884132e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-83c59e7980818693.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ac9681e17f1f3d8c.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-be6774dfd701dc5d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9ad8073e928d28ee.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-05805122ab039925.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-323fc33a628ad594.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-bee5277a7c2f43dc.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1c0a7199486e6482.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-cc47c9579738ded6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-17dbe2386f32b2d3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c02161db5e3f371.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-fd34d1f75d5a5d3c.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-04384d3e3152b0b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-cad695c8b514f132.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8fd67189758adbd5.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a50d8597d7976e99.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-644b45d43159da17.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-b52b6e5e94eb5d8a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2f724ab91399a107.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c139825148b5bb24.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-68fbc0e3f67a85e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-96ac98fa53e8ff61.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ca542c8c92d20345.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-5177caf508c614d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9dbb35f04dd96e6a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-7ed5b21cadaf802e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-dad4b5675c3f49b7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
13582026-06-29T04:56:48.492Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2024 dropshot/examples/websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c64bfb011ca429b4 -C extra-filename=-50a16f53bdc33627 --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-f3136602c1411c28.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b322baec7d9b2f70.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-8a5c976c30fa88e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-167b3b2cce2dcb05.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-02966344e5d3a469.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-589732fb9e6d26c4.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-41df4296fe79e47b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-7d3b04959edf60bb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-e013baf8320ecd2e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-ba9d5c8d5c9e69b4.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-848df4a638b29bf1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-fa6f60ca5c541482.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c203ec5f7f305eb0.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-3016cd47fe30698f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6e531a1ac3c29188.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-721bc1ef3c5a0086.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8cc65203b5b16f0e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-410714be2410a040.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-54a84d95e1a4dc4d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-997a3b77b62523b4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-80e3adcd38e4b099.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8821bb668838cb78.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-1b5fb49e884132e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-83c59e7980818693.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ac9681e17f1f3d8c.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-be6774dfd701dc5d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9ad8073e928d28ee.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-05805122ab039925.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-323fc33a628ad594.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-bee5277a7c2f43dc.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1c0a7199486e6482.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-cc47c9579738ded6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-17dbe2386f32b2d3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c02161db5e3f371.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-fd34d1f75d5a5d3c.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-04384d3e3152b0b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-cad695c8b514f132.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8fd67189758adbd5.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a50d8597d7976e99.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-644b45d43159da17.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-b52b6e5e94eb5d8a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2f724ab91399a107.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c139825148b5bb24.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-68fbc0e3f67a85e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-96ac98fa53e8ff61.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ca542c8c92d20345.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-5177caf508c614d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9dbb35f04dd96e6a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-7ed5b21cadaf802e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-dad4b5675c3f49b7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
13592026-06-29T04:56:49.249Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2024 dropshot/examples/well-tagged.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=bfe8a20104661699 -C extra-filename=-63d75866a080d35e --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-f3136602c1411c28.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b322baec7d9b2f70.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-8a5c976c30fa88e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-167b3b2cce2dcb05.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-02966344e5d3a469.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-589732fb9e6d26c4.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-41df4296fe79e47b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-7d3b04959edf60bb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-e013baf8320ecd2e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-ba9d5c8d5c9e69b4.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-848df4a638b29bf1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-fa6f60ca5c541482.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c203ec5f7f305eb0.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-3016cd47fe30698f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6e531a1ac3c29188.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-721bc1ef3c5a0086.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8cc65203b5b16f0e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-410714be2410a040.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-54a84d95e1a4dc4d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-997a3b77b62523b4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-80e3adcd38e4b099.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8821bb668838cb78.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-1b5fb49e884132e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-83c59e7980818693.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ac9681e17f1f3d8c.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-be6774dfd701dc5d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9ad8073e928d28ee.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-05805122ab039925.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-323fc33a628ad594.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-bee5277a7c2f43dc.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1c0a7199486e6482.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-cc47c9579738ded6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-17dbe2386f32b2d3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c02161db5e3f371.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-fd34d1f75d5a5d3c.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-04384d3e3152b0b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-cad695c8b514f132.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8fd67189758adbd5.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a50d8597d7976e99.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-644b45d43159da17.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-b52b6e5e94eb5d8a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2f724ab91399a107.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c139825148b5bb24.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-68fbc0e3f67a85e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-96ac98fa53e8ff61.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ca542c8c92d20345.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-5177caf508c614d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9dbb35f04dd96e6a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-7ed5b21cadaf802e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-dad4b5675c3f49b7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
13602026-06-29T04:56:54.221Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name custom_error --edition=2024 dropshot/examples/custom-error.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=6696e4cef7361287 -C extra-filename=-16ad25c6258db2ff --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-f3136602c1411c28.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b322baec7d9b2f70.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-8a5c976c30fa88e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-167b3b2cce2dcb05.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-02966344e5d3a469.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-589732fb9e6d26c4.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-41df4296fe79e47b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-7d3b04959edf60bb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-e013baf8320ecd2e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-ba9d5c8d5c9e69b4.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-848df4a638b29bf1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-fa6f60ca5c541482.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c203ec5f7f305eb0.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-3016cd47fe30698f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6e531a1ac3c29188.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-721bc1ef3c5a0086.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8cc65203b5b16f0e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-410714be2410a040.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-54a84d95e1a4dc4d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-997a3b77b62523b4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-80e3adcd38e4b099.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8821bb668838cb78.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-1b5fb49e884132e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-83c59e7980818693.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ac9681e17f1f3d8c.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-be6774dfd701dc5d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9ad8073e928d28ee.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-05805122ab039925.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-323fc33a628ad594.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-bee5277a7c2f43dc.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1c0a7199486e6482.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-cc47c9579738ded6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-17dbe2386f32b2d3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c02161db5e3f371.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-fd34d1f75d5a5d3c.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-04384d3e3152b0b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-cad695c8b514f132.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8fd67189758adbd5.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a50d8597d7976e99.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-644b45d43159da17.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-b52b6e5e94eb5d8a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2f724ab91399a107.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c139825148b5bb24.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-68fbc0e3f67a85e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-96ac98fa53e8ff61.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ca542c8c92d20345.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-5177caf508c614d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9dbb35f04dd96e6a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-7ed5b21cadaf802e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-dad4b5675c3f49b7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
13612026-06-29T04:56:56.354Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2024 dropshot/examples/petstore.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1fac3d26f725fa87 -C extra-filename=-6b63abaf06ed39ef --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-f3136602c1411c28.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b322baec7d9b2f70.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-8a5c976c30fa88e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-167b3b2cce2dcb05.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-02966344e5d3a469.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-589732fb9e6d26c4.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-41df4296fe79e47b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-7d3b04959edf60bb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-e013baf8320ecd2e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-ba9d5c8d5c9e69b4.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-848df4a638b29bf1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-fa6f60ca5c541482.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c203ec5f7f305eb0.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-3016cd47fe30698f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6e531a1ac3c29188.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-721bc1ef3c5a0086.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8cc65203b5b16f0e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-410714be2410a040.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-54a84d95e1a4dc4d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-997a3b77b62523b4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-80e3adcd38e4b099.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8821bb668838cb78.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-1b5fb49e884132e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-83c59e7980818693.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ac9681e17f1f3d8c.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-be6774dfd701dc5d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9ad8073e928d28ee.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-05805122ab039925.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-323fc33a628ad594.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-bee5277a7c2f43dc.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1c0a7199486e6482.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-cc47c9579738ded6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-17dbe2386f32b2d3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c02161db5e3f371.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-fd34d1f75d5a5d3c.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-04384d3e3152b0b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-cad695c8b514f132.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8fd67189758adbd5.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a50d8597d7976e99.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-644b45d43159da17.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-b52b6e5e94eb5d8a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2f724ab91399a107.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c139825148b5bb24.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-68fbc0e3f67a85e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-96ac98fa53e8ff61.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ca542c8c92d20345.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-5177caf508c614d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9dbb35f04dd96e6a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-7ed5b21cadaf802e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-dad4b5675c3f49b7.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/out`
13622026-06-29T04:57:08.228Z Finished `test` profile [unoptimized + debuginfo] target(s) in 49.53s
13632026-06-29T04:57:08.270Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-9c0428b9d9d3d65a`
13642026-06-29T04:57:08.274Z
13652026-06-29T04:57:08.274Zrunning 142 tests
13662026-06-29T04:57:08.277Ztest api_description::test::test_endpoint_versions_overlaps ... ok
13672026-06-29T04:57:08.277Ztest api_description::test::test_endpoint_versions_range ... ok
13682026-06-29T04:57:08.277Ztest api_description::test::test_endpoint_versions_matches ... ok
13692026-06-29T04:57:08.277Ztest api_description::test::test_badpath4 - should panic ... ok
13702026-06-29T04:57:08.277Ztest api_description::test::test_badpath1 ... ok
13712026-06-29T04:57:08.277Ztest api_description::test::test_badpath2 ... ok
13722026-06-29T04:57:08.278Ztest api_description::test::test_badpath3 ... ok
13732026-06-29T04:57:08.278Ztest api_description::test::test_tags_need_one ... ok
13742026-06-29T04:57:08.278Ztest api_description::test::test_dup_names ... ok
13752026-06-29T04:57:08.278Ztest api_description::test::test_tags_too_many ... ok
13762026-06-29T04:57:08.278Ztest api_description::test::test_tag_config_deserialize_old ... ok
13772026-06-29T04:57:08.278Ztest api_description::test::test_tags_just_right ... ok
13782026-06-29T04:57:08.278Ztest compression::tests::test_accepts_gzip_encoding_ignores_malformed_parameters ... ok
13792026-06-29T04:57:08.278Ztest compression::tests::test_accepts_gzip_encoding_gzip_takes_precedence_over_wildcard ... ok
13802026-06-29T04:57:08.278Ztest compression::tests::test_accepts_gzip_encoding_basic ... ok
13812026-06-29T04:57:08.278Ztest compression::tests::test_accepts_gzip_encoding_gzip_acceptance_overrides_wildcard_rejection ... ok
13822026-06-29T04:57:08.278Ztest compression::tests::test_accepts_gzip_encoding_case_insensitive ... ok
13832026-06-29T04:57:08.278Ztest compression::tests::test_accepts_gzip_encoding_malformed_quality ... ok
13842026-06-29T04:57:08.278Ztest compression::tests::test_accepts_gzip_encoding_non_finite_quality_defaults ... ok
13852026-06-29T04:57:08.278Ztest compression::tests::test_accepts_gzip_encoding_rejects_zero_quality ... ok
13862026-06-29T04:57:08.278Ztest compression::tests::test_accepts_gzip_encoding_multiple_encodings ... ok
13872026-06-29T04:57:08.278Ztest compression::tests::test_accepts_gzip_encoding_no_header ... ok
13882026-06-29T04:57:08.278Ztest compression::tests::test_accepts_gzip_encoding_multiple_headers ... ok
13892026-06-29T04:57:08.278Ztest compression::tests::test_accepts_gzip_encoding_prefers_highest_quality ... ok
13902026-06-29T04:57:08.278Ztest compression::tests::test_accepts_gzip_encoding_wildcard_with_quality ... ok
13912026-06-29T04:57:08.278Ztest compression::tests::test_accepts_gzip_encoding_wildcard_rejected ... ok
13922026-06-29T04:57:08.278Ztest compression::tests::test_accepts_gzip_encoding_with_spaces ... ok
13932026-06-29T04:57:08.278Ztest compression::tests::test_accepts_gzip_encoding_wildcard ... ok
13942026-06-29T04:57:08.278Ztest compression::tests::test_accepts_gzip_encoding_with_positive_quality ... ok
13952026-06-29T04:57:08.278Ztest compression::tests::test_should_compress_response_head_method ... ok
13962026-06-29T04:57:08.278Ztest compression::tests::test_should_compress_response_already_encoded ... ok
13972026-06-29T04:57:08.278Ztest compression::tests::test_should_compress_response_basic ... ok
13982026-06-29T04:57:08.278Ztest compression::tests::test_should_compress_response_no_accept_encoding ... ok
13992026-06-29T04:57:08.279Ztest compression::tests::test_should_compress_response_compressible_content_types ... ok
14002026-06-29T04:57:08.279Ztest compression::tests::test_should_compress_response_no_content ... ok
14012026-06-29T04:57:08.279Ztest compression::tests::test_should_compress_response_not_modified ... ok
14022026-06-29T04:57:08.279Ztest compression::tests::test_should_compress_response_no_compression_extension ... ok
14032026-06-29T04:57:08.279Ztest compression::tests::test_should_compress_response_no_content_type ... ok
14042026-06-29T04:57:08.279Ztest compression::tests::test_should_compress_response_rejects_content_range ... ok
14052026-06-29T04:57:08.279Ztest compression::tests::test_should_compress_response_non_compressible_content_types ... ok
14062026-06-29T04:57:08.279Ztest compression::tests::test_should_compress_response_respects_content_length_threshold ... ok
14072026-06-29T04:57:08.279Ztest compression::tests::test_should_compress_response_partial_content ... ok
14082026-06-29T04:57:08.279Ztest compression::tests::test_should_compress_response_sse ... ok
14092026-06-29T04:57:08.279Ztest extractor::body::tests::test_typed_body_from ... ok
14102026-06-29T04:57:08.279Ztest error::test::test_serialize_error_response_body ... ok
14112026-06-29T04:57:08.279Ztest extractor::metadata::test::test_metadata_flattened ... ok
14122026-06-29T04:57:08.279Ztest extractor::header::tests::test_header_parsing ... ok
14132026-06-29T04:57:08.279Ztest from_map::test::test_case_insensitive ... ok
14142026-06-29T04:57:08.279Ztest extractor::metadata::test::test_metadata_simple ... ok
14152026-06-29T04:57:08.284Ztest from_map::test::test_deep ... ok
14162026-06-29T04:57:08.284Ztest extractor::metadata::test::test_metadata_pagination ... ok
14172026-06-29T04:57:08.284Ztest from_map::test::test_lone_literal ... ok
14182026-06-29T04:57:08.284Ztest extractor::metadata::test::test_metadata_flattened_enum ... ok
14192026-06-29T04:57:08.284Ztest from_map::test::test_missing_data1 ... ok
14202026-06-29T04:57:08.284Ztest from_map::test::test_missing_data2 ... ok
14212026-06-29T04:57:08.284Ztest from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok
14222026-06-29T04:57:08.284Ztest from_map::test::test_types ... ok
14232026-06-29T04:57:08.284Ztest compression::tests::test_apply_gzip_compression_avoids_duplicate_vary_entries ... ok
14242026-06-29T04:57:08.284Ztest compression::tests::test_apply_gzip_compression_removes_accept_ranges_and_sets_vary ... ok
14252026-06-29T04:57:08.284Ztest logging::test::test_config_bad_terminal_bad_level ... ok
14262026-06-29T04:57:08.284Ztest logging::test::test_config_bad_file_no_level ... ok
14272026-06-29T04:57:08.284Ztest logging::test::test_config_bad_file_no_file ... ok
14282026-06-29T04:57:08.284Ztest logging::test::test_config_bad_log_mode ... ok
14292026-06-29T04:57:08.284Ztest logging::test::test_config_bad_file_path_exists_fail ... ok
14302026-06-29T04:57:08.284Ztest logging::test::test_config_bad_terminal_no_level ... ok
14312026-06-29T04:57:08.285Ztest logging::test::test_config_bad_file_bad_path_type ... ok
14322026-06-29T04:57:08.285Ztest pagination::test::test_pagination_schema ... ok
14332026-06-29T04:57:08.285Ztest pagination::test::test_results_page ... ok
14342026-06-29T04:57:08.285Ztest pagination::test::test_pagparams_parsing ... ok
14352026-06-29T04:57:08.285Ztest router::test::test_bad_path_segment1 - should panic ... ok
14362026-06-29T04:57:08.285Ztest extractor::body::tests::test_content_plus_json ... ok
14372026-06-29T04:57:08.285Ztest pagination::test::test_page_token_serialization ... ok
14382026-06-29T04:57:08.285Znote: configured to log to "/tmp/dropshot-9c0428b9d9d3d65a.3073.file_dir/log.out"
14392026-06-29T04:57:08.285Ztest router::test::test_bad_path_segment2 - should panic ... ok
14402026-06-29T04:57:08.285Ztest api_description::test::test_tags_set ... ok
14412026-06-29T04:57:08.285Ztest router::test::test_bad_path_segment3 - should panic ... ok
14422026-06-29T04:57:08.285Ztest router::test::test_bad_path_segment4 - should panic ... ok
14432026-06-29T04:57:08.285Ztest router::test::test_bogus_regex - should panic ... ok
14442026-06-29T04:57:08.285Ztest router::test::test_duplicate_route3 - should panic ... ok
14452026-06-29T04:57:08.285Ztest router::test::test_duplicate_route_same_version - should panic ... ok
14462026-06-29T04:57:08.285Ztest router::test::test_duplicate_route1 - should panic ... ok
14472026-06-29T04:57:08.285Ztest router::test::test_duplicate_route2 - should panic ... ok
14482026-06-29T04:57:08.285Ztest router::test::test_duplicate_route_overlapping_version - should panic ... ok
14492026-06-29T04:57:08.285Ztest router::test::test_duplicate_varname - should panic ... ok
14502026-06-29T04:57:08.285Ztest logging::test::test_config_stderr_terminal ... ok
14512026-06-29T04:57:08.285Ztest router::test::test_embedded_non_variable ... ok
14522026-06-29T04:57:08.285Ztest router::test::test_inconsistent_varname - should panic ... ok
14532026-06-29T04:57:08.285Ztest router::test::test_empty_variable ... ok
14542026-06-29T04:57:08.285Ztest router::test::test_iter_null ... ok
14552026-06-29T04:57:08.285Ztest router::test::test_error_cases ... ok
14562026-06-29T04:57:08.285Ztest router::test::test_iter ... ok
14572026-06-29T04:57:08.286Ztest router::test::test_iter2 ... ok
14582026-06-29T04:57:08.286Ztest router::test::test_map_bad_seq ... ok
14592026-06-29T04:57:08.286Ztest router::test::test_literal_after_regex - should panic ... ok
14602026-06-29T04:57:08.286Ztest router::test::test_literal_after_variable - should panic ... ok
14612026-06-29T04:57:08.286Ztest router::test::test_map ... ok
14622026-06-29T04:57:08.286Ztest router::test::test_map_bad_value ... ok
14632026-06-29T04:57:08.286Ztest router::test::test_path_segment ... ok
14642026-06-29T04:57:08.286Ztest router::test::test_more_after_regex - should panic ... ok
14652026-06-29T04:57:08.286Ztest router::test::test_segments ... ok
14662026-06-29T04:57:08.286Ztest router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok
14672026-06-29T04:57:08.286Ztest router::test::test_router_versioned ... ok
14682026-06-29T04:57:08.286Ztest router::test::test_variable_after_literal - should panic ... ok
14692026-06-29T04:57:08.286Ztest router::test::test_router_basic ... ok
14702026-06-29T04:57:08.286Ztest router::test::test_variable_name_empty - should panic ... ok
14712026-06-29T04:57:08.286Ztest router::test::test_variable_name_bad_start - should panic ... ok
14722026-06-29T04:57:08.286Znote: configured to log to "/tmp/dropshot-9c0428b9d9d3d65a.3073.file_dir/log.out"
14732026-06-29T04:57:08.286Ztest router::test::test_variable_name_bad_end - should panic ... ok
14742026-06-29T04:57:08.286Ztest router::test::test_variable_rename ... ok
14752026-06-29T04:57:08.286Ztest router::test::test_variables_multi ... ok
14762026-06-29T04:57:08.286Ztest schema_util::test::test_empty_struct ... ok
14772026-06-29T04:57:08.286Ztest router::test::test_variables_basic ... ok
14782026-06-29T04:57:08.286Ztest router::test::test_variables_glob ... ok
14792026-06-29T04:57:08.286Ztest schema_util::test::test_additional_properties ... ok
14802026-06-29T04:57:08.286Ztest schema_util::test::test_nullable ... ok
14812026-06-29T04:57:08.286Ztest schema_util::test::test_two_types - should panic ... ok
14822026-06-29T04:57:08.286Ztest schema_util::test::test_extension_conversion ... ok
14832026-06-29T04:57:08.286Ztest schema_util::test::test_embedded_schema ... ok
14842026-06-29T04:57:08.286Znote: configured to log to "/tmp/dropshot-9c0428b9d9d3d65a.3073.file_dir/log.out"
14852026-06-29T04:57:08.287Ztest test_util::test::test_bunyan_bad_name - should panic ... ok
14862026-06-29T04:57:08.287Ztest test_util::test::test_bunyan_bad_hostname - should panic ... ok
14872026-06-29T04:57:08.287Ztest schema_util::test::test_garbage_barge_structure_conversion ... ok
14882026-06-29T04:57:08.287Ztest logging::test::test_config_file ... ok
14892026-06-29T04:57:08.287Ztest test_util::test::test_bunyan_bad_v - should panic ... ok
14902026-06-29T04:57:08.287Ztest test_util::test::test_bunyan_easy_cases ... ok
14912026-06-29T04:57:08.287Ztest test_util::test::test_bunyan_bad_pid - should panic ... ok
14922026-06-29T04:57:08.287Ztest test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok
14932026-06-29T04:57:08.287Ztest test_util::test::test_bunyan_seq_easy_cases ... ok
14942026-06-29T04:57:08.287Ztest schema_util::test::test_schema2struct_with_enum_variants ... ok
14952026-06-29T04:57:08.287Ztest test_util::test::test_bunyan_seq_upper_violated - should panic ... ok
14962026-06-29T04:57:08.287Ztest test_util::test::test_bunyan_seq_lower_violated - should panic ... ok
14972026-06-29T04:57:08.287Ztest test_util::test::test_bunyan_seq_bad_order - should panic ... ok
14982026-06-29T04:57:08.287Ztest to_map::test::test_struct_with_options ... ok
14992026-06-29T04:57:08.287Ztest to_map::test::test_to_map_num ... ok
15002026-06-29T04:57:08.287Ztest to_map::test::test_to_map_enum ... ok
15012026-06-29T04:57:08.287Ztest to_map::test::test_to_map_seq ... ok
15022026-06-29T04:57:08.287Ztest to_map::test::test_to_map_vec ... ok
15032026-06-29T04:57:08.287Ztest to_map::test::test_to_map_valid ... ok
15042026-06-29T04:57:08.287Ztest type_util::tests::test_commented_ref ... ok
15052026-06-29T04:57:08.287Ztest type_util::tests::test_reflexive_type - should panic ... ok
15062026-06-29T04:57:08.287Ztest type_util::tests::test_recursive_type - should panic ... ok
15072026-06-29T04:57:08.287Ztest server::test::test_drop_server_without_close_okay ... ok
15082026-06-29T04:57:08.287Ztest websocket::tests::test_ws_upg_task_is_spawned ... ok
15092026-06-29T04:57:08.287Ztest server::test::test_server_run_then_close ... ok
15102026-06-29T04:57:08.291Ztest server::test::test_http_acceptor_happy_path ... ok
15112026-06-29T04:57:08.292Z
15122026-06-29T04:57:08.292Ztest result: ok. 142 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
15132026-06-29T04:57:08.292Z
15142026-06-29T04:57:08.292Z Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-75d1deb4185addf0`
15152026-06-29T04:57:08.292Z
15162026-06-29T04:57:08.292Zrunning 1 test
15172026-06-29T04:57:08.568Z Compiling proc-macro2 v1.0.106
15182026-06-29T04:57:08.568Z Compiling quote v1.0.45
15192026-06-29T04:57:08.568Z Compiling unicode-ident v1.0.12
15202026-06-29T04:57:08.568Z Compiling libc v0.2.186
15212026-06-29T04:57:08.568Z Checking cfg-if v1.0.0
15222026-06-29T04:57:08.572Z Compiling serde_core v1.0.228
15232026-06-29T04:57:08.572Z Checking itoa v1.0.1
15242026-06-29T04:57:08.658Z Checking memchr v2.6.0
15252026-06-29T04:57:08.712Z Checking pin-project-lite v0.2.12
15262026-06-29T04:57:08.716Z Compiling version_check v0.9.5
15272026-06-29T04:57:08.797Z Compiling autocfg v1.1.0
15282026-06-29T04:57:08.963Z Compiling thiserror v2.0.18
15292026-06-29T04:57:09.027Z Checking futures-core v0.3.32
15302026-06-29T04:57:09.080Z Compiling zmij v1.0.2
15312026-06-29T04:57:09.141Z Checking smallvec v1.13.2
15322026-06-29T04:57:09.193Z Checking bytes v1.12.0
15332026-06-29T04:57:09.334Z Compiling serde v1.0.228
15342026-06-29T04:57:09.457Z Compiling log v0.4.17
15352026-06-29T04:57:09.487Z Checking once_cell v1.20.1
15362026-06-29T04:57:09.491Z Compiling serde_json v1.0.150
15372026-06-29T04:57:09.571Z Compiling jobserver v0.1.34
15382026-06-29T04:57:09.672Z Compiling find-msvc-tools v0.1.9
15392026-06-29T04:57:09.703Z Compiling shlex v1.3.0
15402026-06-29T04:57:09.732Z Compiling parking_lot_core v0.9.4
15412026-06-29T04:57:09.910Z Compiling syn v2.0.118
15422026-06-29T04:57:09.916Z Compiling cc v1.2.60
15432026-06-29T04:57:09.943Z Compiling slab v0.4.9
15442026-06-29T04:57:09.985Z Checking futures-sink v0.3.32
15452026-06-29T04:57:10.011Z Checking scopeguard v1.2.0
15462026-06-29T04:57:10.035Z Compiling typenum v1.19.0
15472026-06-29T04:57:10.106Z Checking lock_api v0.4.6
15482026-06-29T04:57:10.218Z Compiling fs_extra v1.3.0
15492026-06-29T04:57:10.283Z Compiling dunce v1.0.5
15502026-06-29T04:57:10.297Z Checking parking_lot v0.12.1
15512026-06-29T04:57:10.481Z Checking socket2 v0.6.3
15522026-06-29T04:57:10.494Z Checking signal-hook-registry v1.4.0
15532026-06-29T04:57:10.523Z Checking mio v1.2.0
15542026-06-29T04:57:10.605Z Checking stable_deref_trait v1.2.0
15552026-06-29T04:57:10.643Z Compiling cmake v0.1.58
15562026-06-29T04:57:10.676Z Checking futures-channel v0.3.32
15572026-06-29T04:57:10.720Z Checking http v1.4.2
15582026-06-29T04:57:10.807Z Checking zeroize v1.8.2
15592026-06-29T04:57:10.953Z Compiling zerocopy v0.8.27
15602026-06-29T04:57:10.984Z Compiling ucd-trie v0.1.6
15612026-06-29T04:57:11.143Z Checking futures-io v0.3.32
15622026-06-29T04:57:11.151Z Compiling aws-lc-rs v1.16.3
15632026-06-29T04:57:11.253Z Checking futures-task v0.3.32
15642026-06-29T04:57:11.291Z Checking rustls-pki-types v1.14.1
15652026-06-29T04:57:11.408Z Compiling rustversion v1.0.22
15662026-06-29T04:57:11.451Z Compiling httparse v1.10.0
15672026-06-29T04:57:11.777Z Compiling crossbeam-utils v0.8.21
15682026-06-29T04:57:11.809Z Checking writeable v0.5.5
15692026-06-29T04:57:11.815Z Compiling aws-lc-sys v0.40.0
15702026-06-29T04:57:11.870Z Checking litemap v0.7.4
15712026-06-29T04:57:12.083Z Compiling generic-array v0.14.5
15722026-06-29T04:57:12.112Z Checking powerfmt v0.2.0
15732026-06-29T04:57:12.127Z Compiling num-conv v0.2.0
15742026-06-29T04:57:12.140Z Compiling time-core v0.1.8
15752026-06-29T04:57:12.255Z Compiling getrandom v0.4.1
15762026-06-29T04:57:12.255Z Checking equivalent v1.0.0
15772026-06-29T04:57:12.280Z Checking hashbrown v0.17.0
15782026-06-29T04:57:12.331Z Compiling time-macros v0.2.27
15792026-06-29T04:57:12.363Z Checking deranged v0.5.5
15802026-06-29T04:57:12.727Z Compiling synstructure v0.13.1
15812026-06-29T04:57:12.746Z Checking indexmap v2.14.0
15822026-06-29T04:57:12.905Z Compiling slog v2.8.2
15832026-06-29T04:57:13.198Z Checking http-body v1.0.1
15842026-06-29T04:57:13.320Z Checking tracing-core v0.1.32
15852026-06-29T04:57:13.323Z Compiling unicase v2.6.0
15862026-06-29T04:57:13.323Z Compiling getrandom v0.3.4
15872026-06-29T04:57:13.331Z Checking bitflags v2.11.0
15882026-06-29T04:57:13.502Z Checking num_threads v0.1.3
15892026-06-29T04:57:13.557Z Compiling rustls v0.23.41
15902026-06-29T04:57:13.581Z Checking percent-encoding v2.3.2
15912026-06-29T04:57:13.610Z Checking icu_locid_transform_data v1.5.0
15922026-06-29T04:57:13.647Z Checking atomic-waker v1.1.2
15932026-06-29T04:57:13.666Z Checking untrusted v0.9.0
15942026-06-29T04:57:13.708Z Checking tracing v0.1.40
15952026-06-29T04:57:13.765Z Compiling num-traits v0.2.14
15962026-06-29T04:57:13.839Z Checking time v0.3.47
15972026-06-29T04:57:13.870Z Checking base64 v0.22.1
15982026-06-29T04:57:14.096Z Checking fnv v1.0.7
15992026-06-29T04:57:14.107Z Checking icu_properties_data v1.5.0
16002026-06-29T04:57:14.183Z Checking tower-layer v0.3.3
16012026-06-29T04:57:14.189Z Compiling usdt-impl v0.6.0
16022026-06-29T04:57:14.194Z Checking try-lock v0.2.3
16032026-06-29T04:57:14.231Z Compiling crc32fast v1.5.0
16042026-06-29T04:57:14.277Z Checking tower-service v0.3.3
16052026-06-29T04:57:14.377Z Checking subtle v2.5.0
16062026-06-29T04:57:14.377Z Checking want v0.3.0
16072026-06-29T04:57:14.634Z Checking hybrid-array v0.4.8
16082026-06-29T04:57:14.673Z Checking errno v0.3.10
16092026-06-29T04:57:14.714Z Compiling thread-id v5.0.0
16102026-06-29T04:57:14.768Z Checking utf8_iter v1.0.4
16112026-06-29T04:57:14.787Z Compiling rustix v1.1.4
16122026-06-29T04:57:14.790Z Checking simd-adler32 v0.3.7
16132026-06-29T04:57:14.793Z Checking httpdate v1.0.1
16142026-06-29T04:57:14.885Z Checking icu_normalizer_data v1.5.0
16152026-06-29T04:57:14.921Z Compiling byteorder v1.4.3
16162026-06-29T04:57:14.928Z Checking utf16_iter v1.0.5
16172026-06-29T04:57:14.932Z Checking adler2 v2.0.1
16182026-06-29T04:57:14.947Z Checking write16 v1.0.0
16192026-06-29T04:57:15.014Z Compiling serde_derive v1.0.228
16202026-06-29T04:57:15.020Z Compiling thiserror-impl v2.0.18
16212026-06-29T04:57:15.024Z Compiling zerofrom-derive v0.1.5
16222026-06-29T04:57:15.029Z Compiling tokio-macros v2.7.0
16232026-06-29T04:57:15.069Z Compiling yoke-derive v0.7.5
16242026-06-29T04:57:15.139Z Compiling zerovec-derive v0.10.3
16252026-06-29T04:57:15.223Z Compiling futures-macro v0.3.32
16262026-06-29T04:57:16.155Z Checking tokio v1.52.3
16272026-06-29T04:57:16.409Z Compiling displaydoc v0.2.5
16282026-06-29T04:57:16.650Z Checking futures-util v0.3.32
16292026-06-29T04:57:16.899Z Compiling zerocopy-derive v0.8.27
16302026-06-29T04:57:17.151Z Compiling pest v2.8.1
16312026-06-29T04:57:17.196Z Checking zerofrom v0.1.5
16322026-06-29T04:57:17.312Z Checking yoke v0.7.5
16332026-06-29T04:57:17.523Z Checking zerovec v0.10.4
16342026-06-29T04:57:17.710Z Compiling icu_provider_macros v1.5.0
16352026-06-29T04:57:18.150Z Checking tinystr v0.7.6
16362026-06-29T04:57:18.322Z Compiling pest_meta v2.8.1
16372026-06-29T04:57:18.415Z Checking icu_locid v1.5.0
16382026-06-29T04:57:18.516Z Checking icu_collections v1.5.0
16392026-06-29T04:57:18.551Z Compiling scroll_derive v0.13.1
16402026-06-29T04:57:18.834Z Checking icu_provider v1.5.0
16412026-06-29T04:57:19.123Z Compiling pest_generator v2.8.1
16422026-06-29T04:57:19.175Z Checking tokio-util v0.7.18
16432026-06-29T04:57:19.207Z Checking erased-serde v0.3.31
16442026-06-29T04:57:19.385Z Checking icu_locid_transform v1.5.0
16452026-06-29T04:57:19.673Z Checking h2 v0.4.14
16462026-06-29T04:57:19.739Z Checking scroll v0.13.0
16472026-06-29T04:57:19.863Z Checking icu_properties v1.5.1
16482026-06-29T04:57:19.920Z Compiling serde_tokenstream v0.2.3
16492026-06-29T04:57:20.025Z Checking plain v0.2.3
16502026-06-29T04:57:20.095Z Compiling dof v0.4.0
16512026-06-29T04:57:20.125Z Checking goblin v0.10.1
16522026-06-29T04:57:20.344Z Compiling pest_derive v2.8.1
16532026-06-29T04:57:20.864Z Checking miniz_oxide v0.8.9
16542026-06-29T04:57:21.192Z Compiling dtrace-parser v0.3.0
16552026-06-29T04:57:21.270Z Checking icu_normalizer v1.5.0
16562026-06-29T04:57:21.557Z Checking rand_core v0.9.5
16572026-06-29T04:57:21.563Z Checking hyper v1.10.1
16582026-06-29T04:57:21.629Z Checking crypto-common v0.1.6
16592026-06-29T04:57:21.676Z Checking block-buffer v0.10.2
16602026-06-29T04:57:21.720Z Checking form_urlencoded v1.2.2
16612026-06-29T04:57:21.790Z Compiling rustix v0.38.44
16622026-06-29T04:57:21.866Z Compiling ryu v1.0.5
16632026-06-29T04:57:22.058Z Checking pretty-hex v0.4.1
16642026-06-29T04:57:22.091Z Checking openssl-probe v0.2.1
16652026-06-29T04:57:22.172Z Checking iana-time-zone v0.1.47
16662026-06-29T04:57:22.195Z Checking ipnet v2.10.0
16672026-06-29T04:57:22.206Z Checking mime v0.3.16
16682026-06-29T04:57:22.213Z Checking ppv-lite86 v0.2.15
16692026-06-29T04:57:22.271Z Checking chrono v0.4.45
16702026-06-29T04:57:22.368Z Checking rustls-native-certs v0.8.3
16712026-06-29T04:57:22.411Z Checking digest v0.10.7
16722026-06-29T04:57:22.474Z Checking rand_chacha v0.9.0
16732026-06-29T04:57:22.485Z Checking idna_adapter v1.2.0
16742026-06-29T04:57:22.500Z Checking hyper-util v0.1.20
16752026-06-29T04:57:22.572Z Checking flate2 v1.1.9
16762026-06-29T04:57:22.774Z Checking block-buffer v0.12.0
16772026-06-29T04:57:22.821Z Checking crypto-common v0.2.1
16782026-06-29T04:57:22.857Z Checking concurrent-queue v2.5.0
16792026-06-29T04:57:22.914Z Compiling serde_derive_internals v0.29.0
16802026-06-29T04:57:23.029Z Checking thread_local v1.1.4
16812026-06-29T04:57:23.186Z Checking sync_wrapper v1.0.1
16822026-06-29T04:57:23.193Z Compiling multer v3.1.0
16832026-06-29T04:57:23.246Z Checking encoding_rs v0.8.32
16842026-06-29T04:57:23.281Z Checking cpufeatures v0.2.17
16852026-06-29T04:57:23.304Z Checking compression-core v0.4.32
16862026-06-29T04:57:23.343Z Checking const-oid v0.10.2
16872026-06-29T04:57:23.422Z Checking fastrand v2.1.1
16882026-06-29T04:57:23.494Z Compiling camino v1.2.3
16892026-06-29T04:57:23.579Z Compiling schemars v0.8.22
16902026-06-29T04:57:23.594Z Checking match_cfg v0.1.0
16912026-06-29T04:57:23.613Z Compiling paste v1.0.15
16922026-06-29T04:57:23.654Z Checking parking v2.2.0
16932026-06-29T04:57:23.767Z Compiling slog-async v2.8.0
16942026-06-29T04:57:23.820Z Checking winnow v1.0.0
16952026-06-29T04:57:23.943Z Checking event-listener v5.0.0
16962026-06-29T04:57:23.993Z Checking hostname v0.3.1
16972026-06-29T04:57:24.077Z Compiling schemars_derive v0.8.22
16982026-06-29T04:57:24.083Z Checking tempfile v3.27.0
16992026-06-29T04:57:24.097Z Checking toml_parser v1.1.2+spec-1.1.0
17002026-06-29T04:57:24.134Z Checking digest v0.11.2
17012026-06-29T04:57:24.181Z Checking compression-codecs v0.4.38
17022026-06-29T04:57:24.188Z Checking sha1 v0.10.6
17032026-06-29T04:57:24.268Z Checking tower v0.5.2
17042026-06-29T04:57:24.274Z Checking rand v0.9.2
17052026-06-29T04:57:24.374Z Checking idna v1.0.3
17062026-06-29T04:57:24.385Z Compiling mime_guess v2.0.5
17072026-06-29T04:57:24.621Z Compiling usdt-attr-macro v0.6.0
17082026-06-29T04:57:24.652Z Compiling usdt-macro v0.6.0
17092026-06-29T04:57:24.720Z Checking slog-json v2.6.1
17102026-06-29T04:57:24.741Z Checking futures-executor v0.3.32
17112026-06-29T04:57:24.875Z Compiling async-stream-impl v0.3.6
17122026-06-29T04:57:24.886Z Checking uuid v1.23.3
17132026-06-29T04:57:25.156Z Checking http-body-util v0.1.3
17142026-06-29T04:57:25.177Z Checking crossbeam-channel v0.5.15
17152026-06-29T04:57:25.186Z Checking serde_spanned v1.1.1
17162026-06-29T04:57:25.310Z Checking toml_datetime v1.1.1+spec-1.1.0
17172026-06-29T04:57:25.364Z Checking memmap2 v0.9.8
17182026-06-29T04:57:25.501Z Checking is-terminal v0.4.12
17192026-06-29T04:57:25.507Z Compiling dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot)
17202026-06-29T04:57:25.519Z Checking spin v0.9.8
17212026-06-29T04:57:25.581Z Compiling anyhow v1.0.102
17222026-06-29T04:57:25.622Z Checking take_mut v0.2.2
17232026-06-29T04:57:25.722Z Checking dyn-clone v1.0.4
17242026-06-29T04:57:25.735Z Checking cpufeatures v0.3.0
17252026-06-29T04:57:25.799Z Compiling semver v1.0.28
17262026-06-29T04:57:25.805Z Checking data-encoding v2.4.0
17272026-06-29T04:57:25.805Z Compiling heck v0.5.0
17282026-06-29T04:57:25.822Z Checking iri-string v0.7.8
17292026-06-29T04:57:25.846Z Checking term v1.1.0
17302026-06-29T04:57:25.960Z Checking toml_writer v1.1.1+spec-1.1.0
17312026-06-29T04:57:26.046Z Checking unicode-width v0.1.9
17322026-06-29T04:57:26.049Z Checking lazy_static v1.5.0
17332026-06-29T04:57:26.057Z Checking unicode-segmentation v1.10.0
17342026-06-29T04:57:26.061Z Checking slog-term v2.9.2
17352026-06-29T04:57:26.130Z Checking toml v1.1.2+spec-1.1.0
17362026-06-29T04:57:26.131Z Compiling dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
17372026-06-29T04:57:26.144Z Checking console v0.15.7
17382026-06-29T04:57:26.308Z Checking tungstenite v0.29.0
17392026-06-29T04:57:26.323Z Checking newline-converter v0.3.0
17402026-06-29T04:57:26.420Z Checking usdt v0.6.0
17412026-06-29T04:57:26.570Z Checking async-stream v0.3.6
17422026-06-29T04:57:26.598Z Checking sha1 v0.11.0
17432026-06-29T04:57:26.747Z Checking atomicwrites v0.4.4
17442026-06-29T04:57:26.778Z Checking futures v0.3.32
17452026-06-29T04:57:26.827Z Checking tower-http v0.6.8
17462026-06-29T04:57:26.847Z Checking slog-bunyan v2.5.0
17472026-06-29T04:57:26.855Z Checking url v2.5.4
17482026-06-29T04:57:26.860Z Checking serde_urlencoded v0.7.1
17492026-06-29T04:57:26.870Z Checking async-compression v0.4.42
17502026-06-29T04:57:26.919Z Checking event-listener-strategy v0.5.4
17512026-06-29T04:57:27.047Z Checking openapiv3 v2.2.0
17522026-06-29T04:57:27.085Z Compiling async-trait v0.1.89
17532026-06-29T04:57:27.099Z Checking yasna v0.6.0
17542026-06-29T04:57:27.231Z Checking pem v3.0.6
17552026-06-29T04:57:27.284Z Checking waitgroup v0.1.2
17562026-06-29T04:57:27.379Z Checking rustls-pemfile v2.2.0
17572026-06-29T04:57:27.382Z Checking serde_path_to_error v0.1.20
17582026-06-29T04:57:27.471Z Checking hostname v0.4.2
17592026-06-29T04:57:27.564Z Checking debug-ignore v1.0.5
17602026-06-29T04:57:27.606Z Checking similar v2.2.1
17612026-06-29T04:57:27.641Z Checking simple-mermaid v0.2.0
17622026-06-29T04:57:27.658Z Checking async-channel v2.5.0
17632026-06-29T04:57:27.710Z Checking tokio-tungstenite v0.29.0
17642026-06-29T04:57:27.927Z Checking expectorate v1.2.0
17652026-06-29T04:57:27.943Z Checking buf-list v1.1.2
17662026-06-29T04:57:28.020Z Checking subprocess v1.1.0
17672026-06-29T04:57:33.490Z Checking rustls-webpki v0.103.13
17682026-06-29T04:57:33.493Z Checking rcgen v0.14.8
17692026-06-29T04:57:35.671Z Checking tokio-rustls v0.26.4
17702026-06-29T04:57:35.674Z Checking rustls-platform-verifier v0.6.2
17712026-06-29T04:57:35.860Z Checking hyper-rustls v0.27.9
17722026-06-29T04:57:36.028Z Checking reqwest v0.13.4
17732026-06-29T04:57:37.482Z Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot)
17742026-06-29T04:57:37.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.22s
17752026-06-29T04:57:37.793Z
17762026-06-29T04:57:37.794Z
17772026-06-29T04:58:03.317Ztest tests/fail/bad_channel10.rs ... ok
17782026-06-29T04:58:03.317Ztest tests/fail/bad_channel11.rs ... ok
17792026-06-29T04:58:03.317Ztest tests/fail/bad_channel12.rs ... ok
17802026-06-29T04:58:03.317Ztest tests/fail/bad_channel13.rs ... ok
17812026-06-29T04:58:03.317Ztest tests/fail/bad_channel14.rs ... ok
17822026-06-29T04:58:03.317Ztest tests/fail/bad_channel15.rs ... ok
17832026-06-29T04:58:03.317Ztest tests/fail/bad_channel17.rs ... ok
17842026-06-29T04:58:03.321Ztest tests/fail/bad_channel18.rs ... ok
17852026-06-29T04:58:03.321Ztest tests/fail/bad_channel19.rs ... ok
17862026-06-29T04:58:03.321Ztest tests/fail/bad_channel1a.rs ... ok
17872026-06-29T04:58:03.321Ztest tests/fail/bad_channel1b.rs ... ok
17882026-06-29T04:58:03.321Ztest tests/fail/bad_channel2.rs ... ok
17892026-06-29T04:58:03.321Ztest tests/fail/bad_channel20.rs ... ok
17902026-06-29T04:58:03.321Ztest tests/fail/bad_channel21.rs ... ok
17912026-06-29T04:58:03.321Ztest tests/fail/bad_channel22.rs ... ok
17922026-06-29T04:58:03.321Ztest tests/fail/bad_channel23.rs ... ok
17932026-06-29T04:58:03.321Ztest tests/fail/bad_channel24.rs ... ok
17942026-06-29T04:58:03.321Ztest tests/fail/bad_channel25.rs ... ok
17952026-06-29T04:58:03.321Ztest tests/fail/bad_channel26.rs ... ok
17962026-06-29T04:58:03.322Ztest tests/fail/bad_channel27.rs ... ok
17972026-06-29T04:58:03.322Ztest tests/fail/bad_channel28.rs ... ok
17982026-06-29T04:58:03.322Ztest tests/fail/bad_channel3.rs ... ok
17992026-06-29T04:58:03.322Ztest tests/fail/bad_channel4.rs ... ok
18002026-06-29T04:58:03.322Ztest tests/fail/bad_channel5.rs ... ok
18012026-06-29T04:58:03.322Ztest tests/fail/bad_channel6.rs ... ok
18022026-06-29T04:58:03.322Ztest tests/fail/bad_channel8.rs ... ok
18032026-06-29T04:58:03.322Ztest tests/fail/bad_channel9.rs ... ok
18042026-06-29T04:58:03.322Ztest tests/fail/bad_endpoint1.rs ... ok
18052026-06-29T04:58:03.322Ztest tests/fail/bad_endpoint10.rs ... ok
18062026-06-29T04:58:03.322Ztest tests/fail/bad_endpoint11.rs ... ok
18072026-06-29T04:58:03.322Ztest tests/fail/bad_endpoint12.rs ... ok
18082026-06-29T04:58:03.322Ztest tests/fail/bad_endpoint13.rs ... ok
18092026-06-29T04:58:03.322Ztest tests/fail/bad_endpoint14.rs ... ok
18102026-06-29T04:58:03.322Ztest tests/fail/bad_endpoint15.rs ... ok
18112026-06-29T04:58:03.322Ztest tests/fail/bad_endpoint16.rs ... ok
18122026-06-29T04:58:03.322Ztest tests/fail/bad_endpoint17.rs ... ok
18132026-06-29T04:58:03.322Ztest tests/fail/bad_endpoint18.rs ... ok
18142026-06-29T04:58:03.322Ztest tests/fail/bad_endpoint19.rs ... ok
18152026-06-29T04:58:03.322Ztest tests/fail/bad_endpoint2.rs ... ok
18162026-06-29T04:58:03.322Ztest tests/fail/bad_endpoint20.rs ... ok
18172026-06-29T04:58:03.322Ztest tests/fail/bad_endpoint21.rs ... ok
18182026-06-29T04:58:03.322Ztest tests/fail/bad_endpoint22.rs ... ok
18192026-06-29T04:58:03.322Ztest tests/fail/bad_endpoint23.rs ... ok
18202026-06-29T04:58:03.322Ztest tests/fail/bad_endpoint24.rs ... ok
18212026-06-29T04:58:03.322Ztest tests/fail/bad_endpoint25.rs ... ok
18222026-06-29T04:58:03.322Ztest tests/fail/bad_endpoint26.rs ... ok
18232026-06-29T04:58:03.322Ztest tests/fail/bad_endpoint27.rs ... ok
18242026-06-29T04:58:03.322Ztest tests/fail/bad_endpoint28.rs ... ok
18252026-06-29T04:58:03.322Ztest tests/fail/bad_endpoint3.rs ... ok
18262026-06-29T04:58:03.322Ztest tests/fail/bad_endpoint4.rs ... ok
18272026-06-29T04:58:03.322Ztest tests/fail/bad_endpoint5.rs ... ok
18282026-06-29T04:58:03.322Ztest tests/fail/bad_endpoint6.rs ... ok
18292026-06-29T04:58:03.322Ztest tests/fail/bad_endpoint7.rs ... ok
18302026-06-29T04:58:03.322Ztest tests/fail/bad_endpoint8.rs ... ok
18312026-06-29T04:58:03.322Ztest tests/fail/bad_endpoint9.rs ... ok
18322026-06-29T04:58:03.322Ztest tests/fail/bad_trait_channel10.rs ... ok
18332026-06-29T04:58:03.322Ztest tests/fail/bad_trait_channel11.rs ... ok
18342026-06-29T04:58:03.323Ztest tests/fail/bad_trait_channel12.rs ... ok
18352026-06-29T04:58:03.323Ztest tests/fail/bad_trait_channel13.rs ... ok
18362026-06-29T04:58:03.323Ztest tests/fail/bad_trait_channel14.rs ... ok
18372026-06-29T04:58:03.323Ztest tests/fail/bad_trait_channel15.rs ... ok
18382026-06-29T04:58:03.323Ztest tests/fail/bad_trait_channel17.rs ... ok
18392026-06-29T04:58:03.323Ztest tests/fail/bad_trait_channel18.rs ... ok
18402026-06-29T04:58:03.323Ztest tests/fail/bad_trait_channel19.rs ... ok
18412026-06-29T04:58:03.323Ztest tests/fail/bad_trait_channel1a.rs ... ok
18422026-06-29T04:58:03.323Ztest tests/fail/bad_trait_channel1b.rs ... ok
18432026-06-29T04:58:03.323Ztest tests/fail/bad_trait_channel2.rs ... ok
18442026-06-29T04:58:03.323Ztest tests/fail/bad_trait_channel20.rs ... ok
18452026-06-29T04:58:03.323Ztest tests/fail/bad_trait_channel21.rs ... ok
18462026-06-29T04:58:03.323Ztest tests/fail/bad_trait_channel22.rs ... ok
18472026-06-29T04:58:03.323Ztest tests/fail/bad_trait_channel23.rs ... ok
18482026-06-29T04:58:03.323Ztest tests/fail/bad_trait_channel24.rs ... ok
18492026-06-29T04:58:03.323Ztest tests/fail/bad_trait_channel25.rs ... ok
18502026-06-29T04:58:03.323Ztest tests/fail/bad_trait_channel26.rs ... ok
18512026-06-29T04:58:03.323Ztest tests/fail/bad_trait_channel28.rs ... ok
18522026-06-29T04:58:03.323Ztest tests/fail/bad_trait_channel3.rs ... ok
18532026-06-29T04:58:03.323Ztest tests/fail/bad_trait_channel4.rs ... ok
18542026-06-29T04:58:03.323Ztest tests/fail/bad_trait_channel5.rs ... ok
18552026-06-29T04:58:03.323Ztest tests/fail/bad_trait_channel6.rs ... ok
18562026-06-29T04:58:03.323Ztest tests/fail/bad_trait_channel8.rs ... ok
18572026-06-29T04:58:03.323Ztest tests/fail/bad_trait_channel9.rs ... ok
18582026-06-29T04:58:03.323Ztest tests/fail/bad_trait_endpoint1.rs ... ok
18592026-06-29T04:58:03.323Ztest tests/fail/bad_trait_endpoint10.rs ... ok
18602026-06-29T04:58:03.323Ztest tests/fail/bad_trait_endpoint11.rs ... ok
18612026-06-29T04:58:03.323Ztest tests/fail/bad_trait_endpoint12.rs ... ok
18622026-06-29T04:58:03.323Ztest tests/fail/bad_trait_endpoint13.rs ... ok
18632026-06-29T04:58:03.323Ztest tests/fail/bad_trait_endpoint14.rs ... ok
18642026-06-29T04:58:03.323Ztest tests/fail/bad_trait_endpoint15.rs ... ok
18652026-06-29T04:58:03.323Ztest tests/fail/bad_trait_endpoint16.rs ... ok
18662026-06-29T04:58:03.323Ztest tests/fail/bad_trait_endpoint17.rs ... ok
18672026-06-29T04:58:03.323Ztest tests/fail/bad_trait_endpoint18.rs ... ok
18682026-06-29T04:58:03.323Ztest tests/fail/bad_trait_endpoint19.rs ... ok
18692026-06-29T04:58:03.323Ztest tests/fail/bad_trait_endpoint2.rs ... ok
18702026-06-29T04:58:03.323Ztest tests/fail/bad_trait_endpoint20.rs ... ok
18712026-06-29T04:58:03.323Ztest tests/fail/bad_trait_endpoint21.rs ... ok
18722026-06-29T04:58:03.324Ztest tests/fail/bad_trait_endpoint22.rs ... ok
18732026-06-29T04:58:03.324Ztest tests/fail/bad_trait_endpoint23.rs ... ok
18742026-06-29T04:58:03.324Ztest tests/fail/bad_trait_endpoint24.rs ... ok
18752026-06-29T04:58:03.324Ztest tests/fail/bad_trait_endpoint25.rs ... ok
18762026-06-29T04:58:03.324Ztest tests/fail/bad_trait_endpoint26.rs ... ok
18772026-06-29T04:58:03.324Ztest tests/fail/bad_trait_endpoint27.rs ... ok
18782026-06-29T04:58:03.324Ztest tests/fail/bad_trait_endpoint28.rs ... ok
18792026-06-29T04:58:03.324Ztest tests/fail/bad_trait_endpoint3.rs ... ok
18802026-06-29T04:58:03.324Ztest tests/fail/bad_trait_endpoint4.rs ... ok
18812026-06-29T04:58:03.324Ztest tests/fail/bad_trait_endpoint5.rs ... ok
18822026-06-29T04:58:03.324Ztest tests/fail/bad_trait_endpoint6.rs ... ok
18832026-06-29T04:58:03.324Ztest tests/fail/bad_trait_endpoint7.rs ... ok
18842026-06-29T04:58:03.328Ztest tests/fail/bad_trait_endpoint8.rs ... ok
18852026-06-29T04:58:03.328Ztest tests/fail/bad_trait_endpoint9.rs ... ok
18862026-06-29T04:58:03.328Ztest tests/fail/bad_trait_endpoint_error.rs ... ok
18872026-06-29T04:58:03.328Ztest tests/fail/bad_trait_only1.rs ... ok
18882026-06-29T04:58:03.328Ztest tests/fail/bad_trait_only10.rs ... ok
18892026-06-29T04:58:03.328Ztest tests/fail/bad_trait_only11.rs ... ok
18902026-06-29T04:58:03.328Ztest tests/fail/bad_trait_only12.rs ... ok
18912026-06-29T04:58:03.328Ztest tests/fail/bad_trait_only13.rs ... ok
18922026-06-29T04:58:03.328Ztest tests/fail/bad_trait_only14.rs ... ok
18932026-06-29T04:58:03.328Ztest tests/fail/bad_trait_only15.rs ... ok
18942026-06-29T04:58:03.328Ztest tests/fail/bad_trait_only16.rs ... ok
18952026-06-29T04:58:03.328Ztest tests/fail/bad_trait_only17.rs ... ok
18962026-06-29T04:58:03.328Ztest tests/fail/bad_trait_only18.rs ... ok
18972026-06-29T04:58:03.328Ztest tests/fail/bad_trait_only19.rs ... ok
18982026-06-29T04:58:03.328Ztest tests/fail/bad_trait_only2.rs ... ok
18992026-06-29T04:58:03.328Ztest tests/fail/bad_trait_only20.rs ... ok
19002026-06-29T04:58:03.328Ztest tests/fail/bad_trait_only21.rs ... ok
19012026-06-29T04:58:03.328Ztest tests/fail/bad_trait_only22.rs ... ok
19022026-06-29T04:58:03.328Ztest tests/fail/bad_trait_only3.rs ... ok
19032026-06-29T04:58:03.328Ztest tests/fail/bad_trait_only4.rs ... ok
19042026-06-29T04:58:03.328Ztest tests/fail/bad_trait_only5.rs ... ok
19052026-06-29T04:58:03.328Ztest tests/fail/bad_trait_only6.rs ... ok
19062026-06-29T04:58:03.328Ztest tests/fail/bad_trait_only7.rs ... ok
19072026-06-29T04:58:03.328Ztest tests/fail/bad_trait_only8.rs ... ok
19082026-06-29T04:58:03.328Ztest tests/fail/bad_trait_only9.rs ... ok
19092026-06-29T04:58:03.328Ztest tests/fail/bad_version_backwards.rs ... ok
19102026-06-29T04:58:03.328Ztest tests/fail/unused_endpoint.rs ... ok
19112026-06-29T04:58:03.328Z
19122026-06-29T04:58:03.328Z
19132026-06-29T04:58:03.328Ztest fail ... ok
19142026-06-29T04:58:03.328Z
19152026-06-29T04:58:03.328Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 55.03s
19162026-06-29T04:58:03.328Z
19172026-06-29T04:58:03.328Z Running `/work/oxidecomputer/dropshot/target/debug/deps/integration_tests-25ef1067a9d2dfb4`
19182026-06-29T04:58:03.332Z
19192026-06-29T04:58:03.332Zrunning 100 tests
19202026-06-29T04:58:03.332Ztest api_trait::test_api_trait_with_disallowed_tags ... ok
19212026-06-29T04:58:03.332Ztest config::test_config_bad_bind_address_port_too_small ... ok
19222026-06-29T04:58:03.332Ztest config::test_config_bad_request_body_max_bytes_negative ... ok
19232026-06-29T04:58:03.332Ztest config::test_config_bad_bind_address_garbage ... ok
19242026-06-29T04:58:03.332Ztest config::test_config_bad_bind_address_port_too_large ... ok
19252026-06-29T04:58:03.332Ztest config::test_config_bad_request_body_max_bytes_too_large ... ok
19262026-06-29T04:58:03.332Ztest config::test_config_deprecated_request_body_max_bytes ... ok
19272026-06-29T04:58:03.332Ztest api_trait::test_api_trait_with_complex_tags ... ok
19282026-06-29T04:58:03.332Ztest api_trait::test_api_trait_with_empty_tag_config ... ok
19292026-06-29T04:58:03.332Ztest config::test_valid_config_all_settings ... ok
19302026-06-29T04:58:03.332Ztest config::test_valid_config_basic ... ok
19312026-06-29T04:58:03.332Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-test_unversioned_servers_with_versioned_routes.6357.6.log"
19322026-06-29T04:58:03.332Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-config_handler_task_mode_detached.6357.4.log"
19332026-06-29T04:58:03.332Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-config_handler_task_mode_cancel.6357.5.log"
19342026-06-29T04:58:03.332Ztest config::test_valid_config_empty ... ok
19352026-06-29T04:58:03.332Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-config_bind_address_https.6357.0.log"
19362026-06-29T04:58:03.332Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-config_bind_address_http.6357.1.log"
19372026-06-29T04:58:03.332Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-api_trait_basic.6357.3.log"
19382026-06-29T04:58:03.332Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-config_bind_address_https_buffer.6357.2.log"
19392026-06-29T04:58:03.332Ztest config::test_unversioned_servers_with_versioned_routes ... ok
19402026-06-29T04:58:03.332Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-test_enum_extractor_error.6357.7.log"
19412026-06-29T04:58:03.332Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-test_enum_user_error.6357.8.log"
19422026-06-29T04:58:03.336Ztest config::test_config_handler_task_mode_cancel ... ok
19432026-06-29T04:58:03.336Ztest config::test_config_handler_task_mode_detached ... ok
19442026-06-29T04:58:03.336Ztest custom_errors::test_enum_extractor_error ... ok
19452026-06-29T04:58:03.336Ztest custom_errors::test_enum_user_error ... ok
19462026-06-29T04:58:03.336Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-test_struct_user_error.6357.10.log"
19472026-06-29T04:58:03.336Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-test_struct_extractor_error.6357.9.log"
19482026-06-29T04:58:03.336Ztest api_trait::test_api_trait_basic ... ok
19492026-06-29T04:58:03.336Ztest custom_errors::test_trait_based_api ... ok
19502026-06-29T04:58:03.336Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-test_trait_enum_user_error.6357.11.log"
19512026-06-29T04:58:03.336Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-test_trait_struct_user_error.6357.12.log"
19522026-06-29T04:58:03.336Ztest config::test_config_bind_address_http ... ok
19532026-06-29T04:58:03.336Ztest custom_errors::test_struct_user_error ... ok
19542026-06-29T04:58:03.336Ztest custom_errors::test_struct_extractor_error ... ok
19552026-06-29T04:58:03.336Ztest custom_errors::test_trait_enum_user_error ... ok
19562026-06-29T04:58:03.336Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-test_302_bogus.6357.13.log"
19572026-06-29T04:58:03.336Ztest custom_errors::test_trait_struct_user_error ... ok
19582026-06-29T04:58:03.336Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-test_302_found.6357.14.log"
19592026-06-29T04:58:03.336Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-test_delete_request.6357.16.log"
19602026-06-29T04:58:03.355Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-test_303_see_other.6357.15.log"
19612026-06-29T04:58:03.355Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-demo1.6357.18.log"
19622026-06-29T04:58:03.355Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-test_307_temporary_redirect.6357.17.log"
19632026-06-29T04:58:03.355Ztest demo::test_302_found ... ok
19642026-06-29T04:58:03.355Ztest demo::test_delete_request ... ok
19652026-06-29T04:58:03.355Ztest demo::test_demo1 ... ok
19662026-06-29T04:58:03.355Ztest demo::test_302_bogus ... ok
19672026-06-29T04:58:03.355Ztest demo::test_303_see_other ... ok
19682026-06-29T04:58:03.355Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-demo2json.6357.19.log"
19692026-06-29T04:58:03.355Ztest demo::test_307_temporary_redirect ... ok
19702026-06-29T04:58:03.355Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-demo2query.6357.20.log"
19712026-06-29T04:58:03.355Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-demo2urlencoded.6357.21.log"
19722026-06-29T04:58:03.355Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-demo3json.6357.23.log"
19732026-06-29T04:58:03.355Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-demo_path_param_string.6357.22.log"
19742026-06-29T04:58:03.355Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-demo_path_param_u32.6357.24.log"
19752026-06-29T04:58:03.355Ztest demo::test_demo3json ... ok
19762026-06-29T04:58:03.355Ztest demo::test_demo_path_param_u32 ... ok
19772026-06-29T04:58:03.355Ztest demo::test_demo2query ... ok
19782026-06-29T04:58:03.355Ztest demo::test_demo2urlencoded ... ok
19792026-06-29T04:58:03.355Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-demo_path_param_uuid.6357.25.log"
19802026-06-29T04:58:03.355Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-test_head_request.6357.27.log"
19812026-06-29T04:58:03.356Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-demo_websocket.6357.26.log"
19822026-06-29T04:58:03.356Ztest demo::test_demo2json ... ok
19832026-06-29T04:58:03.356Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-test_header_request.6357.28.log"
19842026-06-29T04:58:03.356Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-test_large_typed_body.6357.29.log"
19852026-06-29T04:58:03.356Ztest demo::test_demo_path_param_uuid ... ok
19862026-06-29T04:58:03.356Ztest demo::test_head_request ... ok
19872026-06-29T04:58:03.356Ztest demo::test_demo_path_param_string ... ok
19882026-06-29T04:58:03.356Ztest demo::test_header_request ... ok
19892026-06-29T04:58:03.356Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-test_request_compat.6357.30.log"
19902026-06-29T04:58:03.356Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-tet_raw_request.6357.31.log"
19912026-06-29T04:58:03.356Ztest demo::test_demo_websocket ... ok
19922026-06-29T04:58:03.356Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-test_request_remote_addr.6357.32.log"
19932026-06-29T04:58:03.356Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-test_streaming_body.6357.33.log"
19942026-06-29T04:58:03.356Ztest demo::test_request_compat ... ok
19952026-06-29T04:58:03.356Ztest demo::test_raw_request ... ok
19962026-06-29T04:58:03.356Ztest demo::test_request_remote_addr ... ok
19972026-06-29T04:58:03.356Ztest demo::test_large_typed_body ... ok
19982026-06-29T04:58:03.356Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-graceful_shutdown_with_detached_handler.6357.34.log"
19992026-06-29T04:58:03.356Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-compression_config_disabled.6357.35.log"
20002026-06-29T04:58:03.356Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-test_untyped_body.6357.36.log"
20012026-06-29T04:58:03.356Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-compression_config_enabled.6357.37.log"
20022026-06-29T04:58:03.356Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-compression_disabled_extension.6357.38.log"
20032026-06-29T04:58:03.356Ztest demo::test_streaming_body ... ok
20042026-06-29T04:58:03.356Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-gzip_compression_multiple_encodings.6357.39.log"
20052026-06-29T04:58:03.356Ztest gzip::test_compression_disabled_with_extension ... ok
20062026-06-29T04:58:03.356Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-gzip_compression_accept_encoding.6357.40.log"
20072026-06-29T04:58:03.356Ztest demo::test_untyped_body ... ok
20082026-06-29T04:58:03.356Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-json_suffix_compressed.6357.41.log"
20092026-06-29T04:58:03.356Ztest gzip::test_json_suffix_is_compressed ... ok
20102026-06-29T04:58:03.356Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-no_compression_small_response.6357.42.log"
20112026-06-29T04:58:03.356Ztest gzip::test_no_compression_below_size_threshold ... ok
20122026-06-29T04:58:03.356Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-no_compression_204.6357.43.log"
20132026-06-29T04:58:03.356Ztest gzip::test_no_compression_for_204_no_content ... ok
20142026-06-29T04:58:03.356Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-no_compression_304.6357.44.log"
20152026-06-29T04:58:03.356Ztest gzip::test_no_compression_for_304_not_modified ... ok
20162026-06-29T04:58:03.356Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-no_compression_non_compressible.6357.45.log"
20172026-06-29T04:58:03.356Ztest gzip::test_no_compression_for_non_compressible_content_types ... ok
20182026-06-29T04:58:03.356Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-no_gzip_without_accept.6357.46.log"
20192026-06-29T04:58:03.357Ztest gzip::test_compression_config_disabled ... ok
20202026-06-29T04:58:03.357Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-reject_gzip_quality_zero.6357.47.log"
20212026-06-29T04:58:03.361Ztest gzip::test_no_gzip_without_accept_encoding ... ok
20222026-06-29T04:58:03.361Ztest gzip::test_compression_config_enabled ... ok
20232026-06-29T04:58:03.361Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-streaming_with_content_type_compressed.6357.48.log"
20242026-06-29T04:58:03.361Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-streaming_missing_content_type.6357.49.log"
20252026-06-29T04:58:03.361Ztest gzip::test_gzip_compression_accepts_multiple_encodings ... ok
20262026-06-29T04:58:03.361Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-vary_header_set.6357.50.log"
20272026-06-29T04:58:03.361Ztest gzip::test_streaming_without_content_type_skips_compression ... ok
20282026-06-29T04:58:03.361Ztest gzip::test_streaming_with_content_type_is_compressed ... ok
20292026-06-29T04:58:03.361Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-vary_header_no_gzip.6357.51.log"
20302026-06-29T04:58:03.361Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-xml_suffix_compressed.6357.52.log"
20312026-06-29T04:58:03.364Ztest gzip::test_reject_gzip_with_quality_zero ... ok
20322026-06-29T04:58:03.364Ztest gzip::test_xml_suffix_is_compressed ... ok
20332026-06-29T04:58:03.364Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-multipart_client.6357.53.log"
20342026-06-29T04:58:03.364Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-multipart_client.6357.54.log"
20352026-06-29T04:58:03.364Ztest config::test_config_bind_address_https_buffer ... ok
20362026-06-29T04:58:03.364Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-multipart_client.6357.55.log"
20372026-06-29T04:58:03.364Ztest multipart::no_content_type ... ok
20382026-06-29T04:58:03.365Ztest multipart::missing_boundary ... ok
20392026-06-29T04:58:03.365Ztest config::test_config_bind_address_https ... ok
20402026-06-29T04:58:03.365Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-multipart_client.6357.56.log"
20412026-06-29T04:58:03.365Ztest multipart::test_multipart_client ... ok
20422026-06-29T04:58:03.365Ztest multipart::weird_content_type ... ok
20432026-06-29T04:58:03.365Ztest openapi::test_openapi_custom_error_types ... ok
20442026-06-29T04:58:03.365Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-pagination-basic.6357.57.log"
20452026-06-29T04:58:03.365Ztest openapi::test_openapi_custom_error_types_trait_based ... ok
20462026-06-29T04:58:03.365Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-pagination-multiple-resources.6357.58.log"
20472026-06-29T04:58:03.368Ztest openapi::test_openapi ... ok
20482026-06-29T04:58:03.368Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-pagination-multiple-sorts.6357.59.log"
20492026-06-29T04:58:03.386Ztest openapi::test_openapi_fuller ... ok
20502026-06-29T04:58:03.389Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-basic.6357.60.log"
20512026-06-29T04:58:03.389Ztest gzip::test_vary_header_on_non_gzip_requests ... ok
20522026-06-29T04:58:03.389Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-dictionary.6357.61.log"
20532026-06-29T04:58:03.392Ztest gzip::test_gzip_compression_with_accept_encoding ... ok
20542026-06-29T04:58:03.392Ztest gzip::test_vary_header_is_set ... ok
20552026-06-29T04:58:03.395Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-empty.6357.62.log"
20562026-06-29T04:58:03.395Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-errors.6357.63.log"
20572026-06-29T04:58:03.395Ztest pagination::test_paginate_empty ... ok
20582026-06-29T04:58:03.395Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-extra_params.6357.64.log"
20592026-06-29T04:58:03.395Ztest pagination::test_paginate_errors ... ok
20602026-06-29T04:58:03.398Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-required_params.6357.65.log"
20612026-06-29T04:58:03.398Ztest pagination::test_paginate_extra_params ... ok
20622026-06-29T04:58:03.398Ztest pagination::test_paginate_with_required_params ... ok
20632026-06-29T04:58:03.398Ztest path_names::test_path_names ... ok
20642026-06-29T04:58:03.398Ztest pagination_schema::test_pagination_schema ... ok
20652026-06-29T04:58:03.398Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-test_no_tls.6357.66.log"
20662026-06-29T04:58:03.399Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-test_with_tls.6357.67.log"
20672026-06-29T04:58:03.399Ztest starter::test_no_tls ... ok
20682026-06-29T04:58:03.399Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-non_streaming_servers_do_not_use_transfer_encoding.6357.68.log"
20692026-06-29T04:58:03.402Ztest streaming::test_non_streaming_servers_do_not_use_transfer_encoding ... ok
20702026-06-29T04:58:03.402Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-streaming_server_buffered_client.6357.69.log"
20712026-06-29T04:58:03.407Ztest streaming::test_streaming_server_buffered_client ... ok
20722026-06-29T04:58:03.410Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-streaming_server_streaming_client.6357.70.log"
20732026-06-29T04:58:03.414Ztest pagination::test_paginate_basic ... ok
20742026-06-29T04:58:03.417Ztest streaming::test_streaming_server_streaming_client ... ok
20752026-06-29T04:58:03.417Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-test_server_is_https.6357.71.log"
20762026-06-29T04:58:03.417Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-test_server_is_http.6357.72.log"
20772026-06-29T04:58:03.417Ztest tls::test_server_is_http ... ok
20782026-06-29T04:58:03.417Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-test_tls_aborted_negotiation.6357.73.log"
20792026-06-29T04:58:03.703Ztest starter::test_with_tls ... ok
20802026-06-29T04:58:03.706Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-test_tls_certificate_loading.6357.74.log"
20812026-06-29T04:58:03.718Ztest tls::test_server_is_https ... ok
20822026-06-29T04:58:03.721Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-test_tls_only.6357.75.log"
20832026-06-29T04:58:03.960Ztest pagination::test_paginate_dictionary ... ok
20842026-06-29T04:58:03.963Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-test_tls_refresh_certificates.6357.76.log"
20852026-06-29T04:58:04.007Ztest tls::test_tls_certificate_loading ... ok
20862026-06-29T04:58:04.010Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-test_versions.6357.77.log"
20872026-06-29T04:58:04.022Ztest tls::test_tls_aborted_negotiation ... ok
20882026-06-29T04:58:04.025Znote: configured to log to "/tmp/integration_tests-25ef1067a9d2dfb4-test_versions_on_missing.6357.78.log"
20892026-06-29T04:58:04.076Ztest pagination::test_example_basic ... ok
20902026-06-29T04:58:04.079Ztest versions::test_versions_openapi ... ok
20912026-06-29T04:58:04.079Ztest versions::test_versions_openapi_same_names ... ok
20922026-06-29T04:58:04.132Ztest versions::test_versions_on_missing ... ok
20932026-06-29T04:58:04.135Ztest versions::test_versions ... ok
20942026-06-29T04:58:04.324Ztest tls::test_tls_only ... ok
20952026-06-29T04:58:04.570Ztest tls::test_tls_refresh_certificates ... ok
20962026-06-29T04:58:04.899Ztest pagination::test_example_multiple_sorts ... ok
20972026-06-29T04:58:05.344Ztest detached_shutdown::test_graceful_shutdown_with_detached_handler ... ok
20982026-06-29T04:58:05.554Ztest pagination::test_example_multiple_resources ... ok
20992026-06-29T04:58:05.554Z
21002026-06-29T04:58:05.555Ztest result: ok. 100 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.23s
21012026-06-29T04:58:05.555Z
21022026-06-29T04:58:05.561Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-6166066ad98d54c0`
21032026-06-29T04:58:05.567Z
21042026-06-29T04:58:05.567Zrunning 35 tests
21052026-06-29T04:58:05.570Ztest channel::tests::test_channel_operation_id ... ok
21062026-06-29T04:58:05.570Ztest channel::tests::test_channel_with_versions ... ok
21072026-06-29T04:58:05.573Ztest channel::tests::test_channel_with_unnamed_params ... ok
21082026-06-29T04:58:05.573Ztest api_trait::tests::test_api_trait_no_endpoints ... ok
21092026-06-29T04:58:05.573Ztest endpoint::tests::test_endpoint_bad_metadata ... ok
21102026-06-29T04:58:05.573Ztest endpoint::tests::test_endpoint_bad_context_receiver ... ok
21112026-06-29T04:58:05.573Ztest endpoint::tests::test_endpoint_bad_string ... ok
21122026-06-29T04:58:05.573Ztest doc::tests::test_extract_summary_description ... ok
21132026-06-29T04:58:05.573Ztest endpoint::tests::test_endpoint_bad_versions ... ok
21142026-06-29T04:58:05.573Ztest endpoint::tests::test_endpoint_invalid_item ... ok
21152026-06-29T04:58:05.573Ztest endpoint::tests::test_endpoint_no_arguments ... ok
21162026-06-29T04:58:05.573Ztest channel::tests::test_channel_with_custom_params ... ok
21172026-06-29T04:58:05.573Ztest endpoint::tests::test_endpoint_not_async ... ok
21182026-06-29T04:58:05.573Ztest endpoint::tests::test_endpoint_basic ... ok
21192026-06-29T04:58:05.573Ztest api_trait::tests::test_api_trait_basic ... ok
21202026-06-29T04:58:05.573Ztest endpoint::tests::test_endpoint_context_fully_qualified_names ... ok
21212026-06-29T04:58:05.573Ztest endpoint::tests::test_endpoint_content_type ... ok
21222026-06-29T04:58:05.573Ztest api_trait::tests::test_api_trait_operation_id ... ok
21232026-06-29T04:58:05.573Ztest endpoint::tests::test_endpoint_pub_crate ... ok
21242026-06-29T04:58:05.573Ztest api_trait::tests::test_api_trait_with_custom_params ... ok
21252026-06-29T04:58:05.573Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_1 ... ok
21262026-06-29T04:58:05.573Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_2 ... ok
21272026-06-29T04:58:05.573Ztest endpoint::tests::test_endpoint_with_empty_where_clause ... ok
21282026-06-29T04:58:05.573Ztest endpoint::tests::test_endpoint_with_doc ... ok
21292026-06-29T04:58:05.577Ztest endpoint::tests::test_endpoint_with_query ... ok
21302026-06-29T04:58:05.577Ztest endpoint::tests::test_endpoint_with_tags ... ok
21312026-06-29T04:58:05.577Ztest endpoint::tests::test_endpoint_with_versions_all ... ok
21322026-06-29T04:58:05.577Ztest params::tests::test_extract_rqctx_ty_param ... ok
21332026-06-29T04:58:05.577Ztest syn_parsing::tests::test_busted_function ... ok
21342026-06-29T04:58:05.577Ztest endpoint::tests::test_endpoint_with_unnamed_params ... ok
21352026-06-29T04:58:05.577Ztest endpoint::tests::test_endpoint_with_custom_params ... ok
21362026-06-29T04:58:05.577Ztest endpoint::tests::test_operation_id ... ok
21372026-06-29T04:58:05.577Ztest endpoint::tests::test_endpoint_with_versions_until ... ok
21382026-06-29T04:58:05.577Ztest endpoint::tests::test_endpoint_with_versions_from ... ok
21392026-06-29T04:58:05.577Ztest endpoint::tests::test_endpoint_with_versions_from_until ... ok
21402026-06-29T04:58:05.577Z
21412026-06-29T04:58:05.577Ztest result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
21422026-06-29T04:58:05.577Z
21432026-06-29T04:58:05.580Z Doc-tests dropshot
21442026-06-29T04:58:05.580Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color auto --crate-name dropshot --test dropshot/src/lib.rs --test-run-directory /work/oxidecomputer/dropshot/dropshot -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/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-f3136602c1411c28.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-b322baec7d9b2f70.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-8a5c976c30fa88e4.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-167b3b2cce2dcb05.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-02966344e5d3a469.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-589732fb9e6d26c4.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-41df4296fe79e47b.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7348293daed47d7d.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-7d3b04959edf60bb.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-e013baf8320ecd2e.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-ba9d5c8d5c9e69b4.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-848df4a638b29bf1.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-fa6f60ca5c541482.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-c203ec5f7f305eb0.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-3016cd47fe30698f.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-6e531a1ac3c29188.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-721bc1ef3c5a0086.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-8cc65203b5b16f0e.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-0caa3425aac26dc0.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-410714be2410a040.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-84f74256e6343aba.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-54a84d95e1a4dc4d.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-997a3b77b62523b4.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-80e3adcd38e4b099.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-8821bb668838cb78.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-94718abbaeac9f45.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-1b5fb49e884132e8.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-83c59e7980818693.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-ac9681e17f1f3d8c.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-be6774dfd701dc5d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9ad8073e928d28ee.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-a221d21dd6c1171f.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-05805122ab039925.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-323fc33a628ad594.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5f168ab03cd33f5b.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-bee5277a7c2f43dc.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-ae738ef4e9cfc43f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-1c0a7199486e6482.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-cc47c9579738ded6.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-ea1bad078110ac6c.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6707c1a9b6ef9c0a.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-17dbe2386f32b2d3.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-7c02161db5e3f371.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-fd34d1f75d5a5d3c.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-04384d3e3152b0b8.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-5f78936d2e0e569a.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-cad695c8b514f132.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-8fd67189758adbd5.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-a50d8597d7976e99.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-644b45d43159da17.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-b52b6e5e94eb5d8a.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2f724ab91399a107.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-05c9af0951617ee8.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c4d605c840585183.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-c139825148b5bb24.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-68fbc0e3f67a85e2.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-96ac98fa53e8ff61.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-ca542c8c92d20345.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-5177caf508c614d3.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-9dbb35f04dd96e6a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-7ed5b21cadaf802e.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-dad4b5675c3f49b7.rlib -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -C embed-bitcode=no --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --error-format human`
21452026-06-29T04:58:06.326Z
21462026-06-29T04:58:06.326Zrunning 24 tests
21472026-06-29T04:58:06.329Ztest dropshot/src/compression.rs - compression::NoCompression (line 14) ... ignored
21482026-06-29T04:58:07.548Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 413) ... ok
21492026-06-29T04:58:07.549Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 149) ... ignored
21502026-06-29T04:58:07.549Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 156) ... ignored
21512026-06-29T04:58:07.571Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 472) ... ok
21522026-06-29T04:58:10.839Ztest dropshot/src/error_status_code.rs - error_status_code::ClientErrorStatusCode::from_u16 (line 556) ... ok
21532026-06-29T04:58:10.839Ztest dropshot/src/error_status_code.rs - error_status_code::ErrorStatusCode::from_u16 (line 362) ... ok
21542026-06-29T04:58:10.839Ztest dropshot/src/lib.rs - (line 337) ... ignored
21552026-06-29T04:58:10.989Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 357) ... ok
21562026-06-29T04:58:10.992Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 382) ... ok
21572026-06-29T04:58:11.004Ztest dropshot/src/lib.rs - (line 46) - compile ... ok
21582026-06-29T04:58:11.114Ztest dropshot/src/api_description.rs - api_description::ApiEndpoint<StubContext>::new_for_types (line 154) ... ok
21592026-06-29T04:58:11.129Ztest dropshot/src/config.rs - config::ConfigDropshot (line 31) ... ok
21602026-06-29T04:58:11.129Ztest dropshot/src/lib.rs - channel (line 1187) ... ignored
21612026-06-29T04:58:11.129Ztest dropshot/src/lib.rs - endpoint (line 1232) ... ignored
21622026-06-29T04:58:12.098Ztest dropshot/src/lib.rs - (line 401) ... ok
21632026-06-29T04:58:12.221Ztest dropshot/src/lib.rs - api_description (line 1052) ... ok
21642026-06-29T04:58:12.279Ztest dropshot/src/lib.rs - (line 664) ... ok
21652026-06-29T04:58:12.317Ztest dropshot/src/lib.rs - api_description (line 1113) ... ok
21662026-06-29T04:58:12.451Ztest dropshot/src/lib.rs - (line 113) ... ok
21672026-06-29T04:58:12.583Ztest dropshot/src/lib.rs - (line 192) ... ok
21682026-06-29T04:58:13.206Ztest dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 230) ... ok
21692026-06-29T04:58:15.145Ztest dropshot/src/test_util.rs - test_util::LogContext (line 469) ... ok
21702026-06-29T04:58:15.884Ztest dropshot/src/lib.rs - (line 500) ... ok
21712026-06-29T04:58:15.884Z
21722026-06-29T04:58:15.884Ztest result: ok. 18 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 9.56s
21732026-06-29T04:58:15.884Z
21742026-06-29T04:58:15.887Zall doctests ran in 9.99s; merged doctests compilation took 0.43s
21752026-06-29T04:58:15.912Z Doc-tests dropshot_endpoint
21762026-06-29T04:58:15.912Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color auto --crate-name dropshot_endpoint --test dropshot_endpoint/src/lib.rs --test-run-directory /work/oxidecomputer/dropshot/dropshot_endpoint -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d6aed00427650f7/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-fa6f60ca5c541482.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-7f885a97d8e90e9e.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-df1ab2ba3d519841.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-daed194efec28bfe.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-f1e88b94e8f6a802.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-698b818626d86483.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-66ef8573e8469731.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-753851c9787dbc18.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-18561ce12f6d7cf6.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-911fa7b8546ef3a0.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-3b5c7ebc8ee59bb4.rlib --extern proc_macro -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --error-format human`
21772026-06-29T04:58:16.049Z
21782026-06-29T04:58:16.049Zrunning 0 tests
21792026-06-29T04:58:16.049Z
21802026-06-29T04:58:16.049Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
21812026-06-29T04:58:16.049Z
21822026-06-29T04:58:16.084Z
21832026-06-29T04:58:16.084Zreal 1:57.375422886
21842026-06-29T04:58:16.084Zuser 8:34.107060264
21852026-06-29T04:58:16.084Zsys 1:57.321741801
21862026-06-29T04:58:16.084Ztrap 0.356137530
21872026-06-29T04:58:16.084Ztflt 0.212922653
21882026-06-29T04:58:16.084Zdflt 0.189841176
21892026-06-29T04:58:16.084Zkflt 0.000335009
21902026-06-29T04:58:16.084Zlock 35:17.654959926
21912026-06-29T04:58:16.084Zslp 37:28.014043377
21922026-06-29T04:58:16.084Zlat 25.513133988
21932026-06-29T04:58:16.084Zstop 1:05.121102967
21942026-06-29T04:58:16.088Z+ banner docs
21952026-06-29T04:58:16.088Z
21962026-06-29T04:58:16.088Z ##### #### #### ####
21972026-06-29T04:58:16.088Z # # # # # # #
21982026-06-29T04:58:16.089Z # # # # # ####
21992026-06-29T04:58:16.089Z # # # # # #
22002026-06-29T04:58:16.089Z # # # # # # # #
22012026-06-29T04:58:16.089Z ##### #### #### ####
22022026-06-29T04:58:16.089Z
22032026-06-29T04:58:16.089Z+ ptime -m cargo doc --no-deps --lib --bins --examples
22042026-06-29T04:58:16.287Z Compiling proc-macro2 v1.0.106
22052026-06-29T04:58:16.287Z Compiling unicode-ident v1.0.12
22062026-06-29T04:58:16.290Z Checking cfg-if v1.0.0
22072026-06-29T04:58:16.291Z Checking itoa v1.0.1
22082026-06-29T04:58:16.291Z Checking pin-project-lite v0.2.12
22092026-06-29T04:58:16.291Z Compiling quote v1.0.45
22102026-06-29T04:58:16.291Z Checking libc v0.2.186
22112026-06-29T04:58:16.326Z Checking serde_core v1.0.228
22122026-06-29T04:58:16.362Z Checking memchr v2.6.0
22132026-06-29T04:58:16.382Z Checking bytes v1.12.0
22142026-06-29T04:58:16.403Z Checking smallvec v1.13.2
22152026-06-29T04:58:16.434Z Checking futures-core v0.3.32
22162026-06-29T04:58:16.546Z Checking once_cell v1.20.1
22172026-06-29T04:58:16.573Z Checking scopeguard v1.2.0
22182026-06-29T04:58:16.668Z Checking futures-sink v0.3.32
22192026-06-29T04:58:16.707Z Checking lock_api v0.4.6
22202026-06-29T04:58:16.724Z Checking parking_lot_core v0.9.4
22212026-06-29T04:58:16.730Z Checking slab v0.4.9
22222026-06-29T04:58:16.758Z Checking signal-hook-registry v1.4.0
22232026-06-29T04:58:16.783Z Checking socket2 v0.6.3
22242026-06-29T04:58:16.866Z Compiling jobserver v0.1.34
22252026-06-29T04:58:16.884Z Checking mio v1.2.0
22262026-06-29T04:58:16.893Z Checking typenum v1.19.0
22272026-06-29T04:58:16.902Z Checking http v1.4.2
22282026-06-29T04:58:16.902Z Checking parking_lot v0.12.1
22292026-06-29T04:58:17.083Z Compiling cc v1.2.60
22302026-06-29T04:58:17.158Z Checking futures-channel v0.3.32
22312026-06-29T04:58:17.182Z Checking stable_deref_trait v1.2.0
22322026-06-29T04:58:17.188Z Checking zeroize v1.8.2
22332026-06-29T04:58:17.252Z Compiling syn v2.0.118
22342026-06-29T04:58:17.265Z Checking log v0.4.17
22352026-06-29T04:58:17.321Z Checking futures-io v0.3.32
22362026-06-29T04:58:17.344Z Checking futures-task v0.3.32
22372026-06-29T04:58:17.405Z Checking rustls-pki-types v1.14.1
22382026-06-29T04:58:17.428Z Checking httparse v1.10.0
22392026-06-29T04:58:17.459Z Checking zmij v1.0.2
22402026-06-29T04:58:17.477Z Compiling num-conv v0.2.0
22412026-06-29T04:58:17.564Z Checking hashbrown v0.17.0
22422026-06-29T04:58:17.586Z Checking equivalent v1.0.0
22432026-06-29T04:58:17.602Z Checking writeable v0.5.5
22442026-06-29T04:58:17.633Z Checking litemap v0.7.4
22452026-06-29T04:58:17.663Z Compiling time-core v0.1.8
22462026-06-29T04:58:17.692Z Checking powerfmt v0.2.0
22472026-06-29T04:58:17.779Z Checking http-body v1.0.1
22482026-06-29T04:58:17.802Z Compiling cmake v0.1.58
22492026-06-29T04:58:17.808Z Compiling time-macros v0.2.27
22502026-06-29T04:58:17.813Z Checking serde_json v1.0.150
22512026-06-29T04:58:17.842Z Checking deranged v0.5.5
22522026-06-29T04:58:17.901Z Checking crossbeam-utils v0.8.21
22532026-06-29T04:58:18.043Z Checking indexmap v2.14.0
22542026-06-29T04:58:18.142Z Checking tracing-core v0.1.32
22552026-06-29T04:58:18.238Z Checking num_threads v0.1.3
22562026-06-29T04:58:18.321Z Checking percent-encoding v2.3.2
22572026-06-29T04:58:18.353Z Compiling aws-lc-sys v0.40.0
22582026-06-29T04:58:18.445Z Checking untrusted v0.9.0
22592026-06-29T04:58:18.544Z Checking atomic-waker v1.1.2
22602026-06-29T04:58:18.551Z Checking tracing v0.1.40
22612026-06-29T04:58:18.563Z Checking getrandom v0.4.1
22622026-06-29T04:58:18.601Z Checking fnv v1.0.7
22632026-06-29T04:58:18.635Z Checking tower-layer v0.3.3
22642026-06-29T04:58:18.684Z Checking base64 v0.22.1
22652026-06-29T04:58:18.690Z Checking bitflags v2.11.0
22662026-06-29T04:58:18.713Z Checking subtle v2.5.0
22672026-06-29T04:58:18.779Z Checking try-lock v0.2.3
22682026-06-29T04:58:18.801Z Checking tower-service v0.3.3
22692026-06-29T04:58:18.804Z Checking time v0.3.47
22702026-06-29T04:58:18.839Z Checking icu_locid_transform_data v1.5.0
22712026-06-29T04:58:18.842Z Checking generic-array v0.14.5
22722026-06-29T04:58:18.870Z Checking want v0.3.0
22732026-06-29T04:58:18.884Z Checking hybrid-array v0.4.8
22742026-06-29T04:58:18.902Z Checking httpdate v1.0.1
22752026-06-29T04:58:18.921Z Checking icu_properties_data v1.5.0
22762026-06-29T04:58:18.991Z Checking adler2 v2.0.1
22772026-06-29T04:58:19.043Z Checking simd-adler32 v0.3.7
22782026-06-29T04:58:19.052Z Checking num-traits v0.2.14
22792026-06-29T04:58:19.093Z Checking crc32fast v1.5.0
22802026-06-29T04:58:19.179Z Checking miniz_oxide v0.8.9
22812026-06-29T04:58:19.229Z Checking getrandom v0.3.4
22822026-06-29T04:58:19.271Z Checking form_urlencoded v1.2.2
22832026-06-29T04:58:19.323Z Checking errno v0.3.10
22842026-06-29T04:58:19.378Z Checking mime v0.3.16
22852026-06-29T04:58:19.405Z Checking winnow v1.0.0
22862026-06-29T04:58:19.439Z Checking iana-time-zone v0.1.47
22872026-06-29T04:58:19.486Z Checking icu_normalizer_data v1.5.0
22882026-06-29T04:58:19.532Z Checking utf8_iter v1.0.4
22892026-06-29T04:58:19.538Z Checking utf16_iter v1.0.5
22902026-06-29T04:58:19.545Z Checking write16 v1.0.0
22912026-06-29T04:58:19.550Z Checking ipnet v2.10.0
22922026-06-29T04:58:19.629Z Checking flate2 v1.1.9
22932026-06-29T04:58:19.636Z Checking rand_core v0.9.5
22942026-06-29T04:58:19.643Z Checking crypto-common v0.2.1
22952026-06-29T04:58:19.646Z Checking block-buffer v0.12.0
22962026-06-29T04:58:19.689Z Checking toml_parser v1.1.2+spec-1.1.0
22972026-06-29T04:58:19.766Z Checking block-buffer v0.10.2
22982026-06-29T04:58:19.776Z Checking crypto-common v0.1.6
22992026-06-29T04:58:19.794Z Checking toml_datetime v1.1.1+spec-1.1.0
23002026-06-29T04:58:19.879Z Checking serde_spanned v1.1.1
23012026-06-29T04:58:19.882Z Checking thread_local v1.1.4
23022026-06-29T04:58:19.909Z Checking encoding_rs v0.8.32
23032026-06-29T04:58:19.986Z Compiling synstructure v0.13.1
23042026-06-29T04:58:20.002Z Compiling serde_derive_internals v0.29.0
23052026-06-29T04:58:20.008Z Checking match_cfg v0.1.0
23062026-06-29T04:58:20.031Z Checking openssl-probe v0.2.1
23072026-06-29T04:58:20.063Z Checking compression-core v0.4.32
23082026-06-29T04:58:20.129Z Checking ppv-lite86 v0.2.15
23092026-06-29T04:58:20.132Z Checking const-oid v0.10.2
23102026-06-29T04:58:20.182Z Checking toml_writer v1.1.1+spec-1.1.0
23112026-06-29T04:58:20.281Z Checking digest v0.11.2
23122026-06-29T04:58:20.357Z Checking toml v1.1.2+spec-1.1.0
23132026-06-29T04:58:20.388Z Checking rand_chacha v0.9.0
23142026-06-29T04:58:20.426Z Checking compression-codecs v0.4.38
23152026-06-29T04:58:20.471Z Checking rustls-native-certs v0.8.3
23162026-06-29T04:58:20.563Z Checking hostname v0.3.1
23172026-06-29T04:58:20.587Z Checking digest v0.10.7
23182026-06-29T04:58:20.593Z Checking rustix v1.1.4
23192026-06-29T04:58:20.654Z Checking ryu v1.0.5
23202026-06-29T04:58:20.718Z Compiling unicase v2.6.0
23212026-06-29T04:58:20.756Z Checking uuid v1.23.3
23222026-06-29T04:58:20.783Z Checking crossbeam-channel v0.5.15
23232026-06-29T04:58:20.841Z Checking concurrent-queue v2.5.0
23242026-06-29T04:58:20.894Z Checking http-body-util v0.1.3
23252026-06-29T04:58:20.922Z Checking is-terminal v0.4.12
23262026-06-29T04:58:21.008Z Checking sync_wrapper v1.0.1
23272026-06-29T04:58:21.013Z Compiling dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot)
23282026-06-29T04:58:21.034Z Checking term v1.1.0
23292026-06-29T04:58:21.100Z Checking fastrand v2.1.1
23302026-06-29T04:58:21.100Z Checking semver v1.0.28
23312026-06-29T04:58:21.103Z Checking cpufeatures v0.3.0
23322026-06-29T04:58:21.163Z Checking spin v0.9.8
23332026-06-29T04:58:21.177Z Checking parking v2.2.0
23342026-06-29T04:58:21.180Z Compiling serde_derive v1.0.228
23352026-06-29T04:58:21.237Z Compiling zerofrom-derive v0.1.5
23362026-06-29T04:58:21.245Z Compiling tokio-macros v2.7.0
23372026-06-29T04:58:21.265Z Compiling yoke-derive v0.7.5
23382026-06-29T04:58:21.270Z Compiling zerovec-derive v0.10.3
23392026-06-29T04:58:21.282Z Compiling futures-macro v0.3.32
23402026-06-29T04:58:21.289Z Compiling displaydoc v0.2.5
23412026-06-29T04:58:21.963Z Checking tokio v1.52.3
23422026-06-29T04:58:22.017Z Compiling icu_provider_macros v1.5.0
23432026-06-29T04:58:22.078Z Checking futures-util v0.3.32
23442026-06-29T04:58:22.254Z Compiling thiserror-impl v2.0.18
23452026-06-29T04:58:22.263Z Compiling schemars_derive v0.8.22
23462026-06-29T04:58:22.404Z Checking zerofrom v0.1.5
23472026-06-29T04:58:22.522Z Checking yoke v0.7.5
23482026-06-29T04:58:22.578Z Compiling async-stream-impl v0.3.6
23492026-06-29T04:58:22.697Z Checking zerovec v0.10.4
23502026-06-29T04:58:23.185Z Checking take_mut v0.2.2
23512026-06-29T04:58:23.356Z Checking tinystr v0.7.6
23522026-06-29T04:58:23.430Z Checking icu_collections v1.5.0
23532026-06-29T04:58:23.451Z Checking thiserror v2.0.18
23542026-06-29T04:58:23.526Z Checking icu_locid v1.5.0
23552026-06-29T04:58:23.545Z Checking dyn-clone v1.0.4
23562026-06-29T04:58:23.563Z Checking cpufeatures v0.2.17
23572026-06-29T04:58:23.625Z Checking sha1 v0.10.6
23582026-06-29T04:58:23.631Z Checking async-stream v0.3.6
23592026-06-29T04:58:23.745Z Checking event-listener v5.0.0
23602026-06-29T04:58:23.751Z Checking tempfile v3.27.0
23612026-06-29T04:58:23.795Z Checking serde v1.0.228
23622026-06-29T04:58:23.930Z Compiling async-trait v0.1.89
23632026-06-29T04:58:23.940Z Checking sha1 v0.11.0
23642026-06-29T04:58:23.948Z Checking icu_provider v1.5.0
23652026-06-29T04:58:23.958Z Checking futures-executor v0.3.32
23662026-06-29T04:58:24.095Z Checking futures v0.3.32
23672026-06-29T04:58:24.098Z Checking multer v3.1.0
23682026-06-29T04:58:24.167Z Compiling mime_guess v2.0.5
23692026-06-29T04:58:24.190Z Checking erased-serde v0.3.31
23702026-06-29T04:58:24.235Z Checking icu_locid_transform v1.5.0
23712026-06-29T04:58:24.298Z Checking chrono v0.4.45
23722026-06-29T04:58:24.299Z Compiling serde_tokenstream v0.2.3
23732026-06-29T04:58:24.598Z Compiling dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
23742026-06-29T04:58:24.607Z Checking slog v2.8.2
23752026-06-29T04:58:24.726Z Checking serde_urlencoded v0.7.1
23762026-06-29T04:58:24.732Z Checking icu_properties v1.5.1
23772026-06-29T04:58:24.872Z Checking slog-json v2.6.1
23782026-06-29T04:58:24.929Z Checking slog-async v2.8.0
23792026-06-29T04:58:24.933Z Checking openapiv3 v2.2.0
23802026-06-29T04:58:25.024Z Checking slog-bunyan v2.5.0
23812026-06-29T04:58:25.036Z Checking tokio-util v0.7.18
23822026-06-29T04:58:25.097Z Checking async-compression v0.4.42
23832026-06-29T04:58:25.129Z Checking tower v0.5.2
23842026-06-29T04:58:25.152Z Checking slog-term v2.9.2
23852026-06-29T04:58:25.331Z Checking schemars v0.8.22
23862026-06-29T04:58:25.414Z Checking camino v1.2.3
23872026-06-29T04:58:25.446Z Checking h2 v0.4.14
23882026-06-29T04:58:25.511Z Checking rand v0.9.2
23892026-06-29T04:58:25.655Z Checking rustix v0.38.44
23902026-06-29T04:58:25.944Z Checking waitgroup v0.1.2
23912026-06-29T04:58:25.957Z Checking serde_path_to_error v0.1.20
23922026-06-29T04:58:26.041Z Checking rustls-pemfile v2.2.0
23932026-06-29T04:58:26.135Z Checking icu_normalizer v1.5.0
23942026-06-29T04:58:26.178Z Checking hostname v0.4.2
23952026-06-29T04:58:26.225Z Checking debug-ignore v1.0.5
23962026-06-29T04:58:26.228Z Checking lazy_static v1.5.0
23972026-06-29T04:58:26.235Z Checking unicode-width v0.1.9
23982026-06-29T04:58:26.268Z Checking unicode-segmentation v1.10.0
23992026-06-29T04:58:26.313Z Checking iri-string v0.7.8
24002026-06-29T04:58:26.317Z Checking data-encoding v2.4.0
24012026-06-29T04:58:26.330Z Checking console v0.15.7
24022026-06-29T04:58:26.506Z Checking idna_adapter v1.2.0
24032026-06-29T04:58:26.548Z Checking newline-converter v0.3.0
24042026-06-29T04:58:26.560Z Checking atomicwrites v0.4.4
24052026-06-29T04:58:26.566Z Checking tungstenite v0.29.0
24062026-06-29T04:58:26.605Z Checking target-triple v1.0.0
24072026-06-29T04:58:26.626Z Checking idna v1.0.3
24082026-06-29T04:58:26.647Z Checking event-listener-strategy v0.5.4
24092026-06-29T04:58:26.672Z Checking yasna v0.6.0
24102026-06-29T04:58:26.769Z Checking pem v3.0.6
24112026-06-29T04:58:26.818Z Checking termcolor v1.1.2
24122026-06-29T04:58:26.868Z Checking url v2.5.4
24132026-06-29T04:58:26.922Z Checking similar v2.2.1
24142026-06-29T04:58:26.971Z Checking glob v0.3.0
24152026-06-29T04:58:26.999Z Checking tokio-tungstenite v0.29.0
24162026-06-29T04:58:27.136Z Checking trybuild v1.0.117
24172026-06-29T04:58:27.238Z Checking expectorate v1.2.0
24182026-06-29T04:58:27.238Z Checking async-channel v2.5.0
24192026-06-29T04:58:27.241Z Checking anyhow v1.0.102
24202026-06-29T04:58:27.315Z Checking tower-http v0.6.8
24212026-06-29T04:58:27.321Z Checking hyper v1.10.1
24222026-06-29T04:58:27.353Z Checking buf-list v1.1.2
24232026-06-29T04:58:27.353Z Checking subprocess v1.1.0
24242026-06-29T04:58:27.506Z Checking heck v0.5.0
24252026-06-29T04:58:28.216Z Checking hyper-util v0.1.20
24262026-06-29T04:58:30.371Z Documenting dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
24272026-06-29T04:58:33.068Z Compiling aws-lc-rs v1.16.3
24282026-06-29T04:58:33.080Z Compiling rustls v0.23.41
24292026-06-29T04:58:34.110Z Checking rustls-webpki v0.103.13
24302026-06-29T04:58:34.110Z Checking rcgen v0.14.8
24312026-06-29T04:58:36.299Z Checking tokio-rustls v0.26.4
24322026-06-29T04:58:36.299Z Checking rustls-platform-verifier v0.6.2
24332026-06-29T04:58:36.482Z Checking hyper-rustls v0.27.9
24342026-06-29T04:58:36.486Z Documenting dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot)
24352026-06-29T04:58:36.654Z Checking reqwest v0.13.4
24362026-06-29T04:58:41.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.74s
24372026-06-29T04:58:41.877Z Generated /work/oxidecomputer/dropshot/target/doc/dropshot/index.html and 23 other files
24382026-06-29T04:58:41.892Z
24392026-06-29T04:58:41.895Zreal 25.789207723
24402026-06-29T04:58:41.895Zuser 1:43.323772122
24412026-06-29T04:58:41.895Zsys 29.794395189
24422026-06-29T04:58:41.895Ztrap 0.046928036
24432026-06-29T04:58:41.895Ztflt 0.025839997
24442026-06-29T04:58:41.895Zdflt 0.059921546
24452026-06-29T04:58:41.895Zkflt 0.000096771
24462026-06-29T04:58:41.895Zlock 4:39.841746799
24472026-06-29T04:58:41.895Zslp 5:09.591857460
24482026-06-29T04:58:41.895Zlat 4.778392290
24492026-06-29T04:58:41.895Zstop 13.193367978
24502026-06-29T04:58:41.895Zprocess exited: duration 238753 ms, exit code 0
 
24512026-06-29T04:58:41.902Zfound 0 output files