01KXCX7874WGJJEPT5MBQKJKPK: build-and-test / illumos

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

Buildomat Job: 01KXCX7M3MY2AK8PXFB7CSN9HJ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-13T04:56:17.007Zjob assigned to worker 01KXCX7MK9HKRDYYQFSKE5HKZ4 [factory aws, i-00d7d1ab6d05d51f8] (queued for 1 m 35 s)
 
22026-07-13T04:56:23.232Zstarting task 0: "setup"
32026-07-13T04:56:23.238Z++ uname -s
42026-07-13T04:56:23.241Z+ kern=SunOS
52026-07-13T04:56:23.241Z+ build_user=build
62026-07-13T04:56:23.241Z+ build_uid=12345
72026-07-13T04:56:23.241Z+ work_dir=/work
82026-07-13T04:56:23.241Z+ input_dir=/input
92026-07-13T04:56:23.241Z+ [[ 0 == 12345 ]]
102026-07-13T04:56:23.241Z+ case "$kern" in
112026-07-13T04:56:23.241Z+ groupadd -g 12345 build
122026-07-13T04:56:23.244Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-13T04:56:25.248Z+ zfs create -o mountpoint=/work rpool/work
142026-07-13T04:56:25.315Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-13T04:56:25.318Z+ home_fs=zfs
162026-07-13T04:56:25.318Z+ [[ zfs == autofs ]]
172026-07-13T04:56:25.318Z+ mkdir -p /home/build
182026-07-13T04:56:25.318Z+ chown build:build /home/build /work
192026-07-13T04:56:27.320Z+ chmod 0700 /home/build /work
202026-07-13T04:56:27.323Zprocess exited: duration 4087 ms, exit code 0
 
212026-07-13T04:56:27.329Zstarting task 1: "rust-toolchain"
222026-07-13T04:56:27.333Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-13T04:56:27.333Z * rust toolchain channel = "stable"
242026-07-13T04:56:27.333Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-13T04:56:27.333Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-13T04:56:27.333Z * rust toolchain profile = "default"
272026-07-13T04:56:27.333Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-13T04:56:27.336Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-13T04:56:27.336Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-13T04:56:27.455Zinfo: downloading installer
312026-07-13T04:56:28.848Zwarn: It looks like you have an existing installation of Rust at:
322026-07-13T04:56:28.848Zwarn: /opt/ooce/bin
332026-07-13T04:56:28.848Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-13T04:56:28.848Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-13T04:56:28.848Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-13T04:56:28.848Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-13T04:56:28.848Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-13T04:56:28.848Zerror: cannot install while Rust is installed
392026-07-13T04:56:28.848Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-13T04:56:28.848Zwarn: It looks like you have an existing rustup settings file at:
412026-07-13T04:56:28.848Zwarn: /home/build/.rustup/settings.toml
422026-07-13T04:56:28.848Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-13T04:56:28.848Zwarn: instead of the one inferred from the default host triple.
442026-07-13T04:56:28.862Zinfo: profile set to default
452026-07-13T04:56:28.862Zinfo: default host triple is x86_64-unknown-illumos
462026-07-13T04:56:28.865Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-13T04:56:29.019Zinfo: latest update on 2026-07-09 for version 1.97.0 (2d8144b78 2026-07-07)
482026-07-13T04:56:29.023Zinfo: downloading 6 components
492026-07-13T04:56:44.132Z
502026-07-13T04:56:44.132Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-07-13T04:56:44.161Z stable-x86_64-unknown-illumos installed - rustc 1.97.0 (2d8144b78 2026-07-07)
522026-07-13T04:56:44.161Z
532026-07-13T04:56:44.161Z
542026-07-13T04:56:44.161ZRust is installed now. Great!
552026-07-13T04:56:44.161Z
562026-07-13T04:56:44.164ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-13T04:56:44.164Zenvironment variable. This has not been done automatically.
582026-07-13T04:56:44.164Z
592026-07-13T04:56:44.164ZTo configure your current shell, you need to source
602026-07-13T04:56:44.164Zthe corresponding env file under $HOME/.cargo.
612026-07-13T04:56:44.164Z
622026-07-13T04:56:44.164ZThis is usually done by running one of the following (note the leading DOT):
632026-07-13T04:56:44.164Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-13T04:56:44.164Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-13T04:56:44.164Zsource "~/.cargo/env.nu" # For nushell
662026-07-13T04:56:44.164Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-13T04:56:44.164Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-13T04:56:44.164Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-13T04:56:44.164Zwarn: no default linker (`cc`) was found in your PATH
702026-07-13T04:56:44.164Zwarn: many Rust crates require a system C toolchain to build
712026-07-13T04:56:44.261Z+ rustup --version
722026-07-13T04:56:44.270Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-13T04:56:44.273Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-13T04:56:44.291Zinfo: the currently active `rustc` version is `rustc 1.97.0 (2d8144b78 2026-07-07)`
752026-07-13T04:56:44.294Z+ cargo --version
762026-07-13T04:56:44.308Zcargo 1.97.0 (c980f4866 2026-06-30)
772026-07-13T04:56:44.312Z+ rustc --version
782026-07-13T04:56:44.330Zrustc 1.97.0 (2d8144b78 2026-07-07)
792026-07-13T04:56:44.333Zprocess exited: duration 17000 ms, exit code 0
 
802026-07-13T04:56:44.339Zstarting task 2: "authentication"
812026-07-13T04:56:44.355Zprocess exited: duration 16 ms, exit code 0
 
822026-07-13T04:56:44.361Zstarting task 3: "clone repository"
832026-07-13T04:56:44.367Z+ mkdir -p /work/oxidecomputer/dropshot
842026-07-13T04:56:44.370Z+ git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot
852026-07-13T04:56:44.396ZCloning into '/work/oxidecomputer/dropshot'...
862026-07-13T04:56:45.292Z+ cd /work/oxidecomputer/dropshot
872026-07-13T04:56:45.292Z+ git fetch origin 9ffded4f82f70e86f0f38d94049b739d71b51c72
882026-07-13T04:56:45.593ZFrom https://github.com/oxidecomputer/dropshot
892026-07-13T04:56:45.593Z * branch 9ffded4f82f70e86f0f38d94049b739d71b51c72 -> FETCH_HEAD
902026-07-13T04:56:45.599Z+ [[ -n '' ]]
912026-07-13T04:56:45.599Z+ git reset --hard 9ffded4f82f70e86f0f38d94049b739d71b51c72
922026-07-13T04:56:45.614ZHEAD is now at 9ffded4 Bump bytes from 1.12.0 to 1.12.1
932026-07-13T04:56:45.617Zprocess exited: duration 1252 ms, exit code 0
 
942026-07-13T04:56:45.623Zstarting task 4: "build"
952026-07-13T04:56:45.627Z+ cargo --version
962026-07-13T04:56:45.632Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
972026-07-13T04:56:45.778Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
982026-07-13T04:56:45.781Zinfo: downloading 6 components
992026-07-13T04:57:00.787Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-13T04:57:00.790Z+ rustc --version
1012026-07-13T04:57:00.818Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-13T04:57:00.822Z+ banner build
1032026-07-13T04:57:00.825Z
1042026-07-13T04:57:00.825Z ##### # # # # #####
1052026-07-13T04:57:00.825Z # # # # # # # #
1062026-07-13T04:57:00.825Z ##### # # # # # #
1072026-07-13T04:57:00.825Z # # # # # # # #
1082026-07-13T04:57:00.825Z # # # # # # # #
1092026-07-13T04:57:00.825Z ##### #### # ###### #####
1102026-07-13T04:57:00.825Z
1112026-07-13T04:57:00.825Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1122026-07-13T04:57:00.913Z Updating crates.io index
1132026-07-13T04:57:02.692Z Downloading crates ...
1142026-07-13T04:57:02.743Z Downloaded adler2 v2.0.1
1152026-07-13T04:57:02.750Z Downloaded anyhow v1.0.103
1162026-07-13T04:57:02.758Z Downloaded compression-core v0.4.32
1172026-07-13T04:57:02.761Z Downloaded asn1-rs-derive v0.6.0
1182026-07-13T04:57:02.761Z Downloaded atomicwrites v0.4.4
1192026-07-13T04:57:02.761Z Downloaded asn1-rs v0.7.1
1202026-07-13T04:57:02.770Z Downloaded cpufeatures v0.2.17
1212026-07-13T04:57:02.774Z Downloaded asn1-rs-impl v0.2.0
1222026-07-13T04:57:02.778Z Downloaded multer v3.1.0
1232026-07-13T04:57:02.781Z Downloaded litemap v0.7.4
1242026-07-13T04:57:02.781Z Downloaded dtrace-parser v0.3.0
1252026-07-13T04:57:02.784Z Downloaded minimal-lexical v0.2.1
1262026-07-13T04:57:02.787Z Downloaded rustls-native-certs v0.8.3
1272026-07-13T04:57:02.790Z Downloaded newline-converter v0.3.0
1282026-07-13T04:57:02.790Z Downloaded jobserver v0.1.34
1292026-07-13T04:57:02.793Z Downloaded cpufeatures v0.3.0
1302026-07-13T04:57:02.794Z Downloaded cfg-if v1.0.0
1312026-07-13T04:57:02.794Z Downloaded atomic-waker v1.1.2
1322026-07-13T04:57:02.794Z Downloaded plain v0.2.3
1332026-07-13T04:57:02.796Z Downloaded percent-encoding v2.3.2
1342026-07-13T04:57:02.796Z Downloaded crypto-common v0.2.1
1352026-07-13T04:57:02.796Z Downloaded parking_lot_core v0.9.4
1362026-07-13T04:57:02.799Z Downloaded digest v0.10.7
1372026-07-13T04:57:02.799Z Downloaded deranged v0.5.5
1382026-07-13T04:57:02.799Z Downloaded pest_meta v2.8.1
1392026-07-13T04:57:02.802Z Downloaded async-stream v0.3.6
1402026-07-13T04:57:02.805Z Downloaded num_threads v0.1.3
1412026-07-13T04:57:02.805Z Downloaded dunce v1.0.5
1422026-07-13T04:57:02.805Z Downloaded displaydoc v0.2.5
1432026-07-13T04:57:02.808Z Downloaded iri-string v0.7.8
1442026-07-13T04:57:02.811Z Downloaded idna_adapter v1.2.0
1452026-07-13T04:57:02.814Z Downloaded async-stream-impl v0.3.6
1462026-07-13T04:57:02.814Z Downloaded lock_api v0.4.6
1472026-07-13T04:57:02.814Z Downloaded num-integer v0.1.46
1482026-07-13T04:57:02.817Z Downloaded num-traits v0.2.14
1492026-07-13T04:57:02.817Z Downloaded bitflags v2.11.0
1502026-07-13T04:57:02.820Z Downloaded compression-codecs v0.4.38
1512026-07-13T04:57:02.823Z Downloaded console v0.15.7
1522026-07-13T04:57:02.823Z Downloaded icu_normalizer_data v1.5.0
1532026-07-13T04:57:02.826Z Downloaded bit-vec v0.9.1
1542026-07-13T04:57:02.826Z Downloaded equivalent v1.0.0
1552026-07-13T04:57:02.829Z Downloaded debug-ignore v1.0.5
1562026-07-13T04:57:02.829Z Downloaded cfg_aliases v0.2.1
1572026-07-13T04:57:02.829Z Downloaded async-channel v2.5.0
1582026-07-13T04:57:02.832Z Downloaded fnv v1.0.7
1592026-07-13T04:57:02.835Z Downloaded httpdate v1.0.1
1602026-07-13T04:57:02.835Z Downloaded futures-sink v0.3.32
1612026-07-13T04:57:02.837Z Downloaded mime v0.3.16
1622026-07-13T04:57:02.837Z Downloaded lazy_static v1.5.0
1632026-07-13T04:57:02.840Z Downloaded itoa v1.0.1
1642026-07-13T04:57:02.840Z Downloaded dof v0.4.0
1652026-07-13T04:57:02.843Z Downloaded futures-task v0.3.32
1662026-07-13T04:57:02.846Z Downloaded pest_generator v2.8.1
1672026-07-13T04:57:02.846Z Downloaded autocfg v1.1.0
1682026-07-13T04:57:02.849Z Downloaded pin-project-lite v0.2.12
1692026-07-13T04:57:02.852Z Downloaded generic-array v0.14.5
1702026-07-13T04:57:02.855Z Downloaded crypto-common v0.1.6
1712026-07-13T04:57:02.856Z Downloaded cmake v0.1.58
1722026-07-13T04:57:02.859Z Downloaded sha1 v0.11.0
1732026-07-13T04:57:02.859Z Downloaded num-conv v0.2.0
1742026-07-13T04:57:02.859Z Downloaded match_cfg v0.1.0
1752026-07-13T04:57:02.862Z Downloaded hostname v0.3.1
1762026-07-13T04:57:02.862Z Downloaded futures-core v0.3.32
1772026-07-13T04:57:02.862Z Downloaded block-buffer v0.10.2
1782026-07-13T04:57:02.865Z Downloaded futures-macro v0.3.32
1792026-07-13T04:57:02.865Z Downloaded subtle v2.5.0
1802026-07-13T04:57:02.865Z Downloaded stable_deref_trait v1.2.0
1812026-07-13T04:57:02.868Z Downloaded heck v0.5.0
1822026-07-13T04:57:02.868Z Downloaded fastrand v2.1.1
1832026-07-13T04:57:02.872Z Downloaded camino v1.2.4
1842026-07-13T04:57:02.875Z Downloaded find-msvc-tools v0.1.9
1852026-07-13T04:57:02.878Z Downloaded form_urlencoded v1.2.2
1862026-07-13T04:57:02.878Z Downloaded event-listener-strategy v0.5.4
1872026-07-13T04:57:02.878Z Downloaded pretty-hex v0.4.1
1882026-07-13T04:57:02.881Z Downloaded schema-derive v0.1.0
1892026-07-13T04:57:02.881Z Downloaded data-encoding v2.4.0
1902026-07-13T04:57:02.881Z Downloaded scopeguard v1.2.0
1912026-07-13T04:57:02.884Z Downloaded crossbeam-utils v0.8.21
1922026-07-13T04:57:02.884Z Downloaded http-body v1.0.1
1932026-07-13T04:57:02.884Z Downloaded futures-io v0.3.32
1942026-07-13T04:57:02.887Z Downloaded sha1 v0.10.6
1952026-07-13T04:57:02.887Z Downloaded powerfmt v0.2.0
1962026-07-13T04:57:02.890Z Downloaded errno v0.3.10
1972026-07-13T04:57:02.890Z Downloaded hostname v0.4.2
1982026-07-13T04:57:02.893Z Downloaded simple-mermaid v0.2.0
1992026-07-13T04:57:02.893Z Downloaded simd-adler32 v0.3.7
2002026-07-13T04:57:02.893Z Downloaded scroll_derive v0.13.1
2012026-07-13T04:57:02.896Z Downloaded rustc-hash v2.0.0
2022026-07-13T04:57:02.896Z Downloaded serde_urlencoded v0.7.1
2032026-07-13T04:57:02.896Z Downloaded buf-list v1.1.2
2042026-07-13T04:57:02.900Z Downloaded serde_spanned v1.1.1
2052026-07-13T04:57:02.900Z Downloaded parking v2.2.0
2062026-07-13T04:57:02.903Z Downloaded openssl-probe v0.2.1
2072026-07-13T04:57:02.903Z Downloaded icu_provider_macros v1.5.0
2082026-07-13T04:57:02.903Z Downloaded schema v0.1.0
2092026-07-13T04:57:02.903Z Downloaded lru-slab v0.1.2
2102026-07-13T04:57:02.906Z Downloaded is-terminal v0.4.12
2112026-07-13T04:57:02.906Z Downloaded dyn-clone v1.0.4
2122026-07-13T04:57:02.906Z Downloaded http-body-util v0.1.3
2132026-07-13T04:57:02.906Z Downloaded rusticata-macros v4.1.0
2142026-07-13T04:57:02.909Z Downloaded async-trait v0.1.89
2152026-07-13T04:57:02.912Z Downloaded glob v0.3.0
2162026-07-13T04:57:02.912Z Downloaded concurrent-queue v2.5.0
2172026-07-13T04:57:02.912Z Downloaded target-triple v1.0.0
2182026-07-13T04:57:02.912Z Downloaded sync_wrapper v1.0.1
2192026-07-13T04:57:02.915Z Downloaded oid-registry v0.8.1
2202026-07-13T04:57:02.915Z Downloaded mio v1.2.0
2212026-07-13T04:57:02.918Z Downloaded smallvec v1.13.2
2222026-07-13T04:57:02.922Z Downloaded icu_locid_transform v1.5.0
2232026-07-13T04:57:02.922Z Downloaded memmap2 v0.9.8
2242026-07-13T04:57:02.922Z Downloaded block-buffer v0.12.0
2252026-07-13T04:57:02.928Z Downloaded iana-time-zone v0.1.47
2262026-07-13T04:57:02.931Z Downloaded erased-serde v0.3.31
2272026-07-13T04:57:02.932Z Downloaded untrusted v0.9.0
2282026-07-13T04:57:02.935Z Downloaded tokio-macros v2.7.0
2292026-07-13T04:57:02.935Z Downloaded digest v0.11.2
2302026-07-13T04:57:02.935Z Downloaded untrusted v0.7.1
2312026-07-13T04:57:02.936Z Downloaded tower-service v0.3.3
2322026-07-13T04:57:02.938Z Downloaded futures-executor v0.3.32
2332026-07-13T04:57:02.938Z Downloaded time-core v0.1.8
2342026-07-13T04:57:02.938Z Downloaded take_mut v0.2.2
2352026-07-13T04:57:02.939Z Downloaded termcolor v1.1.2
2362026-07-13T04:57:02.942Z Downloaded tinyvec_macros v0.1.0
2372026-07-13T04:57:02.942Z Downloaded const-oid v0.10.2
2382026-07-13T04:57:02.942Z Downloaded slog-json v2.6.1
2392026-07-13T04:57:02.945Z Downloaded quinn-udp v0.5.5
2402026-07-13T04:57:02.945Z Downloaded signal-hook-registry v1.4.0
2412026-07-13T04:57:02.945Z Downloaded rand_chacha v0.9.0
2422026-07-13T04:57:02.948Z Downloaded synstructure v0.13.1
2432026-07-13T04:57:02.948Z Downloaded schemars_derive v0.8.22
2442026-07-13T04:57:02.948Z Downloaded slog-bunyan v2.5.0
2452026-07-13T04:57:02.948Z Downloaded slab v0.4.9
2462026-07-13T04:57:02.951Z Downloaded rustversion v1.0.22
2472026-07-13T04:57:02.951Z Downloaded rand_core v0.9.5
2482026-07-13T04:57:02.954Z Downloaded tower-layer v0.3.3
2492026-07-13T04:57:02.954Z Downloaded rustls-pemfile v2.2.0
2502026-07-13T04:57:02.954Z Downloaded shlex v1.3.0
2512026-07-13T04:57:02.957Z Downloaded try-lock v0.2.3
2522026-07-13T04:57:02.957Z Downloaded serde_tokenstream v0.2.3
2532026-07-13T04:57:02.957Z Downloaded serde_path_to_error v0.1.20
2542026-07-13T04:57:02.960Z Downloaded slog-term v2.9.2
2552026-07-13T04:57:02.961Z Downloaded slog-async v2.8.0
2562026-07-13T04:57:02.961Z Downloaded paste v1.0.15
2572026-07-13T04:57:02.964Z Downloaded usdt-macro v0.6.0
2582026-07-13T04:57:02.964Z Downloaded hyper-rustls v0.27.9
2592026-07-13T04:57:02.964Z Downloaded byteorder v1.4.3
2602026-07-13T04:57:02.967Z Downloaded serde_derive_internals v0.29.0
2612026-07-13T04:57:02.967Z Downloaded mime_guess v2.0.5
2622026-07-13T04:57:02.970Z Downloaded sha2 v0.10.8
2632026-07-13T04:57:02.970Z Downloaded event-listener v5.0.0
2642026-07-13T04:57:02.973Z Downloaded pem v3.0.6
2652026-07-13T04:57:02.973Z Downloaded utf16_iter v1.0.5
2662026-07-13T04:57:02.973Z Downloaded thiserror v2.0.18
2672026-07-13T04:57:02.976Z Downloaded utf8_iter v1.0.4
2682026-07-13T04:57:02.979Z Downloaded usdt-attr-macro v0.6.0
2692026-07-13T04:57:02.979Z Downloaded usdt v0.6.0
2702026-07-13T04:57:02.979Z Downloaded futures-channel v0.3.32
2712026-07-13T04:57:02.979Z Downloaded ppv-lite86 v0.2.15
2722026-07-13T04:57:02.982Z Downloaded tokio-tungstenite v0.29.0
2732026-07-13T04:57:02.982Z Downloaded tinystr v0.7.6
2742026-07-13T04:57:02.985Z Downloaded thiserror-impl v2.0.18
2752026-07-13T04:57:02.985Z Downloaded indexmap v2.14.0
2762026-07-13T04:57:02.988Z Downloaded want v0.3.0
2772026-07-13T04:57:02.988Z Downloaded waitgroup v0.1.2
2782026-07-13T04:57:02.988Z Downloaded icu_locid_transform_data v1.5.0
2792026-07-13T04:57:02.991Z Downloaded zerofrom v0.1.5
2802026-07-13T04:57:02.991Z Downloaded write16 v1.0.0
2812026-07-13T04:57:02.991Z Downloaded parking_lot v0.12.1
2822026-07-13T04:57:02.994Z Downloaded fs_extra v1.3.0
2832026-07-13T04:57:02.995Z Downloaded time-macros v0.2.27
2842026-07-13T04:57:02.998Z Downloaded yoke-derive v0.7.5
2852026-07-13T04:57:02.998Z Downloaded getrandom v0.2.11
2862026-07-13T04:57:02.998Z Downloaded rustls-pki-types v1.15.0
2872026-07-13T04:57:03.001Z Downloaded semver v1.0.28
2882026-07-13T04:57:03.001Z Downloaded ipnet v2.10.0
2892026-07-13T04:57:03.004Z Downloaded crc32fast v1.5.0
2902026-07-13T04:57:03.004Z Downloaded base64 v0.22.1
2912026-07-13T04:57:03.007Z Downloaded toml_writer v1.1.1+spec-1.1.0
2922026-07-13T04:57:03.007Z Downloaded thread_local v1.1.4
2932026-07-13T04:57:03.010Z Downloaded thread-id v5.0.0
2942026-07-13T04:57:03.013Z Downloaded zerofrom-derive v0.1.5
2952026-07-13T04:57:03.016Z Downloaded pest_derive v2.8.1
2962026-07-13T04:57:03.016Z Downloaded unicase v2.6.0
2972026-07-13T04:57:03.016Z Downloaded unicode-width v0.1.9
2982026-07-13T04:57:03.019Z Downloaded futures v0.3.32
2992026-07-13T04:57:03.022Z Downloaded once_cell v1.20.1
3002026-07-13T04:57:03.025Z Downloaded icu_locid v1.5.0
3012026-07-13T04:57:03.028Z Downloaded spin v0.9.8
3022026-07-13T04:57:03.031Z Downloaded toml_parser v1.1.2+spec-1.1.0
3032026-07-13T04:57:03.031Z Downloaded hybrid-array v0.4.8
3042026-07-13T04:57:03.034Z Downloaded tokio-rustls v0.26.4
3052026-07-13T04:57:03.034Z Downloaded icu_normalizer v1.5.0
3062026-07-13T04:57:03.037Z Downloaded writeable v0.5.5
3072026-07-13T04:57:03.037Z Downloaded tempfile v3.27.0
3082026-07-13T04:57:03.040Z Downloaded icu_provider v1.5.0
3092026-07-13T04:57:03.040Z Downloaded ucd-trie v0.1.6
3102026-07-13T04:57:03.043Z Downloaded version_check v0.9.5
3112026-07-13T04:57:03.043Z Downloaded socket2 v0.5.9
3122026-07-13T04:57:03.043Z Downloaded serde_core v1.0.228
3132026-07-13T04:57:03.047Z Downloaded httparse v1.10.0
3142026-07-13T04:57:03.047Z Downloaded icu_properties v1.5.1
3152026-07-13T04:57:03.050Z Downloaded getrandom v0.4.1
3162026-07-13T04:57:03.053Z Downloaded quote v1.0.46
3172026-07-13T04:57:03.053Z Downloaded zerovec-derive v0.10.3
3182026-07-13T04:57:03.053Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3192026-07-13T04:57:03.056Z Downloaded serde_derive v1.0.228
3202026-07-13T04:57:03.056Z Downloaded similar v2.2.1
3212026-07-13T04:57:03.059Z Downloaded zeroize v1.8.2
3222026-07-13T04:57:03.062Z Downloaded yoke v0.7.5
3232026-07-13T04:57:03.062Z Downloaded trybuild v1.0.117
3242026-07-13T04:57:03.065Z Downloaded der-parser v10.0.0
3252026-07-13T04:57:03.067Z Downloaded proc-macro2 v1.0.106
3262026-07-13T04:57:03.067Z Downloaded bytes v1.12.1
3272026-07-13T04:57:03.070Z Downloaded tinyvec v1.5.1
3282026-07-13T04:57:03.073Z Downloaded yasna v0.6.0
3292026-07-13T04:57:03.073Z Downloaded rustls-platform-verifier v0.6.2
3302026-07-13T04:57:03.076Z Downloaded usdt-impl v0.6.0
3312026-07-13T04:57:03.076Z Downloaded toml v1.1.2+spec-1.1.0
3322026-07-13T04:57:03.079Z Downloaded term v1.1.0
3332026-07-13T04:57:03.079Z Downloaded schemars v0.8.22
3342026-07-13T04:57:03.085Z Downloaded rcgen v0.14.8
3352026-07-13T04:57:03.088Z Downloaded slog v2.8.2
3362026-07-13T04:57:03.091Z Downloaded prettyplease v0.2.37
3372026-07-13T04:57:03.091Z Downloaded zmij v1.0.2
3382026-07-13T04:57:03.094Z Downloaded socket2 v0.6.3
3392026-07-13T04:57:03.095Z Downloaded flate2 v1.1.9
3402026-07-13T04:57:03.098Z Downloaded unicode-ident v1.0.12
3412026-07-13T04:57:03.098Z Downloaded miniz_oxide v0.8.9
3422026-07-13T04:57:03.101Z Downloaded tracing-core v0.1.32
3432026-07-13T04:57:03.101Z Downloaded uuid v1.23.4
3442026-07-13T04:57:03.104Z Downloaded subprocess v1.2.0
3452026-07-13T04:57:03.104Z Downloaded quinn v0.11.9
3462026-07-13T04:57:03.107Z Downloaded tracing v0.1.40
3472026-07-13T04:57:03.110Z Downloaded nom v7.1.3
3482026-07-13T04:57:03.113Z Downloaded getrandom v0.3.4
3492026-07-13T04:57:03.113Z Downloaded async-compression v0.4.42
3502026-07-13T04:57:03.117Z Downloaded http v1.4.2
3512026-07-13T04:57:03.120Z Downloaded idna v1.0.3
3522026-07-13T04:57:03.123Z Downloaded url v2.5.4
3532026-07-13T04:57:03.123Z Downloaded memchr v2.6.0
3542026-07-13T04:57:03.126Z Downloaded typenum v1.19.0
3552026-07-13T04:57:03.129Z Downloaded rustls-webpki v0.103.13
3562026-07-13T04:57:03.129Z Downloaded serde v1.0.228
3572026-07-13T04:57:03.132Z Downloaded aws-lc-rs v1.16.3
3582026-07-13T04:57:03.136Z Downloaded zerocopy-derive v0.8.27
3592026-07-13T04:57:03.140Z Downloaded unicode-segmentation v1.10.0
3602026-07-13T04:57:03.143Z Downloaded num-bigint v0.4.3
3612026-07-13T04:57:03.146Z Downloaded pest v2.8.1
3622026-07-13T04:57:03.149Z Downloaded hyper-util v0.1.20
3632026-07-13T04:57:03.151Z Downloaded expectorate v1.2.0
3642026-07-13T04:57:03.151Z Downloaded tungstenite v0.29.0
3652026-07-13T04:57:03.154Z Downloaded rand v0.9.2
3662026-07-13T04:57:03.157Z Downloaded icu_collections v1.5.0
3672026-07-13T04:57:03.160Z Downloaded x509-parser v0.18.0
3682026-07-13T04:57:03.163Z Downloaded scroll v0.13.0
3692026-07-13T04:57:03.163Z Downloaded ryu v1.0.5
3702026-07-13T04:57:03.166Z Downloaded tower v0.5.2
3712026-07-13T04:57:03.169Z Downloaded log v0.4.17
3722026-07-13T04:57:03.172Z Downloaded crossbeam-channel v0.5.15
3732026-07-13T04:57:03.172Z Downloaded cc v1.2.60
3742026-07-13T04:57:03.175Z Downloaded serde_json v1.0.150
3752026-07-13T04:57:03.181Z Downloaded portable-atomic v1.9.0
3762026-07-13T04:57:03.187Z Downloaded reqwest v0.13.4
3772026-07-13T04:57:03.190Z Downloaded tower-http v0.6.8
3782026-07-13T04:57:03.195Z Downloaded hashbrown v0.17.0
3792026-07-13T04:57:03.198Z Downloaded zerovec v0.10.4
3802026-07-13T04:57:03.201Z Downloaded tokio-util v0.7.18
3812026-07-13T04:57:03.204Z Downloaded hyper v1.10.1
3822026-07-13T04:57:03.208Z Downloaded futures-util v0.3.32
3832026-07-13T04:57:03.214Z Downloaded h2 v0.4.14
3842026-07-13T04:57:03.217Z Downloaded icu_properties_data v1.5.0
3852026-07-13T04:57:03.223Z Downloaded quinn-proto v0.11.14
3862026-07-13T04:57:03.226Z Downloaded chrono v0.4.45
3872026-07-13T04:57:03.230Z Downloaded winnow v1.0.0
3882026-07-13T04:57:03.236Z Downloaded goblin v0.10.1
3892026-07-13T04:57:03.241Z Downloaded time v0.3.47
3902026-07-13T04:57:03.251Z Downloaded zerocopy v0.8.27
3912026-07-13T04:57:03.268Z Downloaded rustls v0.23.41
3922026-07-13T04:57:03.274Z Downloaded syn v2.0.118
3932026-07-13T04:57:03.279Z Downloaded rustix v0.38.44
3942026-07-13T04:57:03.291Z Downloaded openapiv3 v2.2.0
3952026-07-13T04:57:03.297Z Downloaded rustix v1.1.4
3962026-07-13T04:57:03.335Z Downloaded libc v0.2.186
3972026-07-13T04:57:03.385Z Downloaded ring v0.17.13
3982026-07-13T04:57:03.409Z Downloaded tokio v1.52.3
3992026-07-13T04:57:03.476Z Downloaded encoding_rs v0.8.32
4002026-07-13T04:57:04.038Z Downloaded aws-lc-sys v0.40.0
4012026-07-13T04:57:04.262Z Compiling proc-macro2 v1.0.106
4022026-07-13T04:57:04.262Z Compiling unicode-ident v1.0.12
4032026-07-13T04:57:04.262Z Compiling quote v1.0.46
4042026-07-13T04:57:04.262Z Compiling libc v0.2.186
4052026-07-13T04:57:04.265Z Compiling cfg-if v1.0.0
4062026-07-13T04:57:04.265Z Compiling itoa v1.0.1
4072026-07-13T04:57:04.265Z Compiling memchr v2.6.0
4082026-07-13T04:57:04.362Z Compiling serde_core v1.0.228
4092026-07-13T04:57:04.365Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0762834bb50900aa -C extra-filename=-042d12c73b3dbea1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4102026-07-13T04:57:04.365Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.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=327fead33f89086b -C extra-filename=-b80ca5d71cc857e3 --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-b80ca5d71cc857e3 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4112026-07-13T04:57:04.367Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.46/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=a2ea8d1010b1429a -C extra-filename=-8e9687b2acb71334 --out-dir /work/oxidecomputer/dropshot/target/debug/build/quote-8e9687b2acb71334 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4122026-07-13T04:57:04.367Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.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=590b00b77b31830a -C extra-filename=-06eade19d5252546 --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-06eade19d5252546 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4132026-07-13T04:57:04.367Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=2b9365c24147eee2 -C extra-filename=-5f9fa4a847aa64d8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4142026-07-13T04:57:04.370Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c64530af8dd816e2 -C extra-filename=-d5ee783bcc1e47da --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4152026-07-13T04:57:04.374Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.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=ff45cdb7decf5fc1 -C extra-filename=-81dcb56903da448c --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-81dcb56903da448c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4162026-07-13T04:57:04.377Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=343c1bd5566d9d7f -C extra-filename=-a264b6c6c7a4d5d4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4172026-07-13T04:57:04.436Z Compiling pin-project-lite v0.2.12
4182026-07-13T04:57:04.440Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4d756992dbdc292e -C extra-filename=-dc03c7f2a3929925 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4192026-07-13T04:57:04.481Z Compiling autocfg v1.1.0
4202026-07-13T04:57:04.484Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b563f80985043586 -C extra-filename=-171dfbd7656ea073 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4212026-07-13T04:57:04.490Z Compiling version_check v0.9.5
4222026-07-13T04:57:04.493Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=60319a033aa0dc71 -C extra-filename=-0114e1d2fe791be1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4232026-07-13T04:57:04.519Z Compiling bytes v1.12.1
4242026-07-13T04:57:04.527Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=507bfbed58efef42 -C extra-filename=-5493358a93690a42 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4252026-07-13T04:57:04.716Z Running `/work/oxidecomputer/dropshot/target/debug/build/quote-8e9687b2acb71334/build-script-build`
4262026-07-13T04:57:04.720Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-81dcb56903da448c/build-script-build`
4272026-07-13T04:57:04.720Z Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-b80ca5d71cc857e3/build-script-build`
4282026-07-13T04:57:04.739Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-06eade19d5252546/build-script-build`
4292026-07-13T04:57:04.747Z Compiling smallvec v1.13.2
4302026-07-13T04:57:04.750Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=6d2fcb445cd23fee -C extra-filename=-cf0c22c050cb719a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4312026-07-13T04:57:04.756Z Compiling futures-core v0.3.32
4322026-07-13T04:57:04.759Z Compiling serde v1.0.228
4332026-07-13T04:57:04.759Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.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=46be527857dc8cc1 -C extra-filename=-6014f905cb1f1428 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4342026-07-13T04:57:04.759Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.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=321069c8d4a177ec -C extra-filename=-c7fb31c1245223b3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
4352026-07-13T04:57:04.764Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.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=71ecc3c37ec52af1 -C extra-filename=-12687b424eea7279 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-12687b424eea7279 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4362026-07-13T04:57:04.782Z Running `/home/build/.rustup/toolchains/1.96.1-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=5258c9976310ad74 -C extra-filename=-fa0035ced106de40 --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"))'`
4372026-07-13T04:57:04.902Z Compiling zmij v1.0.2
4382026-07-13T04:57:04.906Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=ee7aaf840eab5b05 -C extra-filename=-0b7c0ea1175a8a85 --out-dir /work/oxidecomputer/dropshot/target/debug/build/zmij-0b7c0ea1175a8a85 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4392026-07-13T04:57:04.939Z Compiling serde_json v1.0.150
4402026-07-13T04:57:04.942Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.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=34449ea920db0ab9 -C extra-filename=-68cf30d5ba1a99ac --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-68cf30d5ba1a99ac -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4412026-07-13T04:57:05.053Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.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=18262622e422ce20 -C extra-filename=-8f6729caab1030b5 --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-042d12c73b3dbea1.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-07-13T04:57:05.131Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-12687b424eea7279/build-script-build`
4432026-07-13T04:57:05.187Z Compiling once_cell v1.20.1
4442026-07-13T04:57:05.195Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=a05f407ab2b823eb -C extra-filename=-c032f9bc4585e39a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4452026-07-13T04:57:05.195Z Compiling thiserror v2.0.18
4462026-07-13T04:57:05.195Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.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=ee46abcfd791ded0 -C extra-filename=-6093beced8b3f5ae --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-6093beced8b3f5ae -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4472026-07-13T04:57:05.242Z Compiling log v0.4.17
4482026-07-13T04:57:05.251Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "value-bag"))' -C metadata=aa13ef9974c86aef -C extra-filename=-fd21ab049a3119f3 --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-fd21ab049a3119f3 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4492026-07-13T04:57:05.271Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-68cf30d5ba1a99ac/build-script-build`
4502026-07-13T04:57:05.275Z Compiling jobserver v0.1.34
4512026-07-13T04:57:05.275Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=43bcc8badba1e1c9 -C extra-filename=-cc07190b9fd1b715 --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-fa0035ced106de40.rmeta --cap-lints allow`
4522026-07-13T04:57:05.308Z Running `/work/oxidecomputer/dropshot/target/debug/build/zmij-0b7c0ea1175a8a85/build-script-build`
4532026-07-13T04:57:05.338Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name zmij --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=8040522d266ddc38 -C extra-filename=-27bb0bfc408c7e39 --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)'`
4542026-07-13T04:57:05.349Z Compiling parking_lot_core v0.9.4
4552026-07-13T04:57:05.352Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=7f7223b0d2be3c3d -C extra-filename=-37b356ce13e04eea --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-37b356ce13e04eea -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4562026-07-13T04:57:05.373Z Compiling find-msvc-tools v0.1.9
4572026-07-13T04:57:05.376Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name find_msvc_tools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/find-msvc-tools-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --allow=unexpected_cfgs --check-cfg 'cfg(disable_clang_cl_tests)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5254105762c2e19a -C extra-filename=-b32d63679998a310 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4582026-07-13T04:57:05.495Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.46/src/lib.rs --error-format=json --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=5c7d73ef42ddd076 -C extra-filename=-d0a1ec9ee5156da2 --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-8f6729caab1030b5.rmeta --cap-lints allow --check-cfg 'cfg(no_diagnostic_namespace)'`
4592026-07-13T04:57:05.529Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-6093beced8b3f5ae/build-script-build`
4602026-07-13T04:57:05.533Z Running `/work/oxidecomputer/dropshot/target/debug/build/log-fd21ab049a3119f3/build-script-build`
4612026-07-13T04:57:05.542Z Compiling shlex v1.3.0
4622026-07-13T04:57:05.545Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2b69d6fcd31d90ce -C extra-filename=-486aa8d97515d5a9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4632026-07-13T04:57:05.609Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "value-bag"))' -C metadata=b552e378fb3734fd -C extra-filename=-d27a9b5ff6530186 --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-5f9fa4a847aa64d8.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics`
4642026-07-13T04:57:05.618Z Compiling slab v0.4.9
4652026-07-13T04:57:05.622Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=73213f65cb65f2aa -C extra-filename=-0f4d7e90ef83563a --out-dir /work/oxidecomputer/dropshot/target/debug/build/slab-0f4d7e90ef83563a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-171dfbd7656ea073.rlib --cap-lints allow`
4662026-07-13T04:57:05.636Z Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-37b356ce13e04eea/build-script-build`
4672026-07-13T04:57:05.639Z Compiling typenum v1.19.0
4682026-07-13T04:57:05.643Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="const-generics"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=5b75796f4857c808 -C extra-filename=-ebcf70ee54175cec --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-ebcf70ee54175cec -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4692026-07-13T04:57:05.712Z Compiling syn v2.0.118
4702026-07-13T04:57:05.721Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.118/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=9b208aff9b88f301 -C extra-filename=-1447a58af34b67bf --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-8f6729caab1030b5.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d0a1ec9ee5156da2.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-042d12c73b3dbea1.rmeta --cap-lints allow`
4712026-07-13T04:57:05.728Z Compiling cc v1.2.60
4722026-07-13T04:57:05.731Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.60/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --allow=unexpected_cfgs --check-cfg 'cfg(disable_clang_cl_tests)' --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=7f3e24b4cf34b57b -C extra-filename=-078ad73ecdd41090 --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-b32d63679998a310.rmeta --extern jobserver=/work/oxidecomputer/dropshot/target/debug/deps/libjobserver-cc07190b9fd1b715.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rmeta --extern shlex=/work/oxidecomputer/dropshot/target/debug/deps/libshlex-486aa8d97515d5a9.rmeta --cap-lints allow`
4732026-07-13T04:57:05.788Z Compiling scopeguard v1.2.0
4742026-07-13T04:57:05.793Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=d4ef62d8ee872cc5 -C extra-filename=-5716efd1b12c8c15 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4752026-07-13T04:57:05.805Z Compiling futures-sink v0.3.32
4762026-07-13T04:57:05.809Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.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=6819df034ff5acf8 -C extra-filename=-a8a0210f6594b2a2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4772026-07-13T04:57:05.816Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=180acb22dcc266c1 -C extra-filename=-49c03faef9461275 --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-5f9fa4a847aa64d8.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-cf0c22c050cb719a.rmeta --cap-lints allow`
4782026-07-13T04:57:05.859Z Running `/work/oxidecomputer/dropshot/target/debug/build/slab-0f4d7e90ef83563a/build-script-build`
4792026-07-13T04:57:05.890Z Compiling lock_api v0.4.6
4802026-07-13T04:57:05.893Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "nightly", "owning_ref", "serde"))' -C metadata=68b93055a22ace69 -C extra-filename=-58f3943f841d3e4e --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-5716efd1b12c8c15.rmeta --cap-lints allow`
4812026-07-13T04:57:05.905Z Compiling dunce v1.0.5
4822026-07-13T04:57:05.908Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dunce --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dunce-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c6b458f4d96c05c9 -C extra-filename=-e922ff0f7248dc1e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4832026-07-13T04:57:05.946Z Compiling fs_extra v1.3.0
4842026-07-13T04:57:05.954Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name fs_extra --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs_extra-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=352a0c77ed6ffa64 -C extra-filename=-a1784ffcc7275bbe --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4852026-07-13T04:57:05.996Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=e1fdf027574df379 -C extra-filename=-ce9f6f7426c4d793 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4862026-07-13T04:57:06.014Z Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-ebcf70ee54175cec/build-script-build`
4872026-07-13T04:57:06.024Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="const-generics"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=e5ebe36a50733d5e -C extra-filename=-b9b09af60a6feb0f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4882026-07-13T04:57:06.104Z Compiling parking_lot v0.12.1
4892026-07-13T04:57:06.108Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=ef7e4a8a85d0bc52 -C extra-filename=-3e6e52b32e751935 --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-58f3943f841d3e4e.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-49c03faef9461275.rmeta --cap-lints allow`
4902026-07-13T04:57:06.120Z Compiling socket2 v0.6.3
4912026-07-13T04:57:06.124Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=cc588478e096cd7f -C extra-filename=-acbf7a50bd071658 --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-fa0035ced106de40.rmeta --cap-lints allow`
4922026-07-13T04:57:06.162Z Compiling mio v1.2.0
4932026-07-13T04:57:06.165Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=b21d07ff666ffcb7 -C extra-filename=-6fdb92cd5889b1cd --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-fa0035ced106de40.rmeta --cap-lints allow`
4942026-07-13T04:57:06.205Z Compiling signal-hook-registry v1.4.0
4952026-07-13T04:57:06.209Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6f9e9ff77e2488c3 -C extra-filename=-c63ce1b881eaeb79 --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-fa0035ced106de40.rmeta --cap-lints allow`
4962026-07-13T04:57:06.522Z Compiling cmake v0.1.58
4972026-07-13T04:57:06.526Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name cmake --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cmake-0.1.58/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=baa6f63780c262c8 -C extra-filename=-afe11b4bc4cc3e20 --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-078ad73ecdd41090.rmeta --cap-lints allow`
4982026-07-13T04:57:06.580Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.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=d795e179cba6eb1d -C extra-filename=-297bb68ce433dc88 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-297bb68ce433dc88 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4992026-07-13T04:57:06.609Z Compiling stable_deref_trait v1.2.0
5002026-07-13T04:57:06.613Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=ba70950ab6621008 -C extra-filename=-42c5c21ec56d1008 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5012026-07-13T04:57:06.684Z Compiling futures-channel v0.3.32
5022026-07-13T04:57:06.687Z Compiling http v1.4.2
5032026-07-13T04:57:06.687Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.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=8d0ed1f434ec97d4 -C extra-filename=-99232fe9fbc263a5 --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-6014f905cb1f1428.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-a8a0210f6594b2a2.rmeta --cap-lints allow`
5042026-07-13T04:57:06.687Z Running `/home/build/.rustup/toolchains/1.96.1-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=218af7c5c6a32f36 -C extra-filename=-fe5740e4005451ec --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-5493358a93690a42.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-d5ee783bcc1e47da.rmeta --cap-lints allow`
5052026-07-13T04:57:06.716Z Compiling zeroize v1.8.2
5062026-07-13T04:57:06.719Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-1.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=641d9cfea12c8177 -C extra-filename=-233a406a2e6d3ac7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5072026-07-13T04:57:06.759Z Compiling getrandom v0.4.1
5082026-07-13T04:57:06.763Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=f38dd8384957dea2 -C extra-filename=-0124c2af72caa694 --out-dir /work/oxidecomputer/dropshot/target/debug/build/getrandom-0124c2af72caa694 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5092026-07-13T04:57:06.874Z Compiling aws-lc-rs v1.16.3
5102026-07-13T04:57:06.878Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.16.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="aws-lc-sys"' --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "dev-tests-only", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=41625b4c7dc293ce -C extra-filename=-87a3e0240387b6be --out-dir /work/oxidecomputer/dropshot/target/debug/build/aws-lc-rs-87a3e0240387b6be -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5112026-07-13T04:57:06.896Z Compiling futures-io v0.3.32
5122026-07-13T04:57:06.899Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.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=919b5494151fa4a8 -C extra-filename=-c3038dded1f99eb3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5132026-07-13T04:57:06.912Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-297bb68ce433dc88/build-script-build`
5142026-07-13T04:57:06.921Z Compiling bitflags v2.11.0
5152026-07-13T04:57:06.924Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "example_generated", "serde", "serde_core", "std"))' -C metadata=d6f2d0c91b70ab64 -C extra-filename=-7a4ac574b15ecca7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5162026-07-13T04:57:06.952Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.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=8380756c15011ffe -C extra-filename=-8451510414c3f841 --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)'`
5172026-07-13T04:57:07.040Z Compiling aws-lc-sys v0.40.0
5182026-07-13T04:57:07.043Z Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-0124c2af72caa694/build-script-build`
5192026-07-13T04:57:07.043Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.40.0/builder/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-bindings", "asan", "bindgen", "default", "disable-prebuilt-nasm", "fips", "prebuilt-nasm", "ssl"))' -C metadata=6663c015e6427ca8 -C extra-filename=-5d518df8b61b92a1 --out-dir /work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d518df8b61b92a1 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-078ad73ecdd41090.rlib --extern cmake=/work/oxidecomputer/dropshot/target/debug/deps/libcmake-afe11b4bc4cc3e20.rlib --extern dunce=/work/oxidecomputer/dropshot/target/debug/deps/libdunce-e922ff0f7248dc1e.rlib --extern fs_extra=/work/oxidecomputer/dropshot/target/debug/deps/libfs_extra-a1784ffcc7275bbe.rlib --cap-lints allow`
5202026-07-13T04:57:07.057Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.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=ce70318988e3da5d -C extra-filename=-559cf37f92e869a4 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-559cf37f92e869a4 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5212026-07-13T04:57:07.065Z Compiling futures-task v0.3.32
5222026-07-13T04:57:07.068Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.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=dac3b2090366aabb -C extra-filename=-6bd05d09fd6dd058 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5232026-07-13T04:57:07.157Z Compiling ucd-trie v0.1.6
5242026-07-13T04:57:07.160Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e76831750645cfc9 -C extra-filename=-e23dfdfe51484f6c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5252026-07-13T04:57:07.194Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=d0f038b54c39f2ad -C extra-filename=-a424ff4eeea0727f --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-5f9fa4a847aa64d8.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rmeta --cap-lints allow`
5262026-07-13T04:57:07.234Z Compiling rustls-pki-types v1.15.0
5272026-07-13T04:57:07.243Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.15.0/src/lib.rs --error-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=ad7efc053427e1c6 -C extra-filename=-35a8f4954d64bb8f --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-233a406a2e6d3ac7.rmeta --cap-lints allow`
5282026-07-13T04:57:07.351Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.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=bdc8ea262b01f16b -C extra-filename=-efb264f629c18673 --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-d5ee783bcc1e47da.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-a264b6c6c7a4d5d4.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-c7fb31c1245223b3.rmeta --extern zmij=/work/oxidecomputer/dropshot/target/debug/deps/libzmij-27bb0bfc408c7e39.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
5292026-07-13T04:57:07.383Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-559cf37f92e869a4/build-script-build`
5302026-07-13T04:57:07.424Z Compiling zerocopy v0.8.27
5312026-07-13T04:57:07.427Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.27/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=09ca9f351fb4741d -C extra-filename=-ca84adbc04fe817e --out-dir /work/oxidecomputer/dropshot/target/debug/build/zerocopy-ca84adbc04fe817e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5322026-07-13T04:57:07.456Z Compiling httparse v1.10.0
5332026-07-13T04:57:07.465Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=8417f976b930a66e -C extra-filename=-71443f14b00e84a9 --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-71443f14b00e84a9 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5342026-07-13T04:57:07.717Z Compiling rustversion v1.0.22
5352026-07-13T04:57:07.721Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=52e00343b8e8b634 -C extra-filename=-7d5933f3812a88cb --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustversion-7d5933f3812a88cb -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5362026-07-13T04:57:07.729Z Compiling errno v0.3.10
5372026-07-13T04:57:07.732Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=bee7eeb802e0b4e4 -C extra-filename=-39a0b7e818bafcac --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-fa0035ced106de40.rmeta --cap-lints allow`
5382026-07-13T04:57:07.821Z Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-71443f14b00e84a9/build-script-build`
5392026-07-13T04:57:07.821Z Running `/work/oxidecomputer/dropshot/target/debug/build/zerocopy-ca84adbc04fe817e/build-script-build`
5402026-07-13T04:57:07.862Z Compiling crossbeam-utils v0.8.21
5412026-07-13T04:57:07.867Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=9321d4dcd19f7955 -C extra-filename=-735ddb569a0e6bfd --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-735ddb569a0e6bfd -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5422026-07-13T04:57:07.871Z Compiling litemap v0.7.4
5432026-07-13T04:57:07.871Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "testing", "yoke"))' -C metadata=57ae94c08bcb463c -C extra-filename=-71f4c90d40938585 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5442026-07-13T04:57:07.880Z Compiling writeable v0.5.5
5452026-07-13T04:57:07.883Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name writeable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "either"))' -C metadata=7b18b8c8b83cf32d -C extra-filename=-a51c3b4d9324593a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5462026-07-13T04:57:07.926Z Running `/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d518df8b61b92a1/build-script-main`
5472026-07-13T04:57:08.060Z Compiling rustix v1.1.4
5482026-07-13T04:57:08.063Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=d06439ddb7e7a15f -C extra-filename=-bc5ee6fa9ee305a1 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-bc5ee6fa9ee305a1 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5492026-07-13T04:57:08.071Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustversion-7d5933f3812a88cb/build-script-build`
5502026-07-13T04:57:08.111Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c1004d3985a8d9f0 -C extra-filename=-fad335c1c443e70b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro --cap-lints allow --check-cfg 'cfg(cfg_macro_not_allowed)' --check-cfg 'cfg(host_os, values("windows"))'`
5512026-07-13T04:57:08.163Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d2517bc29bcd993c -C extra-filename=-9fd38920b4437d56 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg httparse_simd_neon_intrinsics --cfg httparse_simd`
5522026-07-13T04:57:08.167Z Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-735ddb569a0e6bfd/build-script-build`
5532026-07-13T04:57:08.178Z Compiling generic-array v0.14.5
5542026-07-13T04:57:08.187Z Running `/home/build/.rustup/toolchains/1.96.1-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=cac96d73902dc49c -C extra-filename=-bda21544d8e1148a --out-dir /work/oxidecomputer/dropshot/target/debug/build/generic-array-bda21544d8e1148a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-0114e1d2fe791be1.rlib --cap-lints allow`
5552026-07-13T04:57:08.413Z Compiling time-core v0.1.8
5562026-07-13T04:57:08.416Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("large-dates"))' -C metadata=546e9815206beb21 -C extra-filename=-248c8ac3ec995e68 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5572026-07-13T04:57:08.423Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-bc5ee6fa9ee305a1/build-script-build`
5582026-07-13T04:57:08.454Z Compiling powerfmt v0.2.0
5592026-07-13T04:57:08.457Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=ee8b5cfff21017f7 -C extra-filename=-4e848879245e5c15 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5602026-07-13T04:57:08.489Z Compiling synstructure v0.13.1
5612026-07-13T04:57:08.492Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=6595d98e0b04ed24 -C extra-filename=-4c8d1a9d09d6a885 --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-8f6729caab1030b5.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d0a1ec9ee5156da2.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-1447a58af34b67bf.rmeta --cap-lints allow`
5622026-07-13T04:57:08.548Z Compiling num-conv v0.2.0
5632026-07-13T04:57:08.551Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1ea580a51ae2c971 -C extra-filename=-8554dfcb7f875f37 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5642026-07-13T04:57:08.608Z Compiling equivalent v1.0.0
5652026-07-13T04:57:08.611Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=68e8ffe20a65be10 -C extra-filename=-e7ab474978924ef1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5662026-07-13T04:57:08.652Z Compiling hashbrown v0.17.0
5672026-07-13T04:57:08.655Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused_extern_crates --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_else' '--warn=clippy::ptr_cast_constness' '--warn=clippy::ptr_as_ptr' '--allow=clippy::option_if_let_else' '--warn=clippy::needless_continue' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_safety_doc' '--allow=clippy::missing_errors_doc' --warn=missing_docs '--allow=clippy::manual_map' '--warn=clippy::manual_let_else' --warn=explicit_outlives_requirements --warn=ellipsis_inclusive_range_patterns --warn=elided_lifetimes_in_paths '--allow=clippy::doc_markdown' '--warn=clippy::borrow_as_ptr' --warn=bare_trait_objects --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=f4850fa6972ca859 -C extra-filename=-a1e9ef18e5945722 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5682026-07-13T04:57:08.666Z Compiling time-macros v0.2.27
5692026-07-13T04:57:08.669Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="formatting"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=d883acd720ed27e5 -C extra-filename=-3eae2fa06c9bd7ee --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-8554dfcb7f875f37.rlib --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-248c8ac3ec995e68.rlib --extern proc_macro --cap-lints allow`
5702026-07-13T04:57:08.670Z Compiling slog v2.8.2
5712026-07-13T04:57:08.670Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=f6a1b31bd373fc58 -C extra-filename=-79f238ccf64ba69a --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-79f238ccf64ba69a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rustversion=/work/oxidecomputer/dropshot/target/debug/deps/librustversion-fad335c1c443e70b.so --cap-lints allow`
5722026-07-13T04:57:08.687Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=c8af9a59413fe1d1 -C extra-filename=-5431a2b003e6a0ec --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-7a4ac574b15ecca7.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-39a0b7e818bafcac.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rmeta --cap-lints allow --cfg static_assertions --cfg lower_upper_exp_for_non_zero --cfg rustc_diagnostics --cfg libc --cfg solarish`
5732026-07-13T04:57:08.782Z Compiling deranged v0.5.5
5742026-07-13T04:57:08.785Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--allow=clippy::redundant-pub-crate' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints '--allow=clippy::option-if-let-else' --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --warn=unstable-name-collisions --allow=path-statements --cfg 'feature="default"' --cfg 'feature="powerfmt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "num", "powerfmt", "quickcheck", "rand", "rand08", "rand09", "serde"))' -C metadata=4906ec276509e1b1 -C extra-filename=-d67870ef43f18425 --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-4e848879245e5c15.rmeta --cap-lints allow`
5752026-07-13T04:57:08.904Z Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-bda21544d8e1148a/build-script-build`
5762026-07-13T04:57:08.944Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=7573388709ff630a -C extra-filename=-7559d8136439b8ad --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-07-13T04:57:08.972Z Compiling http-body v1.0.1
5782026-07-13T04:57:08.976Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c97195ff956e031d -C extra-filename=-e10a6c60669c3b15 --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-5493358a93690a42.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rmeta --cap-lints allow`
5792026-07-13T04:57:09.118Z Compiling indexmap v2.14.0
5802026-07-13T04:57:09.122Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --deny=unsafe-code --deny=unreachable-pub --deny=unnameable-types '--allow=clippy::style' --warn=rust-2018-idioms --deny=private-interfaces --deny=private-bounds --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "serde", "std", "sval", "test_debug"))' -C metadata=f6191ae81c083a0f -C extra-filename=-0cb0883403b31b95 --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-e7ab474978924ef1.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-a1e9ef18e5945722.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-c7fb31c1245223b3.rmeta --cap-lints allow`
5812026-07-13T04:57:09.186Z Compiling tracing-core v0.1.32
5822026-07-13T04:57:09.189Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=1dc24f1a554c7f53 -C extra-filename=-696f68f3e5999dd4 --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-c032f9bc4585e39a.rmeta --cap-lints allow`
5832026-07-13T04:57:09.447Z Compiling getrandom v0.3.4
5842026-07-13T04:57:09.450Z Running `/home/build/.rustup/toolchains/1.96.1-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=2e53dfd14c0537a3 -C extra-filename=-289f56293fb98151 --out-dir /work/oxidecomputer/dropshot/target/debug/build/getrandom-289f56293fb98151 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5852026-07-13T04:57:09.538Z Compiling atomic-waker v1.1.2
5862026-07-13T04:57:09.542Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-waker-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=415e041918b5acda -C extra-filename=-a876c8512abd8f1d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5872026-07-13T04:57:09.627Z Compiling rustls v0.23.41
5882026-07-13T04:57:09.630Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.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=910b59fc1924dacc -C extra-filename=-49dad5cf8c508f46 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-49dad5cf8c508f46 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5892026-07-13T04:57:09.661Z Compiling rustix v0.38.44
5902026-07-13T04:57:09.665Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=acf5917d3aaa30a5 -C extra-filename=-743d2f7120120ab0 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-743d2f7120120ab0 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5912026-07-13T04:57:09.674Z Compiling serde_derive v1.0.228
5922026-07-13T04:57:09.677Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.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=7622363060730f35 -C extra-filename=-914d84b9badc058e --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-8f6729caab1030b5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d0a1ec9ee5156da2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-1447a58af34b67bf.rlib --extern proc_macro --cap-lints allow`
5932026-07-13T04:57:09.741Z Compiling thiserror-impl v2.0.18
5942026-07-13T04:57:09.744Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.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=686e384916c4c0a4 -C extra-filename=-28cb3e61cfa3ff95 --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-8f6729caab1030b5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d0a1ec9ee5156da2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-1447a58af34b67bf.rlib --extern proc_macro --cap-lints allow`
5952026-07-13T04:57:09.751Z Compiling zerofrom-derive v0.1.5
5962026-07-13T04:57:09.754Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f2938ffc80440390 -C extra-filename=-6519ec6db99285e3 --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-8f6729caab1030b5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d0a1ec9ee5156da2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-1447a58af34b67bf.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-4c8d1a9d09d6a885.rlib --extern proc_macro --cap-lints allow`
5972026-07-13T04:57:09.770Z Compiling tokio-macros v2.7.0
5982026-07-13T04:57:09.774Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d225a8d4bd8ad59c -C extra-filename=-d1a8a6860b3932e1 --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-8f6729caab1030b5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d0a1ec9ee5156da2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-1447a58af34b67bf.rlib --extern proc_macro --cap-lints allow`
5992026-07-13T04:57:09.780Z Compiling yoke-derive v0.7.5
6002026-07-13T04:57:09.784Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name yoke_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3a3f048847835424 -C extra-filename=-8ae60044310c3cf3 --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-8f6729caab1030b5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d0a1ec9ee5156da2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-1447a58af34b67bf.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-4c8d1a9d09d6a885.rlib --extern proc_macro --cap-lints allow`
6012026-07-13T04:57:09.837Z Compiling zerovec-derive v0.10.3
6022026-07-13T04:57:09.841Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name zerovec_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=16d2997f7e5b0df0 -C extra-filename=-d59ba4667b662cfb --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-8f6729caab1030b5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d0a1ec9ee5156da2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-1447a58af34b67bf.rlib --extern proc_macro --cap-lints allow`
6032026-07-13T04:57:10.007Z Compiling displaydoc v0.2.5
6042026-07-13T04:57:10.011Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name displaydoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=63eb6254ded91e3c -C extra-filename=-a4a8780abf4cc243 --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-8f6729caab1030b5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d0a1ec9ee5156da2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-1447a58af34b67bf.rlib --extern proc_macro --cap-lints allow`
6052026-07-13T04:57:10.556Z Compiling tokio v1.52.3
6062026-07-13T04:57:10.560Z Running `/home/build/.rustup/toolchains/1.96.1-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=3f1c7d8be9211f5b -C extra-filename=-8b1da08f385adb22 --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-5493358a93690a42.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-6fdb92cd5889b1cd.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-3e6e52b32e751935.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-dc03c7f2a3929925.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-c63ce1b881eaeb79.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-acbf7a50bd071658.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-d1a8a6860b3932e1.so --cap-lints allow`
6072026-07-13T04:57:10.775Z Compiling futures-macro v0.3.32
6082026-07-13T04:57:10.778Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.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=142fa384aff3b93e -C extra-filename=-9d9c432cc8b4e760 --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-8f6729caab1030b5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d0a1ec9ee5156da2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-1447a58af34b67bf.rlib --extern proc_macro --cap-lints allow`
6092026-07-13T04:57:10.877Z Compiling zerocopy-derive v0.8.27
6102026-07-13T04:57:10.880Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.8.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=72d28b7f1ab02583 -C extra-filename=-000885a758959dcf --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-8f6729caab1030b5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d0a1ec9ee5156da2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-1447a58af34b67bf.rlib --extern proc_macro --cap-lints allow`
6112026-07-13T04:57:10.919Z Compiling icu_provider_macros v1.5.0
6122026-07-13T04:57:10.922Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider_macros-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=73e9bfade30694db -C extra-filename=-3c7de2168e287676 --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-8f6729caab1030b5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d0a1ec9ee5156da2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-1447a58af34b67bf.rlib --extern proc_macro --cap-lints allow`
6132026-07-13T04:57:10.984Z Compiling zerofrom v0.1.5
6142026-07-13T04:57:10.987Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=a120d1eca1701767 -C extra-filename=-f15dba2e0ae4ccff --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-6519ec6db99285e3.so --cap-lints allow`
6152026-07-13T04:57:11.006Z Running `/home/build/.rustup/toolchains/1.96.1-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=c1768792ab4ca39a -C extra-filename=-bd2bd5205f9e97ac --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-28cb3e61cfa3ff95.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
6162026-07-13T04:57:11.108Z Compiling yoke v0.7.5
6172026-07-13T04:57:11.108Z Compiling pest v2.8.1
6182026-07-13T04:57:11.111Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=db4c4fe20bd7b117 -C extra-filename=-ef51f64e45bb05cb --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-42c5c21ec56d1008.rmeta --extern yoke_derive=/work/oxidecomputer/dropshot/target/debug/deps/libyoke_derive-8ae60044310c3cf3.so --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-f15dba2e0ae4ccff.rmeta --cap-lints allow`
6192026-07-13T04:57:11.111Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=78ae9f16c15218ac -C extra-filename=-b65777a9c73264ce --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-a264b6c6c7a4d5d4.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-e23dfdfe51484f6c.rmeta --cap-lints allow`
6202026-07-13T04:57:11.299Z Compiling zerovec v0.10.4
6212026-07-13T04:57:11.302Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=54da552ecce3b3a6 -C extra-filename=-116d50bdd1f2ce2f --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-ef51f64e45bb05cb.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-f15dba2e0ae4ccff.rmeta --extern zerovec_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec_derive-d59ba4667b662cfb.so --cap-lints allow`
6222026-07-13T04:57:11.493Z Compiling num_threads v0.1.3
6232026-07-13T04:57:11.496Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_threads-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dff195dd90e39741 -C extra-filename=-36f94cae1a8fc829 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6242026-07-13T04:57:11.588Z Compiling icu_locid_transform_data v1.5.0
6252026-07-13T04:57:11.592Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c0d296d9013300b5 -C extra-filename=-ccb07d52c13d25dd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6262026-07-13T04:57:11.612Z Compiling futures-util v0.3.32
6272026-07-13T04:57:11.615Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.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=38cddaf9c427e1f1 -C extra-filename=-542641750b1be68f --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-99232fe9fbc263a5.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-6014f905cb1f1428.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-c3038dded1f99eb3.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-9d9c432cc8b4e760.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-a8a0210f6594b2a2.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-6bd05d09fd6dd058.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-a264b6c6c7a4d5d4.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-dc03c7f2a3929925.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-ce9f6f7426c4d793.rmeta --cap-lints allow`
6282026-07-13T04:57:11.657Z Compiling percent-encoding v2.3.2
6292026-07-13T04:57:11.660Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=cc070641cc004be5 -C extra-filename=-c502bdb297dce13d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6302026-07-13T04:57:11.849Z Compiling untrusted v0.9.0
6312026-07-13T04:57:11.852Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=929375e0642883ba -C extra-filename=-e1476d89f042f4d1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6322026-07-13T04:57:11.963Z Compiling fastrand v2.1.1
6332026-07-13T04:57:11.966Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=43d0074e6dc975ab -C extra-filename=-66795f8d3063da02 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6342026-07-13T04:57:12.102Z Compiling pest_meta v2.8.1
6352026-07-13T04:57:12.105Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=5b3ad979e8abff8d -C extra-filename=-6672f69e0fd2a2eb --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-b65777a9c73264ce.rmeta --cap-lints allow`
6362026-07-13T04:57:12.184Z Compiling tinystr v0.7.6
6372026-07-13T04:57:12.187Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=377a9ca51a7b1329 -C extra-filename=-63b6ae8bbb3a1b9f --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-a4a8780abf4cc243.so --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-116d50bdd1f2ce2f.rmeta --cap-lints allow`
6382026-07-13T04:57:12.236Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=c6d0aa505903ef83 -C extra-filename=-a45b02a6bd42e781 --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-000885a758959dcf.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)'`
6392026-07-13T04:57:12.339Z Compiling icu_locid v1.5.0
6402026-07-13T04:57:12.342Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std", "zerovec"))' -C metadata=8a159c544dcc7b70 -C extra-filename=-2f466c670a751a8b --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-a4a8780abf4cc243.so --extern litemap=/work/oxidecomputer/dropshot/target/debug/deps/liblitemap-71f4c90d40938585.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-63b6ae8bbb3a1b9f.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-a51c3b4d9324593a.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-116d50bdd1f2ce2f.rmeta --cap-lints allow`
6412026-07-13T04:57:12.349Z Running `/home/build/.rustup/toolchains/1.96.1-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=91f670565a8bf0a4 -C extra-filename=-7c52f04b61f98446 --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-c7fb31c1245223b3.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-914d84b9badc058e.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)'`
6422026-07-13T04:57:12.376Z Running `/home/build/.rustup/toolchains/1.96.1-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=9e0cd6c405d42ff4 -C extra-filename=-05abcae39e938bd4 --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-8451510414c3f841.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-914d84b9badc058e.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)'`
6432026-07-13T04:57:12.848Z Compiling pest_generator v2.8.1
6442026-07-13T04:57:12.848Z Compiling icu_provider v1.5.0
6452026-07-13T04:57:12.851Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=96d6277a2a0967cf -C extra-filename=-4f39b0a744f02532 --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-b65777a9c73264ce.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-6672f69e0fd2a2eb.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8f6729caab1030b5.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d0a1ec9ee5156da2.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-1447a58af34b67bf.rmeta --cap-lints allow`
6462026-07-13T04:57:12.851Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "datagen", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "experimental", "log_error_context", "logging", "macros", "serde", "std", "sync"))' -C metadata=416044f30b366a81 -C extra-filename=-39bcb5093d85f0d5 --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-a4a8780abf4cc243.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-2f466c670a751a8b.rmeta --extern icu_provider_macros=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider_macros-3c7de2168e287676.so --extern stable_deref_trait=/work/oxidecomputer/dropshot/target/debug/deps/libstable_deref_trait-42c5c21ec56d1008.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-63b6ae8bbb3a1b9f.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-a51c3b4d9324593a.rmeta --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-ef51f64e45bb05cb.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-f15dba2e0ae4ccff.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-116d50bdd1f2ce2f.rmeta --cap-lints allow`
6472026-07-13T04:57:13.213Z Compiling icu_locid_transform v1.5.0
6482026-07-13T04:57:13.217Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=6d4be1de01f9702a -C extra-filename=-8353fb4a3d46d48b --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-a4a8780abf4cc243.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-2f466c670a751a8b.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform_data-ccb07d52c13d25dd.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-39bcb5093d85f0d5.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-63b6ae8bbb3a1b9f.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-116d50bdd1f2ce2f.rmeta --cap-lints allow`
6492026-07-13T04:57:13.301Z Compiling serde_tokenstream v0.2.3
6502026-07-13T04:57:13.304Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_tokenstream-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=be0d0258f3f35b44 -C extra-filename=-9dc82e3e006f99ce --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-8f6729caab1030b5.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d0a1ec9ee5156da2.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05abcae39e938bd4.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-1447a58af34b67bf.rmeta --cap-lints allow`
6512026-07-13T04:57:13.354Z Compiling erased-serde v0.3.31
6522026-07-13T04:57:13.357Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=224fe5202feaef51 -C extra-filename=-fdc3611a758d4598 --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-7c52f04b61f98446.rmeta --cap-lints allow`
6532026-07-13T04:57:13.451Z Compiling pest_derive v2.8.1
6542026-07-13T04:57:13.454Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_derive-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=fa1ed20b3925eea2 -C extra-filename=-e6038712ca2a44f4 --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-b65777a9c73264ce.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-4f39b0a744f02532.rlib --extern proc_macro --cap-lints allow`
6552026-07-13T04:57:13.577Z Compiling icu_collections v1.5.0
6562026-07-13T04:57:13.580Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std"))' -C metadata=cbc67b18f456aef9 -C extra-filename=-846dca2bf3f94617 --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-a4a8780abf4cc243.so --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-ef51f64e45bb05cb.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-f15dba2e0ae4ccff.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-116d50bdd1f2ce2f.rmeta --cap-lints allow`
6572026-07-13T04:57:13.642Z Compiling time v0.3.47
6582026-07-13T04:57:13.646Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "rand08", "rand09", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=2dfff334a7353eb2 -C extra-filename=-8371a30f628391f2 --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-d67870ef43f18425.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-d5ee783bcc1e47da.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rmeta --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-8554dfcb7f875f37.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-36f94cae1a8fc829.rmeta --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-4e848879245e5c15.rmeta --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-248c8ac3ec995e68.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-3eae2fa06c9bd7ee.so --cap-lints allow`
6592026-07-13T04:57:13.845Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-743d2f7120120ab0/build-script-build`
6602026-07-13T04:57:13.865Z Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-289f56293fb98151/build-script-build`
6612026-07-13T04:57:13.879Z Compiling scroll_derive v0.13.1
6622026-07-13T04:57:13.883Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=006222ea64247611 -C extra-filename=-7fe4cd141c08e380 --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-8f6729caab1030b5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d0a1ec9ee5156da2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-1447a58af34b67bf.rlib --extern proc_macro --cap-lints allow`
6632026-07-13T04:57:13.925Z Compiling tracing v0.1.40
6642026-07-13T04:57:13.929Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=5c11e89b7fb284f2 -C extra-filename=-26a2297d20e5c9e5 --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-dc03c7f2a3929925.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-696f68f3e5999dd4.rmeta --cap-lints allow`
6652026-07-13T04:57:14.011Z Compiling dtrace-parser v0.3.0
6662026-07-13T04:57:14.014Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtrace-parser-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b37593d01737d264 -C extra-filename=-f3a8ceae77d9238b --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-b65777a9c73264ce.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-e6038712ca2a44f4.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rmeta --cap-lints allow`
6672026-07-13T04:57:14.147Z Compiling tokio-util v0.7.18
6682026-07-13T04:57:14.150Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.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=c432132f3e62e763 -C extra-filename=-d8f3bf023bbd1a7f --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-5493358a93690a42.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-6014f905cb1f1428.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-a8a0210f6594b2a2.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-dc03c7f2a3929925.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rmeta --cap-lints allow`
6692026-07-13T04:57:14.197Z Running `/home/build/.rustup/toolchains/1.96.1-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=7e5f2aca530c592f -C extra-filename=-4589c2e130eb4749 --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-b9b09af60a6feb0f.rmeta --cap-lints allow --cfg relaxed_coherence`
6702026-07-13T04:57:14.312Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-79f238ccf64ba69a/build-script-build`
6712026-07-13T04:57:14.325Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.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=e61ca52679000928 -C extra-filename=-111c83fcf297cd0f --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-d5ee783bcc1e47da.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-a264b6c6c7a4d5d4.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-8451510414c3f841.rmeta --extern zmij=/work/oxidecomputer/dropshot/target/debug/deps/libzmij-27bb0bfc408c7e39.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
6722026-07-13T04:57:14.674Z Compiling thread-id v5.0.0
6732026-07-13T04:57:14.677Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread-id-5.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ec6a2bd094621598 -C extra-filename=-f4ea5b6100c66e01 --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-fa0035ced106de40.rmeta --cap-lints allow`
6742026-07-13T04:57:14.706Z Compiling num-traits v0.2.14
6752026-07-13T04:57:14.709Z Compiling crc32fast v1.5.0
6762026-07-13T04:57:14.709Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=7c00ae7b26f59a0a -C extra-filename=-aca83a3ad3f559ab --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-aca83a3ad3f559ab -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-171dfbd7656ea073.rlib --cap-lints allow`
6772026-07-13T04:57:14.709Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=cd49bb586fc2311b -C extra-filename=-e879fdab4b99266d --out-dir /work/oxidecomputer/dropshot/target/debug/build/crc32fast-e879fdab4b99266d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6782026-07-13T04:57:14.753Z Compiling tower-layer v0.3.3
6792026-07-13T04:57:14.756Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-layer-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4aef92cfdfd67fca -C extra-filename=-080e4a8bc7422b6c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6802026-07-13T04:57:14.764Z Compiling icu_properties_data v1.5.0
6812026-07-13T04:57:14.768Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0df6fff142c2686f -C extra-filename=-d14c48ef178c16d8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6822026-07-13T04:57:14.860Z Compiling tower-service v0.3.3
6832026-07-13T04:57:14.863Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-service-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=10041e95d77dc4fc -C extra-filename=-21860921f13dbb46 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6842026-07-13T04:57:14.896Z Compiling subtle v2.5.0
6852026-07-13T04:57:14.899Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=a4f2246619928253 -C extra-filename=-31c3964215edcaf3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6862026-07-13T04:57:14.907Z Compiling usdt-impl v0.6.0
6872026-07-13T04:57:14.910Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=6b082c4368038f8c -C extra-filename=-f404de320901a67d --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-f404de320901a67d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6882026-07-13T04:57:14.938Z Compiling fnv v1.0.7
6892026-07-13T04:57:14.947Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=90ae87ca6a236e40 -C extra-filename=-814f8540ebb8c1eb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6902026-07-13T04:57:14.950Z Compiling paste v1.0.15
6912026-07-13T04:57:14.950Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b0e5e9602c341a3f -C extra-filename=-75ee2529cc1ba230 --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-75ee2529cc1ba230 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6922026-07-13T04:57:15.034Z Compiling try-lock v0.2.3
6932026-07-13T04:57:15.050Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/try-lock-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5ef309a18b108d04 -C extra-filename=-52b460e821a8a4ac --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6942026-07-13T04:57:15.059Z Compiling base64 v0.22.1
6952026-07-13T04:57:15.082Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=d0d05dcb4856f40e -C extra-filename=-dce6fb773fb6ca57 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6962026-07-13T04:57:15.093Z Compiling byteorder v1.4.3
6972026-07-13T04:57:15.096Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=185e354d5c371037 -C extra-filename=-54f86a9e25da34a4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6982026-07-13T04:57:15.157Z Compiling want v0.3.0
6992026-07-13T04:57:15.160Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/want-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0a31b1efade7cfaf -C extra-filename=-c15107b4aa4b98fe --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-d27a9b5ff6530186.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-52b460e821a8a4ac.rmeta --cap-lints allow`
7002026-07-13T04:57:15.202Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-f404de320901a67d/build-script-build`
7012026-07-13T04:57:15.214Z Compiling dof v0.4.0
7022026-07-13T04:57:15.223Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=6f1461ba725b9a6b -C extra-filename=-e83b6565b01226c4 --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-05abcae39e938bd4.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-111c83fcf297cd0f.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-a45b02a6bd42e781.rmeta --cap-lints allow`
7032026-07-13T04:57:15.316Z Running `/work/oxidecomputer/dropshot/target/debug/build/paste-75ee2529cc1ba230/build-script-build`
7042026-07-13T04:57:15.327Z Compiling h2 v0.4.14
7052026-07-13T04:57:15.331Z Running `/work/oxidecomputer/dropshot/target/debug/build/crc32fast-e879fdab4b99266d/build-script-build`
7062026-07-13T04:57:15.335Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=09c64b2f007ebdd9 -C extra-filename=-f7205570dbb1feb6 --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-a876c8512abd8f1d.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-814f8540ebb8c1eb.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-6014f905cb1f1428.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-a8a0210f6594b2a2.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-ce9f6f7426c4d793.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-d8f3bf023bbd1a7f.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-26a2297d20e5c9e5.rmeta --cap-lints allow`
7072026-07-13T04:57:15.357Z Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-aca83a3ad3f559ab/build-script-build`
7082026-07-13T04:57:15.367Z Compiling icu_properties v1.5.1
7092026-07-13T04:57:15.370Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bidi", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=7daff81fef733596 -C extra-filename=-ccc366d278d47b84 --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-a4a8780abf4cc243.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-846dca2bf3f94617.rmeta --extern icu_locid_transform=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform-8353fb4a3d46d48b.rmeta --extern icu_properties_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties_data-d14c48ef178c16d8.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-39bcb5093d85f0d5.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-63b6ae8bbb3a1b9f.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-116d50bdd1f2ce2f.rmeta --cap-lints allow`
7102026-07-13T04:57:15.397Z Compiling scroll v0.13.0
7112026-07-13T04:57:15.400Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=f61427cfdee816f2 -C extra-filename=-0d99de3728c2572a --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-7fe4cd141c08e380.so --cap-lints allow`
7122026-07-13T04:57:15.544Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=02e4d508afb84ef8 -C extra-filename=-6fe39f5803a9d9a5 --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-fdc3611a758d4598.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-c7fb31c1245223b3.rmeta --cap-lints allow --cfg has_std_error --check-cfg 'cfg(has_std_error)'`
7132026-07-13T04:57:15.564Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=35a3e56a9e8ae29c -C extra-filename=-e16dc7eb9287f753 --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-7a4ac574b15ecca7.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-39a0b7e818bafcac.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
7142026-07-13T04:57:15.659Z Running `/home/build/.rustup/toolchains/1.96.1-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=d1a378ab15897bb9 -C extra-filename=-762932244dc231ac --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-5f9fa4a847aa64d8.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rmeta --cap-lints allow`
7152026-07-13T04:57:15.679Z Compiling hybrid-array v0.4.8
7162026-07-13T04:57:15.682Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name hybrid_array --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hybrid-array-0.4.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--warn=clippy::panic_in_result_fn' '--warn=clippy::panic' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' '--warn=clippy::arithmetic_side_effects' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytemuck", "ctutils", "extra-sizes", "serde", "subtle", "zerocopy", "zeroize"))' -C metadata=7da2a99477551fdf -C extra-filename=-ed748ba094fad898 --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-b9b09af60a6feb0f.rmeta --cap-lints allow`
7172026-07-13T04:57:15.841Z Compiling unicase v2.6.0
7182026-07-13T04:57:15.844Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=474247ad52dfc19e -C extra-filename=-b43f6d7864908fb4 --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-b43f6d7864908fb4 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-0114e1d2fe791be1.rlib --cap-lints allow`
7192026-07-13T04:57:15.956Z Compiling adler2 v2.0.1
7202026-07-13T04:57:15.959Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name adler2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "rustc-dep-of-std", "std"))' -C metadata=a50416b0041ccdaf -C extra-filename=-6cacbb8e111f8038 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7212026-07-13T04:57:16.082Z Compiling utf16_iter v1.0.5
7222026-07-13T04:57:16.086Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name utf16_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf16_iter-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=feb161f582b3ecdd -C extra-filename=-99cc44851e56d5c6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7232026-07-13T04:57:16.093Z Compiling icu_normalizer_data v1.5.0
7242026-07-13T04:57:16.096Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=25c7aa41d9edd783 -C extra-filename=-99661d8e5c6d8206 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7252026-07-13T04:57:16.128Z Compiling utf8_iter v1.0.4
7262026-07-13T04:57:16.132Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c427a3899494693 -C extra-filename=-b12f7c33704e8d9f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7272026-07-13T04:57:16.161Z Compiling write16 v1.0.0
7282026-07-13T04:57:16.164Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name write16 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/write16-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "smallvec"))' -C metadata=4b4d09ea1c452072 -C extra-filename=-9d34e41ef2b6a3b4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7292026-07-13T04:57:16.216Z Compiling simd-adler32 v0.3.7
7302026-07-13T04:57:16.219Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name simd_adler32 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "default", "nightly", "std"))' -C metadata=2d564fca4690770e -C extra-filename=-3dc8046857777af0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7312026-07-13T04:57:16.254Z Compiling plain v0.2.3
7322026-07-13T04:57:16.258Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3c372d7df8669a4c -C extra-filename=-03717109e9cdeb8a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7332026-07-13T04:57:16.274Z Compiling httpdate v1.0.1
7342026-07-13T04:57:16.277Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpdate-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8889509ac7919ff6 -C extra-filename=-e4429f206b443b2b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7352026-07-13T04:57:16.361Z Compiling miniz_oxide v0.8.9
7362026-07-13T04:57:16.364Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="simd"' --cfg 'feature="simd-adler32"' --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-boundary", "core", "default", "rustc-dep-of-std", "serde", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=25f5ce41dfaae7f9 -C extra-filename=-7a245c9acce70ed3 --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-6cacbb8e111f8038.rmeta --extern simd_adler32=/work/oxidecomputer/dropshot/target/debug/deps/libsimd_adler32-3dc8046857777af0.rmeta --cap-lints allow`
7372026-07-13T04:57:16.406Z Compiling goblin v0.10.1
7382026-07-13T04:57:16.409Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --cfg 'feature="te"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std", "te"))' -C metadata=d8c6cde5a550b568 -C extra-filename=-83e950e53c4b3fcb --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-d27a9b5ff6530186.rmeta --extern plain=/work/oxidecomputer/dropshot/target/debug/deps/libplain-03717109e9cdeb8a.rmeta --extern scroll=/work/oxidecomputer/dropshot/target/debug/deps/libscroll-0d99de3728c2572a.rmeta --cap-lints allow`
7392026-07-13T04:57:16.416Z Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-b43f6d7864908fb4/build-script-build`
7402026-07-13T04:57:16.522Z Compiling rand_core v0.9.5
7412026-07-13T04:57:16.526Z Running `/home/build/.rustup/toolchains/1.96.1-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=106b9fccccf41778 -C extra-filename=-1acf139c9057e8f7 --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-762932244dc231ac.rmeta --cap-lints allow`
7422026-07-13T04:57:16.547Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=c4ab97f2b7338423 -C extra-filename=-03c85a8d43a299d9 --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`
7432026-07-13T04:57:16.683Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=1a663245df7d37a2 -C extra-filename=-a59942af25fceb59 --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-54f86a9e25da34a4.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-e83b6565b01226c4.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-f3a8ceae77d9238b.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8f6729caab1030b5.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d0a1ec9ee5156da2.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05abcae39e938bd4.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-111c83fcf297cd0f.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-1447a58af34b67bf.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-f4ea5b6100c66e01.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)'`
7442026-07-13T04:57:16.741Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=19e1b3f58b67b2e2 -C extra-filename=-854291f21954e882 --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-5f9fa4a847aa64d8.rmeta --cap-lints allow --cfg stable_arm_crc32_intrinsics --check-cfg 'cfg(stable_arm_crc32_intrinsics)'`
7452026-07-13T04:57:16.926Z Compiling icu_normalizer v1.5.0
7462026-07-13T04:57:16.931Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "serde", "std"))' -C metadata=80346c06089f57c5 -C extra-filename=-4a991f0f6b44cf20 --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-a4a8780abf4cc243.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-846dca2bf3f94617.rmeta --extern icu_normalizer_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_normalizer_data-99661d8e5c6d8206.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-ccc366d278d47b84.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-39bcb5093d85f0d5.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-cf0c22c050cb719a.rmeta --extern utf16_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf16_iter-99cc44851e56d5c6.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-b12f7c33704e8d9f.rmeta --extern write16=/work/oxidecomputer/dropshot/target/debug/deps/libwrite16-9d34e41ef2b6a3b4.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-116d50bdd1f2ce2f.rmeta --cap-lints allow`
7472026-07-13T04:57:17.027Z Compiling block-buffer v0.10.2
7482026-07-13T04:57:17.030Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=69f1ca821a1ab28d -C extra-filename=-c337de8ae6ee240f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro --cap-lints allow --check-cfg 'cfg(no_literal_fromstr)' --check-cfg 'cfg(feature, values("protocol_feature_paste"))'`
7492026-07-13T04:57:17.030Z Running `/home/build/.rustup/toolchains/1.96.1-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=d79e219b5b32732d -C extra-filename=-8e63a623d5fa17b7 --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-4589c2e130eb4749.rmeta --cap-lints allow`
7502026-07-13T04:57:17.153Z Compiling crypto-common v0.1.6
7512026-07-13T04:57:17.157Z Running `/home/build/.rustup/toolchains/1.96.1-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=22d0549dc0584e1c -C extra-filename=-b1e4fca437bf960f --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-4589c2e130eb4749.rmeta --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-b9b09af60a6feb0f.rmeta --cap-lints allow`
7522026-07-13T04:57:17.187Z Compiling form_urlencoded v1.2.2
7532026-07-13T04:57:17.191Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=7a2831c32812a29f -C extra-filename=-c0254c2fbf7cefe9 --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-c502bdb297dce13d.rmeta --cap-lints allow`
7542026-07-13T04:57:17.276Z Compiling unicode-segmentation v1.10.0
7552026-07-13T04:57:17.280Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=1d7117602f929e98 -C extra-filename=-f326ce675bf190d7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7562026-07-13T04:57:17.355Z Compiling pretty-hex v0.4.1
7572026-07-13T04:57:17.364Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=c7aff6ab3ace1eaa -C extra-filename=-0feb68f502797d30 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7582026-07-13T04:57:17.368Z Compiling lazy_static v1.5.0
7592026-07-13T04:57:17.368Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=672b30b71c8ce4d3 -C extra-filename=-1b4b66f77f09399b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7602026-07-13T04:57:17.463Z Compiling hyper v1.10.1
7612026-07-13T04:57:17.467Z Running `/home/build/.rustup/toolchains/1.96.1-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=88b0ffc11bc835e1 -C extra-filename=-a8bbc4c73f889834 --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-a876c8512abd8f1d.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-99232fe9fbc263a5.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-6014f905cb1f1428.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-f7205570dbb1feb6.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-e10a6c60669c3b15.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-9fd38920b4437d56.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-e4429f206b443b2b.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-d5ee783bcc1e47da.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-dc03c7f2a3929925.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-cf0c22c050cb719a.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-c15107b4aa4b98fe.rmeta --cap-lints allow`
7622026-07-13T04:57:17.497Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=7093cfb443d938ff -C extra-filename=-6e32bbfdf32017de --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-6e32bbfdf32017de -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7632026-07-13T04:57:17.541Z Compiling ryu v1.0.5
7642026-07-13T04:57:17.544Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=c20e2f9f8d8ff2ed -C extra-filename=-3b8fedf1e74ad71d --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-3b8fedf1e74ad71d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7652026-07-13T04:57:17.625Z Compiling ppv-lite86 v0.2.15
7662026-07-13T04:57:17.628Z Running `/home/build/.rustup/toolchains/1.96.1-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=3e17ecfaa9ef1304 -C extra-filename=-76d90b40b12e1733 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7672026-07-13T04:57:17.703Z Compiling iana-time-zone v0.1.47
7682026-07-13T04:57:17.706Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=feeb0d98d3ab043a -C extra-filename=-baab40cb2e65087e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7692026-07-13T04:57:17.740Z Compiling mime v0.3.16
7702026-07-13T04:57:17.743Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime-0.3.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=892d93afa27994f6 -C extra-filename=-e83edd65094b2f3f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7712026-07-13T04:57:17.837Z Compiling winnow v1.0.0
7722026-07-13T04:57:17.840Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ascii", "binary", "debug", "default", "parser", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=3f7b85169d7c58c1 -C extra-filename=-bda353440f8ddc9e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7732026-07-13T04:57:17.910Z Compiling openssl-probe v0.2.1
7742026-07-13T04:57:17.914Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d7df2d7a261a580a -C extra-filename=-f9cd1fc4fbb806ad --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7752026-07-13T04:57:17.920Z Compiling ipnet v2.10.0
7762026-07-13T04:57:17.923Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=462bed05199ddc24 -C extra-filename=-d1fcd2d762e2264a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7772026-07-13T04:57:18.005Z Compiling unicode-width v0.1.9
7782026-07-13T04:57:18.008Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=13e1104d78c7e8ba -C extra-filename=-3265e1d857f0d2df --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7792026-07-13T04:57:18.095Z Compiling console v0.15.7
7802026-07-13T04:57:18.098Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.15.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=fde131b0a79756cd -C extra-filename=-1a15ddf38224a7fe --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-1b4b66f77f09399b.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-3265e1d857f0d2df.rmeta --cap-lints allow`
7812026-07-13T04:57:18.111Z Compiling toml_parser v1.1.2+spec-1.1.0
7822026-07-13T04:57:18.114Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_parser --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.1.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=88b3deda44bae05a -C extra-filename=-c51b5c18803a0fb5 --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-bda353440f8ddc9e.rmeta --cap-lints allow`
7832026-07-13T04:57:18.175Z Compiling rustls-native-certs v0.8.3
7842026-07-13T04:57:18.179Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-native-certs-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=833b21968f178540 -C extra-filename=-8c8143560f8f3e51 --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-f9cd1fc4fbb806ad.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rmeta --cap-lints allow`
7852026-07-13T04:57:18.430Z Compiling rand_chacha v0.9.0
7862026-07-13T04:57:18.433Z Running `/home/build/.rustup/toolchains/1.96.1-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=05d17f6fdfc96f7a -C extra-filename=-9b49316d2f2145d4 --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-76d90b40b12e1733.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-1acf139c9057e8f7.rmeta --cap-lints allow`
7872026-07-13T04:57:18.481Z Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-3b8fedf1e74ad71d/build-script-build`
7882026-07-13T04:57:18.506Z Compiling chrono v0.4.45
7892026-07-13T04:57:18.509Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-link"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "arbitrary", "clock", "core-error", "default", "defmt", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-link"))' -C metadata=0f024d53d81e41bd -C extra-filename=-14d3ac1f79f76392 --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-baab40cb2e65087e.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-03c85a8d43a299d9.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rmeta --cap-lints allow`
7902026-07-13T04:57:18.516Z Compiling hyper-util v0.1.20
7912026-07-13T04:57:18.516Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="client-pool"' --cfg 'feature="client-proxy"' --cfg 'feature="client-proxy-system"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="server-graceful"' --cfg 'feature="service"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "client-pool", "client-proxy", "client-proxy-system", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio", "tracing"))' -C metadata=e8a92c7c8808e653 -C extra-filename=-9dfe1293814972f2 --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-dce6fb773fb6ca57.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-99232fe9fbc263a5.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-542641750b1be68f.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-e10a6c60669c3b15.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rmeta --extern ipnet=/work/oxidecomputer/dropshot/target/debug/deps/libipnet-d1fcd2d762e2264a.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-dc03c7f2a3929925.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-acbf7a50bd071658.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-080e4a8bc7422b6c.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-21860921f13dbb46.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-26a2297d20e5c9e5.rmeta --cap-lints allow`
7922026-07-13T04:57:18.715Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-6e32bbfdf32017de/build-script-build`
7932026-07-13T04:57:18.728Z Compiling newline-converter v0.3.0
7942026-07-13T04:57:18.732Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e25e73ab3db67f87 -C extra-filename=-6a111833f2348adf --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-f326ce675bf190d7.rmeta --cap-lints allow`
7952026-07-13T04:57:18.792Z Compiling idna_adapter v1.2.0
7962026-07-13T04:57:18.801Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=5a0521fec80a8851 -C extra-filename=-b0d25763ea8adef0 --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-4a991f0f6b44cf20.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-ccc366d278d47b84.rmeta --cap-lints allow`
7972026-07-13T04:57:18.838Z Compiling digest v0.10.7
7982026-07-13T04:57:18.841Z Running `/home/build/.rustup/toolchains/1.96.1-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=30a0fa7cc2abb770 -C extra-filename=-241fba19fe2d7c91 --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-8e63a623d5fa17b7.rmeta --extern crypto_common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-b1e4fca437bf960f.rmeta --cap-lints allow`
7992026-07-13T04:57:18.856Z Compiling flate2 v1.1.9
8002026-07-13T04:57:18.860Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("any_c_zlib", "any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "document-features", "libz-ng-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=b9e0c888680ccc4d -C extra-filename=-206421e20485a021 --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-854291f21954e882.rmeta --extern miniz_oxide=/work/oxidecomputer/dropshot/target/debug/deps/libminiz_oxide-7a245c9acce70ed3.rmeta --cap-lints allow`
8012026-07-13T04:57:18.930Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=233feb884025698f -C extra-filename=-5727ce6d884e4581 --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-07-13T04:57:19.027Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=acd5bd7d8db24d2b -C extra-filename=-1d92895af6e5e42f --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-83e950e53c4b3fcb.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-0feb68f502797d30.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-a45b02a6bd42e781.rmeta --cap-lints allow`
8032026-07-13T04:57:19.125Z Compiling crypto-common v0.2.1
8042026-07-13T04:57:19.128Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "zeroize"))' -C metadata=881c2ef0f5dfa4b5 -C extra-filename=-27e34b7e5df3a23e --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-ed748ba094fad898.rmeta --cap-lints allow`
8052026-07-13T04:57:19.189Z Compiling block-buffer v0.12.0
8062026-07-13T04:57:19.192Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=3bd67fbf2d3510fb -C extra-filename=-2869f89ce7566eca --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-ed748ba094fad898.rmeta --cap-lints allow`
8072026-07-13T04:57:19.263Z Compiling concurrent-queue v2.5.0
8082026-07-13T04:57:19.266Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=6836a69bfe7b28c1 -C extra-filename=-60ae6fd3f7c4e87c --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-7559d8136439b8ad.rmeta --cap-lints allow`
8092026-07-13T04:57:19.340Z Compiling serde_derive_internals v0.29.0
8102026-07-13T04:57:19.343Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive_internals-0.29.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=39650ed2123bd26e -C extra-filename=-c952d7afbd205eee --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-8f6729caab1030b5.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d0a1ec9ee5156da2.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-1447a58af34b67bf.rmeta --cap-lints allow`
8112026-07-13T04:57:19.465Z Compiling serde_spanned v1.1.1
8122026-07-13T04:57:19.468Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=0ba654eb5ddc0d81 -C extra-filename=-0d6fe3ca9f440434 --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-c7fb31c1245223b3.rmeta --cap-lints allow`
8132026-07-13T04:57:19.613Z Compiling toml_datetime v1.1.1+spec-1.1.0
8142026-07-13T04:57:19.616Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-1.1.1+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=5d5dbd04d4d3d126 -C extra-filename=-c89643443bb820c1 --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-c7fb31c1245223b3.rmeta --cap-lints allow`
8152026-07-13T04:57:19.919Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.118/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --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=34eaf67c1368351e -C extra-filename=-07c9edfe2d5cd323 --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-8f6729caab1030b5.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d0a1ec9ee5156da2.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-042d12c73b3dbea1.rmeta --cap-lints allow`
8162026-07-13T04:57:19.976Z Compiling thread_local v1.1.4
8172026-07-13T04:57:19.979Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=af5f70585010599a -C extra-filename=-17cd9dadfae384e4 --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-c032f9bc4585e39a.rmeta --cap-lints allow`
8182026-07-13T04:57:20.086Z Compiling sync_wrapper v1.0.1
8192026-07-13T04:57:20.089Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync_wrapper-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=d62f107838d484cb -C extra-filename=-a14bd3024d27e8e5 --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-6014f905cb1f1428.rmeta --cap-lints allow`
8202026-07-13T04:57:20.096Z Compiling multer v3.1.0
8212026-07-13T04:57:20.099Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=727ab0ca501c28a8 -C extra-filename=-e636b9d747b55e6f --out-dir /work/oxidecomputer/dropshot/target/debug/build/multer-e636b9d747b55e6f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-0114e1d2fe791be1.rlib --cap-lints allow`
8222026-07-13T04:57:20.117Z Compiling encoding_rs v0.8.32
8232026-07-13T04:57:20.125Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "packed_simd", "serde", "simd-accel"))' -C metadata=c60145d03cde050d -C extra-filename=-1ba47a49263fa3e0 --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-5f9fa4a847aa64d8.rmeta --cap-lints allow`
8242026-07-13T04:57:20.188Z Compiling schemars v0.8.22
8252026-07-13T04:57:20.191Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=bbe9410b2903df73 -C extra-filename=-5a26d0f43f746e07 --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-5a26d0f43f746e07 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8262026-07-13T04:57:20.247Z Compiling similar v2.2.1
8272026-07-13T04:57:20.250Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/similar-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="text"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation"))' -C metadata=c4e27c14d3d24a02 -C extra-filename=-2f9c44b1a78c99fb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8282026-07-13T04:57:20.266Z Compiling slog-async v2.8.0
8292026-07-13T04:57:20.270Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=7f73381614a3e56d -C extra-filename=-4c19b42c25a8b154 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-4c19b42c25a8b154 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8302026-07-13T04:57:20.328Z Compiling toml_writer v1.1.1+spec-1.1.0
8312026-07-13T04:57:20.338Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_writer --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-1.1.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=f6a03a92a891a4ff -C extra-filename=-314b21bb0c8dfabb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8322026-07-13T04:57:20.439Z Compiling compression-core v0.4.32
8332026-07-13T04:57:20.442Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name compression_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-core-0.4.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --deny=missing_debug_implementations --deny=rust_2018_idioms --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fe6a70b7935fa0d2 -C extra-filename=-3a65cefb03a5f85f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8342026-07-13T04:57:20.542Z Compiling cpufeatures v0.2.17
8352026-07-13T04:57:20.550Z Running `/home/build/.rustup/toolchains/1.96.1-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=0f6494eb012db615 -C extra-filename=-93760bf9e39e5222 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8362026-07-13T04:57:20.569Z Compiling camino v1.2.4
8372026-07-13T04:57:20.572Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=72bd13eac7e60d7c -C extra-filename=-130f57fa10a66e54 --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-130f57fa10a66e54 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8382026-07-13T04:57:20.595Z Compiling target-triple v1.0.0
8392026-07-13T04:57:20.599Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-1.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3d6e4182a519c469 -C extra-filename=-26d987728bc78027 --out-dir /work/oxidecomputer/dropshot/target/debug/build/target-triple-26d987728bc78027 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8402026-07-13T04:57:20.607Z Compiling semver v1.0.28
8412026-07-13T04:57:20.611Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=063ac8aa96aa5469 -C extra-filename=-2d3cf261b151e30f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8422026-07-13T04:57:20.898Z Compiling match_cfg v0.1.0
8432026-07-13T04:57:20.902Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=f7774af792cb635b -C extra-filename=-f95bf89ef4014575 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8442026-07-13T04:57:20.910Z Compiling parking v2.2.0
8452026-07-13T04:57:20.910Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=432877a8d74d6c04 -C extra-filename=-1cec537a8d595c1d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8462026-07-13T04:57:20.947Z Compiling heck v0.5.0
8472026-07-13T04:57:20.950Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=94457058894369b7 -C extra-filename=-b969a768bc607b29 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8482026-07-13T04:57:20.963Z Compiling const-oid v0.10.2
8492026-07-13T04:57:20.966Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "db"))' -C metadata=327180398858c5d1 -C extra-filename=-1a6f160be96f3d29 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8502026-07-13T04:57:21.021Z Compiling event-listener v5.0.0
8512026-07-13T04:57:21.024Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=1d19c2bc6082df0c -C extra-filename=-abdd6af946b5557a --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-60ae6fd3f7c4e87c.rmeta --extern parking=/work/oxidecomputer/dropshot/target/debug/deps/libparking-1cec537a8d595c1d.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-dc03c7f2a3929925.rmeta --cap-lints allow`
8522026-07-13T04:57:21.093Z Compiling hostname v0.3.1
8532026-07-13T04:57:21.096Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=2bb66d46e5b12a4e -C extra-filename=-f686432d448964c2 --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-fa0035ced106de40.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-f95bf89ef4014575.rmeta --cap-lints allow`
8542026-07-13T04:57:21.143Z Compiling digest v0.11.2
8552026-07-13T04:57:21.146Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="alloc"' --cfg 'feature="block-api"' --cfg 'feature="default"' --cfg 'feature="oid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-api", "default", "dev", "getrandom", "mac", "oid", "rand_core", "zeroize"))' -C metadata=82d49abae43afa32 -C extra-filename=-f84a423bf96b91c3 --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-2869f89ce7566eca.rmeta --extern const_oid=/work/oxidecomputer/dropshot/target/debug/deps/libconst_oid-1a6f160be96f3d29.rmeta --extern common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-27e34b7e5df3a23e.rmeta --cap-lints allow`
8562026-07-13T04:57:21.172Z Running `/work/oxidecomputer/dropshot/target/debug/build/camino-130f57fa10a66e54/build-script-build`
8572026-07-13T04:57:21.206Z Running `/work/oxidecomputer/dropshot/target/debug/build/target-triple-26d987728bc78027/build-script-build`
8582026-07-13T04:57:21.216Z Compiling sha1 v0.10.6
8592026-07-13T04:57:21.224Z Running `/home/build/.rustup/toolchains/1.96.1-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=c476a85f49531cc3 -C extra-filename=-1712417440b09a20 --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-5f9fa4a847aa64d8.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-93760bf9e39e5222.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-241fba19fe2d7c91.rmeta --cap-lints allow`
8602026-07-13T04:57:21.227Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-4c19b42c25a8b154/build-script-build`
8612026-07-13T04:57:21.236Z Compiling compression-codecs v0.4.38
8622026-07-13T04:57:21.244Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name compression_codecs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --deny=missing_debug_implementations --deny=rust_2018_idioms --cfg 'feature="flate2"' --cfg 'feature="gzip"' --cfg 'feature="memchr"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-algorithms", "brotli", "bzip2", "deflate", "deflate64", "flate2", "gzip", "libzstd", "lz4", "lzma", "memchr", "xz", "xz-parallel", "xz2", "zlib", "zstd", "zstd-safe", "zstdmt"))' -C metadata=fc85be050feeade0 -C extra-filename=-e4057166bf3d37b6 --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-3a65cefb03a5f85f.rmeta --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-206421e20485a021.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-a264b6c6c7a4d5d4.rmeta --cap-lints allow`
8632026-07-13T04:57:21.265Z Compiling toml v1.1.2+spec-1.1.0
8642026-07-13T04:57:21.274Z Running `/home/build/.rustup/toolchains/1.96.1-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=cb9d141698ed7e73 -C extra-filename=-28714519a11cf169 --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-c7fb31c1245223b3.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-0d6fe3ca9f440434.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-c89643443bb820c1.rmeta --extern toml_parser=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_parser-c51b5c18803a0fb5.rmeta --extern toml_writer=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_writer-314b21bb0c8dfabb.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-bda353440f8ddc9e.rmeta --cap-lints allow`
8652026-07-13T04:57:21.301Z Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-5a26d0f43f746e07/build-script-build`
8662026-07-13T04:57:21.306Z Running `/work/oxidecomputer/dropshot/target/debug/build/multer-e636b9d747b55e6f/build-script-build`
8672026-07-13T04:57:21.320Z Compiling tower v0.5.2
8682026-07-13T04:57:21.323Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="__common"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="pin-project-lite"' --cfg 'feature="retry"' --cfg 'feature="sync_wrapper"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__common", "balance", "buffer", "discover", "filter", "full", "futures-core", "futures-util", "hdrhistogram", "hedge", "indexmap", "limit", "load", "load-shed", "log", "make", "pin-project-lite", "ready-cache", "reconnect", "retry", "slab", "spawn-ready", "steer", "sync_wrapper", "timeout", "tokio", "tokio-stream", "tokio-util", "tracing", "util"))' -C metadata=37f976a4680f93e4 -C extra-filename=-2484d8d557af11b0 --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-6014f905cb1f1428.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-542641750b1be68f.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-dc03c7f2a3929925.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-a14bd3024d27e8e5.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-080e4a8bc7422b6c.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-21860921f13dbb46.rmeta --cap-lints allow`
8692026-07-13T04:57:21.350Z Compiling schemars_derive v0.8.22
8702026-07-13T04:57:21.353Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars_derive-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=df6e6b08550e7acf -C extra-filename=-82270bce3b50375b --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-8f6729caab1030b5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d0a1ec9ee5156da2.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-c952d7afbd205eee.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-1447a58af34b67bf.rlib --extern proc_macro --cap-lints allow`
8712026-07-13T04:57:21.433Z Compiling mime_guess v2.0.5
8722026-07-13T04:57:21.437Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=4a50e3b4ee75b005 -C extra-filename=-f7db62862b23b572 --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-f7db62862b23b572 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-5727ce6d884e4581.rlib --cap-lints allow`
8732026-07-13T04:57:21.482Z Compiling idna v1.0.3
8742026-07-13T04:57:21.486Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=2fed0506a8e2b9a2 -C extra-filename=-1fb27845560b6122 --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-b0d25763ea8adef0.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-cf0c22c050cb719a.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-b12f7c33704e8d9f.rmeta --cap-lints allow`
8752026-07-13T04:57:21.784Z Compiling rand v0.9.2
8762026-07-13T04:57:21.787Z Running `/home/build/.rustup/toolchains/1.96.1-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=84f11341d831516f -C extra-filename=-37fdc60349c5c745 --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-9b49316d2f2145d4.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-1acf139c9057e8f7.rmeta --cap-lints allow`
8772026-07-13T04:57:21.787Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=247a223afea2d726 -C extra-filename=-87b947d9ef38ebc0 --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-07-13T04:57:21.952Z Compiling usdt-attr-macro v0.6.0
8792026-07-13T04:57:21.955Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-attr-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=714313cf09c8a668 -C extra-filename=-dc72ef9526073d71 --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-f3a8ceae77d9238b.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8f6729caab1030b5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d0a1ec9ee5156da2.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-9dc82e3e006f99ce.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-1447a58af34b67bf.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-a59942af25fceb59.rlib --extern proc_macro --cap-lints allow`
8802026-07-13T04:57:21.970Z Compiling usdt-macro v0.6.0
8812026-07-13T04:57:22.066Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=379ffacc99a54004 -C extra-filename=-4b3af9b170e105ca --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-f3a8ceae77d9238b.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8f6729caab1030b5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d0a1ec9ee5156da2.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-9dc82e3e006f99ce.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-1447a58af34b67bf.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-a59942af25fceb59.rlib --extern proc_macro --cap-lints allow`
8822026-07-13T04:57:22.217Z Compiling slog-json v2.6.1
8832026-07-13T04:57:22.220Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=3a50b092f7a5021d -C extra-filename=-dad0fd9296b2dad3 --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-7c52f04b61f98446.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-8371a30f628391f2.rmeta --cap-lints allow`
8842026-07-13T04:57:22.374Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=55a2e8a2b23fa338 -C extra-filename=-e0a33faad2a7069f --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-54f86a9e25da34a4.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-1d92895af6e5e42f.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-f3a8ceae77d9238b.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8f6729caab1030b5.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d0a1ec9ee5156da2.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-07c9edfe2d5cd323.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-f4ea5b6100c66e01.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)'`
8852026-07-13T04:57:22.421Z Compiling futures-executor v0.3.32
8862026-07-13T04:57:22.425Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.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=d71eac7b45d66812 -C extra-filename=-cdca6072d04296ad --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-6014f905cb1f1428.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-6bd05d09fd6dd058.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-542641750b1be68f.rmeta --cap-lints allow`
8872026-07-13T04:57:22.535Z Compiling tempfile v3.27.0
8882026-07-13T04:57:22.539Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=d3f047f89f45fd24 -C extra-filename=-1c6bfcecd3ee012f --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-66795f8d3063da02.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-a424ff4eeea0727f.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-c032f9bc4585e39a.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-5431a2b003e6a0ec.rmeta --cap-lints allow`
8892026-07-13T04:57:22.702Z Compiling async-stream-impl v0.3.6
8902026-07-13T04:57:22.705Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-impl-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=00240acb5a385bf7 -C extra-filename=-2c7b85f325bf7e5c --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-8f6729caab1030b5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d0a1ec9ee5156da2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-1447a58af34b67bf.rlib --extern proc_macro --cap-lints allow`
8912026-07-13T04:57:22.747Z Compiling crossbeam-channel v0.5.15
8922026-07-13T04:57:22.755Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d7a8a28c92339506 -C extra-filename=-14f5ab2748e5570b --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-7559d8136439b8ad.rmeta --cap-lints allow`
8932026-07-13T04:57:22.764Z Compiling http-body-util v0.1.3
8942026-07-13T04:57:22.767Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.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=284686bc297497d2 -C extra-filename=-6b5c511fbf349f39 --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-5493358a93690a42.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-6014f905cb1f1428.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-e10a6c60669c3b15.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-dc03c7f2a3929925.rmeta --cap-lints allow`
8952026-07-13T04:57:22.775Z Compiling uuid v1.23.4
8962026-07-13T04:57:22.783Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.23.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --allow=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=e4ec8ea6a2094c8d -C extra-filename=-2a48558ea6c7f9f6 --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-a424ff4eeea0727f.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-c7fb31c1245223b3.rmeta --cap-lints allow`
8972026-07-13T04:57:22.950Z Compiling is-terminal v0.4.12
8982026-07-13T04:57:22.960Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is-terminal-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6ba139a465908cc1 -C extra-filename=-dd682545eefffe3f --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-fa0035ced106de40.rmeta --cap-lints allow`
8992026-07-13T04:57:22.994Z Compiling memmap2 v0.9.8
9002026-07-13T04:57:22.997Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap2-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=8614b3853dc943dc -C extra-filename=-320dbb87f8fbff0f --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-fa0035ced106de40.rmeta --cap-lints allow`
9012026-07-13T04:57:23.042Z Compiling dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot)
9022026-07-13T04:57:23.047Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=75a76538c936410c -C extra-filename=-ab5be98a02031aa5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-ab5be98a02031aa5 -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-0114e1d2fe791be1.rlib`
9032026-07-13T04:57:23.068Z Compiling iri-string v0.7.8
9042026-07-13T04:57:23.071Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name iri_string --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memchr", "serde", "std"))' -C metadata=fc7936d623ee1a51 -C extra-filename=-5934981c3a1e0067 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9052026-07-13T04:57:23.193Z Compiling take_mut v0.2.2
9062026-07-13T04:57:23.202Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=36ee0102d2b30b39 -C extra-filename=-10cf73c3b6b68844 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9072026-07-13T04:57:23.209Z Compiling anyhow v1.0.103
9082026-07-13T04:57:23.212Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.103/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=eb84b63210601b9c -C extra-filename=-e648dd1f2c89ec90 --out-dir /work/oxidecomputer/dropshot/target/debug/build/anyhow-e648dd1f2c89ec90 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9092026-07-13T04:57:23.218Z Compiling cpufeatures v0.3.0
9102026-07-13T04:57:23.221Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3ce54e3489e94a2 -C extra-filename=-98bd76b2ea9bfecc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9112026-07-13T04:57:23.285Z Compiling term v1.1.0
9122026-07-13T04:57:23.289Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=dc433b0b6483336f -C extra-filename=-44fec8b81e8bcb5d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9132026-07-13T04:57:23.295Z Compiling dyn-clone v1.0.4
9142026-07-13T04:57:23.298Z Compiling spin v0.9.8
9152026-07-13T04:57:23.298Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dyn-clone-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fc666097e6c71d4d -C extra-filename=-abc5e4e84d2b5910 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9162026-07-13T04:57:23.298Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="mutex"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=bcbe53a74990d7ea -C extra-filename=-38df8c117a02ea00 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9172026-07-13T04:57:23.332Z Compiling data-encoding v2.4.0
9182026-07-13T04:57:23.335Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=ebebee5b0e518d14 -C extra-filename=-d81925aa55523fc1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9192026-07-13T04:57:23.381Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=7cd1b89d12e96445 -C extra-filename=-6ef3ce12fc1f1ba7 --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-14d3ac1f79f76392.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-abc5e4e84d2b5910.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-82270bce3b50375b.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2a48558ea6c7f9f6.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
9202026-07-13T04:57:23.412Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=088d26ff50383711 -C extra-filename=-de70d99415717dd4 --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-5493358a93690a42.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-1ba47a49263fa3e0.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-542641750b1be68f.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-9fd38920b4437d56.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-a264b6c6c7a4d5d4.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-e83edd65094b2f3f.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-38df8c117a02ea00.rmeta --cap-lints allow`
9212026-07-13T04:57:23.531Z Running `/work/oxidecomputer/dropshot/target/debug/build/anyhow-e648dd1f2c89ec90/build-script-build`
9222026-07-13T04:57:23.735Z Compiling tungstenite v0.29.0
9232026-07-13T04:57:23.739Z Running `/home/build/.rustup/toolchains/1.96.1-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=72ee00bc17ccf5e2 -C extra-filename=-f003afb70c541575 --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-5493358a93690a42.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-d81925aa55523fc1.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-9fd38920b4437d56.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-d27a9b5ff6530186.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-37fdc60349c5c745.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-1712417440b09a20.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rmeta --cap-lints allow`
9242026-07-13T04:57:23.908Z Compiling slog-term v2.9.2
9252026-07-13T04:57:23.911Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-term-2.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=4aa9868a93cf1e25 -C extra-filename=-e705fe35de2be58f --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-14d3ac1f79f76392.rmeta --extern is_terminal=/work/oxidecomputer/dropshot/target/debug/deps/libis_terminal-dd682545eefffe3f.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-44fec8b81e8bcb5d.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-17cd9dadfae384e4.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-8371a30f628391f2.rmeta --cap-lints allow`
9262026-07-13T04:57:23.974Z Compiling async-stream v0.3.6
9272026-07-13T04:57:23.982Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6cea9a25b3bc2958 -C extra-filename=-e245e8803173f50d --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-2c7b85f325bf7e5c.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-6014f905cb1f1428.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-dc03c7f2a3929925.rmeta --cap-lints allow`
9282026-07-13T04:57:24.108Z Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-ab5be98a02031aa5/build-script-build`
9292026-07-13T04:57:24.149Z Compiling sha1 v0.11.0
9302026-07-13T04:57:24.152Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=65e55bc1fd94d83b -C extra-filename=-af35418344ad62e0 --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-14f5ab2748e5570b.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-10cf73c3b6b68844.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-17cd9dadfae384e4.rmeta --cap-lints allow --cfg integer128`
9312026-07-13T04:57:24.152Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(sha1_backend, values("aarch64-sha2", "x86-sha", "soft"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="oid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "oid", "zeroize"))' -C metadata=4f683aeca3f7d8f3 -C extra-filename=-dc8de2461a45b336 --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-5f9fa4a847aa64d8.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-98bd76b2ea9bfecc.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-f84a423bf96b91c3.rmeta --cap-lints allow`
9322026-07-13T04:57:24.395Z Compiling tower-http v0.6.8
9332026-07-13T04:57:24.398Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="follow-redirect"' --cfg 'feature="futures-util"' --cfg 'feature="iri-string"' --cfg 'feature="tower"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add-extension", "async-compression", "auth", "base64", "catch-panic", "compression-br", "compression-deflate", "compression-full", "compression-gzip", "compression-zstd", "cors", "decompression-br", "decompression-deflate", "decompression-full", "decompression-gzip", "decompression-zstd", "default", "follow-redirect", "fs", "full", "futures-core", "futures-util", "httpdate", "iri-string", "limit", "map-request-body", "map-response-body", "metrics", "mime", "mime_guess", "normalize-path", "percent-encoding", "propagate-header", "redirect", "request-id", "sensitive-headers", "set-header", "set-status", "timeout", "tokio", "tokio-util", "tower", "trace", "tracing", "util", "uuid", "validate-request"))' -C metadata=aabd09a21d84beda -C extra-filename=-788d0b18bdb51d4a --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-7a4ac574b15ecca7.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-542641750b1be68f.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-e10a6c60669c3b15.rmeta --extern iri_string=/work/oxidecomputer/dropshot/target/debug/deps/libiri_string-5934981c3a1e0067.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-dc03c7f2a3929925.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-2484d8d557af11b0.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-080e4a8bc7422b6c.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-21860921f13dbb46.rmeta --cap-lints allow`
9342026-07-13T04:57:24.518Z Compiling usdt v0.6.0
9352026-07-13T04:57:24.521Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=6f7ca1392cfc907b -C extra-filename=-578b045cf5092a13 --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-1d92895af6e5e42f.rmeta --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-83e950e53c4b3fcb.rmeta --extern memmap2=/work/oxidecomputer/dropshot/target/debug/deps/libmemmap2-320dbb87f8fbff0f.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-dc72ef9526073d71.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-e0a33faad2a7069f.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-4b3af9b170e105ca.so --cap-lints allow`
9362026-07-13T04:57:24.625Z Compiling atomicwrites v0.4.4
9372026-07-13T04:57:24.629Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=819633db14a6277a -C extra-filename=-18a4296f8484f06d --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-e16dc7eb9287f753.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rmeta --cap-lints allow`
9382026-07-13T04:57:24.641Z Compiling futures v0.3.32
9392026-07-13T04:57:24.645Z Running `/home/build/.rustup/toolchains/1.96.1-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=8479c8fd51a5fa89 -C extra-filename=-9a4e5bbece7d0859 --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-99232fe9fbc263a5.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-6014f905cb1f1428.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-cdca6072d04296ad.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-c3038dded1f99eb3.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-a8a0210f6594b2a2.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-6bd05d09fd6dd058.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-542641750b1be68f.rmeta --cap-lints allow`
9402026-07-13T04:57:24.701Z Compiling slog-bunyan v2.5.0
9412026-07-13T04:57:24.709Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=2ffc5cac0caf2098 -C extra-filename=-408bb5cfe97ab0da --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-f686432d448964c2.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-8371a30f628391f2.rmeta --cap-lints allow`
9422026-07-13T04:57:24.725Z Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-f7db62862b23b572/build-script-build`
9432026-07-13T04:57:24.729Z Compiling serde_urlencoded v0.7.1
9442026-07-13T04:57:24.732Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aa69e0c43453a31b -C extra-filename=-a961dd78238825d8 --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-c0254c2fbf7cefe9.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-d5ee783bcc1e47da.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-87b947d9ef38ebc0.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rmeta --cap-lints allow`
9452026-07-13T04:57:24.740Z Compiling url v2.5.4
9462026-07-13T04:57:24.743Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=3c807a01b0c7f4f3 -C extra-filename=-fba6b93ffb0b97eb --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-c0254c2fbf7cefe9.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-1fb27845560b6122.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rmeta --cap-lints allow`
9472026-07-13T04:57:24.788Z Compiling async-compression v0.4.42
9482026-07-13T04:57:24.789Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name async_compression --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.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=9b065fc4ded041e6 -C extra-filename=-b7c6e8ee5437a110 --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-e4057166bf3d37b6.rmeta --extern compression_core=/work/oxidecomputer/dropshot/target/debug/deps/libcompression_core-3a65cefb03a5f85f.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-dc03c7f2a3929925.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rmeta --cap-lints allow`
9492026-07-13T04:57:24.812Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0393037a88870fc3 -C extra-filename=-cf9b9359a3384450 --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"))'`
9502026-07-13T04:57:24.815Z Compiling event-listener-strategy v0.5.4
9512026-07-13T04:57:24.815Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-strategy-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(wasm_bindgen_unstable_test_coverage)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=16dc63b0f75aa25d -C extra-filename=-0c2807b7eba68c9d --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-abdd6af946b5557a.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-dc03c7f2a3929925.rmeta --cap-lints allow`
9522026-07-13T04:57:24.815Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.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="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=3fe1116dcf5bd159 -C extra-filename=-27cc95e3044fef87 --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-c7fb31c1245223b3.rmeta --cap-lints allow --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --cfg os_string_pathbuf_leak --cfg path_add_extension --cfg pathbuf_const_new --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(os_string_pathbuf_leak)' --check-cfg 'cfg(absolute_path)' --check-cfg 'cfg(path_add_extension)' --check-cfg 'cfg(pathbuf_const_new)'`
9532026-07-13T04:57:24.832Z Compiling dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
9542026-07-13T04:57:24.835Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2024 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2d7596a5396792c9 -C extra-filename=-895263bc4932531d --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-b969a768bc607b29.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8f6729caab1030b5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d0a1ec9ee5156da2.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05abcae39e938bd4.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-9dc82e3e006f99ce.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-1447a58af34b67bf.rlib --extern proc_macro`
9552026-07-13T04:57:24.870Z Compiling pem v3.0.6
9562026-07-13T04:57:24.873Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-3.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=b07be574c723f472 -C extra-filename=-9086bf15c19bbad0 --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-dce6fb773fb6ca57.rmeta --cap-lints allow`
9572026-07-13T04:57:24.935Z Compiling yasna v0.6.0
9582026-07-13T04:57:24.938Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yasna-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=cb199bf7953ee674 -C extra-filename=-4d9d759f1a1a8366 --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-8371a30f628391f2.rmeta --cap-lints allow`
9592026-07-13T04:57:24.964Z Compiling openapiv3 v2.2.0
9602026-07-13T04:57:24.967Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openapiv3-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=2d2908bd96e6dc1c -C extra-filename=-df6e8e8d6a2f2b14 --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-0cb0883403b31b95.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rmeta --cap-lints allow`
9612026-07-13T04:57:25.096Z Compiling async-trait v0.1.89
9622026-07-13T04:57:25.099Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.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=4749d452081f7dc5 -C extra-filename=-f0b89afb5eea1778 --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-8f6729caab1030b5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d0a1ec9ee5156da2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-1447a58af34b67bf.rlib --extern proc_macro --cap-lints allow`
9632026-07-13T04:57:25.288Z Compiling waitgroup v0.1.2
9642026-07-13T04:57:25.292Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3bb1f142453546de -C extra-filename=-db9d69c7e33e75fc --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-a876c8512abd8f1d.rmeta --cap-lints allow`
9652026-07-13T04:57:25.298Z Compiling rustls-pemfile v2.2.0
9662026-07-13T04:57:25.301Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=28536cce02da117e -C extra-filename=-99ef3776f172f049 --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-35a8f4954d64bb8f.rmeta --cap-lints allow`
9672026-07-13T04:57:25.426Z Compiling serde_path_to_error v0.1.20
9682026-07-13T04:57:25.429Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ec4bda212a3758c8 -C extra-filename=-741d0e3a0ba76787 --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-d5ee783bcc1e47da.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-c7fb31c1245223b3.rmeta --cap-lints allow`
9692026-07-13T04:57:25.489Z Compiling hostname v0.4.2
9702026-07-13T04:57:25.492Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=32747dd6b0360cd8 -C extra-filename=-16dc1b79f00fb17b --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-5f9fa4a847aa64d8.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rmeta --cap-lints allow`
9712026-07-13T04:57:25.543Z Compiling glob v0.3.0
9722026-07-13T04:57:25.546Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glob-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=37f7e1d48b994151 -C extra-filename=-62ee20d19fd1458d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9732026-07-13T04:57:25.623Z Compiling simple-mermaid v0.2.0
9742026-07-13T04:57:25.626Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name simple_mermaid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simple-mermaid-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f619ac8462e55ca1 -C extra-filename=-911d03983c511a29 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9752026-07-13T04:57:25.690Z Compiling debug-ignore v1.0.5
9762026-07-13T04:57:25.693Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=a74548f88896ab68 -C extra-filename=-578f96ea1550e0b2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9772026-07-13T04:57:25.699Z Compiling termcolor v1.1.2
9782026-07-13T04:57:25.708Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termcolor-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=83c6cc70aacc42d9 -C extra-filename=-30aa21d23ad9c1e1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9792026-07-13T04:57:25.778Z Compiling async-channel v2.5.0
9802026-07-13T04:57:25.782Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=e01ca1b191919ce2 -C extra-filename=-1dd64724bae1f182 --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-60ae6fd3f7c4e87c.rmeta --extern event_listener_strategy=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener_strategy-0c2807b7eba68c9d.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-6014f905cb1f1428.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-dc03c7f2a3929925.rmeta --cap-lints allow`
9812026-07-13T04:57:25.797Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=417d75ea507961c2 -C extra-filename=-6eb083ecb0dc5dd3 --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-e83edd65094b2f3f.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-5727ce6d884e4581.rmeta --cap-lints allow`
9822026-07-13T04:57:25.964Z Compiling trybuild v1.0.117
9832026-07-13T04:57:25.968Z Running `/home/build/.rustup/toolchains/1.96.1-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=860191921dc292aa -C extra-filename=-08b454bbcbbcb893 --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-62ee20d19fd1458d.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-914d84b9badc058e.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rmeta --extern target_triple=/work/oxidecomputer/dropshot/target/debug/deps/libtarget_triple-cf9b9359a3384450.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-30aa21d23ad9c1e1.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-28714519a11cf169.rmeta --cap-lints allow`
9842026-07-13T04:57:25.982Z Compiling expectorate v1.2.0
9852026-07-13T04:57:25.991Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=e88ede0625b4472b -C extra-filename=-070631789e87241a --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-18a4296f8484f06d.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-1a15ddf38224a7fe.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-6a111833f2348adf.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-2f9c44b1a78c99fb.rmeta --cap-lints allow`
9862026-07-13T04:57:26.042Z Compiling tokio-tungstenite v0.29.0
9872026-07-13T04:57:26.045Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.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=176a731e36043333 -C extra-filename=-63d7850bbe816d4b --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-542641750b1be68f.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-d27a9b5ff6530186.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-f003afb70c541575.rmeta --cap-lints allow`
9882026-07-13T04:57:26.080Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.103/src/lib.rs --error-format=json --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=9c101626cbfc1385 -C extra-filename=-b245cfbd0207518d --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-07-13T04:57:26.119Z Compiling subprocess v1.2.0
9902026-07-13T04:57:26.122Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subprocess-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())' -C metadata=abf679e124b58652 -C extra-filename=-34497c455e68c8a6 --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-fa0035ced106de40.rmeta --cap-lints allow`
9912026-07-13T04:57:26.240Z Compiling buf-list v1.1.2
9922026-07-13T04:57:26.249Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=382256a4d64bc201 -C extra-filename=-a4d0b8172824fb29 --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-5493358a93690a42.rmeta --cap-lints allow`
9932026-07-13T04:57:26.317Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=d9f939d157036cbe -C extra-filename=-6d44261fc1f63af0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9942026-07-13T04:57:26.459Z Compiling prettyplease v0.2.37
9952026-07-13T04:57:26.463Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.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=74f2186d604bed63 -C extra-filename=-c02bf535dfa97c77 --out-dir /work/oxidecomputer/dropshot/target/debug/build/prettyplease-c02bf535dfa97c77 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9962026-07-13T04:57:26.516Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=9279450761ffb11e -C extra-filename=-6ccb0d6c7b3c7144 --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-66795f8d3063da02.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-a424ff4eeea0727f.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-6d44261fc1f63af0.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-5431a2b003e6a0ec.rmeta --cap-lints allow`
9972026-07-13T04:57:26.525Z Compiling schema-derive v0.1.0
9982026-07-13T04:57:26.528Z Running `/home/build/.rustup/toolchains/1.96.1-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=0b1c3740b657f484 -C extra-filename=-28d21c7a1d3b93ff --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-c337de8ae6ee240f.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8f6729caab1030b5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d0a1ec9ee5156da2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-1447a58af34b67bf.rlib --extern proc_macro --cap-lints allow`
9992026-07-13T04:57:26.702Z Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-c02bf535dfa97c77/build-script-build`
10002026-07-13T04:57:26.715Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2707ea1016335553 -C extra-filename=-ced1772ff5d6592a --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-e16dc7eb9287f753.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-6ccb0d6c7b3c7144.rmeta --cap-lints allow`
10012026-07-13T04:57:26.901Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=4efc1289943d8ade -C extra-filename=-676a6c440c9455ca --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-ced1772ff5d6592a.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-1a15ddf38224a7fe.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-6a111833f2348adf.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-2f9c44b1a78c99fb.rmeta --cap-lints allow`
10022026-07-13T04:57:26.921Z Running `/home/build/.rustup/toolchains/1.96.1-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=398d292b099a2142 -C extra-filename=-f494744216d77081 --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-8f6729caab1030b5.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-1447a58af34b67bf.rmeta --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
10032026-07-13T04:57:27.448Z Compiling schema v0.1.0
10042026-07-13T04:57:27.451Z Running `/home/build/.rustup/toolchains/1.96.1-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=7f541c4cf08a15ef -C extra-filename=-969a8bb4b8e440b1 --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-8f6729caab1030b5.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d0a1ec9ee5156da2.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-28d21c7a1d3b93ff.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-1447a58af34b67bf.rmeta --cap-lints allow`
10052026-07-13T04:57:27.590Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2024 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f4e5b397f1b88301 -C extra-filename=-68a23acfcee39dec --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-676a6c440c9455ca.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-b969a768bc607b29.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-f494744216d77081.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8f6729caab1030b5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d0a1ec9ee5156da2.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-969a8bb4b8e440b1.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05abcae39e938bd4.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-9dc82e3e006f99ce.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-1447a58af34b67bf.rlib --extern proc_macro`
10062026-07-13T04:57:31.177Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.40.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-bindings", "asan", "bindgen", "default", "disable-prebuilt-nasm", "fips", "prebuilt-nasm", "ssl"))' -C metadata=c43a0db5c672cd1f -C extra-filename=-fad00f595fa8b59a --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-cf94fb08a43d9b69/out -l static=aws_lc_0_40_0_crypto --cfg universal`
10072026-07-13T04:57:31.177Z Running `/work/oxidecomputer/dropshot/target/debug/build/aws-lc-rs-87a3e0240387b6be/build-script-build`
10082026-07-13T04:57:31.195Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-49dad5cf8c508f46/build-script-build`
10092026-07-13T04:57:31.534Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.16.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="aws-lc-sys"' --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "dev-tests-only", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=99dbffc9b2995971 -C extra-filename=-3b4ecd82828b147c --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-fad00f595fa8b59a.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-233a406a2e6d3ac7.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out --check-cfg 'cfg(aws_lc_rs_docsrs)' --check-cfg 'cfg(disable_slow_tests)' --check-cfg 'cfg(dev_tests_only)'`
10102026-07-13T04:57:32.236Z Compiling rustls-webpki v0.103.13
10112026-07-13T04:57:32.236Z Compiling rcgen v0.14.8
10122026-07-13T04:57:32.239Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.103.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(webpki_docsrs)' --cfg 'feature="alloc"' --cfg 'feature="aws-lc-rs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "aws-lc-rs", "aws-lc-rs-fips", "aws-lc-rs-unstable", "default", "ring", "std"))' -C metadata=55d0355aed402315 -C extra-filename=-8ee1229013a1438c --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-3b4ecd82828b147c.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-e1476d89f042f4d1.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10132026-07-13T04:57:32.239Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rcgen-0.14.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(rcgen_docsrs)' --cfg 'feature="aws_lc_rs"' --cfg 'feature="crypto"' --cfg 'feature="pem"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "aws_lc_rs_unstable", "crypto", "default", "fips", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=a5a690b0c1c8d2e8 -C extra-filename=-1523630459be2c6d --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-3b4ecd82828b147c.rmeta --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9086bf15c19bbad0.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-8371a30f628391f2.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-4d9d759f1a1a8366.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10142026-07-13T04:57:32.626Z Running `/home/build/.rustup/toolchains/1.96.1-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=4450ea2473241718 -C extra-filename=-1bae901f8a8d8c5a --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-3b4ecd82828b147c.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-d27a9b5ff6530186.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-c032f9bc4585e39a.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-8ee1229013a1438c.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-31c3964215edcaf3.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-233a406a2e6d3ac7.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10152026-07-13T04:57:34.927Z Compiling tokio-rustls v0.26.4
10162026-07-13T04:57:34.928Z Compiling rustls-platform-verifier v0.6.2
10172026-07-13T04:57:34.931Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "default", "early-data", "fips", "logging", "ring", "tls12", "zlib"))' -C metadata=131ddaec748e798d -C extra-filename=-9cf8b8ab33d89d3e --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-1bae901f8a8d8c5a.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10182026-07-13T04:57:34.931Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_platform_verifier --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-platform-verifier-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("android_logger", "base64", "cert-logging", "dbg", "docsrs", "ffi-testing", "jni", "once_cell"))' -C metadata=a70a61181fb3a3c1 -C extra-filename=-1dbadb9df4ff72d9 --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-d27a9b5ff6530186.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-8c8143560f8f3e51.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-8ee1229013a1438c.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10192026-07-13T04:57:35.107Z Compiling hyper-rustls v0.27.9
10202026-07-13T04:57:35.111Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.27.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="aws-lc-rs"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=482510ccdc7853a5 -C extra-filename=-aaf0d52ee12cf096 --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-fe5740e4005451ec.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9dfe1293814972f2.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-d27a9b5ff6530186.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-8c8143560f8f3e51.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9cf8b8ab33d89d3e.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-21860921f13dbb46.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10212026-07-13T04:57:35.111Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2024 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=e0af5fc639b27eff -C extra-filename=-be65b4a89240baf5 --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-b7c6e8ee5437a110.rmeta --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e245e8803173f50d.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f0b89afb5eea1778.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-dce6fb773fb6ca57.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-27cc95e3044fef87.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-14d3ac1f79f76392.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-578f96ea1550e0b2.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-895263bc4932531d.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c0254c2fbf7cefe9.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9a4e5bbece7d0859.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-16dc1b79f00fb17b.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-6b5c511fbf349f39.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9dfe1293814972f2.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-de70d99415717dd4.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-df6e8e8d6a2f2b14.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-c337de8ae6ee240f.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6ef3ce12fc1f1ba7.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9cf8b8ab33d89d3e.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-d8f3bf023bbd1a7f.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-28714519a11cf169.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-578b045cf5092a13.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2a48558ea6c7f9f6.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10222026-07-13T04:57:35.290Z Compiling reqwest v0.13.4
10232026-07-13T04:57:35.293Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.13.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-aws-lc-rs"' --cfg 'feature="__tls"' --cfg 'feature="charset"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="rustls"' --cfg 'feature="system-proxy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__native-tls", "__native-tls-alpn", "__rustls", "__rustls-aws-lc-rs", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "form", "gzip", "hickory-dns", "http2", "http3", "json", "multipart", "native-tls", "native-tls-no-alpn", "native-tls-vendored", "native-tls-vendored-no-alpn", "query", "rustls", "rustls-no-provider", "socks", "stream", "system-proxy", "zstd"))' -C metadata=e799c05bf31593b5 -C extra-filename=-18c429ae88b3237f --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-dce6fb773fb6ca57.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-1ba47a49263fa3e0.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-6014f905cb1f1428.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-f7205570dbb1feb6.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-e10a6c60669c3b15.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-6b5c511fbf349f39.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rmeta --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aaf0d52ee12cf096.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9dfe1293814972f2.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-d27a9b5ff6530186.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-e83edd65094b2f3f.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-dc03c7f2a3929925.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rmeta --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rmeta --extern rustls_platform_verifier=/work/oxidecomputer/dropshot/target/debug/deps/librustls_platform_verifier-1dbadb9df4ff72d9.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-a14bd3024d27e8e5.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9cf8b8ab33d89d3e.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-2484d8d557af11b0.rmeta --extern tower_http=/work/oxidecomputer/dropshot/target/debug/deps/libtower_http-788d0b18bdb51d4a.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-21860921f13dbb46.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-fba6b93ffb0b97eb.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10242026-07-13T04:57:37.316Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2024 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=74fce985abc23445 -C extra-filename=-628a03a66e5da707 --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-b245cfbd0207518d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1dd64724bae1f182.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b7c6e8ee5437a110.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e245e8803173f50d.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f0b89afb5eea1778.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-dce6fb773fb6ca57.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a4d0b8172824fb29.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-27cc95e3044fef87.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-14d3ac1f79f76392.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-578f96ea1550e0b2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-895263bc4932531d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-070631789e87241a.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-206421e20485a021.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c0254c2fbf7cefe9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9a4e5bbece7d0859.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-16dc1b79f00fb17b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-6b5c511fbf349f39.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aaf0d52ee12cf096.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9dfe1293814972f2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1b4b66f77f09399b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6eb083ecb0dc5dd3.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-de70d99415717dd4.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-df6e8e8d6a2f2b14.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-c337de8ae6ee240f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9086bf15c19bbad0.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-18c429ae88b3237f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9cf8b8ab33d89d3e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-63d7850bbe816d4b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-d8f3bf023bbd1a7f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-28714519a11cf169.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-08b454bbcbbcb893.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-578b045cf5092a13.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10252026-07-13T04:57:40.150Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2024 dropshot/examples/https.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=9abf1180c4d3d96c -C extra-filename=-f61c3241fc201ec7 --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-b245cfbd0207518d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1dd64724bae1f182.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b7c6e8ee5437a110.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e245e8803173f50d.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f0b89afb5eea1778.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-dce6fb773fb6ca57.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a4d0b8172824fb29.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-27cc95e3044fef87.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-14d3ac1f79f76392.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-578f96ea1550e0b2.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-be65b4a89240baf5.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-895263bc4932531d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-070631789e87241a.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-206421e20485a021.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c0254c2fbf7cefe9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9a4e5bbece7d0859.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-16dc1b79f00fb17b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-6b5c511fbf349f39.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aaf0d52ee12cf096.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9dfe1293814972f2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1b4b66f77f09399b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6eb083ecb0dc5dd3.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-de70d99415717dd4.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-df6e8e8d6a2f2b14.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-c337de8ae6ee240f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9086bf15c19bbad0.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-18c429ae88b3237f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9cf8b8ab33d89d3e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-63d7850bbe816d4b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-d8f3bf023bbd1a7f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-28714519a11cf169.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-08b454bbcbbcb893.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-578b045cf5092a13.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10262026-07-13T04:57:40.150Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2024 dropshot/examples/pagination-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=4cda5dac065cdf82 -C extra-filename=-877a5fbe13bed161 --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-b245cfbd0207518d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1dd64724bae1f182.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b7c6e8ee5437a110.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e245e8803173f50d.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f0b89afb5eea1778.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-dce6fb773fb6ca57.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a4d0b8172824fb29.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-27cc95e3044fef87.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-14d3ac1f79f76392.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-578f96ea1550e0b2.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-be65b4a89240baf5.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-895263bc4932531d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-070631789e87241a.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-206421e20485a021.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c0254c2fbf7cefe9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9a4e5bbece7d0859.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-16dc1b79f00fb17b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-6b5c511fbf349f39.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aaf0d52ee12cf096.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9dfe1293814972f2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1b4b66f77f09399b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6eb083ecb0dc5dd3.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-de70d99415717dd4.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-df6e8e8d6a2f2b14.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-c337de8ae6ee240f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9086bf15c19bbad0.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-18c429ae88b3237f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9cf8b8ab33d89d3e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-63d7850bbe816d4b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-d8f3bf023bbd1a7f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-28714519a11cf169.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-08b454bbcbbcb893.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-578b045cf5092a13.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10272026-07-13T04:57:40.163Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2024 dropshot/examples/pagination-multiple-sorts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=8daa2d13f7c85455 -C extra-filename=-5c3975753583885f --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-b245cfbd0207518d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1dd64724bae1f182.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b7c6e8ee5437a110.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e245e8803173f50d.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f0b89afb5eea1778.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-dce6fb773fb6ca57.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a4d0b8172824fb29.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-27cc95e3044fef87.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-14d3ac1f79f76392.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-578f96ea1550e0b2.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-be65b4a89240baf5.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-895263bc4932531d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-070631789e87241a.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-206421e20485a021.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c0254c2fbf7cefe9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9a4e5bbece7d0859.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-16dc1b79f00fb17b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-6b5c511fbf349f39.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aaf0d52ee12cf096.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9dfe1293814972f2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1b4b66f77f09399b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6eb083ecb0dc5dd3.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-de70d99415717dd4.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-df6e8e8d6a2f2b14.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-c337de8ae6ee240f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9086bf15c19bbad0.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-18c429ae88b3237f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9cf8b8ab33d89d3e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-63d7850bbe816d4b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-d8f3bf023bbd1a7f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-28714519a11cf169.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-08b454bbcbbcb893.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-578b045cf5092a13.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10282026-07-13T04:57:40.166Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2024 dropshot/examples/pagination-multiple-resources.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=933a0f2c3d0f44a0 -C extra-filename=-00f4d5e1bd4c1124 --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-b245cfbd0207518d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1dd64724bae1f182.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b7c6e8ee5437a110.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e245e8803173f50d.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f0b89afb5eea1778.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-dce6fb773fb6ca57.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a4d0b8172824fb29.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-27cc95e3044fef87.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-14d3ac1f79f76392.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-578f96ea1550e0b2.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-be65b4a89240baf5.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-895263bc4932531d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-070631789e87241a.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-206421e20485a021.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c0254c2fbf7cefe9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9a4e5bbece7d0859.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-16dc1b79f00fb17b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-6b5c511fbf349f39.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aaf0d52ee12cf096.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9dfe1293814972f2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1b4b66f77f09399b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6eb083ecb0dc5dd3.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-de70d99415717dd4.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-df6e8e8d6a2f2b14.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-c337de8ae6ee240f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9086bf15c19bbad0.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-18c429ae88b3237f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9cf8b8ab33d89d3e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-63d7850bbe816d4b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-d8f3bf023bbd1a7f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-28714519a11cf169.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-08b454bbcbbcb893.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-578b045cf5092a13.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10292026-07-13T04:57:40.171Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2024 dropshot/examples/self-referential.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d4337e8c955f9aa5 -C extra-filename=-1cd0d6859d43e15a --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-b245cfbd0207518d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1dd64724bae1f182.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b7c6e8ee5437a110.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e245e8803173f50d.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f0b89afb5eea1778.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-dce6fb773fb6ca57.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a4d0b8172824fb29.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-27cc95e3044fef87.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-14d3ac1f79f76392.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-578f96ea1550e0b2.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-be65b4a89240baf5.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-895263bc4932531d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-070631789e87241a.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-206421e20485a021.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c0254c2fbf7cefe9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9a4e5bbece7d0859.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-16dc1b79f00fb17b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-6b5c511fbf349f39.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aaf0d52ee12cf096.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9dfe1293814972f2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1b4b66f77f09399b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6eb083ecb0dc5dd3.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-de70d99415717dd4.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-df6e8e8d6a2f2b14.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-c337de8ae6ee240f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9086bf15c19bbad0.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-18c429ae88b3237f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9cf8b8ab33d89d3e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-63d7850bbe816d4b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-d8f3bf023bbd1a7f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-28714519a11cf169.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-08b454bbcbbcb893.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-578b045cf5092a13.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10302026-07-13T04:57:40.186Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2024 dropshot/examples/well-tagged.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=f7484460257dbe42 -C extra-filename=-aa6f4925cd7275db --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-b245cfbd0207518d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1dd64724bae1f182.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b7c6e8ee5437a110.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e245e8803173f50d.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f0b89afb5eea1778.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-dce6fb773fb6ca57.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a4d0b8172824fb29.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-27cc95e3044fef87.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-14d3ac1f79f76392.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-578f96ea1550e0b2.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-be65b4a89240baf5.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-895263bc4932531d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-070631789e87241a.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-206421e20485a021.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c0254c2fbf7cefe9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9a4e5bbece7d0859.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-16dc1b79f00fb17b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-6b5c511fbf349f39.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aaf0d52ee12cf096.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9dfe1293814972f2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1b4b66f77f09399b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6eb083ecb0dc5dd3.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-de70d99415717dd4.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-df6e8e8d6a2f2b14.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-c337de8ae6ee240f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9086bf15c19bbad0.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-18c429ae88b3237f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9cf8b8ab33d89d3e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-63d7850bbe816d4b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-d8f3bf023bbd1a7f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-28714519a11cf169.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-08b454bbcbbcb893.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-578b045cf5092a13.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10312026-07-13T04:57:40.208Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2024 dropshot/examples/websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c19f52c44bd4dd0c -C extra-filename=-80bac76d710e17f6 --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-b245cfbd0207518d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1dd64724bae1f182.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b7c6e8ee5437a110.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e245e8803173f50d.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f0b89afb5eea1778.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-dce6fb773fb6ca57.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a4d0b8172824fb29.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-27cc95e3044fef87.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-14d3ac1f79f76392.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-578f96ea1550e0b2.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-be65b4a89240baf5.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-895263bc4932531d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-070631789e87241a.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-206421e20485a021.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c0254c2fbf7cefe9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9a4e5bbece7d0859.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-16dc1b79f00fb17b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-6b5c511fbf349f39.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aaf0d52ee12cf096.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9dfe1293814972f2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1b4b66f77f09399b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6eb083ecb0dc5dd3.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-de70d99415717dd4.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-df6e8e8d6a2f2b14.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-c337de8ae6ee240f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9086bf15c19bbad0.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-18c429ae88b3237f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9cf8b8ab33d89d3e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-63d7850bbe816d4b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-d8f3bf023bbd1a7f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-28714519a11cf169.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-08b454bbcbbcb893.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-578b045cf5092a13.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10322026-07-13T04:57:49.947Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2024 dropshot/tests/fail.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=4654cff9bee8c7df -C extra-filename=-cae9282ef74f1d1d --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-b245cfbd0207518d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1dd64724bae1f182.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b7c6e8ee5437a110.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e245e8803173f50d.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f0b89afb5eea1778.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-dce6fb773fb6ca57.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a4d0b8172824fb29.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-27cc95e3044fef87.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-14d3ac1f79f76392.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-578f96ea1550e0b2.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-be65b4a89240baf5.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-895263bc4932531d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-070631789e87241a.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-206421e20485a021.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c0254c2fbf7cefe9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9a4e5bbece7d0859.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-16dc1b79f00fb17b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-6b5c511fbf349f39.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aaf0d52ee12cf096.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9dfe1293814972f2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1b4b66f77f09399b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6eb083ecb0dc5dd3.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-de70d99415717dd4.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-df6e8e8d6a2f2b14.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-c337de8ae6ee240f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9086bf15c19bbad0.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-18c429ae88b3237f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9cf8b8ab33d89d3e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-63d7850bbe816d4b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-d8f3bf023bbd1a7f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-28714519a11cf169.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-08b454bbcbbcb893.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-578b045cf5092a13.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10332026-07-13T04:57:50.089Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2024 dropshot/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=5c14265d2a910363 -C extra-filename=-f9a2ab43bbdcce3b --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-b245cfbd0207518d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1dd64724bae1f182.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b7c6e8ee5437a110.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e245e8803173f50d.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f0b89afb5eea1778.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-dce6fb773fb6ca57.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a4d0b8172824fb29.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-27cc95e3044fef87.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-14d3ac1f79f76392.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-578f96ea1550e0b2.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-be65b4a89240baf5.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-895263bc4932531d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-070631789e87241a.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-206421e20485a021.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c0254c2fbf7cefe9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9a4e5bbece7d0859.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-16dc1b79f00fb17b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-6b5c511fbf349f39.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aaf0d52ee12cf096.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9dfe1293814972f2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1b4b66f77f09399b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6eb083ecb0dc5dd3.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-de70d99415717dd4.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-df6e8e8d6a2f2b14.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-c337de8ae6ee240f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9086bf15c19bbad0.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-18c429ae88b3237f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9cf8b8ab33d89d3e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-63d7850bbe816d4b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-d8f3bf023bbd1a7f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-28714519a11cf169.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-08b454bbcbbcb893.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-578b045cf5092a13.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10342026-07-13T04:57:50.686Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_alternate --edition=2024 dropshot/examples/api-trait-alternate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=08f8d6c27724718a -C extra-filename=-889f992f0ff45c56 --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-b245cfbd0207518d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1dd64724bae1f182.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b7c6e8ee5437a110.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e245e8803173f50d.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f0b89afb5eea1778.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-dce6fb773fb6ca57.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a4d0b8172824fb29.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-27cc95e3044fef87.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-14d3ac1f79f76392.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-578f96ea1550e0b2.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-be65b4a89240baf5.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-895263bc4932531d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-070631789e87241a.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-206421e20485a021.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c0254c2fbf7cefe9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9a4e5bbece7d0859.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-16dc1b79f00fb17b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-6b5c511fbf349f39.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aaf0d52ee12cf096.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9dfe1293814972f2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1b4b66f77f09399b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6eb083ecb0dc5dd3.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-de70d99415717dd4.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-df6e8e8d6a2f2b14.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-c337de8ae6ee240f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9086bf15c19bbad0.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-18c429ae88b3237f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9cf8b8ab33d89d3e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-63d7850bbe816d4b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-d8f3bf023bbd1a7f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-28714519a11cf169.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-08b454bbcbbcb893.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-578b045cf5092a13.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10352026-07-13T04:57:50.742Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2024 dropshot/examples/basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=8a12485feb4b621d -C extra-filename=-3f79d9d78473618c --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-b245cfbd0207518d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1dd64724bae1f182.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b7c6e8ee5437a110.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e245e8803173f50d.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f0b89afb5eea1778.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-dce6fb773fb6ca57.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a4d0b8172824fb29.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-27cc95e3044fef87.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-14d3ac1f79f76392.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-578f96ea1550e0b2.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-be65b4a89240baf5.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-895263bc4932531d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-070631789e87241a.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-206421e20485a021.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c0254c2fbf7cefe9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9a4e5bbece7d0859.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-16dc1b79f00fb17b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-6b5c511fbf349f39.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aaf0d52ee12cf096.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9dfe1293814972f2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1b4b66f77f09399b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6eb083ecb0dc5dd3.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-de70d99415717dd4.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-df6e8e8d6a2f2b14.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-c337de8ae6ee240f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9086bf15c19bbad0.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-18c429ae88b3237f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9cf8b8ab33d89d3e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-63d7850bbe816d4b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-d8f3bf023bbd1a7f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-28714519a11cf169.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-08b454bbcbbcb893.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-578b045cf5092a13.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10362026-07-13T04:57:50.744Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name api_trait --edition=2024 dropshot/examples/api-trait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=49abcfa28a30cbe0 -C extra-filename=-6ad4b367ee8fc277 --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-b245cfbd0207518d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1dd64724bae1f182.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b7c6e8ee5437a110.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e245e8803173f50d.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f0b89afb5eea1778.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-dce6fb773fb6ca57.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a4d0b8172824fb29.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-27cc95e3044fef87.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-14d3ac1f79f76392.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-578f96ea1550e0b2.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-be65b4a89240baf5.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-895263bc4932531d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-070631789e87241a.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-206421e20485a021.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c0254c2fbf7cefe9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9a4e5bbece7d0859.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-16dc1b79f00fb17b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-6b5c511fbf349f39.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aaf0d52ee12cf096.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9dfe1293814972f2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1b4b66f77f09399b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6eb083ecb0dc5dd3.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-de70d99415717dd4.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-df6e8e8d6a2f2b14.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-c337de8ae6ee240f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9086bf15c19bbad0.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-18c429ae88b3237f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9cf8b8ab33d89d3e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-63d7850bbe816d4b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-d8f3bf023bbd1a7f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-28714519a11cf169.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-08b454bbcbbcb893.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-578b045cf5092a13.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10372026-07-13T04:57:50.823Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2024 dropshot/examples/multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c49169aa228f3cb3 -C extra-filename=-37577b3bc2d8d163 --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-b245cfbd0207518d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1dd64724bae1f182.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b7c6e8ee5437a110.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e245e8803173f50d.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f0b89afb5eea1778.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-dce6fb773fb6ca57.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a4d0b8172824fb29.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-27cc95e3044fef87.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-14d3ac1f79f76392.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-578f96ea1550e0b2.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-be65b4a89240baf5.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-895263bc4932531d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-070631789e87241a.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-206421e20485a021.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c0254c2fbf7cefe9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9a4e5bbece7d0859.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-16dc1b79f00fb17b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-6b5c511fbf349f39.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aaf0d52ee12cf096.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9dfe1293814972f2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1b4b66f77f09399b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6eb083ecb0dc5dd3.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-de70d99415717dd4.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-df6e8e8d6a2f2b14.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-c337de8ae6ee240f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9086bf15c19bbad0.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-18c429ae88b3237f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9cf8b8ab33d89d3e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-63d7850bbe816d4b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-d8f3bf023bbd1a7f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-28714519a11cf169.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-08b454bbcbbcb893.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-578b045cf5092a13.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10382026-07-13T04:57:51.057Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2024 dropshot/examples/petstore.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ac63223a845ec540 -C extra-filename=-3f34611411e15dd0 --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-b245cfbd0207518d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1dd64724bae1f182.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b7c6e8ee5437a110.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e245e8803173f50d.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f0b89afb5eea1778.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-dce6fb773fb6ca57.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a4d0b8172824fb29.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-27cc95e3044fef87.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-14d3ac1f79f76392.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-578f96ea1550e0b2.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-be65b4a89240baf5.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-895263bc4932531d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-070631789e87241a.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-206421e20485a021.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c0254c2fbf7cefe9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9a4e5bbece7d0859.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-16dc1b79f00fb17b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-6b5c511fbf349f39.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aaf0d52ee12cf096.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9dfe1293814972f2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1b4b66f77f09399b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6eb083ecb0dc5dd3.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-de70d99415717dd4.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-df6e8e8d6a2f2b14.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-c337de8ae6ee240f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9086bf15c19bbad0.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-18c429ae88b3237f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9cf8b8ab33d89d3e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-63d7850bbe816d4b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-d8f3bf023bbd1a7f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-28714519a11cf169.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-08b454bbcbbcb893.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-578b045cf5092a13.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10392026-07-13T04:57:51.651Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2024 dropshot/examples/multiple-servers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=0370ce56d14980fe -C extra-filename=-7156de274297dd95 --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-b245cfbd0207518d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1dd64724bae1f182.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b7c6e8ee5437a110.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e245e8803173f50d.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f0b89afb5eea1778.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-dce6fb773fb6ca57.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a4d0b8172824fb29.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-27cc95e3044fef87.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-14d3ac1f79f76392.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-578f96ea1550e0b2.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-be65b4a89240baf5.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-895263bc4932531d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-070631789e87241a.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-206421e20485a021.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c0254c2fbf7cefe9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9a4e5bbece7d0859.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-16dc1b79f00fb17b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-6b5c511fbf349f39.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aaf0d52ee12cf096.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9dfe1293814972f2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1b4b66f77f09399b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6eb083ecb0dc5dd3.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-de70d99415717dd4.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-df6e8e8d6a2f2b14.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-c337de8ae6ee240f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9086bf15c19bbad0.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-18c429ae88b3237f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9cf8b8ab33d89d3e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-63d7850bbe816d4b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-d8f3bf023bbd1a7f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-28714519a11cf169.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-08b454bbcbbcb893.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-578b045cf5092a13.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10402026-07-13T04:58:00.239Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2024 dropshot/examples/index.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=15988e3ead86bd17 -C extra-filename=-e7635287600ed382 --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-b245cfbd0207518d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1dd64724bae1f182.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b7c6e8ee5437a110.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e245e8803173f50d.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f0b89afb5eea1778.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-dce6fb773fb6ca57.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a4d0b8172824fb29.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-27cc95e3044fef87.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-14d3ac1f79f76392.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-578f96ea1550e0b2.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-be65b4a89240baf5.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-895263bc4932531d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-070631789e87241a.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-206421e20485a021.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c0254c2fbf7cefe9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9a4e5bbece7d0859.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-16dc1b79f00fb17b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-6b5c511fbf349f39.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aaf0d52ee12cf096.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9dfe1293814972f2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1b4b66f77f09399b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6eb083ecb0dc5dd3.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-de70d99415717dd4.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-df6e8e8d6a2f2b14.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-c337de8ae6ee240f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9086bf15c19bbad0.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-18c429ae88b3237f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9cf8b8ab33d89d3e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-63d7850bbe816d4b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-d8f3bf023bbd1a7f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-28714519a11cf169.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-08b454bbcbbcb893.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-578b045cf5092a13.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10412026-07-13T04:58:00.746Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2024 dropshot/examples/module-shared-context.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=857f35915710734d -C extra-filename=-73aca5988da9d7f2 --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-b245cfbd0207518d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1dd64724bae1f182.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b7c6e8ee5437a110.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e245e8803173f50d.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f0b89afb5eea1778.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-dce6fb773fb6ca57.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a4d0b8172824fb29.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-27cc95e3044fef87.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-14d3ac1f79f76392.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-578f96ea1550e0b2.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-be65b4a89240baf5.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-895263bc4932531d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-070631789e87241a.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-206421e20485a021.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c0254c2fbf7cefe9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9a4e5bbece7d0859.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-16dc1b79f00fb17b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-6b5c511fbf349f39.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aaf0d52ee12cf096.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9dfe1293814972f2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1b4b66f77f09399b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6eb083ecb0dc5dd3.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-de70d99415717dd4.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-df6e8e8d6a2f2b14.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-c337de8ae6ee240f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9086bf15c19bbad0.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-18c429ae88b3237f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9cf8b8ab33d89d3e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-63d7850bbe816d4b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-d8f3bf023bbd1a7f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-28714519a11cf169.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-08b454bbcbbcb893.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-578b045cf5092a13.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10422026-07-13T04:58:00.976Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name custom_error --edition=2024 dropshot/examples/custom-error.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=9c4e3c0bd53b681b -C extra-filename=-5352f0f35343bfa3 --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-b245cfbd0207518d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1dd64724bae1f182.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b7c6e8ee5437a110.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e245e8803173f50d.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f0b89afb5eea1778.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-dce6fb773fb6ca57.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a4d0b8172824fb29.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-27cc95e3044fef87.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-14d3ac1f79f76392.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-578f96ea1550e0b2.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-be65b4a89240baf5.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-895263bc4932531d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-070631789e87241a.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-206421e20485a021.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c0254c2fbf7cefe9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9a4e5bbece7d0859.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-16dc1b79f00fb17b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-6b5c511fbf349f39.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aaf0d52ee12cf096.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9dfe1293814972f2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1b4b66f77f09399b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6eb083ecb0dc5dd3.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-de70d99415717dd4.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-df6e8e8d6a2f2b14.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-c337de8ae6ee240f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9086bf15c19bbad0.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-18c429ae88b3237f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9cf8b8ab33d89d3e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-63d7850bbe816d4b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-d8f3bf023bbd1a7f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-28714519a11cf169.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-08b454bbcbbcb893.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-578b045cf5092a13.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10432026-07-13T04:58:02.908Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_websocket --edition=2024 dropshot/examples/api-trait-websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=46a39dc2e63fa82f -C extra-filename=-bca8ef2ab97899c6 --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-b245cfbd0207518d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1dd64724bae1f182.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b7c6e8ee5437a110.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e245e8803173f50d.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f0b89afb5eea1778.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-dce6fb773fb6ca57.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a4d0b8172824fb29.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-27cc95e3044fef87.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-14d3ac1f79f76392.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-578f96ea1550e0b2.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-be65b4a89240baf5.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-895263bc4932531d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-070631789e87241a.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-206421e20485a021.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c0254c2fbf7cefe9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9a4e5bbece7d0859.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-16dc1b79f00fb17b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-6b5c511fbf349f39.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aaf0d52ee12cf096.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9dfe1293814972f2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1b4b66f77f09399b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6eb083ecb0dc5dd3.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-de70d99415717dd4.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-df6e8e8d6a2f2b14.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-c337de8ae6ee240f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9086bf15c19bbad0.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-18c429ae88b3237f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9cf8b8ab33d89d3e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-63d7850bbe816d4b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-d8f3bf023bbd1a7f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-28714519a11cf169.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-08b454bbcbbcb893.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-578b045cf5092a13.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10442026-07-13T04:58:03.184Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2024 dropshot/examples/request-headers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=2b8cb380e7bc282d -C extra-filename=-6805f96c83ea4e5f --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-b245cfbd0207518d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1dd64724bae1f182.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b7c6e8ee5437a110.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e245e8803173f50d.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f0b89afb5eea1778.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-dce6fb773fb6ca57.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a4d0b8172824fb29.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-27cc95e3044fef87.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-14d3ac1f79f76392.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-578f96ea1550e0b2.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-be65b4a89240baf5.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-895263bc4932531d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-070631789e87241a.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-206421e20485a021.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c0254c2fbf7cefe9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9a4e5bbece7d0859.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-16dc1b79f00fb17b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-6b5c511fbf349f39.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aaf0d52ee12cf096.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9dfe1293814972f2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1b4b66f77f09399b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6eb083ecb0dc5dd3.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-de70d99415717dd4.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-df6e8e8d6a2f2b14.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-c337de8ae6ee240f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9086bf15c19bbad0.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-18c429ae88b3237f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9cf8b8ab33d89d3e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-63d7850bbe816d4b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-d8f3bf023bbd1a7f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-28714519a11cf169.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-08b454bbcbbcb893.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-578b045cf5092a13.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10452026-07-13T04:58:03.456Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2024 dropshot/examples/module-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1c421703d83f0832 -C extra-filename=-95ee7fd31b684dd9 --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-b245cfbd0207518d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1dd64724bae1f182.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b7c6e8ee5437a110.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e245e8803173f50d.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f0b89afb5eea1778.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-dce6fb773fb6ca57.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a4d0b8172824fb29.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-27cc95e3044fef87.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-14d3ac1f79f76392.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-578f96ea1550e0b2.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-be65b4a89240baf5.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-895263bc4932531d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-070631789e87241a.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-206421e20485a021.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c0254c2fbf7cefe9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9a4e5bbece7d0859.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-16dc1b79f00fb17b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-6b5c511fbf349f39.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aaf0d52ee12cf096.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9dfe1293814972f2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1b4b66f77f09399b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6eb083ecb0dc5dd3.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-de70d99415717dd4.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-df6e8e8d6a2f2b14.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-c337de8ae6ee240f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9086bf15c19bbad0.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-18c429ae88b3237f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9cf8b8ab33d89d3e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-63d7850bbe816d4b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-d8f3bf023bbd1a7f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-28714519a11cf169.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-08b454bbcbbcb893.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-578b045cf5092a13.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10462026-07-13T04:58:03.726Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2024 dropshot/examples/schema-with-example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=4d6968d181cf766b -C extra-filename=-5c785a28031f38ea --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-b245cfbd0207518d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1dd64724bae1f182.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b7c6e8ee5437a110.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e245e8803173f50d.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f0b89afb5eea1778.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-dce6fb773fb6ca57.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a4d0b8172824fb29.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-27cc95e3044fef87.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-14d3ac1f79f76392.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-578f96ea1550e0b2.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-be65b4a89240baf5.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-895263bc4932531d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-070631789e87241a.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-206421e20485a021.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c0254c2fbf7cefe9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9a4e5bbece7d0859.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-16dc1b79f00fb17b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-6b5c511fbf349f39.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aaf0d52ee12cf096.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9dfe1293814972f2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1b4b66f77f09399b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6eb083ecb0dc5dd3.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-de70d99415717dd4.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-df6e8e8d6a2f2b14.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-c337de8ae6ee240f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9086bf15c19bbad0.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-18c429ae88b3237f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9cf8b8ab33d89d3e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-63d7850bbe816d4b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-d8f3bf023bbd1a7f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-28714519a11cf169.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-08b454bbcbbcb893.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-578b045cf5092a13.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10472026-07-13T04:58:10.651Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2024 dropshot/examples/versioning.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=0f5522031c84f939 -C extra-filename=-44855cf1bb5e5c09 --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-b245cfbd0207518d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1dd64724bae1f182.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b7c6e8ee5437a110.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e245e8803173f50d.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f0b89afb5eea1778.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-dce6fb773fb6ca57.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a4d0b8172824fb29.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-27cc95e3044fef87.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-14d3ac1f79f76392.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-578f96ea1550e0b2.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-be65b4a89240baf5.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-895263bc4932531d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-070631789e87241a.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-206421e20485a021.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c0254c2fbf7cefe9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9a4e5bbece7d0859.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-16dc1b79f00fb17b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-6b5c511fbf349f39.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aaf0d52ee12cf096.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9dfe1293814972f2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1b4b66f77f09399b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6eb083ecb0dc5dd3.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-de70d99415717dd4.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-df6e8e8d6a2f2b14.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-c337de8ae6ee240f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9086bf15c19bbad0.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-18c429ae88b3237f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9cf8b8ab33d89d3e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-63d7850bbe816d4b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-d8f3bf023bbd1a7f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-28714519a11cf169.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-08b454bbcbbcb893.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-578b045cf5092a13.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10482026-07-13T04:58:11.052Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2024 dropshot/examples/file_server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=5205dee1f1a5d710 -C extra-filename=-743acec169769687 --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-b245cfbd0207518d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1dd64724bae1f182.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b7c6e8ee5437a110.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e245e8803173f50d.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f0b89afb5eea1778.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-dce6fb773fb6ca57.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a4d0b8172824fb29.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-27cc95e3044fef87.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-14d3ac1f79f76392.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-578f96ea1550e0b2.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-be65b4a89240baf5.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-895263bc4932531d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-070631789e87241a.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-206421e20485a021.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c0254c2fbf7cefe9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9a4e5bbece7d0859.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-16dc1b79f00fb17b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-6b5c511fbf349f39.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aaf0d52ee12cf096.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9dfe1293814972f2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1b4b66f77f09399b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6eb083ecb0dc5dd3.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-de70d99415717dd4.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-df6e8e8d6a2f2b14.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-c337de8ae6ee240f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9086bf15c19bbad0.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-18c429ae88b3237f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9cf8b8ab33d89d3e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-63d7850bbe816d4b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-d8f3bf023bbd1a7f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-28714519a11cf169.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-08b454bbcbbcb893.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-578b045cf5092a13.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10492026-07-13T04:58:24.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
10502026-07-13T04:58:24.656Z
10512026-07-13T04:58:24.657Zreal 1:22.379893173
10522026-07-13T04:58:24.657Zuser 6:53.932709458
10532026-07-13T04:58:24.657Zsys 1:11.477245967
10542026-07-13T04:58:24.657Ztrap 0.333672812
10552026-07-13T04:58:24.657Ztflt 0.228204406
10562026-07-13T04:58:24.657Zdflt 0.331209369
10572026-07-13T04:58:24.657Zkflt 0.006009129
10582026-07-13T04:58:24.657Zlock 29:00.721444262
10592026-07-13T04:58:24.657Zslp 27:04.907749974
10602026-07-13T04:58:24.657Zlat 21.549042210
10612026-07-13T04:58:24.657Zstop 51.042648815
10622026-07-13T04:58:24.657Z+ banner test
10632026-07-13T04:58:24.657Z
10642026-07-13T04:58:24.657Z ##### ###### #### #####
10652026-07-13T04:58:24.657Z # # # #
10662026-07-13T04:58:24.658Z # ##### #### #
10672026-07-13T04:58:24.658Z # # # #
10682026-07-13T04:58:24.658Z # # # # #
10692026-07-13T04:58:24.658Z # ###### #### #
10702026-07-13T04:58:24.658Z
10712026-07-13T04:58:24.659Z+ ptime -m cargo test --all-features --locked --verbose
10722026-07-13T04:58:24.659Z Fresh unicode-ident v1.0.12
10732026-07-13T04:58:24.659Z Fresh cfg-if v1.0.0
10742026-07-13T04:58:24.659Z Fresh itoa v1.0.1
10752026-07-13T04:58:24.659Z Fresh memchr v2.6.0
10762026-07-13T04:58:24.659Z Fresh proc-macro2 v1.0.106
10772026-07-13T04:58:24.659Z Fresh pin-project-lite v0.2.12
10782026-07-13T04:58:24.659Z Fresh autocfg v1.1.0
10792026-07-13T04:58:24.659Z Fresh version_check v0.9.5
10802026-07-13T04:58:24.659Z Fresh smallvec v1.13.2
10812026-07-13T04:58:24.659Z Fresh quote v1.0.46
10822026-07-13T04:58:24.659Z Fresh libc v0.2.186
10832026-07-13T04:58:24.659Z Fresh bytes v1.12.1
10842026-07-13T04:58:24.659Z Fresh futures-core v0.3.32
10852026-07-13T04:58:24.659Z Fresh jobserver v0.1.34
10862026-07-13T04:58:24.659Z Fresh serde_derive v1.0.228
10872026-07-13T04:58:24.659Z Fresh synstructure v0.13.1
10882026-07-13T04:58:24.659Z Fresh zmij v1.0.2
10892026-07-13T04:58:24.659Z Fresh thiserror-impl v2.0.18
10902026-07-13T04:58:24.659Z Fresh shlex v1.3.0
10912026-07-13T04:58:24.659Z Fresh find-msvc-tools v0.1.9
10922026-07-13T04:58:24.659Z Fresh cc v1.2.60
10932026-07-13T04:58:24.659Z Fresh log v0.4.17
10942026-07-13T04:58:24.659Z Fresh thiserror v2.0.18
10952026-07-13T04:58:24.660Z Fresh scopeguard v1.2.0
10962026-07-13T04:58:24.660Z Fresh futures-sink v0.3.32
10972026-07-13T04:58:24.660Z Fresh lock_api v0.4.6
10982026-07-13T04:58:24.660Z Fresh cmake v0.1.58
10992026-07-13T04:58:24.660Z Fresh zerofrom-derive v0.1.5
11002026-07-13T04:58:24.660Z Fresh parking_lot_core v0.9.4
11012026-07-13T04:58:24.660Z Fresh dunce v1.0.5
11022026-07-13T04:58:24.660Z Fresh fs_extra v1.3.0
11032026-07-13T04:58:24.660Z Fresh typenum v1.19.0
11042026-07-13T04:58:24.660Z Fresh slab v0.4.9
11052026-07-13T04:58:24.660Z Fresh zerofrom v0.1.5
11062026-07-13T04:58:24.660Z Fresh yoke-derive v0.7.5
11072026-07-13T04:58:24.660Z Fresh parking_lot v0.12.1
11082026-07-13T04:58:24.660Z Fresh tokio-macros v2.7.0
11092026-07-13T04:58:24.660Z Fresh mio v1.2.0
11102026-07-13T04:58:24.660Z Fresh socket2 v0.6.3
11112026-07-13T04:58:24.660Z Fresh signal-hook-registry v1.4.0
11122026-07-13T04:58:24.660Z Fresh stable_deref_trait v1.2.0
11132026-07-13T04:58:24.660Z Fresh yoke v0.7.5
11142026-07-13T04:58:24.660Z Fresh tokio v1.52.3
11152026-07-13T04:58:24.660Z Fresh serde_core v1.0.228
11162026-07-13T04:58:24.660Z Fresh futures-channel v0.3.32
11172026-07-13T04:58:24.661Z Fresh zerovec-derive v0.10.3
11182026-07-13T04:58:24.661Z Fresh http v1.4.2
11192026-07-13T04:58:24.661Z Fresh zeroize v1.8.2
11202026-07-13T04:58:24.661Z Fresh bitflags v2.11.0
11212026-07-13T04:58:24.661Z Fresh getrandom v0.4.1
11222026-07-13T04:58:24.661Z Fresh zerovec v0.10.4
11232026-07-13T04:58:24.661Z Fresh displaydoc v0.2.5
11242026-07-13T04:58:24.661Z Fresh futures-macro v0.3.32
11252026-07-13T04:58:24.661Z Fresh futures-io v0.3.32
11262026-07-13T04:58:24.661Z Fresh ucd-trie v0.1.6
11272026-07-13T04:58:24.661Z Fresh futures-task v0.3.32
11282026-07-13T04:58:24.661Z Fresh rustls-pki-types v1.15.0
11292026-07-13T04:58:24.661Z Fresh errno v0.3.10
11302026-07-13T04:58:24.661Z Fresh futures-util v0.3.32
11312026-07-13T04:58:24.661Z Fresh serde v1.0.228
11322026-07-13T04:58:24.661Z Fresh pest v2.8.1
11332026-07-13T04:58:24.661Z Fresh pest_meta v2.8.1
11342026-07-13T04:58:24.661Z Fresh tinystr v0.7.6
11352026-07-13T04:58:24.662Z Fresh aws-lc-sys v0.40.0
11362026-07-13T04:58:24.662Z Fresh zerocopy-derive v0.8.27
11372026-07-13T04:58:24.662Z Fresh litemap v0.7.4
11382026-07-13T04:58:24.662Z Fresh writeable v0.5.5
11392026-07-13T04:58:24.662Z Fresh pest_generator v2.8.1
11402026-07-13T04:58:24.662Z Fresh rustversion v1.0.22
11412026-07-13T04:58:24.662Z Fresh zerocopy v0.8.27
11422026-07-13T04:58:24.663Z Fresh aws-lc-rs v1.16.3
11432026-07-13T04:58:24.663Z Fresh httparse v1.10.0
11442026-07-13T04:58:24.663Z Fresh icu_locid v1.5.0
11452026-07-13T04:58:24.663Z Fresh rustix v1.1.4
11462026-07-13T04:58:24.663Z Fresh icu_provider_macros v1.5.0
11472026-07-13T04:58:24.663Z Fresh fastrand v2.1.1
11482026-07-13T04:58:24.663Z Fresh equivalent v1.0.0
11492026-07-13T04:58:24.663Z Fresh powerfmt v0.2.0
11502026-07-13T04:58:24.676Z Fresh num-conv v0.2.0
11512026-07-13T04:58:24.676Z Fresh time-core v0.1.8
11522026-07-13T04:58:24.676Z Fresh hashbrown v0.17.0
11532026-07-13T04:58:24.676Z Fresh icu_provider v1.5.0
11542026-07-13T04:58:24.676Z Fresh deranged v0.5.5
11552026-07-13T04:58:24.676Z Fresh crossbeam-utils v0.8.21
11562026-07-13T04:58:24.676Z Fresh indexmap v2.14.0
11572026-07-13T04:58:24.676Z Fresh time-macros v0.2.27
11582026-07-13T04:58:24.676Z Fresh pest_derive v2.8.1
11592026-07-13T04:58:24.676Z Fresh serde_tokenstream v0.2.3
11602026-07-13T04:58:24.676Z Fresh http-body v1.0.1
11612026-07-13T04:58:24.676Z Fresh tracing-core v0.1.32
11622026-07-13T04:58:24.676Z Fresh num_threads v0.1.3
11632026-07-13T04:58:24.676Z Fresh atomic-waker v1.1.2
11642026-07-13T04:58:24.676Z Fresh untrusted v0.9.0
11652026-07-13T04:58:24.676Z Fresh percent-encoding v2.3.2
11662026-07-13T04:58:24.676Z Fresh icu_locid_transform_data v1.5.0
11672026-07-13T04:58:24.676Z Fresh time v0.3.47
11682026-07-13T04:58:24.676Z Fresh icu_locid_transform v1.5.0
11692026-07-13T04:58:24.676Z Fresh rustls-webpki v0.103.13
11702026-07-13T04:58:24.676Z Fresh tracing v0.1.40
11712026-07-13T04:58:24.676Z Fresh dtrace-parser v0.3.0
11722026-07-13T04:58:24.676Z Fresh generic-array v0.14.5
11732026-07-13T04:58:24.676Z Fresh rustix v0.38.44
11742026-07-13T04:58:24.676Z Fresh icu_collections v1.5.0
11752026-07-13T04:58:24.676Z Fresh tokio-util v0.7.18
11762026-07-13T04:58:24.676Z Fresh serde_json v1.0.150
11772026-07-13T04:58:24.677Z Fresh erased-serde v0.3.31
11782026-07-13T04:58:24.677Z Fresh scroll_derive v0.13.1
11792026-07-13T04:58:24.677Z Fresh thread-id v5.0.0
11802026-07-13T04:58:24.677Z Fresh subtle v2.5.0
11812026-07-13T04:58:24.677Z Fresh byteorder v1.4.3
11822026-07-13T04:58:24.677Z Fresh base64 v0.22.1
11832026-07-13T04:58:24.677Z Fresh tower-service v0.3.3
11842026-07-13T04:58:24.677Z Fresh tower-layer v0.3.3
11852026-07-13T04:58:24.677Z Fresh fnv v1.0.7
11862026-07-13T04:58:24.677Z Fresh icu_properties_data v1.5.0
11872026-07-13T04:58:24.677Z Fresh try-lock v0.2.3
11882026-07-13T04:58:24.677Z Fresh rustls v0.23.41
11892026-07-13T04:58:24.677Z Fresh h2 v0.4.14
11902026-07-13T04:58:24.677Z Fresh slog v2.8.2
11912026-07-13T04:58:24.677Z Fresh want v0.3.0
11922026-07-13T04:58:24.677Z Fresh icu_properties v1.5.1
11932026-07-13T04:58:24.677Z Fresh scroll v0.13.0
11942026-07-13T04:58:24.677Z Fresh paste v1.0.15
11952026-07-13T04:58:24.677Z Fresh getrandom v0.3.4
11962026-07-13T04:58:24.677Z Fresh hybrid-array v0.4.8
11972026-07-13T04:58:24.677Z Fresh lazy_static v1.5.0
11982026-07-13T04:58:24.677Z Fresh icu_normalizer_data v1.5.0
11992026-07-13T04:58:24.677Z Fresh utf16_iter v1.0.5
12002026-07-13T04:58:24.677Z Fresh write16 v1.0.0
12012026-07-13T04:58:24.677Z Fresh utf8_iter v1.0.4
12022026-07-13T04:58:24.677Z Fresh unicode-width v0.1.9
12032026-07-13T04:58:24.677Z Fresh unicode-segmentation v1.10.0
12042026-07-13T04:58:24.677Z Fresh httpdate v1.0.1
12052026-07-13T04:58:24.678Z Fresh plain v0.2.3
12062026-07-13T04:58:24.678Z Fresh adler2 v2.0.1
12072026-07-13T04:58:24.678Z Fresh simd-adler32 v0.3.7
12082026-07-13T04:58:24.678Z Fresh console v0.15.7
12092026-07-13T04:58:24.678Z Fresh newline-converter v0.3.0
12102026-07-13T04:58:24.678Z Fresh icu_normalizer v1.5.0
12112026-07-13T04:58:24.678Z Fresh hyper v1.10.1
12122026-07-13T04:58:24.678Z Fresh miniz_oxide v0.8.9
12132026-07-13T04:58:24.678Z Fresh goblin v0.10.1
12142026-07-13T04:58:24.678Z Fresh rand_core v0.9.5
12152026-07-13T04:58:24.678Z Fresh crc32fast v1.5.0
12162026-07-13T04:58:24.678Z Fresh num-traits v0.2.14
12172026-07-13T04:58:24.678Z Fresh crypto-common v0.1.6
12182026-07-13T04:58:24.678Z Fresh block-buffer v0.10.2
12192026-07-13T04:58:24.678Z Fresh form_urlencoded v1.2.2
12202026-07-13T04:58:24.678Z Fresh winnow v1.0.0
12212026-07-13T04:58:24.678Z Fresh similar v2.2.1
12222026-07-13T04:58:24.678Z Fresh mime v0.3.16
12232026-07-13T04:58:24.678Z Fresh ppv-lite86 v0.2.15
12242026-07-13T04:58:24.678Z Fresh iana-time-zone v0.1.47
12252026-07-13T04:58:24.678Z Fresh ipnet v2.10.0
12262026-07-13T04:58:24.678Z Fresh openssl-probe v0.2.1
12272026-07-13T04:58:24.678Z Fresh semver v1.0.28
12282026-07-13T04:58:24.678Z Fresh pretty-hex v0.4.1
12292026-07-13T04:58:24.679Z Fresh heck v0.5.0
12302026-07-13T04:58:24.679Z Fresh chrono v0.4.45
12312026-07-13T04:58:24.679Z Fresh rand_chacha v0.9.0
12322026-07-13T04:58:24.679Z Fresh rustls-native-certs v0.8.3
12332026-07-13T04:58:24.679Z Fresh hyper-util v0.1.20
12342026-07-13T04:58:24.679Z Fresh dof v0.4.0
12352026-07-13T04:58:24.679Z Fresh toml_parser v1.1.2+spec-1.1.0
12362026-07-13T04:58:24.679Z Fresh digest v0.10.7
12372026-07-13T04:58:24.679Z Fresh flate2 v1.1.9
12382026-07-13T04:58:24.679Z Fresh idna_adapter v1.2.0
12392026-07-13T04:58:24.679Z Fresh unicase v2.6.0
12402026-07-13T04:58:24.679Z Fresh block-buffer v0.12.0
12412026-07-13T04:58:24.679Z Fresh crypto-common v0.2.1
12422026-07-13T04:58:24.679Z Fresh tokio-rustls v0.26.4
12432026-07-13T04:58:24.679Z Fresh concurrent-queue v2.5.0
12442026-07-13T04:58:24.679Z Fresh serde_derive_internals v0.29.0
12452026-07-13T04:58:24.679Z Fresh thread_local v1.1.4
12462026-07-13T04:58:24.679Z Fresh toml_datetime v1.1.1+spec-1.1.0
12472026-07-13T04:58:24.679Z Fresh syn v2.0.118
12482026-07-13T04:58:24.679Z Fresh sync_wrapper v1.0.1
12492026-07-13T04:58:24.679Z Fresh serde_spanned v1.1.1
12502026-07-13T04:58:24.686Z Fresh encoding_rs v0.8.32
12512026-07-13T04:58:24.686Z Fresh match_cfg v0.1.0
12522026-07-13T04:58:24.686Z Fresh compression-core v0.4.32
12532026-07-13T04:58:24.686Z Fresh toml_writer v1.1.1+spec-1.1.0
12542026-07-13T04:58:24.686Z Fresh cpufeatures v0.2.17
12552026-07-13T04:58:24.686Z Fresh const-oid v0.10.2
12562026-07-13T04:58:24.686Z Fresh parking v2.2.0
12572026-07-13T04:58:24.686Z Fresh sha1 v0.10.6
12582026-07-13T04:58:24.686Z Fresh compression-codecs v0.4.38
12592026-07-13T04:58:24.686Z Fresh digest v0.11.2
12602026-07-13T04:58:24.686Z Fresh toml v1.1.2+spec-1.1.0
12612026-07-13T04:58:24.686Z Fresh event-listener v5.0.0
12622026-07-13T04:58:24.686Z Fresh usdt-impl v0.6.0
12632026-07-13T04:58:24.686Z Fresh tower v0.5.2
12642026-07-13T04:58:24.686Z Fresh hostname v0.3.1
12652026-07-13T04:58:24.687Z Fresh schemars_derive v0.8.22
12662026-07-13T04:58:24.687Z Fresh idna v1.0.3
12672026-07-13T04:58:24.687Z Fresh ryu v1.0.5
12682026-07-13T04:58:24.687Z Fresh rand v0.9.2
12692026-07-13T04:58:24.687Z Compiling dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
12702026-07-13T04:58:24.687Z Fresh usdt-attr-macro v0.6.0
12712026-07-13T04:58:24.687Z Fresh usdt-macro v0.6.0
12722026-07-13T04:58:24.687Z Fresh slog-json v2.6.1
12732026-07-13T04:58:24.687Z Fresh http-body-util v0.1.3
12742026-07-13T04:58:24.687Z Fresh crossbeam-channel v0.5.15
12752026-07-13T04:58:24.687Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2024 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4aa31d123645df79 -C extra-filename=-23cdc78e47b9785d --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-b969a768bc607b29.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8f6729caab1030b5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d0a1ec9ee5156da2.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05abcae39e938bd4.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-9dc82e3e006f99ce.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-1447a58af34b67bf.rlib --extern proc_macro`
12762026-07-13T04:58:24.687Z Fresh futures-executor v0.3.32
12772026-07-13T04:58:24.687Z Fresh uuid v1.23.4
12782026-07-13T04:58:24.687Z Fresh async-stream-impl v0.3.6
12792026-07-13T04:58:24.687Z Fresh is-terminal v0.4.12
12802026-07-13T04:58:24.687Z Fresh memmap2 v0.9.8
12812026-07-13T04:58:24.687Z Fresh cpufeatures v0.3.0
12822026-07-13T04:58:24.687Z Fresh take_mut v0.2.2
12832026-07-13T04:58:24.687Z Fresh dyn-clone v1.0.4
12842026-07-13T04:58:24.687Z Fresh term v1.1.0
12852026-07-13T04:58:24.687Z Fresh data-encoding v2.4.0
12862026-07-13T04:58:24.687Z Fresh spin v0.9.8
12872026-07-13T04:58:24.687Z Fresh iri-string v0.7.8
12882026-07-13T04:58:24.687Z Fresh tungstenite v0.29.0
12892026-07-13T04:58:24.687Z Fresh slog-term v2.9.2
12902026-07-13T04:58:24.687Z Fresh sha1 v0.11.0
12912026-07-13T04:58:24.689Z Fresh slog-async v2.8.0
12922026-07-13T04:58:24.689Z Fresh multer v3.1.0
12932026-07-13T04:58:24.689Z Fresh tower-http v0.6.8
12942026-07-13T04:58:24.690Z Fresh schemars v0.8.22
12952026-07-13T04:58:24.690Z Fresh usdt v0.6.0
12962026-07-13T04:58:24.690Z Fresh async-stream v0.3.6
12972026-07-13T04:58:24.690Z Fresh futures v0.3.32
12982026-07-13T04:58:24.690Z Fresh serde_urlencoded v0.7.1
12992026-07-13T04:58:24.690Z Fresh slog-bunyan v2.5.0
13002026-07-13T04:58:24.690Z Fresh url v2.5.4
13012026-07-13T04:58:24.690Z Fresh camino v1.2.4
13022026-07-13T04:58:24.690Z Fresh event-listener-strategy v0.5.4
13032026-07-13T04:58:24.690Z Fresh async-compression v0.4.42
13042026-07-13T04:58:24.690Z Fresh target-triple v1.0.0
13052026-07-13T04:58:24.690Z Fresh hyper-rustls v0.27.9
13062026-07-13T04:58:24.690Z Fresh rustls-platform-verifier v0.6.2
13072026-07-13T04:58:24.690Z Fresh pem v3.0.6
13082026-07-13T04:58:24.690Z Fresh waitgroup v0.1.2
13092026-07-13T04:58:24.690Z Fresh yasna v0.6.0
13102026-07-13T04:58:24.690Z Fresh openapiv3 v2.2.0
13112026-07-13T04:58:24.690Z Fresh rustls-pemfile v2.2.0
13122026-07-13T04:58:24.690Z Fresh async-trait v0.1.89
13132026-07-13T04:58:24.690Z Fresh serde_path_to_error v0.1.20
13142026-07-13T04:58:24.690Z Fresh hostname v0.4.2
13152026-07-13T04:58:24.690Z Fresh termcolor v1.1.2
13162026-07-13T04:58:24.690Z Fresh debug-ignore v1.0.5
13172026-07-13T04:58:24.690Z Fresh glob v0.3.0
13182026-07-13T04:58:24.690Z Fresh simple-mermaid v0.2.0
13192026-07-13T04:58:24.690Z Fresh trybuild v1.0.117
13202026-07-13T04:58:24.690Z Fresh reqwest v0.13.4
13212026-07-13T04:58:24.690Z Fresh rcgen v0.14.8
13222026-07-13T04:58:24.690Z Fresh mime_guess v2.0.5
13232026-07-13T04:58:24.690Z Fresh async-channel v2.5.0
13242026-07-13T04:58:24.690Z Fresh tokio-tungstenite v0.29.0
13252026-07-13T04:58:24.690Z Fresh anyhow v1.0.103
13262026-07-13T04:58:24.691Z Fresh subprocess v1.2.0
13272026-07-13T04:58:24.691Z Fresh buf-list v1.1.2
13282026-07-13T04:58:24.691Z Fresh once_cell v1.20.1
13292026-07-13T04:58:24.691Z Fresh schema-derive v0.1.0
13302026-07-13T04:58:24.691Z Fresh tempfile v3.27.0
13312026-07-13T04:58:24.691Z Fresh schema v0.1.0
13322026-07-13T04:58:24.691Z Fresh atomicwrites v0.4.4
13332026-07-13T04:58:24.691Z Fresh prettyplease v0.2.37
13342026-07-13T04:58:24.691Z Fresh expectorate v1.2.0
13352026-07-13T04:58:24.724Z Compiling dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot)
13362026-07-13T04:58:24.733Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2024 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=5746b721910b51c4 -C extra-filename=-9396a18d4b9638b9 --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-b245cfbd0207518d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1dd64724bae1f182.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b7c6e8ee5437a110.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e245e8803173f50d.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f0b89afb5eea1778.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-dce6fb773fb6ca57.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a4d0b8172824fb29.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-27cc95e3044fef87.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-14d3ac1f79f76392.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-578f96ea1550e0b2.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23cdc78e47b9785d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-070631789e87241a.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-206421e20485a021.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c0254c2fbf7cefe9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9a4e5bbece7d0859.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-16dc1b79f00fb17b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-6b5c511fbf349f39.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aaf0d52ee12cf096.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9dfe1293814972f2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1b4b66f77f09399b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6eb083ecb0dc5dd3.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-de70d99415717dd4.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-df6e8e8d6a2f2b14.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-c337de8ae6ee240f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9086bf15c19bbad0.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-18c429ae88b3237f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9cf8b8ab33d89d3e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-63d7850bbe816d4b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-d8f3bf023bbd1a7f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-28714519a11cf169.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-08b454bbcbbcb893.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-578b045cf5092a13.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13372026-07-13T04:58:24.734Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2024 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=9e9e4e103504f971 -C extra-filename=-f22ad6b67fa561c9 --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-b7c6e8ee5437a110.rmeta --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e245e8803173f50d.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f0b89afb5eea1778.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-dce6fb773fb6ca57.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-27cc95e3044fef87.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-14d3ac1f79f76392.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-578f96ea1550e0b2.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23cdc78e47b9785d.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c0254c2fbf7cefe9.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9a4e5bbece7d0859.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-16dc1b79f00fb17b.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-6b5c511fbf349f39.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9dfe1293814972f2.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-de70d99415717dd4.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-df6e8e8d6a2f2b14.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-c337de8ae6ee240f.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6ef3ce12fc1f1ba7.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9cf8b8ab33d89d3e.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-d8f3bf023bbd1a7f.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-28714519a11cf169.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-578b045cf5092a13.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2a48558ea6c7f9f6.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13382026-07-13T04:58:29.564Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2024 dropshot/examples/well-tagged.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=cb70433381436dcc -C extra-filename=-774020923d9d41c5 --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-b245cfbd0207518d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1dd64724bae1f182.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b7c6e8ee5437a110.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e245e8803173f50d.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f0b89afb5eea1778.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-dce6fb773fb6ca57.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a4d0b8172824fb29.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-27cc95e3044fef87.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-14d3ac1f79f76392.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-578f96ea1550e0b2.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f22ad6b67fa561c9.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23cdc78e47b9785d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-070631789e87241a.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-206421e20485a021.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c0254c2fbf7cefe9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9a4e5bbece7d0859.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-16dc1b79f00fb17b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-6b5c511fbf349f39.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aaf0d52ee12cf096.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9dfe1293814972f2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1b4b66f77f09399b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6eb083ecb0dc5dd3.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-de70d99415717dd4.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-df6e8e8d6a2f2b14.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-c337de8ae6ee240f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9086bf15c19bbad0.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-18c429ae88b3237f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9cf8b8ab33d89d3e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-63d7850bbe816d4b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-d8f3bf023bbd1a7f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-28714519a11cf169.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-08b454bbcbbcb893.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-578b045cf5092a13.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13392026-07-13T04:58:29.565Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_websocket --edition=2024 dropshot/examples/api-trait-websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=f291631e816cf01e -C extra-filename=-3b2af3dd5dd8a9ee --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-b245cfbd0207518d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1dd64724bae1f182.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b7c6e8ee5437a110.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e245e8803173f50d.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f0b89afb5eea1778.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-dce6fb773fb6ca57.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a4d0b8172824fb29.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-27cc95e3044fef87.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-14d3ac1f79f76392.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-578f96ea1550e0b2.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f22ad6b67fa561c9.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23cdc78e47b9785d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-070631789e87241a.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-206421e20485a021.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c0254c2fbf7cefe9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9a4e5bbece7d0859.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-16dc1b79f00fb17b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-6b5c511fbf349f39.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aaf0d52ee12cf096.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9dfe1293814972f2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1b4b66f77f09399b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6eb083ecb0dc5dd3.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-de70d99415717dd4.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-df6e8e8d6a2f2b14.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-c337de8ae6ee240f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9086bf15c19bbad0.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-18c429ae88b3237f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9cf8b8ab33d89d3e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-63d7850bbe816d4b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-d8f3bf023bbd1a7f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-28714519a11cf169.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-08b454bbcbbcb893.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-578b045cf5092a13.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13402026-07-13T04:58:29.568Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2024 dropshot/examples/https.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1b93bcc20624c9aa -C extra-filename=-c71d26af6d10c415 --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-b245cfbd0207518d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1dd64724bae1f182.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b7c6e8ee5437a110.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e245e8803173f50d.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f0b89afb5eea1778.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-dce6fb773fb6ca57.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a4d0b8172824fb29.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-27cc95e3044fef87.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-14d3ac1f79f76392.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-578f96ea1550e0b2.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f22ad6b67fa561c9.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23cdc78e47b9785d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-070631789e87241a.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-206421e20485a021.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c0254c2fbf7cefe9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9a4e5bbece7d0859.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-16dc1b79f00fb17b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-6b5c511fbf349f39.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aaf0d52ee12cf096.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9dfe1293814972f2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1b4b66f77f09399b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6eb083ecb0dc5dd3.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-de70d99415717dd4.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-df6e8e8d6a2f2b14.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-c337de8ae6ee240f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9086bf15c19bbad0.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-18c429ae88b3237f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9cf8b8ab33d89d3e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-63d7850bbe816d4b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-d8f3bf023bbd1a7f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-28714519a11cf169.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-08b454bbcbbcb893.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-578b045cf5092a13.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13412026-07-13T04:58:29.570Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2024 dropshot/examples/multiple-servers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=2403995af70a2637 -C extra-filename=-5bd09b890a27f0fd --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-b245cfbd0207518d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1dd64724bae1f182.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b7c6e8ee5437a110.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e245e8803173f50d.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f0b89afb5eea1778.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-dce6fb773fb6ca57.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a4d0b8172824fb29.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-27cc95e3044fef87.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-14d3ac1f79f76392.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-578f96ea1550e0b2.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f22ad6b67fa561c9.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23cdc78e47b9785d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-070631789e87241a.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-206421e20485a021.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c0254c2fbf7cefe9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9a4e5bbece7d0859.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-16dc1b79f00fb17b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-6b5c511fbf349f39.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aaf0d52ee12cf096.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9dfe1293814972f2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1b4b66f77f09399b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6eb083ecb0dc5dd3.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-de70d99415717dd4.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-df6e8e8d6a2f2b14.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-c337de8ae6ee240f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9086bf15c19bbad0.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-18c429ae88b3237f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9cf8b8ab33d89d3e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-63d7850bbe816d4b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-d8f3bf023bbd1a7f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-28714519a11cf169.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-08b454bbcbbcb893.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-578b045cf5092a13.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13422026-07-13T04:58:29.576Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2024 dropshot/examples/pagination-multiple-resources.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=833d9c7fac5581f4 -C extra-filename=-2abaa16d482a694f --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-b245cfbd0207518d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1dd64724bae1f182.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b7c6e8ee5437a110.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e245e8803173f50d.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f0b89afb5eea1778.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-dce6fb773fb6ca57.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a4d0b8172824fb29.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-27cc95e3044fef87.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-14d3ac1f79f76392.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-578f96ea1550e0b2.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f22ad6b67fa561c9.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23cdc78e47b9785d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-070631789e87241a.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-206421e20485a021.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c0254c2fbf7cefe9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9a4e5bbece7d0859.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-16dc1b79f00fb17b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-6b5c511fbf349f39.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aaf0d52ee12cf096.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9dfe1293814972f2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1b4b66f77f09399b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6eb083ecb0dc5dd3.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-de70d99415717dd4.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-df6e8e8d6a2f2b14.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-c337de8ae6ee240f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9086bf15c19bbad0.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-18c429ae88b3237f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9cf8b8ab33d89d3e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-63d7850bbe816d4b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-d8f3bf023bbd1a7f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-28714519a11cf169.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-08b454bbcbbcb893.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-578b045cf5092a13.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13432026-07-13T04:58:29.578Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2024 dropshot/examples/basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=14dc9b8df44c77c1 -C extra-filename=-5d53e938e29fb23c --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-b245cfbd0207518d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1dd64724bae1f182.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b7c6e8ee5437a110.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e245e8803173f50d.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f0b89afb5eea1778.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-dce6fb773fb6ca57.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a4d0b8172824fb29.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-27cc95e3044fef87.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-14d3ac1f79f76392.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-578f96ea1550e0b2.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f22ad6b67fa561c9.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23cdc78e47b9785d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-070631789e87241a.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-206421e20485a021.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c0254c2fbf7cefe9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9a4e5bbece7d0859.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-16dc1b79f00fb17b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-6b5c511fbf349f39.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aaf0d52ee12cf096.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9dfe1293814972f2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1b4b66f77f09399b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6eb083ecb0dc5dd3.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-de70d99415717dd4.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-df6e8e8d6a2f2b14.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-c337de8ae6ee240f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9086bf15c19bbad0.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-18c429ae88b3237f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9cf8b8ab33d89d3e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-63d7850bbe816d4b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-d8f3bf023bbd1a7f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-28714519a11cf169.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-08b454bbcbbcb893.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-578b045cf5092a13.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13442026-07-13T04:58:29.578Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2024 dropshot/examples/request-headers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=e9867916cdd856a6 -C extra-filename=-9ba0c875778b2afb --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-b245cfbd0207518d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1dd64724bae1f182.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b7c6e8ee5437a110.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e245e8803173f50d.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f0b89afb5eea1778.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-dce6fb773fb6ca57.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a4d0b8172824fb29.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-27cc95e3044fef87.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-14d3ac1f79f76392.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-578f96ea1550e0b2.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f22ad6b67fa561c9.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23cdc78e47b9785d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-070631789e87241a.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-206421e20485a021.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c0254c2fbf7cefe9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9a4e5bbece7d0859.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-16dc1b79f00fb17b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-6b5c511fbf349f39.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aaf0d52ee12cf096.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9dfe1293814972f2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1b4b66f77f09399b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6eb083ecb0dc5dd3.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-de70d99415717dd4.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-df6e8e8d6a2f2b14.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-c337de8ae6ee240f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9086bf15c19bbad0.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-18c429ae88b3237f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9cf8b8ab33d89d3e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-63d7850bbe816d4b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-d8f3bf023bbd1a7f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-28714519a11cf169.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-08b454bbcbbcb893.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-578b045cf5092a13.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13452026-07-13T04:58:39.341Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2024 dropshot/examples/multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=4e2c35f3e0e6b8ec -C extra-filename=-66e7faf80cab4964 --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-b245cfbd0207518d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1dd64724bae1f182.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b7c6e8ee5437a110.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e245e8803173f50d.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f0b89afb5eea1778.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-dce6fb773fb6ca57.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a4d0b8172824fb29.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-27cc95e3044fef87.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-14d3ac1f79f76392.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-578f96ea1550e0b2.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f22ad6b67fa561c9.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23cdc78e47b9785d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-070631789e87241a.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-206421e20485a021.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c0254c2fbf7cefe9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9a4e5bbece7d0859.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-16dc1b79f00fb17b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-6b5c511fbf349f39.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aaf0d52ee12cf096.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9dfe1293814972f2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1b4b66f77f09399b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6eb083ecb0dc5dd3.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-de70d99415717dd4.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-df6e8e8d6a2f2b14.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-c337de8ae6ee240f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9086bf15c19bbad0.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-18c429ae88b3237f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9cf8b8ab33d89d3e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-63d7850bbe816d4b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-d8f3bf023bbd1a7f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-28714519a11cf169.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-08b454bbcbbcb893.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-578b045cf5092a13.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13462026-07-13T04:58:39.469Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2024 dropshot/examples/file_server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=5139ebcfac178775 -C extra-filename=-497a800e12f6ca06 --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-b245cfbd0207518d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1dd64724bae1f182.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b7c6e8ee5437a110.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e245e8803173f50d.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f0b89afb5eea1778.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-dce6fb773fb6ca57.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a4d0b8172824fb29.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-27cc95e3044fef87.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-14d3ac1f79f76392.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-578f96ea1550e0b2.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f22ad6b67fa561c9.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23cdc78e47b9785d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-070631789e87241a.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-206421e20485a021.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c0254c2fbf7cefe9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9a4e5bbece7d0859.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-16dc1b79f00fb17b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-6b5c511fbf349f39.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aaf0d52ee12cf096.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9dfe1293814972f2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1b4b66f77f09399b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6eb083ecb0dc5dd3.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-de70d99415717dd4.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-df6e8e8d6a2f2b14.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-c337de8ae6ee240f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9086bf15c19bbad0.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-18c429ae88b3237f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9cf8b8ab33d89d3e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-63d7850bbe816d4b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-d8f3bf023bbd1a7f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-28714519a11cf169.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-08b454bbcbbcb893.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-578b045cf5092a13.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13472026-07-13T04:58:39.641Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2024 dropshot/examples/petstore.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d36a41841689aba5 -C extra-filename=-1c882474cdba2a76 --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-b245cfbd0207518d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1dd64724bae1f182.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b7c6e8ee5437a110.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e245e8803173f50d.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f0b89afb5eea1778.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-dce6fb773fb6ca57.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a4d0b8172824fb29.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-27cc95e3044fef87.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-14d3ac1f79f76392.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-578f96ea1550e0b2.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f22ad6b67fa561c9.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23cdc78e47b9785d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-070631789e87241a.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-206421e20485a021.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c0254c2fbf7cefe9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9a4e5bbece7d0859.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-16dc1b79f00fb17b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-6b5c511fbf349f39.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aaf0d52ee12cf096.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9dfe1293814972f2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1b4b66f77f09399b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6eb083ecb0dc5dd3.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-de70d99415717dd4.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-df6e8e8d6a2f2b14.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-c337de8ae6ee240f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9086bf15c19bbad0.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-18c429ae88b3237f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9cf8b8ab33d89d3e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-63d7850bbe816d4b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-d8f3bf023bbd1a7f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-28714519a11cf169.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-08b454bbcbbcb893.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-578b045cf5092a13.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13482026-07-13T04:58:40.231Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2024 dropshot/examples/pagination-multiple-sorts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=bf1d22a1f91b1e38 -C extra-filename=-628927ef27cb7198 --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-b245cfbd0207518d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1dd64724bae1f182.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b7c6e8ee5437a110.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e245e8803173f50d.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f0b89afb5eea1778.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-dce6fb773fb6ca57.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a4d0b8172824fb29.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-27cc95e3044fef87.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-14d3ac1f79f76392.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-578f96ea1550e0b2.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f22ad6b67fa561c9.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23cdc78e47b9785d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-070631789e87241a.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-206421e20485a021.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c0254c2fbf7cefe9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9a4e5bbece7d0859.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-16dc1b79f00fb17b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-6b5c511fbf349f39.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aaf0d52ee12cf096.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9dfe1293814972f2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1b4b66f77f09399b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6eb083ecb0dc5dd3.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-de70d99415717dd4.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-df6e8e8d6a2f2b14.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-c337de8ae6ee240f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9086bf15c19bbad0.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-18c429ae88b3237f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9cf8b8ab33d89d3e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-63d7850bbe816d4b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-d8f3bf023bbd1a7f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-28714519a11cf169.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-08b454bbcbbcb893.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-578b045cf5092a13.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13492026-07-13T04:58:41.135Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2024 dropshot/examples/module-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=cb9f4f7a9a3bc63b -C extra-filename=-68761cf8a0e16e75 --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-b245cfbd0207518d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1dd64724bae1f182.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b7c6e8ee5437a110.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e245e8803173f50d.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f0b89afb5eea1778.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-dce6fb773fb6ca57.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a4d0b8172824fb29.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-27cc95e3044fef87.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-14d3ac1f79f76392.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-578f96ea1550e0b2.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f22ad6b67fa561c9.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23cdc78e47b9785d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-070631789e87241a.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-206421e20485a021.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c0254c2fbf7cefe9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9a4e5bbece7d0859.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-16dc1b79f00fb17b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-6b5c511fbf349f39.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aaf0d52ee12cf096.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9dfe1293814972f2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1b4b66f77f09399b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6eb083ecb0dc5dd3.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-de70d99415717dd4.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-df6e8e8d6a2f2b14.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-c337de8ae6ee240f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9086bf15c19bbad0.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-18c429ae88b3237f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9cf8b8ab33d89d3e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-63d7850bbe816d4b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-d8f3bf023bbd1a7f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-28714519a11cf169.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-08b454bbcbbcb893.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-578b045cf5092a13.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13502026-07-13T04:58:41.272Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2024 dropshot/examples/versioning.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=13fa9d622cae9e49 -C extra-filename=-58921eca8a95c8fc --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-b245cfbd0207518d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1dd64724bae1f182.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b7c6e8ee5437a110.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e245e8803173f50d.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f0b89afb5eea1778.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-dce6fb773fb6ca57.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a4d0b8172824fb29.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-27cc95e3044fef87.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-14d3ac1f79f76392.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-578f96ea1550e0b2.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f22ad6b67fa561c9.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23cdc78e47b9785d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-070631789e87241a.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-206421e20485a021.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c0254c2fbf7cefe9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9a4e5bbece7d0859.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-16dc1b79f00fb17b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-6b5c511fbf349f39.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aaf0d52ee12cf096.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9dfe1293814972f2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1b4b66f77f09399b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6eb083ecb0dc5dd3.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-de70d99415717dd4.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-df6e8e8d6a2f2b14.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-c337de8ae6ee240f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9086bf15c19bbad0.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-18c429ae88b3237f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9cf8b8ab33d89d3e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-63d7850bbe816d4b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-d8f3bf023bbd1a7f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-28714519a11cf169.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-08b454bbcbbcb893.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-578b045cf5092a13.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13512026-07-13T04:58:42.426Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2024 dropshot/examples/module-shared-context.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1fdb6b18e4d97536 -C extra-filename=-83891519deb580ce --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-b245cfbd0207518d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1dd64724bae1f182.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b7c6e8ee5437a110.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e245e8803173f50d.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f0b89afb5eea1778.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-dce6fb773fb6ca57.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a4d0b8172824fb29.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-27cc95e3044fef87.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-14d3ac1f79f76392.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-578f96ea1550e0b2.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f22ad6b67fa561c9.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23cdc78e47b9785d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-070631789e87241a.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-206421e20485a021.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c0254c2fbf7cefe9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9a4e5bbece7d0859.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-16dc1b79f00fb17b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-6b5c511fbf349f39.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aaf0d52ee12cf096.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9dfe1293814972f2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1b4b66f77f09399b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6eb083ecb0dc5dd3.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-de70d99415717dd4.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-df6e8e8d6a2f2b14.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-c337de8ae6ee240f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9086bf15c19bbad0.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-18c429ae88b3237f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9cf8b8ab33d89d3e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-63d7850bbe816d4b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-d8f3bf023bbd1a7f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-28714519a11cf169.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-08b454bbcbbcb893.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-578b045cf5092a13.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13522026-07-13T04:58:48.860Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2024 dropshot/examples/schema-with-example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=0857c892b939a82e -C extra-filename=-160a726a3cc82d5b --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-b245cfbd0207518d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1dd64724bae1f182.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b7c6e8ee5437a110.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e245e8803173f50d.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f0b89afb5eea1778.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-dce6fb773fb6ca57.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a4d0b8172824fb29.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-27cc95e3044fef87.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-14d3ac1f79f76392.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-578f96ea1550e0b2.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f22ad6b67fa561c9.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23cdc78e47b9785d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-070631789e87241a.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-206421e20485a021.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c0254c2fbf7cefe9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9a4e5bbece7d0859.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-16dc1b79f00fb17b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-6b5c511fbf349f39.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aaf0d52ee12cf096.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9dfe1293814972f2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1b4b66f77f09399b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6eb083ecb0dc5dd3.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-de70d99415717dd4.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-df6e8e8d6a2f2b14.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-c337de8ae6ee240f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9086bf15c19bbad0.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-18c429ae88b3237f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9cf8b8ab33d89d3e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-63d7850bbe816d4b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-d8f3bf023bbd1a7f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-28714519a11cf169.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-08b454bbcbbcb893.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-578b045cf5092a13.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13532026-07-13T04:58:49.683Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2024 dropshot/tests/fail.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=2102b491094c8494 -C extra-filename=-97413363c9146f03 --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-b245cfbd0207518d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1dd64724bae1f182.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b7c6e8ee5437a110.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e245e8803173f50d.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f0b89afb5eea1778.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-dce6fb773fb6ca57.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a4d0b8172824fb29.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-27cc95e3044fef87.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-14d3ac1f79f76392.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-578f96ea1550e0b2.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f22ad6b67fa561c9.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23cdc78e47b9785d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-070631789e87241a.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-206421e20485a021.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c0254c2fbf7cefe9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9a4e5bbece7d0859.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-16dc1b79f00fb17b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-6b5c511fbf349f39.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aaf0d52ee12cf096.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9dfe1293814972f2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1b4b66f77f09399b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6eb083ecb0dc5dd3.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-de70d99415717dd4.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-df6e8e8d6a2f2b14.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-c337de8ae6ee240f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9086bf15c19bbad0.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-18c429ae88b3237f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9cf8b8ab33d89d3e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-63d7850bbe816d4b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-d8f3bf023bbd1a7f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-28714519a11cf169.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-08b454bbcbbcb893.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-578b045cf5092a13.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13542026-07-13T04:58:50.367Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2024 dropshot/examples/pagination-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d9ef8144712bc8f5 -C extra-filename=-6fc0c7dc4b0f12ed --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-b245cfbd0207518d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1dd64724bae1f182.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b7c6e8ee5437a110.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e245e8803173f50d.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f0b89afb5eea1778.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-dce6fb773fb6ca57.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a4d0b8172824fb29.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-27cc95e3044fef87.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-14d3ac1f79f76392.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-578f96ea1550e0b2.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f22ad6b67fa561c9.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23cdc78e47b9785d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-070631789e87241a.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-206421e20485a021.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c0254c2fbf7cefe9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9a4e5bbece7d0859.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-16dc1b79f00fb17b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-6b5c511fbf349f39.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aaf0d52ee12cf096.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9dfe1293814972f2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1b4b66f77f09399b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6eb083ecb0dc5dd3.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-de70d99415717dd4.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-df6e8e8d6a2f2b14.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-c337de8ae6ee240f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9086bf15c19bbad0.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-18c429ae88b3237f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9cf8b8ab33d89d3e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-63d7850bbe816d4b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-d8f3bf023bbd1a7f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-28714519a11cf169.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-08b454bbcbbcb893.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-578b045cf5092a13.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13552026-07-13T04:58:50.458Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name api_trait --edition=2024 dropshot/examples/api-trait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=fd034a8f760983a4 -C extra-filename=-80d5368919409e63 --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-b245cfbd0207518d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1dd64724bae1f182.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b7c6e8ee5437a110.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e245e8803173f50d.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f0b89afb5eea1778.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-dce6fb773fb6ca57.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a4d0b8172824fb29.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-27cc95e3044fef87.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-14d3ac1f79f76392.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-578f96ea1550e0b2.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f22ad6b67fa561c9.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23cdc78e47b9785d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-070631789e87241a.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-206421e20485a021.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c0254c2fbf7cefe9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9a4e5bbece7d0859.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-16dc1b79f00fb17b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-6b5c511fbf349f39.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aaf0d52ee12cf096.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9dfe1293814972f2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1b4b66f77f09399b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6eb083ecb0dc5dd3.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-de70d99415717dd4.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-df6e8e8d6a2f2b14.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-c337de8ae6ee240f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9086bf15c19bbad0.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-18c429ae88b3237f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9cf8b8ab33d89d3e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-63d7850bbe816d4b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-d8f3bf023bbd1a7f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-28714519a11cf169.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-08b454bbcbbcb893.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-578b045cf5092a13.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13562026-07-13T04:58:50.536Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2024 dropshot/examples/self-referential.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1c0f998129061d02 -C extra-filename=-e61c7c7978c40507 --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-b245cfbd0207518d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1dd64724bae1f182.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b7c6e8ee5437a110.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e245e8803173f50d.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f0b89afb5eea1778.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-dce6fb773fb6ca57.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a4d0b8172824fb29.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-27cc95e3044fef87.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-14d3ac1f79f76392.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-578f96ea1550e0b2.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f22ad6b67fa561c9.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23cdc78e47b9785d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-070631789e87241a.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-206421e20485a021.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c0254c2fbf7cefe9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9a4e5bbece7d0859.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-16dc1b79f00fb17b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-6b5c511fbf349f39.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aaf0d52ee12cf096.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9dfe1293814972f2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1b4b66f77f09399b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6eb083ecb0dc5dd3.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-de70d99415717dd4.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-df6e8e8d6a2f2b14.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-c337de8ae6ee240f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9086bf15c19bbad0.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-18c429ae88b3237f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9cf8b8ab33d89d3e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-63d7850bbe816d4b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-d8f3bf023bbd1a7f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-28714519a11cf169.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-08b454bbcbbcb893.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-578b045cf5092a13.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13572026-07-13T04:58:51.421Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name custom_error --edition=2024 dropshot/examples/custom-error.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=cc3209edf2c10fd9 -C extra-filename=-7c6643ef294495f3 --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-b245cfbd0207518d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1dd64724bae1f182.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b7c6e8ee5437a110.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e245e8803173f50d.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f0b89afb5eea1778.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-dce6fb773fb6ca57.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a4d0b8172824fb29.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-27cc95e3044fef87.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-14d3ac1f79f76392.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-578f96ea1550e0b2.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f22ad6b67fa561c9.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23cdc78e47b9785d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-070631789e87241a.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-206421e20485a021.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c0254c2fbf7cefe9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9a4e5bbece7d0859.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-16dc1b79f00fb17b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-6b5c511fbf349f39.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aaf0d52ee12cf096.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9dfe1293814972f2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1b4b66f77f09399b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6eb083ecb0dc5dd3.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-de70d99415717dd4.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-df6e8e8d6a2f2b14.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-c337de8ae6ee240f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9086bf15c19bbad0.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-18c429ae88b3237f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9cf8b8ab33d89d3e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-63d7850bbe816d4b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-d8f3bf023bbd1a7f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-28714519a11cf169.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-08b454bbcbbcb893.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-578b045cf5092a13.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13582026-07-13T04:58:51.675Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2024 dropshot/examples/websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=cdce21ddac953566 -C extra-filename=-7b9f45a8829b0557 --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-b245cfbd0207518d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1dd64724bae1f182.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b7c6e8ee5437a110.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e245e8803173f50d.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f0b89afb5eea1778.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-dce6fb773fb6ca57.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a4d0b8172824fb29.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-27cc95e3044fef87.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-14d3ac1f79f76392.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-578f96ea1550e0b2.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f22ad6b67fa561c9.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23cdc78e47b9785d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-070631789e87241a.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-206421e20485a021.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c0254c2fbf7cefe9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9a4e5bbece7d0859.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-16dc1b79f00fb17b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-6b5c511fbf349f39.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aaf0d52ee12cf096.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9dfe1293814972f2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1b4b66f77f09399b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6eb083ecb0dc5dd3.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-de70d99415717dd4.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-df6e8e8d6a2f2b14.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-c337de8ae6ee240f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9086bf15c19bbad0.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-18c429ae88b3237f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9cf8b8ab33d89d3e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-63d7850bbe816d4b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-d8f3bf023bbd1a7f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-28714519a11cf169.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-08b454bbcbbcb893.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-578b045cf5092a13.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13592026-07-13T04:58:52.835Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_alternate --edition=2024 dropshot/examples/api-trait-alternate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=855932496bd9dec5 -C extra-filename=-0bbfc625aeed882e --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-b245cfbd0207518d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1dd64724bae1f182.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b7c6e8ee5437a110.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e245e8803173f50d.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f0b89afb5eea1778.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-dce6fb773fb6ca57.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a4d0b8172824fb29.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-27cc95e3044fef87.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-14d3ac1f79f76392.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-578f96ea1550e0b2.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f22ad6b67fa561c9.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23cdc78e47b9785d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-070631789e87241a.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-206421e20485a021.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c0254c2fbf7cefe9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9a4e5bbece7d0859.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-16dc1b79f00fb17b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-6b5c511fbf349f39.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aaf0d52ee12cf096.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9dfe1293814972f2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1b4b66f77f09399b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6eb083ecb0dc5dd3.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-de70d99415717dd4.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-df6e8e8d6a2f2b14.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-c337de8ae6ee240f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9086bf15c19bbad0.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-18c429ae88b3237f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9cf8b8ab33d89d3e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-63d7850bbe816d4b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-d8f3bf023bbd1a7f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-28714519a11cf169.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-08b454bbcbbcb893.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-578b045cf5092a13.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13602026-07-13T04:58:53.357Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2024 dropshot/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a9db2e3ec85f8b1c -C extra-filename=-a9cee42b9b4f487f --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-b245cfbd0207518d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1dd64724bae1f182.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b7c6e8ee5437a110.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e245e8803173f50d.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f0b89afb5eea1778.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-dce6fb773fb6ca57.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a4d0b8172824fb29.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-27cc95e3044fef87.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-14d3ac1f79f76392.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-578f96ea1550e0b2.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f22ad6b67fa561c9.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23cdc78e47b9785d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-070631789e87241a.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-206421e20485a021.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c0254c2fbf7cefe9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9a4e5bbece7d0859.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-16dc1b79f00fb17b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-6b5c511fbf349f39.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aaf0d52ee12cf096.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9dfe1293814972f2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1b4b66f77f09399b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6eb083ecb0dc5dd3.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-de70d99415717dd4.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-df6e8e8d6a2f2b14.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-c337de8ae6ee240f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9086bf15c19bbad0.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-18c429ae88b3237f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9cf8b8ab33d89d3e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-63d7850bbe816d4b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-d8f3bf023bbd1a7f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-28714519a11cf169.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-08b454bbcbbcb893.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-578b045cf5092a13.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13612026-07-13T04:58:57.065Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2024 dropshot/examples/index.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=cbb89482afd57141 -C extra-filename=-3f6ae67092e8fd90 --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-b245cfbd0207518d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1dd64724bae1f182.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b7c6e8ee5437a110.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e245e8803173f50d.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f0b89afb5eea1778.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-dce6fb773fb6ca57.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a4d0b8172824fb29.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-27cc95e3044fef87.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-14d3ac1f79f76392.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-578f96ea1550e0b2.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f22ad6b67fa561c9.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23cdc78e47b9785d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-070631789e87241a.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-206421e20485a021.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c0254c2fbf7cefe9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9a4e5bbece7d0859.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-16dc1b79f00fb17b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-6b5c511fbf349f39.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aaf0d52ee12cf096.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9dfe1293814972f2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1b4b66f77f09399b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6eb083ecb0dc5dd3.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-de70d99415717dd4.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-df6e8e8d6a2f2b14.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-c337de8ae6ee240f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9086bf15c19bbad0.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-18c429ae88b3237f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9cf8b8ab33d89d3e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-63d7850bbe816d4b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-d8f3bf023bbd1a7f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-28714519a11cf169.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-08b454bbcbbcb893.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-578b045cf5092a13.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13622026-07-13T04:59:14.953Z Finished `test` profile [unoptimized + debuginfo] target(s) in 51.65s
13632026-07-13T04:59:14.980Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-9396a18d4b9638b9`
13642026-07-13T04:59:14.984Z
13652026-07-13T04:59:14.984Zrunning 142 tests
13662026-07-13T04:59:14.984Ztest api_description::test::test_endpoint_versions_matches ... ok
13672026-07-13T04:59:14.984Ztest api_description::test::test_endpoint_versions_range ... ok
13682026-07-13T04:59:14.984Ztest api_description::test::test_endpoint_versions_overlaps ... ok
13692026-07-13T04:59:14.984Ztest api_description::test::test_badpath4 - should panic ... ok
13702026-07-13T04:59:14.984Ztest api_description::test::test_tags_need_one ... ok
13712026-07-13T04:59:14.984Ztest api_description::test::test_tag_config_deserialize_old ... ok
13722026-07-13T04:59:14.984Ztest api_description::test::test_dup_names ... ok
13732026-07-13T04:59:14.984Ztest api_description::test::test_badpath3 ... ok
13742026-07-13T04:59:14.984Ztest api_description::test::test_badpath1 ... ok
13752026-07-13T04:59:14.984Ztest api_description::test::test_badpath2 ... ok
13762026-07-13T04:59:14.984Ztest api_description::test::test_tags_just_right ... ok
13772026-07-13T04:59:14.984Ztest api_description::test::test_tags_too_many ... ok
13782026-07-13T04:59:14.989Ztest compression::tests::test_accepts_gzip_encoding_basic ... ok
13792026-07-13T04:59:14.989Ztest compression::tests::test_accepts_gzip_encoding_case_insensitive ... ok
13802026-07-13T04:59:14.989Ztest compression::tests::test_accepts_gzip_encoding_ignores_malformed_parameters ... ok
13812026-07-13T04:59:14.989Ztest compression::tests::test_accepts_gzip_encoding_gzip_acceptance_overrides_wildcard_rejection ... ok
13822026-07-13T04:59:14.989Ztest compression::tests::test_accepts_gzip_encoding_gzip_takes_precedence_over_wildcard ... ok
13832026-07-13T04:59:14.990Ztest compression::tests::test_accepts_gzip_encoding_multiple_encodings ... ok
13842026-07-13T04:59:14.990Ztest compression::tests::test_accepts_gzip_encoding_malformed_quality ... ok
13852026-07-13T04:59:14.990Ztest compression::tests::test_accepts_gzip_encoding_no_header ... ok
13862026-07-13T04:59:14.990Ztest compression::tests::test_accepts_gzip_encoding_prefers_highest_quality ... ok
13872026-07-13T04:59:14.990Ztest compression::tests::test_accepts_gzip_encoding_non_finite_quality_defaults ... ok
13882026-07-13T04:59:14.990Ztest compression::tests::test_accepts_gzip_encoding_multiple_headers ... ok
13892026-07-13T04:59:14.990Ztest compression::tests::test_accepts_gzip_encoding_wildcard ... ok
13902026-07-13T04:59:14.990Ztest compression::tests::test_accepts_gzip_encoding_rejects_zero_quality ... ok
13912026-07-13T04:59:14.990Ztest compression::tests::test_accepts_gzip_encoding_wildcard_rejected ... ok
13922026-07-13T04:59:14.990Ztest compression::tests::test_accepts_gzip_encoding_wildcard_with_quality ... ok
13932026-07-13T04:59:14.990Ztest compression::tests::test_accepts_gzip_encoding_with_positive_quality ... ok
13942026-07-13T04:59:14.990Ztest compression::tests::test_accepts_gzip_encoding_with_spaces ... ok
13952026-07-13T04:59:14.990Ztest compression::tests::test_should_compress_response_already_encoded ... ok
13962026-07-13T04:59:14.990Ztest compression::tests::test_should_compress_response_basic ... ok
13972026-07-13T04:59:14.990Ztest compression::tests::test_should_compress_response_no_accept_encoding ... ok
13982026-07-13T04:59:14.990Ztest compression::tests::test_should_compress_response_head_method ... ok
13992026-07-13T04:59:14.990Ztest compression::tests::test_should_compress_response_compressible_content_types ... ok
14002026-07-13T04:59:14.990Ztest compression::tests::test_should_compress_response_no_compression_extension ... ok
14012026-07-13T04:59:14.990Ztest compression::tests::test_should_compress_response_no_content ... ok
14022026-07-13T04:59:14.990Ztest compression::tests::test_should_compress_response_non_compressible_content_types ... ok
14032026-07-13T04:59:14.991Ztest compression::tests::test_should_compress_response_not_modified ... ok
14042026-07-13T04:59:14.991Ztest compression::tests::test_should_compress_response_rejects_content_range ... ok
14052026-07-13T04:59:14.991Ztest compression::tests::test_should_compress_response_no_content_type ... ok
14062026-07-13T04:59:14.991Ztest compression::tests::test_should_compress_response_partial_content ... ok
14072026-07-13T04:59:14.991Ztest compression::tests::test_should_compress_response_sse ... ok
14082026-07-13T04:59:14.991Ztest compression::tests::test_should_compress_response_respects_content_length_threshold ... ok
14092026-07-13T04:59:14.991Ztest error::test::test_serialize_error_response_body ... ok
14102026-07-13T04:59:14.991Ztest extractor::body::tests::test_typed_body_from ... ok
14112026-07-13T04:59:14.991Ztest extractor::metadata::test::test_metadata_flattened ... ok
14122026-07-13T04:59:14.991Ztest extractor::metadata::test::test_metadata_pagination ... ok
14132026-07-13T04:59:14.991Ztest extractor::header::tests::test_header_parsing ... ok
14142026-07-13T04:59:14.991Ztest extractor::metadata::test::test_metadata_simple ... ok
14152026-07-13T04:59:14.991Ztest extractor::metadata::test::test_metadata_flattened_enum ... ok
14162026-07-13T04:59:14.991Ztest from_map::test::test_case_insensitive ... ok
14172026-07-13T04:59:14.991Ztest from_map::test::test_deep ... ok
14182026-07-13T04:59:14.991Ztest from_map::test::test_lone_literal ... ok
14192026-07-13T04:59:14.991Ztest compression::tests::test_apply_gzip_compression_avoids_duplicate_vary_entries ... ok
14202026-07-13T04:59:14.991Ztest from_map::test::test_missing_data1 ... ok
14212026-07-13T04:59:14.992Ztest from_map::test::test_missing_data2 ... ok
14222026-07-13T04:59:14.992Ztest from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok
14232026-07-13T04:59:14.992Ztest from_map::test::test_types ... ok
14242026-07-13T04:59:14.992Ztest logging::test::test_config_bad_file_no_file ... ok
14252026-07-13T04:59:14.992Ztest logging::test::test_config_bad_file_no_level ... ok
14262026-07-13T04:59:14.992Ztest compression::tests::test_apply_gzip_compression_removes_accept_ranges_and_sets_vary ... ok
14272026-07-13T04:59:14.992Ztest logging::test::test_config_bad_log_mode ... ok
14282026-07-13T04:59:14.992Ztest logging::test::test_config_bad_terminal_bad_level ... ok
14292026-07-13T04:59:14.992Ztest logging::test::test_config_bad_file_bad_path_type ... ok
14302026-07-13T04:59:14.992Ztest logging::test::test_config_bad_terminal_no_level ... ok
14312026-07-13T04:59:14.992Ztest logging::test::test_config_bad_file_path_exists_fail ... ok
14322026-07-13T04:59:14.992Ztest extractor::body::tests::test_content_plus_json ... ok
14332026-07-13T04:59:14.992Ztest pagination::test::test_pagination_schema ... ok
14342026-07-13T04:59:14.992Ztest pagination::test::test_results_page ... ok
14352026-07-13T04:59:14.992Ztest router::test::test_bad_path_segment1 - should panic ... ok
14362026-07-13T04:59:14.992Ztest router::test::test_bad_path_segment2 - should panic ... ok
14372026-07-13T04:59:14.992Ztest api_description::test::test_tags_set ... ok
14382026-07-13T04:59:14.992Ztest pagination::test::test_pagparams_parsing ... ok
14392026-07-13T04:59:14.993Ztest pagination::test::test_page_token_serialization ... ok
14402026-07-13T04:59:14.993Znote: configured to log to "/tmp/dropshot-9396a18d4b9638b9.3074.file_dir/log.out"
14412026-07-13T04:59:14.993Ztest router::test::test_bad_path_segment4 - should panic ... ok
14422026-07-13T04:59:14.993Ztest router::test::test_duplicate_route2 - should panic ... ok
14432026-07-13T04:59:14.993Ztest router::test::test_duplicate_route1 - should panic ... ok
14442026-07-13T04:59:14.993Ztest router::test::test_bad_path_segment3 - should panic ... ok
14452026-07-13T04:59:14.993Ztest router::test::test_duplicate_route_overlapping_version - should panic ... ok
14462026-07-13T04:59:14.993Ztest router::test::test_duplicate_route3 - should panic ... ok
14472026-07-13T04:59:14.993Ztest logging::test::test_config_stderr_terminal ... ok
14482026-07-13T04:59:14.993Ztest router::test::test_bogus_regex - should panic ... ok
14492026-07-13T04:59:14.993Ztest router::test::test_duplicate_route_same_version - should panic ... ok
14502026-07-13T04:59:14.993Ztest router::test::test_duplicate_varname - should panic ... ok
14512026-07-13T04:59:14.993Ztest router::test::test_empty_variable ... ok
14522026-07-13T04:59:14.993Ztest router::test::test_embedded_non_variable ... ok
14532026-07-13T04:59:14.993Ztest router::test::test_iter ... ok
14542026-07-13T04:59:14.993Ztest router::test::test_error_cases ... ok
14552026-07-13T04:59:14.993Ztest router::test::test_inconsistent_varname - should panic ... ok
14562026-07-13T04:59:14.994Ztest router::test::test_iter2 ... ok
14572026-07-13T04:59:14.994Ztest router::test::test_iter_null ... ok
14582026-07-13T04:59:14.994Ztest router::test::test_literal_after_regex - should panic ... ok
14592026-07-13T04:59:14.994Ztest router::test::test_literal_after_variable - should panic ... ok
14602026-07-13T04:59:14.994Ztest router::test::test_map_bad_seq ... ok
14612026-07-13T04:59:14.994Ztest router::test::test_map_bad_value ... ok
14622026-07-13T04:59:14.994Ztest router::test::test_map ... ok
14632026-07-13T04:59:14.994Ztest router::test::test_path_segment ... ok
14642026-07-13T04:59:14.994Ztest router::test::test_more_after_regex - should panic ... ok
14652026-07-13T04:59:14.994Ztest router::test::test_segments ... ok
14662026-07-13T04:59:14.994Ztest router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok
14672026-07-13T04:59:14.994Znote: configured to log to "/tmp/dropshot-9396a18d4b9638b9.3074.file_dir/log.out"
14682026-07-13T04:59:14.994Ztest router::test::test_router_versioned ... ok
14692026-07-13T04:59:14.994Ztest router::test::test_variable_after_literal - should panic ... ok
14702026-07-13T04:59:14.994Ztest router::test::test_router_basic ... ok
14712026-07-13T04:59:14.994Ztest router::test::test_variable_name_bad_end - should panic ... ok
14722026-07-13T04:59:14.994Ztest router::test::test_variable_name_bad_start - should panic ... ok
14732026-07-13T04:59:14.994Ztest router::test::test_variable_name_empty - should panic ... ok
14742026-07-13T04:59:14.994Ztest router::test::test_variables_basic ... ok
14752026-07-13T04:59:14.994Ztest router::test::test_variable_rename ... ok
14762026-07-13T04:59:14.994Ztest router::test::test_variables_glob ... ok
14772026-07-13T04:59:14.999Ztest schema_util::test::test_empty_struct ... ok
14782026-07-13T04:59:14.999Ztest router::test::test_variables_multi ... ok
14792026-07-13T04:59:14.999Ztest schema_util::test::test_nullable ... ok
14802026-07-13T04:59:14.999Ztest schema_util::test::test_additional_properties ... ok
14812026-07-13T04:59:14.999Znote: configured to log to "/tmp/dropshot-9396a18d4b9638b9.3074.file_dir/log.out"
14822026-07-13T04:59:14.999Ztest schema_util::test::test_two_types - should panic ... ok
14832026-07-13T04:59:14.999Ztest schema_util::test::test_extension_conversion ... ok
14842026-07-13T04:59:14.999Ztest schema_util::test::test_garbage_barge_structure_conversion ... ok
14852026-07-13T04:59:15.000Ztest logging::test::test_config_file ... ok
14862026-07-13T04:59:15.000Ztest schema_util::test::test_embedded_schema ... ok
14872026-07-13T04:59:15.000Ztest test_util::test::test_bunyan_bad_hostname - should panic ... ok
14882026-07-13T04:59:15.000Ztest test_util::test::test_bunyan_bad_name - should panic ... ok
14892026-07-13T04:59:15.000Ztest schema_util::test::test_schema2struct_with_enum_variants ... ok
14902026-07-13T04:59:15.000Ztest test_util::test::test_bunyan_bad_pid - should panic ... ok
14912026-07-13T04:59:15.000Ztest test_util::test::test_bunyan_easy_cases ... ok
14922026-07-13T04:59:15.000Ztest test_util::test::test_bunyan_seq_easy_cases ... ok
14932026-07-13T04:59:15.000Ztest test_util::test::test_bunyan_seq_bad_order - should panic ... ok
14942026-07-13T04:59:15.000Ztest test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok
14952026-07-13T04:59:15.000Ztest test_util::test::test_bunyan_seq_lower_violated - should panic ... ok
14962026-07-13T04:59:15.000Ztest test_util::test::test_bunyan_bad_v - should panic ... ok
14972026-07-13T04:59:15.000Ztest test_util::test::test_bunyan_seq_upper_violated - should panic ... ok
14982026-07-13T04:59:15.000Ztest to_map::test::test_struct_with_options ... ok
14992026-07-13T04:59:15.000Ztest to_map::test::test_to_map_enum ... ok
15002026-07-13T04:59:15.000Ztest to_map::test::test_to_map_seq ... ok
15012026-07-13T04:59:15.001Ztest to_map::test::test_to_map_num ... ok
15022026-07-13T04:59:15.001Ztest to_map::test::test_to_map_valid ... ok
15032026-07-13T04:59:15.002Ztest to_map::test::test_to_map_vec ... ok
15042026-07-13T04:59:15.002Ztest type_util::tests::test_commented_ref ... ok
15052026-07-13T04:59:15.002Ztest type_util::tests::test_recursive_type - should panic ... ok
15062026-07-13T04:59:15.002Ztest type_util::tests::test_reflexive_type - should panic ... ok
15072026-07-13T04:59:15.002Ztest server::test::test_drop_server_without_close_okay ... ok
15082026-07-13T04:59:15.002Ztest websocket::tests::test_ws_upg_task_is_spawned ... ok
15092026-07-13T04:59:15.002Ztest server::test::test_server_run_then_close ... ok
15102026-07-13T04:59:15.003Ztest server::test::test_http_acceptor_happy_path ... ok
15112026-07-13T04:59:15.003Z
15122026-07-13T04:59:15.003Ztest result: ok. 142 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
15132026-07-13T04:59:15.003Z
15142026-07-13T04:59:15.003Z Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-97413363c9146f03`
15152026-07-13T04:59:15.003Z
15162026-07-13T04:59:15.003Zrunning 1 test
15172026-07-13T04:59:15.275Z Compiling proc-macro2 v1.0.106
15182026-07-13T04:59:15.275Z Compiling quote v1.0.46
15192026-07-13T04:59:15.276Z Compiling unicode-ident v1.0.12
15202026-07-13T04:59:15.276Z Compiling libc v0.2.186
15212026-07-13T04:59:15.279Z Checking cfg-if v1.0.0
15222026-07-13T04:59:15.279Z Compiling serde_core v1.0.228
15232026-07-13T04:59:15.279Z Checking itoa v1.0.1
15242026-07-13T04:59:15.365Z Compiling version_check v0.9.5
15252026-07-13T04:59:15.418Z Checking pin-project-lite v0.2.12
15262026-07-13T04:59:15.423Z Checking memchr v2.6.0
15272026-07-13T04:59:15.502Z Compiling autocfg v1.1.0
15282026-07-13T04:59:15.688Z Compiling thiserror v2.0.18
15292026-07-13T04:59:15.735Z Checking smallvec v1.13.2
15302026-07-13T04:59:15.795Z Checking bytes v1.12.1
15312026-07-13T04:59:15.896Z Checking futures-core v0.3.32
15322026-07-13T04:59:15.906Z Compiling zmij v1.0.2
15332026-07-13T04:59:16.010Z Compiling log v0.4.17
15342026-07-13T04:59:16.126Z Compiling serde_json v1.0.150
15352026-07-13T04:59:16.139Z Checking once_cell v1.20.1
15362026-07-13T04:59:16.212Z Compiling serde v1.0.228
15372026-07-13T04:59:16.218Z Compiling jobserver v0.1.34
15382026-07-13T04:59:16.255Z Compiling shlex v1.3.0
15392026-07-13T04:59:16.271Z Compiling find-msvc-tools v0.1.9
15402026-07-13T04:59:16.301Z Compiling parking_lot_core v0.9.4
15412026-07-13T04:59:16.457Z Compiling cc v1.2.60
15422026-07-13T04:59:16.579Z Compiling syn v2.0.118
15432026-07-13T04:59:16.636Z Compiling slab v0.4.9
15442026-07-13T04:59:16.643Z Checking scopeguard v1.2.0
15452026-07-13T04:59:16.663Z Checking futures-sink v0.3.32
15462026-07-13T04:59:16.734Z Compiling typenum v1.19.0
15472026-07-13T04:59:16.751Z Checking lock_api v0.4.6
15482026-07-13T04:59:16.959Z Compiling fs_extra v1.3.0
15492026-07-13T04:59:17.005Z Compiling dunce v1.0.5
15502026-07-13T04:59:17.097Z Checking parking_lot v0.12.1
15512026-07-13T04:59:17.220Z Checking mio v1.2.0
15522026-07-13T04:59:17.238Z Checking signal-hook-registry v1.4.0
15532026-07-13T04:59:17.288Z Compiling cmake v0.1.58
15542026-07-13T04:59:17.292Z Checking socket2 v0.6.3
15552026-07-13T04:59:17.389Z Checking stable_deref_trait v1.2.0
15562026-07-13T04:59:17.462Z Checking futures-channel v0.3.32
15572026-07-13T04:59:17.498Z Checking http v1.4.2
15582026-07-13T04:59:17.653Z Checking zeroize v1.8.2
15592026-07-13T04:59:17.725Z Compiling zerocopy v0.8.27
15602026-07-13T04:59:17.758Z Compiling ucd-trie v0.1.6
15612026-07-13T04:59:17.834Z Compiling aws-lc-rs v1.16.3
15622026-07-13T04:59:17.886Z Checking futures-io v0.3.32
15632026-07-13T04:59:17.984Z Checking futures-task v0.3.32
15642026-07-13T04:59:18.055Z Checking rustls-pki-types v1.15.0
15652026-07-13T04:59:18.127Z Compiling rustversion v1.0.22
15662026-07-13T04:59:18.213Z Compiling httparse v1.10.0
15672026-07-13T04:59:18.437Z Compiling aws-lc-sys v0.40.0
15682026-07-13T04:59:18.545Z Checking litemap v0.7.4
15692026-07-13T04:59:18.611Z Compiling crossbeam-utils v0.8.21
15702026-07-13T04:59:18.618Z Checking writeable v0.5.5
15712026-07-13T04:59:18.990Z Compiling generic-array v0.14.5
15722026-07-13T04:59:18.999Z Compiling num-conv v0.2.0
15732026-07-13T04:59:18.999Z Compiling time-core v0.1.8
15742026-07-13T04:59:19.003Z Checking powerfmt v0.2.0
15752026-07-13T04:59:19.010Z Checking equivalent v1.0.0
15762026-07-13T04:59:19.048Z Checking hashbrown v0.17.0
15772026-07-13T04:59:19.081Z Compiling getrandom v0.4.1
15782026-07-13T04:59:19.127Z Compiling time-macros v0.2.27
15792026-07-13T04:59:19.141Z Checking deranged v0.5.5
15802026-07-13T04:59:19.495Z Compiling synstructure v0.13.1
15812026-07-13T04:59:19.512Z Checking indexmap v2.14.0
15822026-07-13T04:59:19.747Z Compiling slog v2.8.2
15832026-07-13T04:59:20.034Z Checking http-body v1.0.1
15842026-07-13T04:59:20.068Z Checking tracing-core v0.1.32
15852026-07-13T04:59:20.073Z Compiling unicase v2.6.0
15862026-07-13T04:59:20.155Z Checking num_threads v0.1.3
15872026-07-13T04:59:20.198Z Compiling getrandom v0.3.4
15882026-07-13T04:59:20.234Z Checking percent-encoding v2.3.2
15892026-07-13T04:59:20.259Z Checking atomic-waker v1.1.2
15902026-07-13T04:59:20.352Z Compiling rustls v0.23.41
15912026-07-13T04:59:20.359Z Checking untrusted v0.9.0
15922026-07-13T04:59:20.365Z Checking icu_locid_transform_data v1.5.0
15932026-07-13T04:59:20.423Z Checking bitflags v2.11.0
15942026-07-13T04:59:20.456Z Checking tracing v0.1.40
15952026-07-13T04:59:20.469Z Checking time v0.3.47
15962026-07-13T04:59:20.620Z Compiling num-traits v0.2.14
15972026-07-13T04:59:20.695Z Checking try-lock v0.2.3
15982026-07-13T04:59:20.787Z Checking subtle v2.5.0
15992026-07-13T04:59:20.872Z Checking fnv v1.0.7
16002026-07-13T04:59:20.911Z Compiling crc32fast v1.5.0
16012026-07-13T04:59:20.945Z Checking base64 v0.22.1
16022026-07-13T04:59:20.954Z Checking tower-service v0.3.3
16032026-07-13T04:59:21.001Z Checking icu_properties_data v1.5.0
16042026-07-13T04:59:21.033Z Checking tower-layer v0.3.3
16052026-07-13T04:59:21.175Z Compiling usdt-impl v0.6.0
16062026-07-13T04:59:21.292Z Checking want v0.3.0
16072026-07-13T04:59:21.409Z Checking hybrid-array v0.4.8
16082026-07-13T04:59:21.425Z Checking errno v0.3.10
16092026-07-13T04:59:21.431Z Compiling thread-id v5.0.0
16102026-07-13T04:59:21.481Z Compiling byteorder v1.4.3
16112026-07-13T04:59:21.501Z Checking plain v0.2.3
16122026-07-13T04:59:21.529Z Compiling rustix v1.1.4
16132026-07-13T04:59:21.536Z Checking utf8_iter v1.0.4
16142026-07-13T04:59:21.593Z Checking simd-adler32 v0.3.7
16152026-07-13T04:59:21.649Z Checking utf16_iter v1.0.5
16162026-07-13T04:59:21.688Z Checking icu_normalizer_data v1.5.0
16172026-07-13T04:59:21.694Z Checking adler2 v2.0.1
16182026-07-13T04:59:21.727Z Checking write16 v1.0.0
16192026-07-13T04:59:21.741Z Compiling serde_derive v1.0.228
16202026-07-13T04:59:21.749Z Compiling thiserror-impl v2.0.18
16212026-07-13T04:59:21.752Z Compiling zerofrom-derive v0.1.5
16222026-07-13T04:59:21.783Z Compiling yoke-derive v0.7.5
16232026-07-13T04:59:21.806Z Compiling tokio-macros v2.7.0
16242026-07-13T04:59:21.892Z Compiling zerovec-derive v0.10.3
16252026-07-13T04:59:22.002Z Compiling futures-macro v0.3.32
16262026-07-13T04:59:23.009Z Checking tokio v1.52.3
16272026-07-13T04:59:23.229Z Compiling displaydoc v0.2.5
16282026-07-13T04:59:23.403Z Checking futures-util v0.3.32
16292026-07-13T04:59:23.647Z Compiling zerocopy-derive v0.8.27
16302026-07-13T04:59:23.947Z Compiling pest v2.8.1
16312026-07-13T04:59:24.016Z Checking zerofrom v0.1.5
16322026-07-13T04:59:24.131Z Checking yoke v0.7.5
16332026-07-13T04:59:24.298Z Checking zerovec v0.10.4
16342026-07-13T04:59:24.545Z Compiling icu_provider_macros v1.5.0
16352026-07-13T04:59:24.949Z Compiling pest_meta v2.8.1
16362026-07-13T04:59:25.202Z Checking tinystr v0.7.6
16372026-07-13T04:59:25.283Z Checking icu_collections v1.5.0
16382026-07-13T04:59:25.377Z Checking icu_locid v1.5.0
16392026-07-13T04:59:25.400Z Compiling scroll_derive v0.13.1
16402026-07-13T04:59:25.597Z Compiling pest_generator v2.8.1
16412026-07-13T04:59:26.028Z Checking icu_provider v1.5.0
16422026-07-13T04:59:26.046Z Checking erased-serde v0.3.31
16432026-07-13T04:59:26.325Z Checking icu_locid_transform v1.5.0
16442026-07-13T04:59:26.336Z Checking tokio-util v0.7.18
16452026-07-13T04:59:26.399Z Compiling serde_tokenstream v0.2.3
16462026-07-13T04:59:26.622Z Checking scroll v0.13.0
16472026-07-13T04:59:26.678Z Checking httpdate v1.0.1
16482026-07-13T04:59:26.736Z Checking h2 v0.4.14
16492026-07-13T04:59:26.782Z Checking icu_properties v1.5.1
16502026-07-13T04:59:26.816Z Compiling dof v0.4.0
16512026-07-13T04:59:26.857Z Checking goblin v0.10.1
16522026-07-13T04:59:26.968Z Compiling pest_derive v2.8.1
16532026-07-13T04:59:27.587Z Checking miniz_oxide v0.8.9
16542026-07-13T04:59:27.850Z Compiling dtrace-parser v0.3.0
16552026-07-13T04:59:27.936Z Checking rand_core v0.9.5
16562026-07-13T04:59:28.220Z Checking icu_normalizer v1.5.0
16572026-07-13T04:59:28.278Z Checking block-buffer v0.10.2
16582026-07-13T04:59:28.392Z Checking crypto-common v0.1.6
16592026-07-13T04:59:28.505Z Checking form_urlencoded v1.2.2
16602026-07-13T04:59:28.589Z Checking mime v0.3.16
16612026-07-13T04:59:28.628Z Checking ppv-lite86 v0.2.15
16622026-07-13T04:59:28.640Z Checking ipnet v2.10.0
16632026-07-13T04:59:28.696Z Checking hyper v1.10.1
16642026-07-13T04:59:28.728Z Checking openssl-probe v0.2.1
16652026-07-13T04:59:28.829Z Compiling ryu v1.0.5
16662026-07-13T04:59:28.854Z Checking iana-time-zone v0.1.47
16672026-07-13T04:59:28.888Z Compiling rustix v0.38.44
16682026-07-13T04:59:28.952Z Checking pretty-hex v0.4.1
16692026-07-13T04:59:29.020Z Checking chrono v0.4.45
16702026-07-13T04:59:29.026Z Checking rand_chacha v0.9.0
16712026-07-13T04:59:29.062Z Checking rustls-native-certs v0.8.3
16722026-07-13T04:59:29.194Z Checking idna_adapter v1.2.0
16732026-07-13T04:59:29.214Z Checking digest v0.10.7
16742026-07-13T04:59:29.310Z Checking flate2 v1.1.9
16752026-07-13T04:59:29.546Z Checking crypto-common v0.2.1
16762026-07-13T04:59:29.588Z Checking block-buffer v0.12.0
16772026-07-13T04:59:29.608Z Checking concurrent-queue v2.5.0
16782026-07-13T04:59:29.615Z Checking hyper-util v0.1.20
16792026-07-13T04:59:29.724Z Compiling serde_derive_internals v0.29.0
16802026-07-13T04:59:29.778Z Checking thread_local v1.1.4
16812026-07-13T04:59:29.930Z Checking sync_wrapper v1.0.1
16822026-07-13T04:59:29.934Z Compiling multer v3.1.0
16832026-07-13T04:59:30.012Z Checking encoding_rs v0.8.32
16842026-07-13T04:59:30.023Z Compiling slog-async v2.8.0
16852026-07-13T04:59:30.027Z Checking const-oid v0.10.2
16862026-07-13T04:59:30.173Z Checking match_cfg v0.1.0
16872026-07-13T04:59:30.181Z Checking winnow v1.0.0
16882026-07-13T04:59:30.233Z Compiling camino v1.2.4
16892026-07-13T04:59:30.372Z Compiling schemars v0.8.22
16902026-07-13T04:59:30.633Z Checking compression-core v0.4.32
16912026-07-13T04:59:30.646Z Compiling paste v1.0.15
16922026-07-13T04:59:30.651Z Checking parking v2.2.0
16932026-07-13T04:59:30.682Z Checking fastrand v2.1.1
16942026-07-13T04:59:30.750Z Checking cpufeatures v0.2.17
16952026-07-13T04:59:30.750Z Checking event-listener v5.0.0
16962026-07-13T04:59:30.813Z Checking sha1 v0.10.6
16972026-07-13T04:59:30.856Z Checking tempfile v3.27.0
16982026-07-13T04:59:30.873Z Compiling schemars_derive v0.8.22
16992026-07-13T04:59:30.944Z Checking compression-codecs v0.4.38
17002026-07-13T04:59:30.970Z Checking toml_parser v1.1.2+spec-1.1.0
17012026-07-13T04:59:31.024Z Checking hostname v0.3.1
17022026-07-13T04:59:31.045Z Checking digest v0.11.2
17032026-07-13T04:59:31.067Z Checking tower v0.5.2
17042026-07-13T04:59:31.112Z Compiling mime_guess v2.0.5
17052026-07-13T04:59:31.183Z Checking idna v1.0.3
17062026-07-13T04:59:31.421Z Checking rand v0.9.2
17072026-07-13T04:59:31.427Z Compiling usdt-attr-macro v0.6.0
17082026-07-13T04:59:31.438Z Compiling usdt-macro v0.6.0
17092026-07-13T04:59:31.469Z Checking slog-json v2.6.1
17102026-07-13T04:59:31.623Z Checking futures-executor v0.3.32
17112026-07-13T04:59:31.677Z Compiling async-stream-impl v0.3.6
17122026-07-13T04:59:31.766Z Checking uuid v1.23.4
17132026-07-13T04:59:31.869Z Checking http-body-util v0.1.3
17142026-07-13T04:59:31.919Z Checking crossbeam-channel v0.5.15
17152026-07-13T04:59:32.079Z Checking serde_spanned v1.1.1
17162026-07-13T04:59:32.086Z Checking toml_datetime v1.1.1+spec-1.1.0
17172026-07-13T04:59:32.210Z Checking is-terminal v0.4.12
17182026-07-13T04:59:32.263Z Checking memmap2 v0.9.8
17192026-07-13T04:59:32.278Z Compiling dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot)
17202026-07-13T04:59:32.292Z Checking toml_writer v1.1.1+spec-1.1.0
17212026-07-13T04:59:32.421Z Checking term v1.1.0
17222026-07-13T04:59:32.472Z Checking spin v0.9.8
17232026-07-13T04:59:32.534Z Checking take_mut v0.2.2
17242026-07-13T04:59:32.583Z Checking dyn-clone v1.0.4
17252026-07-13T04:59:32.631Z Compiling semver v1.0.28
17262026-07-13T04:59:32.638Z Checking cpufeatures v0.3.0
17272026-07-13T04:59:32.644Z Checking data-encoding v2.4.0
17282026-07-13T04:59:32.661Z Compiling anyhow v1.0.103
17292026-07-13T04:59:32.668Z Compiling heck v0.5.0
17302026-07-13T04:59:32.694Z Checking unicode-segmentation v1.10.0
17312026-07-13T04:59:32.700Z Checking iri-string v0.7.8
17322026-07-13T04:59:32.843Z Checking lazy_static v1.5.0
17332026-07-13T04:59:32.893Z Checking unicode-width v0.1.9
17342026-07-13T04:59:32.920Z Checking tungstenite v0.29.0
17352026-07-13T04:59:32.970Z Checking newline-converter v0.3.0
17362026-07-13T04:59:32.973Z Compiling dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
17372026-07-13T04:59:32.987Z Checking console v0.15.7
17382026-07-13T04:59:33.066Z Checking async-stream v0.3.6
17392026-07-13T04:59:33.181Z Checking sha1 v0.11.0
17402026-07-13T04:59:33.238Z Checking usdt v0.6.0
17412026-07-13T04:59:33.259Z Checking slog-term v2.9.2
17422026-07-13T04:59:33.427Z Checking toml v1.1.2+spec-1.1.0
17432026-07-13T04:59:33.521Z Checking futures v0.3.32
17442026-07-13T04:59:33.538Z Checking atomicwrites v0.4.4
17452026-07-13T04:59:33.547Z Checking slog-bunyan v2.5.0
17462026-07-13T04:59:33.588Z Checking url v2.5.4
17472026-07-13T04:59:33.634Z Checking serde_urlencoded v0.7.1
17482026-07-13T04:59:33.648Z Checking async-compression v0.4.42
17492026-07-13T04:59:33.705Z Checking tower-http v0.6.8
17502026-07-13T04:59:33.876Z Checking event-listener-strategy v0.5.4
17512026-07-13T04:59:33.957Z Checking openapiv3 v2.2.0
17522026-07-13T04:59:33.966Z Compiling async-trait v0.1.89
17532026-07-13T04:59:33.992Z Checking yasna v0.6.0
17542026-07-13T04:59:33.998Z Checking pem v3.0.6
17552026-07-13T04:59:34.076Z Checking waitgroup v0.1.2
17562026-07-13T04:59:34.144Z Checking rustls-pemfile v2.2.0
17572026-07-13T04:59:34.168Z Checking serde_path_to_error v0.1.20
17582026-07-13T04:59:34.275Z Checking hostname v0.4.2
17592026-07-13T04:59:34.319Z Checking simple-mermaid v0.2.0
17602026-07-13T04:59:34.366Z Checking similar v2.2.1
17612026-07-13T04:59:34.370Z Checking debug-ignore v1.0.5
17622026-07-13T04:59:34.433Z Checking async-channel v2.5.0
17632026-07-13T04:59:34.580Z Checking tokio-tungstenite v0.29.0
17642026-07-13T04:59:34.684Z Checking expectorate v1.2.0
17652026-07-13T04:59:34.775Z Checking subprocess v1.2.0
17662026-07-13T04:59:34.798Z Checking buf-list v1.1.2
17672026-07-13T04:59:40.471Z Checking rustls-webpki v0.103.13
17682026-07-13T04:59:40.474Z Checking rcgen v0.14.8
17692026-07-13T04:59:42.351Z Checking tokio-rustls v0.26.4
17702026-07-13T04:59:42.355Z Checking rustls-platform-verifier v0.6.2
17712026-07-13T04:59:42.536Z Checking hyper-rustls v0.27.9
17722026-07-13T04:59:42.702Z Checking reqwest v0.13.4
17732026-07-13T04:59:44.171Z Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot)
17742026-07-13T04:59:44.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.20s
17752026-07-13T04:59:44.481Z
17762026-07-13T04:59:44.481Z
17772026-07-13T05:00:09.872Ztest tests/fail/bad_channel10.rs ... ok
17782026-07-13T05:00:09.872Ztest tests/fail/bad_channel11.rs ... ok
17792026-07-13T05:00:09.872Ztest tests/fail/bad_channel12.rs ... ok
17802026-07-13T05:00:09.872Ztest tests/fail/bad_channel13.rs ... ok
17812026-07-13T05:00:09.877Ztest tests/fail/bad_channel14.rs ... ok
17822026-07-13T05:00:09.877Ztest tests/fail/bad_channel15.rs ... ok
17832026-07-13T05:00:09.877Ztest tests/fail/bad_channel17.rs ... ok
17842026-07-13T05:00:09.877Ztest tests/fail/bad_channel18.rs ... ok
17852026-07-13T05:00:09.877Ztest tests/fail/bad_channel19.rs ... ok
17862026-07-13T05:00:09.877Ztest tests/fail/bad_channel1a.rs ... ok
17872026-07-13T05:00:09.877Ztest tests/fail/bad_channel1b.rs ... ok
17882026-07-13T05:00:09.877Ztest tests/fail/bad_channel2.rs ... ok
17892026-07-13T05:00:09.878Ztest tests/fail/bad_channel20.rs ... ok
17902026-07-13T05:00:09.878Ztest tests/fail/bad_channel21.rs ... ok
17912026-07-13T05:00:09.878Ztest tests/fail/bad_channel22.rs ... ok
17922026-07-13T05:00:09.878Ztest tests/fail/bad_channel23.rs ... ok
17932026-07-13T05:00:09.878Ztest tests/fail/bad_channel24.rs ... ok
17942026-07-13T05:00:09.878Ztest tests/fail/bad_channel25.rs ... ok
17952026-07-13T05:00:09.878Ztest tests/fail/bad_channel26.rs ... ok
17962026-07-13T05:00:09.878Ztest tests/fail/bad_channel27.rs ... ok
17972026-07-13T05:00:09.878Ztest tests/fail/bad_channel28.rs ... ok
17982026-07-13T05:00:09.878Ztest tests/fail/bad_channel3.rs ... ok
17992026-07-13T05:00:09.878Ztest tests/fail/bad_channel4.rs ... ok
18002026-07-13T05:00:09.878Ztest tests/fail/bad_channel5.rs ... ok
18012026-07-13T05:00:09.878Ztest tests/fail/bad_channel6.rs ... ok
18022026-07-13T05:00:09.878Ztest tests/fail/bad_channel8.rs ... ok
18032026-07-13T05:00:09.878Ztest tests/fail/bad_channel9.rs ... ok
18042026-07-13T05:00:09.878Ztest tests/fail/bad_endpoint1.rs ... ok
18052026-07-13T05:00:09.878Ztest tests/fail/bad_endpoint10.rs ... ok
18062026-07-13T05:00:09.878Ztest tests/fail/bad_endpoint11.rs ... ok
18072026-07-13T05:00:09.878Ztest tests/fail/bad_endpoint12.rs ... ok
18082026-07-13T05:00:09.878Ztest tests/fail/bad_endpoint13.rs ... ok
18092026-07-13T05:00:09.878Ztest tests/fail/bad_endpoint14.rs ... ok
18102026-07-13T05:00:09.878Ztest tests/fail/bad_endpoint15.rs ... ok
18112026-07-13T05:00:09.878Ztest tests/fail/bad_endpoint16.rs ... ok
18122026-07-13T05:00:09.878Ztest tests/fail/bad_endpoint17.rs ... ok
18132026-07-13T05:00:09.878Ztest tests/fail/bad_endpoint18.rs ... ok
18142026-07-13T05:00:09.878Ztest tests/fail/bad_endpoint19.rs ... ok
18152026-07-13T05:00:09.878Ztest tests/fail/bad_endpoint2.rs ... ok
18162026-07-13T05:00:09.878Ztest tests/fail/bad_endpoint20.rs ... ok
18172026-07-13T05:00:09.879Ztest tests/fail/bad_endpoint21.rs ... ok
18182026-07-13T05:00:09.879Ztest tests/fail/bad_endpoint22.rs ... ok
18192026-07-13T05:00:09.879Ztest tests/fail/bad_endpoint23.rs ... ok
18202026-07-13T05:00:09.879Ztest tests/fail/bad_endpoint24.rs ... ok
18212026-07-13T05:00:09.879Ztest tests/fail/bad_endpoint25.rs ... ok
18222026-07-13T05:00:09.879Ztest tests/fail/bad_endpoint26.rs ... ok
18232026-07-13T05:00:09.879Ztest tests/fail/bad_endpoint27.rs ... ok
18242026-07-13T05:00:09.879Ztest tests/fail/bad_endpoint28.rs ... ok
18252026-07-13T05:00:09.879Ztest tests/fail/bad_endpoint3.rs ... ok
18262026-07-13T05:00:09.879Ztest tests/fail/bad_endpoint4.rs ... ok
18272026-07-13T05:00:09.879Ztest tests/fail/bad_endpoint5.rs ... ok
18282026-07-13T05:00:09.879Ztest tests/fail/bad_endpoint6.rs ... ok
18292026-07-13T05:00:09.879Ztest tests/fail/bad_endpoint7.rs ... ok
18302026-07-13T05:00:09.879Ztest tests/fail/bad_endpoint8.rs ... ok
18312026-07-13T05:00:09.879Ztest tests/fail/bad_endpoint9.rs ... ok
18322026-07-13T05:00:09.879Ztest tests/fail/bad_trait_channel10.rs ... ok
18332026-07-13T05:00:09.879Ztest tests/fail/bad_trait_channel11.rs ... ok
18342026-07-13T05:00:09.879Ztest tests/fail/bad_trait_channel12.rs ... ok
18352026-07-13T05:00:09.879Ztest tests/fail/bad_trait_channel13.rs ... ok
18362026-07-13T05:00:09.879Ztest tests/fail/bad_trait_channel14.rs ... ok
18372026-07-13T05:00:09.879Ztest tests/fail/bad_trait_channel15.rs ... ok
18382026-07-13T05:00:09.879Ztest tests/fail/bad_trait_channel17.rs ... ok
18392026-07-13T05:00:09.879Ztest tests/fail/bad_trait_channel18.rs ... ok
18402026-07-13T05:00:09.879Ztest tests/fail/bad_trait_channel19.rs ... ok
18412026-07-13T05:00:09.879Ztest tests/fail/bad_trait_channel1a.rs ... ok
18422026-07-13T05:00:09.879Ztest tests/fail/bad_trait_channel1b.rs ... ok
18432026-07-13T05:00:09.879Ztest tests/fail/bad_trait_channel2.rs ... ok
18442026-07-13T05:00:09.879Ztest tests/fail/bad_trait_channel20.rs ... ok
18452026-07-13T05:00:09.879Ztest tests/fail/bad_trait_channel21.rs ... ok
18462026-07-13T05:00:09.880Ztest tests/fail/bad_trait_channel22.rs ... ok
18472026-07-13T05:00:09.880Ztest tests/fail/bad_trait_channel23.rs ... ok
18482026-07-13T05:00:09.880Ztest tests/fail/bad_trait_channel24.rs ... ok
18492026-07-13T05:00:09.880Ztest tests/fail/bad_trait_channel25.rs ... ok
18502026-07-13T05:00:09.880Ztest tests/fail/bad_trait_channel26.rs ... ok
18512026-07-13T05:00:09.881Ztest tests/fail/bad_trait_channel28.rs ... ok
18522026-07-13T05:00:09.881Ztest tests/fail/bad_trait_channel3.rs ... ok
18532026-07-13T05:00:09.881Ztest tests/fail/bad_trait_channel4.rs ... ok
18542026-07-13T05:00:09.881Ztest tests/fail/bad_trait_channel5.rs ... ok
18552026-07-13T05:00:09.881Ztest tests/fail/bad_trait_channel6.rs ... ok
18562026-07-13T05:00:09.881Ztest tests/fail/bad_trait_channel8.rs ... ok
18572026-07-13T05:00:09.881Ztest tests/fail/bad_trait_channel9.rs ... ok
18582026-07-13T05:00:09.881Ztest tests/fail/bad_trait_endpoint1.rs ... ok
18592026-07-13T05:00:09.881Ztest tests/fail/bad_trait_endpoint10.rs ... ok
18602026-07-13T05:00:09.881Ztest tests/fail/bad_trait_endpoint11.rs ... ok
18612026-07-13T05:00:09.881Ztest tests/fail/bad_trait_endpoint12.rs ... ok
18622026-07-13T05:00:09.881Ztest tests/fail/bad_trait_endpoint13.rs ... ok
18632026-07-13T05:00:09.881Ztest tests/fail/bad_trait_endpoint14.rs ... ok
18642026-07-13T05:00:09.881Ztest tests/fail/bad_trait_endpoint15.rs ... ok
18652026-07-13T05:00:09.881Ztest tests/fail/bad_trait_endpoint16.rs ... ok
18662026-07-13T05:00:09.881Ztest tests/fail/bad_trait_endpoint17.rs ... ok
18672026-07-13T05:00:09.881Ztest tests/fail/bad_trait_endpoint18.rs ... ok
18682026-07-13T05:00:09.881Ztest tests/fail/bad_trait_endpoint19.rs ... ok
18692026-07-13T05:00:09.881Ztest tests/fail/bad_trait_endpoint2.rs ... ok
18702026-07-13T05:00:09.881Ztest tests/fail/bad_trait_endpoint20.rs ... ok
18712026-07-13T05:00:09.881Ztest tests/fail/bad_trait_endpoint21.rs ... ok
18722026-07-13T05:00:09.881Ztest tests/fail/bad_trait_endpoint22.rs ... ok
18732026-07-13T05:00:09.881Ztest tests/fail/bad_trait_endpoint23.rs ... ok
18742026-07-13T05:00:09.881Ztest tests/fail/bad_trait_endpoint24.rs ... ok
18752026-07-13T05:00:09.881Ztest tests/fail/bad_trait_endpoint25.rs ... ok
18762026-07-13T05:00:09.881Ztest tests/fail/bad_trait_endpoint26.rs ... ok
18772026-07-13T05:00:09.882Ztest tests/fail/bad_trait_endpoint27.rs ... ok
18782026-07-13T05:00:09.882Ztest tests/fail/bad_trait_endpoint28.rs ... ok
18792026-07-13T05:00:09.882Ztest tests/fail/bad_trait_endpoint3.rs ... ok
18802026-07-13T05:00:09.882Ztest tests/fail/bad_trait_endpoint4.rs ... ok
18812026-07-13T05:00:09.886Ztest tests/fail/bad_trait_endpoint5.rs ... ok
18822026-07-13T05:00:09.886Ztest tests/fail/bad_trait_endpoint6.rs ... ok
18832026-07-13T05:00:09.886Ztest tests/fail/bad_trait_endpoint7.rs ... ok
18842026-07-13T05:00:09.886Ztest tests/fail/bad_trait_endpoint8.rs ... ok
18852026-07-13T05:00:09.886Ztest tests/fail/bad_trait_endpoint9.rs ... ok
18862026-07-13T05:00:09.886Ztest tests/fail/bad_trait_endpoint_error.rs ... ok
18872026-07-13T05:00:09.886Ztest tests/fail/bad_trait_only1.rs ... ok
18882026-07-13T05:00:09.886Ztest tests/fail/bad_trait_only10.rs ... ok
18892026-07-13T05:00:09.886Ztest tests/fail/bad_trait_only11.rs ... ok
18902026-07-13T05:00:09.886Ztest tests/fail/bad_trait_only12.rs ... ok
18912026-07-13T05:00:09.886Ztest tests/fail/bad_trait_only13.rs ... ok
18922026-07-13T05:00:09.886Ztest tests/fail/bad_trait_only14.rs ... ok
18932026-07-13T05:00:09.886Ztest tests/fail/bad_trait_only15.rs ... ok
18942026-07-13T05:00:09.886Ztest tests/fail/bad_trait_only16.rs ... ok
18952026-07-13T05:00:09.886Ztest tests/fail/bad_trait_only17.rs ... ok
18962026-07-13T05:00:09.887Ztest tests/fail/bad_trait_only18.rs ... ok
18972026-07-13T05:00:09.887Ztest tests/fail/bad_trait_only19.rs ... ok
18982026-07-13T05:00:09.887Ztest tests/fail/bad_trait_only2.rs ... ok
18992026-07-13T05:00:09.887Ztest tests/fail/bad_trait_only20.rs ... ok
19002026-07-13T05:00:09.887Ztest tests/fail/bad_trait_only21.rs ... ok
19012026-07-13T05:00:09.887Ztest tests/fail/bad_trait_only22.rs ... ok
19022026-07-13T05:00:09.887Ztest tests/fail/bad_trait_only3.rs ... ok
19032026-07-13T05:00:09.887Ztest tests/fail/bad_trait_only4.rs ... ok
19042026-07-13T05:00:09.888Ztest tests/fail/bad_trait_only5.rs ... ok
19052026-07-13T05:00:09.888Ztest tests/fail/bad_trait_only6.rs ... ok
19062026-07-13T05:00:09.888Ztest tests/fail/bad_trait_only7.rs ... ok
19072026-07-13T05:00:09.888Ztest tests/fail/bad_trait_only8.rs ... ok
19082026-07-13T05:00:09.888Ztest tests/fail/bad_trait_only9.rs ... ok
19092026-07-13T05:00:09.888Ztest tests/fail/bad_version_backwards.rs ... ok
19102026-07-13T05:00:09.888Ztest tests/fail/unused_endpoint.rs ... ok
19112026-07-13T05:00:09.888Z
19122026-07-13T05:00:09.888Z
19132026-07-13T05:00:09.888Ztest fail ... ok
19142026-07-13T05:00:09.888Z
19152026-07-13T05:00:09.888Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 54.87s
19162026-07-13T05:00:09.888Z
19172026-07-13T05:00:09.888Z Running `/work/oxidecomputer/dropshot/target/debug/deps/integration_tests-a9cee42b9b4f487f`
19182026-07-13T05:00:09.888Z
19192026-07-13T05:00:09.888Zrunning 100 tests
19202026-07-13T05:00:09.888Ztest api_trait::test_api_trait_with_disallowed_tags ... ok
19212026-07-13T05:00:09.888Ztest config::test_config_bad_bind_address_garbage ... ok
19222026-07-13T05:00:09.888Ztest config::test_config_bad_bind_address_port_too_large ... ok
19232026-07-13T05:00:09.888Ztest config::test_config_bad_bind_address_port_too_small ... ok
19242026-07-13T05:00:09.888Ztest config::test_config_bad_request_body_max_bytes_negative ... ok
19252026-07-13T05:00:09.888Ztest api_trait::test_api_trait_with_complex_tags ... ok
19262026-07-13T05:00:09.888Ztest api_trait::test_api_trait_with_empty_tag_config ... ok
19272026-07-13T05:00:09.888Ztest config::test_config_bad_request_body_max_bytes_too_large ... ok
19282026-07-13T05:00:09.888Ztest config::test_config_deprecated_request_body_max_bytes ... ok
19292026-07-13T05:00:09.888Ztest config::test_valid_config_all_settings ... ok
19302026-07-13T05:00:09.888Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-api_trait_basic.6358.0.log"
19312026-07-13T05:00:09.888Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-config_bind_address_http.6358.3.log"
19322026-07-13T05:00:09.889Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-config_bind_address_https.6358.1.log"
19332026-07-13T05:00:09.889Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-config_bind_address_https_buffer.6358.4.log"
19342026-07-13T05:00:09.889Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-config_handler_task_mode_cancel.6358.2.log"
19352026-07-13T05:00:09.889Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-test_unversioned_servers_with_versioned_routes.6358.6.log"
19362026-07-13T05:00:09.889Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-config_handler_task_mode_detached.6358.5.log"
19372026-07-13T05:00:09.889Ztest config::test_valid_config_basic ... ok
19382026-07-13T05:00:09.889Ztest config::test_valid_config_empty ... ok
19392026-07-13T05:00:09.889Ztest config::test_unversioned_servers_with_versioned_routes ... ok
19402026-07-13T05:00:09.893Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-test_enum_extractor_error.6358.7.log"
19412026-07-13T05:00:09.893Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-test_enum_user_error.6358.8.log"
19422026-07-13T05:00:09.893Ztest config::test_config_handler_task_mode_cancel ... ok
19432026-07-13T05:00:09.893Ztest config::test_config_handler_task_mode_detached ... ok
19442026-07-13T05:00:09.893Ztest custom_errors::test_enum_user_error ... ok
19452026-07-13T05:00:09.893Ztest custom_errors::test_enum_extractor_error ... ok
19462026-07-13T05:00:09.893Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-test_struct_extractor_error.6358.9.log"
19472026-07-13T05:00:09.893Ztest api_trait::test_api_trait_basic ... ok
19482026-07-13T05:00:09.893Ztest custom_errors::test_trait_based_api ... ok
19492026-07-13T05:00:09.893Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-test_struct_user_error.6358.10.log"
19502026-07-13T05:00:09.893Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-test_trait_enum_user_error.6358.11.log"
19512026-07-13T05:00:09.893Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-test_trait_struct_user_error.6358.12.log"
19522026-07-13T05:00:09.893Ztest custom_errors::test_struct_extractor_error ... ok
19532026-07-13T05:00:09.893Ztest config::test_config_bind_address_http ... ok
19542026-07-13T05:00:09.893Ztest custom_errors::test_struct_user_error ... ok
19552026-07-13T05:00:09.893Ztest custom_errors::test_trait_enum_user_error ... ok
19562026-07-13T05:00:09.893Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-test_302_bogus.6358.13.log"
19572026-07-13T05:00:09.893Ztest custom_errors::test_trait_struct_user_error ... ok
19582026-07-13T05:00:09.893Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-test_303_see_other.6358.15.log"
19592026-07-13T05:00:09.893Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-test_302_found.6358.14.log"
19602026-07-13T05:00:09.893Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-test_delete_request.6358.16.log"
19612026-07-13T05:00:09.893Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-test_307_temporary_redirect.6358.17.log"
19622026-07-13T05:00:09.893Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-demo1.6358.18.log"
19632026-07-13T05:00:09.893Ztest demo::test_302_bogus ... ok
19642026-07-13T05:00:09.893Ztest demo::test_303_see_other ... ok
19652026-07-13T05:00:09.893Ztest demo::test_delete_request ... ok
19662026-07-13T05:00:09.894Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-demo2json.6358.19.log"
19672026-07-13T05:00:09.894Ztest demo::test_307_temporary_redirect ... ok
19682026-07-13T05:00:09.894Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-demo2query.6358.20.log"
19692026-07-13T05:00:09.894Ztest demo::test_demo1 ... ok
19702026-07-13T05:00:09.894Ztest demo::test_302_found ... ok
19712026-07-13T05:00:09.894Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-demo2urlencoded.6358.21.log"
19722026-07-13T05:00:09.894Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-demo3json.6358.22.log"
19732026-07-13T05:00:09.894Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-demo_path_param_string.6358.23.log"
19742026-07-13T05:00:09.894Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-demo_path_param_u32.6358.24.log"
19752026-07-13T05:00:09.898Ztest demo::test_demo2query ... ok
19762026-07-13T05:00:09.898Ztest demo::test_demo2urlencoded ... ok
19772026-07-13T05:00:09.898Ztest demo::test_demo_path_param_u32 ... ok
19782026-07-13T05:00:09.898Ztest demo::test_demo2json ... ok
19792026-07-13T05:00:09.898Ztest demo::test_demo3json ... ok
19802026-07-13T05:00:09.898Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-demo_path_param_uuid.6358.25.log"
19812026-07-13T05:00:09.898Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-test_head_request.6358.26.log"
19822026-07-13T05:00:09.898Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-demo_websocket.6358.27.log"
19832026-07-13T05:00:09.898Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-test_large_typed_body.6358.29.log"
19842026-07-13T05:00:09.898Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-test_header_request.6358.28.log"
19852026-07-13T05:00:09.898Ztest demo::test_head_request ... ok
19862026-07-13T05:00:09.898Ztest demo::test_header_request ... ok
19872026-07-13T05:00:09.898Ztest demo::test_demo_path_param_string ... ok
19882026-07-13T05:00:09.898Ztest demo::test_demo_websocket ... ok
19892026-07-13T05:00:09.898Ztest demo::test_demo_path_param_uuid ... ok
19902026-07-13T05:00:09.898Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-tet_raw_request.6358.30.log"
19912026-07-13T05:00:09.898Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-test_request_compat.6358.31.log"
19922026-07-13T05:00:09.898Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-test_request_remote_addr.6358.32.log"
19932026-07-13T05:00:09.898Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-test_streaming_body.6358.33.log"
19942026-07-13T05:00:09.898Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-test_untyped_body.6358.34.log"
19952026-07-13T05:00:09.898Ztest demo::test_large_typed_body ... ok
19962026-07-13T05:00:09.898Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-graceful_shutdown_with_detached_handler.6358.35.log"
19972026-07-13T05:00:09.898Ztest demo::test_request_compat ... ok
19982026-07-13T05:00:09.899Ztest demo::test_raw_request ... ok
19992026-07-13T05:00:09.899Ztest demo::test_request_remote_addr ... ok
20002026-07-13T05:00:09.899Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-compression_config_enabled.6358.36.log"
20012026-07-13T05:00:09.899Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-compression_config_disabled.6358.37.log"
20022026-07-13T05:00:09.899Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-compression_disabled_extension.6358.38.log"
20032026-07-13T05:00:09.899Ztest demo::test_streaming_body ... ok
20042026-07-13T05:00:09.902Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-gzip_compression_multiple_encodings.6358.39.log"
20052026-07-13T05:00:09.902Ztest demo::test_untyped_body ... ok
20062026-07-13T05:00:09.902Ztest gzip::test_compression_disabled_with_extension ... ok
20072026-07-13T05:00:09.902Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-gzip_compression_accept_encoding.6358.40.log"
20082026-07-13T05:00:09.902Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-json_suffix_compressed.6358.41.log"
20092026-07-13T05:00:09.902Ztest gzip::test_json_suffix_is_compressed ... ok
20102026-07-13T05:00:09.902Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-no_compression_small_response.6358.42.log"
20112026-07-13T05:00:09.902Ztest gzip::test_no_compression_below_size_threshold ... ok
20122026-07-13T05:00:09.902Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-no_compression_204.6358.43.log"
20132026-07-13T05:00:09.902Ztest gzip::test_no_compression_for_204_no_content ... ok
20142026-07-13T05:00:09.906Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-no_compression_304.6358.44.log"
20152026-07-13T05:00:09.906Ztest gzip::test_no_compression_for_304_not_modified ... ok
20162026-07-13T05:00:09.906Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-no_compression_non_compressible.6358.45.log"
20172026-07-13T05:00:09.906Ztest gzip::test_no_compression_for_non_compressible_content_types ... ok
20182026-07-13T05:00:09.906Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-no_gzip_without_accept.6358.46.log"
20192026-07-13T05:00:09.909Ztest gzip::test_compression_config_disabled ... ok
20202026-07-13T05:00:09.909Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-reject_gzip_quality_zero.6358.47.log"
20212026-07-13T05:00:09.915Ztest gzip::test_no_gzip_without_accept_encoding ... ok
20222026-07-13T05:00:09.919Ztest gzip::test_compression_config_enabled ... ok
20232026-07-13T05:00:09.919Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-streaming_with_content_type_compressed.6358.48.log"
20242026-07-13T05:00:09.919Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-streaming_missing_content_type.6358.49.log"
20252026-07-13T05:00:09.919Ztest config::test_config_bind_address_https ... ok
20262026-07-13T05:00:09.919Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-vary_header_set.6358.50.log"
20272026-07-13T05:00:09.919Ztest config::test_config_bind_address_https_buffer ... ok
20282026-07-13T05:00:09.919Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-vary_header_no_gzip.6358.51.log"
20292026-07-13T05:00:09.919Ztest gzip::test_gzip_compression_accepts_multiple_encodings ... ok
20302026-07-13T05:00:09.919Ztest gzip::test_streaming_without_content_type_skips_compression ... ok
20312026-07-13T05:00:09.919Ztest gzip::test_streaming_with_content_type_is_compressed ... ok
20322026-07-13T05:00:09.919Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-multipart_client.6358.52.log"
20332026-07-13T05:00:09.919Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-xml_suffix_compressed.6358.53.log"
20342026-07-13T05:00:09.920Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-multipart_client.6358.54.log"
20352026-07-13T05:00:09.920Ztest multipart::missing_boundary ... ok
20362026-07-13T05:00:09.920Ztest multipart::no_content_type ... ok
20372026-07-13T05:00:09.920Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-multipart_client.6358.55.log"
20382026-07-13T05:00:09.920Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-multipart_client.6358.56.log"
20392026-07-13T05:00:09.920Ztest gzip::test_xml_suffix_is_compressed ... ok
20402026-07-13T05:00:09.924Ztest multipart::weird_content_type ... ok
20412026-07-13T05:00:09.924Ztest multipart::test_multipart_client ... ok
20422026-07-13T05:00:09.924Ztest openapi::test_openapi_custom_error_types_trait_based ... ok
20432026-07-13T05:00:09.924Ztest openapi::test_openapi_custom_error_types ... ok
20442026-07-13T05:00:09.924Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-pagination-basic.6358.57.log"
20452026-07-13T05:00:09.924Ztest gzip::test_reject_gzip_with_quality_zero ... ok
20462026-07-13T05:00:09.934Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-pagination-multiple-resources.6358.58.log"
20472026-07-13T05:00:09.945Ztest openapi::test_openapi ... ok
20482026-07-13T05:00:09.948Ztest gzip::test_vary_header_on_non_gzip_requests ... ok
20492026-07-13T05:00:09.948Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-pagination-multiple-sorts.6358.59.log"
20502026-07-13T05:00:09.952Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-basic.6358.60.log"
20512026-07-13T05:00:09.956Ztest gzip::test_gzip_compression_with_accept_encoding ... ok
20522026-07-13T05:00:09.956Ztest openapi::test_openapi_fuller ... ok
20532026-07-13T05:00:09.956Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-dictionary.6358.61.log"
20542026-07-13T05:00:09.959Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-empty.6358.62.log"
20552026-07-13T05:00:09.959Ztest pagination::test_paginate_empty ... ok
20562026-07-13T05:00:09.959Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-errors.6358.63.log"
20572026-07-13T05:00:09.962Ztest gzip::test_vary_header_is_set ... ok
20582026-07-13T05:00:09.963Ztest pagination::test_paginate_errors ... ok
20592026-07-13T05:00:09.963Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-extra_params.6358.64.log"
20602026-07-13T05:00:09.963Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-required_params.6358.65.log"
20612026-07-13T05:00:09.963Ztest pagination::test_paginate_extra_params ... ok
20622026-07-13T05:00:09.963Ztest pagination::test_paginate_with_required_params ... ok
20632026-07-13T05:00:09.963Ztest path_names::test_path_names ... ok
20642026-07-13T05:00:09.966Ztest pagination_schema::test_pagination_schema ... ok
20652026-07-13T05:00:09.966Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-test_no_tls.6358.66.log"
20662026-07-13T05:00:09.966Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-test_with_tls.6358.67.log"
20672026-07-13T05:00:09.967Ztest starter::test_no_tls ... ok
20682026-07-13T05:00:09.967Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-non_streaming_servers_do_not_use_transfer_encoding.6358.68.log"
20692026-07-13T05:00:09.967Ztest streaming::test_non_streaming_servers_do_not_use_transfer_encoding ... ok
20702026-07-13T05:00:09.967Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-streaming_server_buffered_client.6358.69.log"
20712026-07-13T05:00:09.975Ztest streaming::test_streaming_server_buffered_client ... ok
20722026-07-13T05:00:09.978Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-streaming_server_streaming_client.6358.70.log"
20732026-07-13T05:00:09.981Ztest pagination::test_paginate_basic ... ok
20742026-07-13T05:00:09.985Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-test_server_is_http.6358.71.log"
20752026-07-13T05:00:09.985Ztest streaming::test_streaming_server_streaming_client ... ok
20762026-07-13T05:00:09.985Ztest tls::test_server_is_http ... ok
20772026-07-13T05:00:09.985Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-test_server_is_https.6358.72.log"
20782026-07-13T05:00:09.985Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-test_tls_aborted_negotiation.6358.73.log"
20792026-07-13T05:00:10.131Ztest pagination::test_example_basic ... ok
20802026-07-13T05:00:10.135Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-test_tls_certificate_loading.6358.74.log"
20812026-07-13T05:00:10.270Ztest starter::test_with_tls ... ok
20822026-07-13T05:00:10.274Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-test_tls_only.6358.75.log"
20832026-07-13T05:00:10.286Ztest tls::test_server_is_https ... ok
20842026-07-13T05:00:10.289Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-test_tls_refresh_certificates.6358.76.log"
20852026-07-13T05:00:10.435Ztest tls::test_tls_certificate_loading ... ok
20862026-07-13T05:00:10.439Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-test_versions.6358.77.log"
20872026-07-13T05:00:10.560Ztest pagination::test_paginate_dictionary ... ok
20882026-07-13T05:00:10.563Znote: configured to log to "/tmp/integration_tests-a9cee42b9b4f487f-test_versions_on_missing.6358.78.log"
20892026-07-13T05:00:10.567Ztest versions::test_versions ... ok
20902026-07-13T05:00:10.570Ztest versions::test_versions_openapi ... ok
20912026-07-13T05:00:10.570Ztest versions::test_versions_openapi_same_names ... ok
20922026-07-13T05:00:10.587Ztest versions::test_versions_on_missing ... ok
20932026-07-13T05:00:10.590Ztest tls::test_tls_aborted_negotiation ... ok
20942026-07-13T05:00:10.875Ztest tls::test_tls_only ... ok
20952026-07-13T05:00:10.896Ztest tls::test_tls_refresh_certificates ... ok
20962026-07-13T05:00:11.451Ztest pagination::test_example_multiple_sorts ... ok
20972026-07-13T05:00:11.525Ztest pagination::test_example_multiple_resources ... ok
20982026-07-13T05:00:11.899Ztest detached_shutdown::test_graceful_shutdown_with_detached_handler ... ok
20992026-07-13T05:00:11.899Z
21002026-07-13T05:00:11.905Ztest result: ok. 100 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.02s
21012026-07-13T05:00:11.906Z
21022026-07-13T05:00:11.909Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-68a23acfcee39dec`
21032026-07-13T05:00:11.912Z
21042026-07-13T05:00:11.912Zrunning 35 tests
21052026-07-13T05:00:11.916Ztest channel::tests::test_channel_operation_id ... ok
21062026-07-13T05:00:11.916Ztest channel::tests::test_channel_with_versions ... ok
21072026-07-13T05:00:11.916Ztest api_trait::tests::test_api_trait_no_endpoints ... ok
21082026-07-13T05:00:11.916Ztest channel::tests::test_channel_with_unnamed_params ... ok
21092026-07-13T05:00:11.916Ztest endpoint::tests::test_endpoint_bad_context_receiver ... ok
21102026-07-13T05:00:11.917Ztest endpoint::tests::test_endpoint_bad_string ... ok
21112026-07-13T05:00:11.917Ztest endpoint::tests::test_endpoint_bad_metadata ... ok
21122026-07-13T05:00:11.917Ztest doc::tests::test_extract_summary_description ... ok
21132026-07-13T05:00:11.917Ztest endpoint::tests::test_endpoint_bad_versions ... ok
21142026-07-13T05:00:11.920Ztest endpoint::tests::test_endpoint_invalid_item ... ok
21152026-07-13T05:00:11.920Ztest channel::tests::test_channel_with_custom_params ... ok
21162026-07-13T05:00:11.920Ztest endpoint::tests::test_endpoint_no_arguments ... ok
21172026-07-13T05:00:11.920Ztest endpoint::tests::test_endpoint_not_async ... ok
21182026-07-13T05:00:11.920Ztest api_trait::tests::test_api_trait_operation_id ... ok
21192026-07-13T05:00:11.920Ztest endpoint::tests::test_endpoint_basic ... ok
21202026-07-13T05:00:11.920Ztest endpoint::tests::test_endpoint_context_fully_qualified_names ... ok
21212026-07-13T05:00:11.920Ztest api_trait::tests::test_api_trait_basic ... ok
21222026-07-13T05:00:11.920Ztest endpoint::tests::test_endpoint_content_type ... ok
21232026-07-13T05:00:11.920Ztest endpoint::tests::test_endpoint_pub_crate ... ok
21242026-07-13T05:00:11.920Ztest api_trait::tests::test_api_trait_with_custom_params ... ok
21252026-07-13T05:00:11.920Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_2 ... ok
21262026-07-13T05:00:11.920Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_1 ... ok
21272026-07-13T05:00:11.920Ztest endpoint::tests::test_endpoint_with_doc ... ok
21282026-07-13T05:00:11.920Ztest endpoint::tests::test_endpoint_with_empty_where_clause ... ok
21292026-07-13T05:00:11.920Ztest endpoint::tests::test_endpoint_with_query ... ok
21302026-07-13T05:00:11.920Ztest endpoint::tests::test_endpoint_with_tags ... ok
21312026-07-13T05:00:11.920Ztest params::tests::test_extract_rqctx_ty_param ... ok
21322026-07-13T05:00:11.920Ztest endpoint::tests::test_endpoint_with_versions_all ... ok
21332026-07-13T05:00:11.920Ztest syn_parsing::tests::test_busted_function ... ok
21342026-07-13T05:00:11.920Ztest endpoint::tests::test_endpoint_with_custom_params ... ok
21352026-07-13T05:00:11.921Ztest endpoint::tests::test_endpoint_with_unnamed_params ... ok
21362026-07-13T05:00:11.921Ztest endpoint::tests::test_operation_id ... ok
21372026-07-13T05:00:11.921Ztest endpoint::tests::test_endpoint_with_versions_until ... ok
21382026-07-13T05:00:11.924Ztest endpoint::tests::test_endpoint_with_versions_from ... ok
21392026-07-13T05:00:11.924Ztest endpoint::tests::test_endpoint_with_versions_from_until ... ok
21402026-07-13T05:00:11.924Z
21412026-07-13T05:00:11.924Ztest result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
21422026-07-13T05:00:11.924Z
21432026-07-13T05:00:11.924Z Doc-tests dropshot
21442026-07-13T05:00:11.924Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color auto --crate-name dropshot --test dropshot/src/lib.rs --test-run-directory /work/oxidecomputer/dropshot/dropshot -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/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-b245cfbd0207518d.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-1dd64724bae1f182.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b7c6e8ee5437a110.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-e245e8803173f50d.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-f0b89afb5eea1778.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-dce6fb773fb6ca57.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-a4d0b8172824fb29.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-5493358a93690a42.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-27cc95e3044fef87.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-14d3ac1f79f76392.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-578f96ea1550e0b2.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f22ad6b67fa561c9.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-23cdc78e47b9785d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-070631789e87241a.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-206421e20485a021.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c0254c2fbf7cefe9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-9a4e5bbece7d0859.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-16dc1b79f00fb17b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-fe5740e4005451ec.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-6b5c511fbf349f39.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-a8bbc4c73f889834.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-aaf0d52ee12cf096.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-9dfe1293814972f2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1b4b66f77f09399b.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-6eb083ecb0dc5dd3.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-de70d99415717dd4.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-df6e8e8d6a2f2b14.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-c337de8ae6ee240f.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9086bf15c19bbad0.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-c502bdb297dce13d.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-18c429ae88b3237f.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-8b1da08f385adb22.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-9cf8b8ab33d89d3e.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-63d7850bbe816d4b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-d8f3bf023bbd1a7f.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-28714519a11cf169.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-08b454bbcbbcb893.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-578b045cf5092a13.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.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-07-13T05:00:12.668Z
21462026-07-13T05:00:12.668Zrunning 24 tests
21472026-07-13T05:00:12.671Ztest dropshot/src/compression.rs - compression::NoCompression (line 14) ... ignored
21482026-07-13T05:00:13.902Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 413) ... ok
21492026-07-13T05:00:13.902Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 149) ... ignored
21502026-07-13T05:00:13.902Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 156) ... ignored
21512026-07-13T05:00:13.921Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 472) ... ok
21522026-07-13T05:00:17.194Ztest dropshot/src/error_status_code.rs - error_status_code::ClientErrorStatusCode::from_u16 (line 556) ... ok
21532026-07-13T05:00:17.194Ztest dropshot/src/lib.rs - (line 337) ... ignored
21542026-07-13T05:00:17.237Ztest dropshot/src/error_status_code.rs - error_status_code::ErrorStatusCode::from_u16 (line 362) ... ok
21552026-07-13T05:00:17.334Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 382) ... ok
21562026-07-13T05:00:17.351Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 357) ... ok
21572026-07-13T05:00:17.401Ztest dropshot/src/lib.rs - (line 46) - compile ... ok
21582026-07-13T05:00:17.528Ztest dropshot/src/config.rs - config::ConfigDropshot (line 31) ... ok
21592026-07-13T05:00:17.572Ztest dropshot/src/api_description.rs - api_description::ApiEndpoint<StubContext>::new_for_types (line 154) ... ok
21602026-07-13T05:00:17.572Ztest dropshot/src/lib.rs - channel (line 1187) ... ignored
21612026-07-13T05:00:17.572Ztest dropshot/src/lib.rs - endpoint (line 1232) ... ignored
21622026-07-13T05:00:18.442Ztest dropshot/src/lib.rs - (line 401) ... ok
21632026-07-13T05:00:18.645Ztest dropshot/src/lib.rs - api_description (line 1052) ... ok
21642026-07-13T05:00:18.659Ztest dropshot/src/lib.rs - (line 664) ... ok
21652026-07-13T05:00:18.730Ztest dropshot/src/lib.rs - api_description (line 1113) ... ok
21662026-07-13T05:00:18.924Ztest dropshot/src/lib.rs - (line 113) ... ok
21672026-07-13T05:00:18.970Ztest dropshot/src/lib.rs - (line 192) ... ok
21682026-07-13T05:00:19.559Ztest dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 230) ... ok
21692026-07-13T05:00:21.596Ztest dropshot/src/test_util.rs - test_util::LogContext (line 469) ... ok
21702026-07-13T05:00:22.204Ztest dropshot/src/lib.rs - (line 500) ... ok
21712026-07-13T05:00:22.205Z
21722026-07-13T05:00:22.208Ztest result: ok. 18 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 9.53s
21732026-07-13T05:00:22.208Z
21742026-07-13T05:00:22.208Zall doctests ran in 9.96s; merged doctests compilation took 0.42s
21752026-07-13T05:00:22.231Z Doc-tests dropshot_endpoint
21762026-07-13T05:00:22.234Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color auto --crate-name dropshot_endpoint --test dropshot_endpoint/src/lib.rs --test-run-directory /work/oxidecomputer/dropshot/dropshot_endpoint -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/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-23cdc78e47b9785d.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-676a6c440c9455ca.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-b969a768bc607b29.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-f494744216d77081.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8f6729caab1030b5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d0a1ec9ee5156da2.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-969a8bb4b8e440b1.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05abcae39e938bd4.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-9dc82e3e006f99ce.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-1447a58af34b67bf.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-07-13T05:00:22.364Z
21782026-07-13T05:00:22.364Zrunning 0 tests
21792026-07-13T05:00:22.364Z
21802026-07-13T05:00:22.364Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
21812026-07-13T05:00:22.364Z
21822026-07-13T05:00:22.397Z
21832026-07-13T05:00:22.397Zreal 1:59.087838687
21842026-07-13T05:00:22.397Zuser 8:34.227698686
21852026-07-13T05:00:22.397Zsys 1:57.880315410
21862026-07-13T05:00:22.397Ztrap 0.356463601
21872026-07-13T05:00:22.397Ztflt 0.146478866
21882026-07-13T05:00:22.401Zdflt 0.260898034
21892026-07-13T05:00:22.401Zkflt 0.000202012
21902026-07-13T05:00:22.401Zlock 34:35.737425633
21912026-07-13T05:00:22.401Zslp 37:06.374032054
21922026-07-13T05:00:22.401Zlat 25.168539785
21932026-07-13T05:00:22.401Zstop 1:06.976328388
21942026-07-13T05:00:22.401Z+ banner docs
21952026-07-13T05:00:22.401Z
21962026-07-13T05:00:22.401Z ##### #### #### ####
21972026-07-13T05:00:22.401Z # # # # # # #
21982026-07-13T05:00:22.401Z # # # # # ####
21992026-07-13T05:00:22.401Z # # # # # #
22002026-07-13T05:00:22.401Z # # # # # # # #
22012026-07-13T05:00:22.401Z ##### #### #### ####
22022026-07-13T05:00:22.401Z
22032026-07-13T05:00:22.401Z+ ptime -m cargo doc --no-deps --lib --bins --examples
22042026-07-13T05:00:22.599Z Compiling proc-macro2 v1.0.106
22052026-07-13T05:00:22.599Z Compiling unicode-ident v1.0.12
22062026-07-13T05:00:22.602Z Checking cfg-if v1.0.0
22072026-07-13T05:00:22.602Z Checking itoa v1.0.1
22082026-07-13T05:00:22.602Z Checking pin-project-lite v0.2.12
22092026-07-13T05:00:22.602Z Compiling quote v1.0.46
22102026-07-13T05:00:22.643Z Checking libc v0.2.186
22112026-07-13T05:00:22.646Z Checking serde_core v1.0.228
22122026-07-13T05:00:22.667Z Checking smallvec v1.13.2
22132026-07-13T05:00:22.690Z Checking futures-core v0.3.32
22142026-07-13T05:00:22.711Z Checking bytes v1.12.1
22152026-07-13T05:00:22.741Z Checking memchr v2.6.0
22162026-07-13T05:00:22.799Z Checking once_cell v1.20.1
22172026-07-13T05:00:22.836Z Checking scopeguard v1.2.0
22182026-07-13T05:00:22.930Z Checking futures-sink v0.3.32
22192026-07-13T05:00:22.954Z Checking lock_api v0.4.6
22202026-07-13T05:00:23.019Z Checking slab v0.4.9
22212026-07-13T05:00:23.036Z Checking parking_lot_core v0.9.4
22222026-07-13T05:00:23.110Z Checking socket2 v0.6.3
22232026-07-13T05:00:23.117Z Checking signal-hook-registry v1.4.0
22242026-07-13T05:00:23.131Z Compiling jobserver v0.1.34
22252026-07-13T05:00:23.160Z Checking mio v1.2.0
22262026-07-13T05:00:23.197Z Checking typenum v1.19.0
22272026-07-13T05:00:23.210Z Checking parking_lot v0.12.1
22282026-07-13T05:00:23.259Z Checking http v1.4.2
22292026-07-13T05:00:23.394Z Compiling cc v1.2.60
22302026-07-13T05:00:23.430Z Checking futures-channel v0.3.32
22312026-07-13T05:00:23.446Z Checking stable_deref_trait v1.2.0
22322026-07-13T05:00:23.481Z Checking zeroize v1.8.2
22332026-07-13T05:00:23.510Z Compiling syn v2.0.118
22342026-07-13T05:00:23.579Z Checking log v0.4.17
22352026-07-13T05:00:23.617Z Checking futures-task v0.3.32
22362026-07-13T05:00:23.623Z Checking futures-io v0.3.32
22372026-07-13T05:00:23.719Z Checking rustls-pki-types v1.15.0
22382026-07-13T05:00:23.727Z Checking httparse v1.10.0
22392026-07-13T05:00:23.747Z Checking zmij v1.0.2
22402026-07-13T05:00:23.822Z Checking litemap v0.7.4
22412026-07-13T05:00:23.870Z Compiling num-conv v0.2.0
22422026-07-13T05:00:23.876Z Checking hashbrown v0.17.0
22432026-07-13T05:00:23.926Z Compiling time-core v0.1.8
22442026-07-13T05:00:23.990Z Checking writeable v0.5.5
22452026-07-13T05:00:23.997Z Checking equivalent v1.0.0
22462026-07-13T05:00:23.997Z Checking powerfmt v0.2.0
22472026-07-13T05:00:24.064Z Compiling time-macros v0.2.27
22482026-07-13T05:00:24.072Z Checking http-body v1.0.1
22492026-07-13T05:00:24.138Z Compiling cmake v0.1.58
22502026-07-13T05:00:24.142Z Checking serde_json v1.0.150
22512026-07-13T05:00:24.156Z Checking deranged v0.5.5
22522026-07-13T05:00:24.192Z Checking crossbeam-utils v0.8.21
22532026-07-13T05:00:24.332Z Checking indexmap v2.14.0
22542026-07-13T05:00:24.474Z Checking tracing-core v0.1.32
22552026-07-13T05:00:24.534Z Checking percent-encoding v2.3.2
22562026-07-13T05:00:24.657Z Compiling aws-lc-sys v0.40.0
22572026-07-13T05:00:24.669Z Checking untrusted v0.9.0
22582026-07-13T05:00:24.768Z Checking num_threads v0.1.3
22592026-07-13T05:00:24.771Z Checking atomic-waker v1.1.2
22602026-07-13T05:00:24.856Z Checking tracing v0.1.40
22612026-07-13T05:00:24.872Z Checking getrandom v0.4.1
22622026-07-13T05:00:24.879Z Checking try-lock v0.2.3
22632026-07-13T05:00:24.953Z Checking bitflags v2.11.0
22642026-07-13T05:00:24.966Z Checking icu_locid_transform_data v1.5.0
22652026-07-13T05:00:24.990Z Checking tower-layer v0.3.3
22662026-07-13T05:00:25.022Z Checking base64 v0.22.1
22672026-07-13T05:00:25.028Z Checking subtle v2.5.0
22682026-07-13T05:00:25.068Z Checking fnv v1.0.7
22692026-07-13T05:00:25.107Z Checking tower-service v0.3.3
22702026-07-13T05:00:25.113Z Checking time v0.3.47
22712026-07-13T05:00:25.134Z Checking want v0.3.0
22722026-07-13T05:00:25.148Z Checking generic-array v0.14.5
22732026-07-13T05:00:25.153Z Checking hybrid-array v0.4.8
22742026-07-13T05:00:25.186Z Checking adler2 v2.0.1
22752026-07-13T05:00:25.254Z Checking httpdate v1.0.1
22762026-07-13T05:00:25.260Z Checking icu_properties_data v1.5.0
22772026-07-13T05:00:25.286Z Checking simd-adler32 v0.3.7
22782026-07-13T05:00:25.379Z Checking num-traits v0.2.14
22792026-07-13T05:00:25.390Z Checking getrandom v0.3.4
22802026-07-13T05:00:25.418Z Checking miniz_oxide v0.8.9
22812026-07-13T05:00:25.522Z Checking crc32fast v1.5.0
22822026-07-13T05:00:25.574Z Checking form_urlencoded v1.2.2
22832026-07-13T05:00:25.594Z Checking errno v0.3.10
22842026-07-13T05:00:25.653Z Checking write16 v1.0.0
22852026-07-13T05:00:25.695Z Checking icu_normalizer_data v1.5.0
22862026-07-13T05:00:25.705Z Checking iana-time-zone v0.1.47
22872026-07-13T05:00:25.735Z Checking winnow v1.0.0
22882026-07-13T05:00:25.752Z Checking utf8_iter v1.0.4
22892026-07-13T05:00:25.758Z Checking utf16_iter v1.0.5
22902026-07-13T05:00:25.794Z Checking mime v0.3.16
22912026-07-13T05:00:25.794Z Checking ipnet v2.10.0
22922026-07-13T05:00:25.853Z Checking flate2 v1.1.9
22932026-07-13T05:00:25.863Z Checking block-buffer v0.12.0
22942026-07-13T05:00:25.925Z Checking crypto-common v0.2.1
22952026-07-13T05:00:25.954Z Checking block-buffer v0.10.2
22962026-07-13T05:00:25.993Z Checking crypto-common v0.1.6
22972026-07-13T05:00:26.004Z Checking rand_core v0.9.5
22982026-07-13T05:00:26.007Z Checking toml_parser v1.1.2+spec-1.1.0
22992026-07-13T05:00:26.064Z Checking toml_datetime v1.1.1+spec-1.1.0
23002026-07-13T05:00:26.098Z Checking serde_spanned v1.1.1
23012026-07-13T05:00:26.132Z Checking thread_local v1.1.4
23022026-07-13T05:00:26.162Z Checking encoding_rs v0.8.32
23032026-07-13T05:00:26.218Z Compiling synstructure v0.13.1
23042026-07-13T05:00:26.250Z Compiling serde_derive_internals v0.29.0
23052026-07-13T05:00:26.284Z Checking const-oid v0.10.2
23062026-07-13T05:00:26.317Z Checking match_cfg v0.1.0
23072026-07-13T05:00:26.377Z Checking openssl-probe v0.2.1
23082026-07-13T05:00:26.403Z Checking compression-core v0.4.32
23092026-07-13T05:00:26.430Z Checking ppv-lite86 v0.2.15
23102026-07-13T05:00:26.475Z Checking toml_writer v1.1.1+spec-1.1.0
23112026-07-13T05:00:26.521Z Checking compression-codecs v0.4.38
23122026-07-13T05:00:26.645Z Checking toml v1.1.2+spec-1.1.0
23132026-07-13T05:00:26.683Z Checking rustls-native-certs v0.8.3
23142026-07-13T05:00:26.689Z Checking rand_chacha v0.9.0
23152026-07-13T05:00:26.703Z Checking digest v0.11.2
23162026-07-13T05:00:26.804Z Checking hostname v0.3.1
23172026-07-13T05:00:26.842Z Checking digest v0.10.7
23182026-07-13T05:00:26.853Z Checking ryu v1.0.5
23192026-07-13T05:00:26.908Z Checking rustix v1.1.4
23202026-07-13T05:00:26.981Z Compiling unicase v2.6.0
23212026-07-13T05:00:26.988Z Checking uuid v1.23.4
23222026-07-13T05:00:27.016Z Checking concurrent-queue v2.5.0
23232026-07-13T05:00:27.123Z Checking crossbeam-channel v0.5.15
23242026-07-13T05:00:27.161Z Checking http-body-util v0.1.3
23252026-07-13T05:00:27.193Z Checking is-terminal v0.4.12
23262026-07-13T05:00:27.237Z Checking sync_wrapper v1.0.1
23272026-07-13T05:00:27.267Z Compiling dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot)
23282026-07-13T05:00:27.273Z Checking term v1.1.0
23292026-07-13T05:00:27.333Z Checking take_mut v0.2.2
23302026-07-13T05:00:27.370Z Checking fastrand v2.1.1
23312026-07-13T05:00:27.414Z Compiling serde_derive v1.0.228
23322026-07-13T05:00:27.425Z Compiling zerofrom-derive v0.1.5
23332026-07-13T05:00:27.451Z Compiling tokio-macros v2.7.0
23342026-07-13T05:00:27.478Z Compiling yoke-derive v0.7.5
23352026-07-13T05:00:27.513Z Compiling zerovec-derive v0.10.3
23362026-07-13T05:00:27.516Z Compiling futures-macro v0.3.32
23372026-07-13T05:00:27.543Z Compiling displaydoc v0.2.5
23382026-07-13T05:00:28.180Z Checking tokio v1.52.3
23392026-07-13T05:00:28.283Z Compiling icu_provider_macros v1.5.0
23402026-07-13T05:00:28.333Z Checking futures-util v0.3.32
23412026-07-13T05:00:28.500Z Compiling thiserror-impl v2.0.18
23422026-07-13T05:00:28.537Z Compiling async-stream-impl v0.3.6
23432026-07-13T05:00:28.607Z Checking zerofrom v0.1.5
23442026-07-13T05:00:28.724Z Checking yoke v0.7.5
23452026-07-13T05:00:28.863Z Compiling schemars_derive v0.8.22
23462026-07-13T05:00:28.901Z Checking zerovec v0.10.4
23472026-07-13T05:00:29.163Z Checking cpufeatures v0.3.0
23482026-07-13T05:00:29.230Z Checking cpufeatures v0.2.17
23492026-07-13T05:00:29.294Z Checking spin v0.9.8
23502026-07-13T05:00:29.401Z Checking parking v2.2.0
23512026-07-13T05:00:29.514Z Checking semver v1.0.28
23522026-07-13T05:00:29.566Z Checking tinystr v0.7.6
23532026-07-13T05:00:29.711Z Checking icu_collections v1.5.0
23542026-07-13T05:00:29.730Z Checking icu_locid v1.5.0
23552026-07-13T05:00:29.733Z Checking thiserror v2.0.18
23562026-07-13T05:00:29.823Z Checking dyn-clone v1.0.4
23572026-07-13T05:00:30.021Z Checking event-listener v5.0.0
23582026-07-13T05:00:30.048Z Checking sha1 v0.10.6
23592026-07-13T05:00:30.055Z Checking serde v1.0.228
23602026-07-13T05:00:30.154Z Checking icu_provider v1.5.0
23612026-07-13T05:00:30.196Z Checking sha1 v0.11.0
23622026-07-13T05:00:30.202Z Checking futures-executor v0.3.32
23632026-07-13T05:00:30.217Z Checking multer v3.1.0
23642026-07-13T05:00:30.335Z Checking futures v0.3.32
23652026-07-13T05:00:30.354Z Checking async-stream v0.3.6
23662026-07-13T05:00:30.404Z Checking tempfile v3.27.0
23672026-07-13T05:00:30.438Z Checking icu_locid_transform v1.5.0
23682026-07-13T05:00:30.451Z Checking erased-serde v0.3.31
23692026-07-13T05:00:30.457Z Checking chrono v0.4.45
23702026-07-13T05:00:30.472Z Checking serde_urlencoded v0.7.1
23712026-07-13T05:00:30.591Z Checking openapiv3 v2.2.0
23722026-07-13T05:00:30.667Z Compiling serde_tokenstream v0.2.3
23732026-07-13T05:00:30.673Z Compiling async-trait v0.1.89
23742026-07-13T05:00:30.817Z Checking slog v2.8.2
23752026-07-13T05:00:30.891Z Checking icu_properties v1.5.1
23762026-07-13T05:00:30.946Z Compiling dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
23772026-07-13T05:00:31.079Z Checking slog-json v2.6.1
23782026-07-13T05:00:31.191Z Checking tokio-util v0.7.18
23792026-07-13T05:00:31.230Z Checking slog-bunyan v2.5.0
23802026-07-13T05:00:31.292Z Checking schemars v0.8.22
23812026-07-13T05:00:31.336Z Checking slog-term v2.9.2
23822026-07-13T05:00:31.586Z Checking h2 v0.4.14
23832026-07-13T05:00:31.592Z Checking async-compression v0.4.42
23842026-07-13T05:00:31.625Z Checking tower v0.5.2
23852026-07-13T05:00:31.820Z Checking slog-async v2.8.0
23862026-07-13T05:00:31.861Z Compiling mime_guess v2.0.5
23872026-07-13T05:00:31.923Z Checking rand v0.9.2
23882026-07-13T05:00:32.006Z Checking rustix v0.38.44
23892026-07-13T05:00:32.060Z Checking camino v1.2.4
23902026-07-13T05:00:32.313Z Checking waitgroup v0.1.2
23912026-07-13T05:00:32.335Z Checking icu_normalizer v1.5.0
23922026-07-13T05:00:32.404Z Checking serde_path_to_error v0.1.20
23932026-07-13T05:00:32.411Z Checking rustls-pemfile v2.2.0
23942026-07-13T05:00:32.414Z Checking hostname v0.4.2
23952026-07-13T05:00:32.502Z Checking debug-ignore v1.0.5
23962026-07-13T05:00:32.543Z Checking unicode-width v0.1.9
23972026-07-13T05:00:32.597Z Checking lazy_static v1.5.0
23982026-07-13T05:00:32.601Z Checking iri-string v0.7.8
23992026-07-13T05:00:32.643Z Checking data-encoding v2.4.0
24002026-07-13T05:00:32.667Z Checking unicode-segmentation v1.10.0
24012026-07-13T05:00:32.687Z Checking console v0.15.7
24022026-07-13T05:00:32.706Z Checking idna_adapter v1.2.0
24032026-07-13T05:00:32.828Z Checking idna v1.0.3
24042026-07-13T05:00:32.903Z Checking tungstenite v0.29.0
24052026-07-13T05:00:32.947Z Checking newline-converter v0.3.0
24062026-07-13T05:00:32.950Z Checking atomicwrites v0.4.4
24072026-07-13T05:00:32.965Z Checking event-listener-strategy v0.5.4
24082026-07-13T05:00:33.050Z Checking target-triple v1.0.0
24092026-07-13T05:00:33.069Z Checking yasna v0.6.0
24102026-07-13T05:00:33.075Z Checking url v2.5.4
24112026-07-13T05:00:33.116Z Checking pem v3.0.6
24122026-07-13T05:00:33.229Z Checking termcolor v1.1.2
24132026-07-13T05:00:33.265Z Checking glob v0.3.0
24142026-07-13T05:00:33.325Z Checking similar v2.2.1
24152026-07-13T05:00:33.410Z Checking tokio-tungstenite v0.29.0
24162026-07-13T05:00:33.428Z Checking trybuild v1.0.117
24172026-07-13T05:00:33.440Z Checking async-channel v2.5.0
24182026-07-13T05:00:33.548Z Checking hyper v1.10.1
24192026-07-13T05:00:33.602Z Checking anyhow v1.0.103
24202026-07-13T05:00:33.612Z Checking tower-http v0.6.8
24212026-07-13T05:00:33.644Z Checking expectorate v1.2.0
24222026-07-13T05:00:33.648Z Checking buf-list v1.1.2
24232026-07-13T05:00:33.749Z Checking subprocess v1.2.0
24242026-07-13T05:00:33.798Z Checking heck v0.5.0
24252026-07-13T05:00:34.435Z Checking hyper-util v0.1.20
24262026-07-13T05:00:36.663Z Documenting dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
24272026-07-13T05:00:39.545Z Compiling aws-lc-rs v1.16.3
24282026-07-13T05:00:39.558Z Compiling rustls v0.23.41
24292026-07-13T05:00:40.580Z Checking rustls-webpki v0.103.13
24302026-07-13T05:00:40.580Z Checking rcgen v0.14.8
24312026-07-13T05:00:42.816Z Checking tokio-rustls v0.26.4
24322026-07-13T05:00:42.816Z Checking rustls-platform-verifier v0.6.2
24332026-07-13T05:00:42.997Z Checking hyper-rustls v0.27.9
24342026-07-13T05:00:43.000Z Documenting dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot)
24352026-07-13T05:00:43.166Z Checking reqwest v0.13.4
24362026-07-13T05:00:48.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.99s
24372026-07-13T05:00:48.451Z Generated /work/oxidecomputer/dropshot/target/doc/dropshot/index.html and 23 other files
24382026-07-13T05:00:48.466Z
24392026-07-13T05:00:48.470Zreal 26.045400770
24402026-07-13T05:00:48.470Zuser 1:43.767333241
24412026-07-13T05:00:48.470Zsys 29.263273119
24422026-07-13T05:00:48.470Ztrap 0.048324207
24432026-07-13T05:00:48.470Ztflt 0.033219694
24442026-07-13T05:00:48.470Zdflt 0.025241864
24452026-07-13T05:00:48.470Zkflt 0.000062784
24462026-07-13T05:00:48.470Zlock 4:42.966668097
24472026-07-13T05:00:48.470Zslp 5:09.351304549
24482026-07-13T05:00:48.470Zlat 4.483628188
24492026-07-13T05:00:48.470Zstop 14.385772767
24502026-07-13T05:00:48.470Zprocess exited: duration 242792 ms, exit code 0
 
24512026-07-13T05:00:48.477Zfound 0 output files