01KWGQ49GQ5XXWEA7XV5JRYZ0R: build-and-test / illumos

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

Buildomat Job: 01KWGQ4H43K483Z602RSHVJQJ3

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-02T06:10:10.077Zjob assigned to worker 01KWGQ4NT0JQR1VEFKXC57RWHV [factory aws, i-0bc989f33a06e73b7] (queued for 45 s)
 
22026-07-02T06:10:16.839Zstarting task 0: "setup"
32026-07-02T06:10:16.843Z++ uname -s
42026-07-02T06:10:16.846Z+ kern=SunOS
52026-07-02T06:10:16.846Z+ build_user=build
62026-07-02T06:10:16.846Z+ build_uid=12345
72026-07-02T06:10:16.846Z+ work_dir=/work
82026-07-02T06:10:16.846Z+ input_dir=/input
92026-07-02T06:10:16.846Z+ [[ 0 == 12345 ]]
102026-07-02T06:10:16.846Z+ case "$kern" in
112026-07-02T06:10:16.847Z+ groupadd -g 12345 build
122026-07-02T06:10:16.851Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-02T06:10:18.853Z+ zfs create -o mountpoint=/work rpool/work
142026-07-02T06:10:18.934Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-02T06:10:18.937Z+ home_fs=zfs
162026-07-02T06:10:18.937Z+ [[ zfs == autofs ]]
172026-07-02T06:10:18.937Z+ mkdir -p /home/build
182026-07-02T06:10:18.937Z+ chown build:build /home/build /work
192026-07-02T06:10:20.938Z+ chmod 0700 /home/build /work
202026-07-02T06:10:20.941Zprocess exited: duration 4105 ms, exit code 0
 
212026-07-02T06:10:20.947Zstarting task 1: "rust-toolchain"
222026-07-02T06:10:20.951Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-02T06:10:20.952Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-02T06:10:20.952Z * rust toolchain channel = "stable"
252026-07-02T06:10:20.952Z * rust toolchain profile = "default"
262026-07-02T06:10:20.952Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-02T06:10:20.952Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-02T06:10:20.954Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-02T06:10:20.954Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-02T06:10:21.074Zinfo: downloading installer
312026-07-02T06:10:22.538Zwarn: It looks like you have an existing installation of Rust at:
322026-07-02T06:10:22.538Zwarn: /opt/ooce/bin
332026-07-02T06:10:22.538Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-02T06:10:22.541Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-02T06:10:22.541Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-02T06:10:22.541Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-02T06:10:22.541Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-02T06:10:22.541Zerror: cannot install while Rust is installed
392026-07-02T06:10:22.541Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-02T06:10:22.541Zwarn: It looks like you have an existing rustup settings file at:
412026-07-02T06:10:22.541Zwarn: /home/build/.rustup/settings.toml
422026-07-02T06:10:22.541Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-02T06:10:22.541Zwarn: instead of the one inferred from the default host triple.
442026-07-02T06:10:22.551Zinfo: profile set to default
452026-07-02T06:10:22.551Zinfo: default host triple is x86_64-unknown-illumos
462026-07-02T06:10:22.554Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-02T06:10:22.689Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
482026-07-02T06:10:22.693Zinfo: downloading 6 components
492026-07-02T06:10:39.222Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-07-02T06:10:39.222Z
512026-07-02T06:10:39.250Z stable-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
522026-07-02T06:10:39.250Z
532026-07-02T06:10:39.250Z
542026-07-02T06:10:39.250ZRust is installed now. Great!
552026-07-02T06:10:39.250Z
562026-07-02T06:10:39.250ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-02T06:10:39.250Zenvironment variable. This has not been done automatically.
582026-07-02T06:10:39.250Z
592026-07-02T06:10:39.250ZTo configure your current shell, you need to source
602026-07-02T06:10:39.251Zthe corresponding env file under $HOME/.cargo.
612026-07-02T06:10:39.251Z
622026-07-02T06:10:39.251ZThis is usually done by running one of the following (note the leading DOT):
632026-07-02T06:10:39.253Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-02T06:10:39.253Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-02T06:10:39.253Zsource "~/.cargo/env.nu" # For nushell
662026-07-02T06:10:39.253Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-02T06:10:39.253Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-02T06:10:39.253Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-02T06:10:39.257Zwarn: no default linker (`cc`) was found in your PATH
702026-07-02T06:10:39.257Zwarn: many Rust crates require a system C toolchain to build
712026-07-02T06:10:39.344Z+ rustup --version
722026-07-02T06:10:39.353Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-02T06:10:39.357Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-02T06:10:39.375Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
752026-07-02T06:10:39.378Z+ cargo --version
762026-07-02T06:10:39.393Zcargo 1.96.1 (356927216 2026-06-26)
772026-07-02T06:10:39.396Z+ rustc --version
782026-07-02T06:10:39.414Zrustc 1.96.1 (31fca3adb 2026-06-26)
792026-07-02T06:10:39.418Zprocess exited: duration 18470 ms, exit code 0
 
802026-07-02T06:10:39.426Zstarting task 2: "authentication"
812026-07-02T06:10:39.443Zprocess exited: duration 16 ms, exit code 0
 
822026-07-02T06:10:39.449Zstarting task 3: "clone repository"
832026-07-02T06:10:39.453Z+ mkdir -p /work/oxidecomputer/dropshot
842026-07-02T06:10:39.456Z+ git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot
852026-07-02T06:10:39.487ZCloning into '/work/oxidecomputer/dropshot'...
862026-07-02T06:10:40.371Z+ cd /work/oxidecomputer/dropshot
872026-07-02T06:10:40.371Z+ git fetch origin 5cf34afc4567a5525830dd234a07e34bd8a9bb26
882026-07-02T06:10:40.629ZFrom https://github.com/oxidecomputer/dropshot
892026-07-02T06:10:40.629Z * branch 5cf34afc4567a5525830dd234a07e34bd8a9bb26 -> FETCH_HEAD
902026-07-02T06:10:40.637Z+ [[ -n '' ]]
912026-07-02T06:10:40.637Z+ git reset --hard 5cf34afc4567a5525830dd234a07e34bd8a9bb26
922026-07-02T06:10:40.654ZHEAD is now at 5cf34af Update Rust to v1.96.1
932026-07-02T06:10:40.657Zprocess exited: duration 1205 ms, exit code 0
 
942026-07-02T06:10:40.662Zstarting task 4: "build"
952026-07-02T06:10:40.666Z+ cargo --version
962026-07-02T06:10:40.672Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
972026-07-02T06:10:40.842Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
982026-07-02T06:10:40.845Zinfo: downloading 6 components
992026-07-02T06:10:56.064Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-02T06:10:56.069Z+ rustc --version
1012026-07-02T06:10:56.093Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-02T06:10:56.096Z+ banner build
1032026-07-02T06:10:56.099Z
1042026-07-02T06:10:56.100Z ##### # # # # #####
1052026-07-02T06:10:56.100Z # # # # # # # #
1062026-07-02T06:10:56.100Z ##### # # # # # #
1072026-07-02T06:10:56.100Z # # # # # # # #
1082026-07-02T06:10:56.100Z # # # # # # # #
1092026-07-02T06:10:56.100Z ##### #### # ###### #####
1102026-07-02T06:10:56.100Z
1112026-07-02T06:10:56.100Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1122026-07-02T06:10:56.178Z Updating crates.io index
1132026-07-02T06:10:57.937Z Downloading crates ...
1142026-07-02T06:10:58.005Z Downloaded base64 v0.22.1
1152026-07-02T06:10:58.008Z Downloaded cfg_aliases v0.2.1
1162026-07-02T06:10:58.008Z Downloaded asn1-rs-derive v0.6.0
1172026-07-02T06:10:58.011Z Downloaded cc v1.2.60
1182026-07-02T06:10:58.014Z Downloaded async-stream v0.3.6
1192026-07-02T06:10:58.014Z Downloaded adler2 v2.0.1
1202026-07-02T06:10:58.019Z Downloaded itoa v1.0.1
1212026-07-02T06:10:58.022Z Downloaded bit-vec v0.9.1
1222026-07-02T06:10:58.022Z Downloaded pem v3.0.6
1232026-07-02T06:10:58.024Z Downloaded atomic-waker v1.1.2
1242026-07-02T06:10:58.027Z Downloaded dunce v1.0.5
1252026-07-02T06:10:58.030Z Downloaded crypto-common v0.2.1
1262026-07-02T06:10:58.030Z Downloaded lru-slab v0.1.2
1272026-07-02T06:10:58.033Z Downloaded cfg-if v1.0.0
1282026-07-02T06:10:58.033Z Downloaded mio v1.2.0
1292026-07-02T06:10:58.035Z Downloaded autocfg v1.1.0
1302026-07-02T06:10:58.038Z Downloaded icu_normalizer_data v1.5.0
1312026-07-02T06:10:58.038Z Downloaded deranged v0.5.5
1322026-07-02T06:10:58.041Z Downloaded parking v2.2.0
1332026-07-02T06:10:58.041Z Downloaded atomicwrites v0.4.4
1342026-07-02T06:10:58.041Z Downloaded asn1-rs-impl v0.2.0
1352026-07-02T06:10:58.041Z Downloaded idna_adapter v1.2.0
1362026-07-02T06:10:58.044Z Downloaded async-channel v2.5.0
1372026-07-02T06:10:58.047Z Downloaded cpufeatures v0.3.0
1382026-07-02T06:10:58.047Z Downloaded is-terminal v0.4.12
1392026-07-02T06:10:58.049Z Downloaded match_cfg v0.1.0
1402026-07-02T06:10:58.049Z Downloaded digest v0.11.2
1412026-07-02T06:10:58.050Z Downloaded cpufeatures v0.2.17
1422026-07-02T06:10:58.052Z Downloaded concurrent-queue v2.5.0
1432026-07-02T06:10:58.055Z Downloaded openssl-probe v0.2.1
1442026-07-02T06:10:58.055Z Downloaded lazy_static v1.5.0
1452026-07-02T06:10:58.058Z Downloaded futures-sink v0.3.32
1462026-07-02T06:10:58.060Z Downloaded heck v0.5.0
1472026-07-02T06:10:58.060Z Downloaded http-body v1.0.1
1482026-07-02T06:10:58.060Z Downloaded debug-ignore v1.0.5
1492026-07-02T06:10:58.063Z Downloaded plain v0.2.3
1502026-07-02T06:10:58.063Z Downloaded schema-derive v0.1.0
1512026-07-02T06:10:58.063Z Downloaded pretty-hex v0.4.1
1522026-07-02T06:10:58.066Z Downloaded compression-core v0.4.32
1532026-07-02T06:10:58.066Z Downloaded fnv v1.0.7
1542026-07-02T06:10:58.066Z Downloaded mime v0.3.16
1552026-07-02T06:10:58.069Z Downloaded anyhow v1.0.103
1562026-07-02T06:10:58.072Z Downloaded oid-registry v0.8.1
1572026-07-02T06:10:58.072Z Downloaded num-integer v0.1.46
1582026-07-02T06:10:58.072Z Downloaded paste v1.0.15
1592026-07-02T06:10:58.074Z Downloaded mime_guess v2.0.5
1602026-07-02T06:10:58.077Z Downloaded displaydoc v0.2.5
1612026-07-02T06:10:58.077Z Downloaded parking_lot_core v0.9.4
1622026-07-02T06:10:58.080Z Downloaded num_threads v0.1.3
1632026-07-02T06:10:58.080Z Downloaded multer v3.1.0
1642026-07-02T06:10:58.082Z Downloaded rusticata-macros v4.1.0
1652026-07-02T06:10:58.083Z Downloaded rustc-hash v2.0.0
1662026-07-02T06:10:58.085Z Downloaded hostname v0.3.1
1672026-07-02T06:10:58.085Z Downloaded percent-encoding v2.3.2
1682026-07-02T06:10:58.085Z Downloaded async-stream-impl v0.3.6
1692026-07-02T06:10:58.085Z Downloaded async-trait v0.1.89
1702026-07-02T06:10:58.088Z Downloaded data-encoding v2.4.0
1712026-07-02T06:10:58.091Z Downloaded futures-task v0.3.32
1722026-07-02T06:10:58.091Z Downloaded dof v0.4.0
1732026-07-02T06:10:58.091Z Downloaded event-listener-strategy v0.5.4
1742026-07-02T06:10:58.093Z Downloaded serde_spanned v1.1.1
1752026-07-02T06:10:58.093Z Downloaded httpdate v1.0.1
1762026-07-02T06:10:58.093Z Downloaded num-conv v0.2.0
1772026-07-02T06:10:58.096Z Downloaded icu_provider_macros v1.5.0
1782026-07-02T06:10:58.096Z Downloaded crypto-common v0.1.6
1792026-07-02T06:10:58.096Z Downloaded compression-codecs v0.4.38
1802026-07-02T06:10:58.099Z Downloaded crossbeam-utils v0.8.21
1812026-07-02T06:10:58.101Z Downloaded form_urlencoded v1.2.2
1822026-07-02T06:10:58.101Z Downloaded block-buffer v0.10.2
1832026-07-02T06:10:58.104Z Downloaded errno v0.3.10
1842026-07-02T06:10:58.107Z Downloaded fastrand v2.1.1
1852026-07-02T06:10:58.107Z Downloaded dtrace-parser v0.3.0
1862026-07-02T06:10:58.109Z Downloaded futures-core v0.3.32
1872026-07-02T06:10:58.110Z Downloaded equivalent v1.0.0
1882026-07-02T06:10:58.113Z Downloaded sha1 v0.10.6
1892026-07-02T06:10:58.117Z Downloaded hostname v0.4.2
1902026-07-02T06:10:58.117Z Downloaded newline-converter v0.3.0
1912026-07-02T06:10:58.117Z Downloaded scopeguard v1.2.0
1922026-07-02T06:10:58.120Z Downloaded futures-macro v0.3.32
1932026-07-02T06:10:58.122Z Downloaded stable_deref_trait v1.2.0
1942026-07-02T06:10:58.123Z Downloaded bitflags v2.11.0
1952026-07-02T06:10:58.126Z Downloaded sha1 v0.11.0
1962026-07-02T06:10:58.126Z Downloaded block-buffer v0.12.0
1972026-07-02T06:10:58.129Z Downloaded buf-list v1.1.2
1982026-07-02T06:10:58.129Z Downloaded scroll_derive v0.13.1
1992026-07-02T06:10:58.131Z Downloaded schema v0.1.0
2002026-07-02T06:10:58.134Z Downloaded crc32fast v1.5.0
2012026-07-02T06:10:58.134Z Downloaded const-oid v0.10.2
2022026-07-02T06:10:58.137Z Downloaded slog-bunyan v2.5.0
2032026-07-02T06:10:58.137Z Downloaded digest v0.10.7
2042026-07-02T06:10:58.139Z Downloaded shlex v1.3.0
2052026-07-02T06:10:58.140Z Downloaded jobserver v0.1.34
2062026-07-02T06:10:58.140Z Downloaded powerfmt v0.2.0
2072026-07-02T06:10:58.142Z Downloaded simple-mermaid v0.2.0
2082026-07-02T06:10:58.142Z Downloaded ppv-lite86 v0.2.15
2092026-07-02T06:10:58.145Z Downloaded pin-project-lite v0.2.12
2102026-07-02T06:10:58.148Z Downloaded target-triple v1.0.0
2112026-07-02T06:10:58.148Z Downloaded sync_wrapper v1.0.1
2122026-07-02T06:10:58.148Z Downloaded subtle v2.5.0
2132026-07-02T06:10:58.150Z Downloaded thread_local v1.1.4
2142026-07-02T06:10:58.153Z Downloaded tokio-macros v2.7.0
2152026-07-02T06:10:58.153Z Downloaded take_mut v0.2.2
2162026-07-02T06:10:58.156Z Downloaded tinyvec_macros v0.1.0
2172026-07-02T06:10:58.157Z Downloaded thread-id v5.0.0
2182026-07-02T06:10:58.160Z Downloaded pest_derive v2.8.1
2192026-07-02T06:10:58.160Z Downloaded serde_path_to_error v0.1.20
2202026-07-02T06:10:58.160Z Downloaded schemars_derive v0.8.22
2212026-07-02T06:10:58.162Z Downloaded log v0.4.17
2222026-07-02T06:10:58.162Z Downloaded futures-io v0.3.32
2232026-07-02T06:10:58.163Z Downloaded futures-executor v0.3.32
2242026-07-02T06:10:58.165Z Downloaded generic-array v0.14.5
2252026-07-02T06:10:58.165Z Downloaded byteorder v1.4.3
2262026-07-02T06:10:58.168Z Downloaded lock_api v0.4.6
2272026-07-02T06:10:58.168Z Downloaded icu_provider v1.5.0
2282026-07-02T06:10:58.171Z Downloaded icu_locid_transform v1.5.0
2292026-07-02T06:10:58.171Z Downloaded dyn-clone v1.0.4
2302026-07-02T06:10:58.171Z Downloaded time-core v0.1.8
2312026-07-02T06:10:58.174Z Downloaded console v0.15.7
2322026-07-02T06:10:58.174Z Downloaded parking_lot v0.12.1
2332026-07-02T06:10:58.177Z Downloaded glob v0.3.0
2342026-07-02T06:10:58.177Z Downloaded simd-adler32 v0.3.7
2352026-07-02T06:10:58.179Z Downloaded iana-time-zone v0.1.47
2362026-07-02T06:10:58.179Z Downloaded hyper-rustls v0.27.9
2372026-07-02T06:10:58.179Z Downloaded http-body-util v0.1.3
2382026-07-02T06:10:58.182Z Downloaded tower-layer v0.3.3
2392026-07-02T06:10:58.182Z Downloaded camino v1.2.4
2402026-07-02T06:10:58.185Z Downloaded signal-hook-registry v1.4.0
2412026-07-02T06:10:58.185Z Downloaded rustversion v1.0.22
2422026-07-02T06:10:58.188Z Downloaded hybrid-array v0.4.8
2432026-07-02T06:10:58.188Z Downloaded sha2 v0.10.8
2442026-07-02T06:10:58.190Z Downloaded cmake v0.1.58
2452026-07-02T06:10:58.190Z Downloaded quote v1.0.46
2462026-07-02T06:10:58.193Z Downloaded pest_generator v2.8.1
2472026-07-02T06:10:58.193Z Downloaded try-lock v0.2.3
2482026-07-02T06:10:58.193Z Downloaded tower-service v0.3.3
2492026-07-02T06:10:58.193Z Downloaded futures-channel v0.3.32
2502026-07-02T06:10:58.196Z Downloaded erased-serde v0.3.31
2512026-07-02T06:10:58.196Z Downloaded untrusted v0.7.1
2522026-07-02T06:10:58.196Z Downloaded serde_urlencoded v0.7.1
2532026-07-02T06:10:58.199Z Downloaded usdt-attr-macro v0.6.0
2542026-07-02T06:10:58.199Z Downloaded slog-async v2.8.0
2552026-07-02T06:10:58.199Z Downloaded scroll v0.13.0
2562026-07-02T06:10:58.202Z Downloaded rand_core v0.9.5
2572026-07-02T06:10:58.202Z Downloaded utf8_iter v1.0.4
2582026-07-02T06:10:58.202Z Downloaded slab v0.4.9
2592026-07-02T06:10:58.204Z Downloaded find-msvc-tools v0.1.9
2602026-07-02T06:10:58.205Z Downloaded utf16_iter v1.0.5
2612026-07-02T06:10:58.205Z Downloaded untrusted v0.9.0
2622026-07-02T06:10:58.207Z Downloaded usdt-macro v0.6.0
2632026-07-02T06:10:58.210Z Downloaded serde_tokenstream v0.2.3
2642026-07-02T06:10:58.210Z Downloaded usdt v0.6.0
2652026-07-02T06:10:58.210Z Downloaded quinn-udp v0.5.5
2662026-07-02T06:10:58.213Z Downloaded version_check v0.9.5
2672026-07-02T06:10:58.213Z Downloaded want v0.3.0
2682026-07-02T06:10:58.213Z Downloaded serde_derive_internals v0.29.0
2692026-07-02T06:10:58.245Z Downloaded pest_meta v2.8.1
2702026-07-02T06:10:58.245Z Downloaded waitgroup v0.1.2
2712026-07-02T06:10:58.245Z Downloaded zerofrom v0.1.5
2722026-07-02T06:10:58.245Z Downloaded thiserror v2.0.18
2732026-07-02T06:10:58.246Z Downloaded termcolor v1.1.2
2742026-07-02T06:10:58.247Z Downloaded tinystr v0.7.6
2752026-07-02T06:10:58.247Z Downloaded litemap v0.7.4
2762026-07-02T06:10:58.247Z Downloaded fs_extra v1.3.0
2772026-07-02T06:10:58.247Z Downloaded synstructure v0.13.1
2782026-07-02T06:10:58.247Z Downloaded yoke-derive v0.7.5
2792026-07-02T06:10:58.247Z Downloaded write16 v1.0.0
2802026-07-02T06:10:58.247Z Downloaded httparse v1.10.0
2812026-07-02T06:10:58.247Z Downloaded getrandom v0.2.11
2822026-07-02T06:10:58.247Z Downloaded semver v1.0.28
2832026-07-02T06:10:58.247Z Downloaded ipnet v2.10.0
2842026-07-02T06:10:58.247Z Downloaded memmap2 v0.9.8
2852026-07-02T06:10:58.247Z Downloaded icu_locid_transform_data v1.5.0
2862026-07-02T06:10:58.247Z Downloaded zerofrom-derive v0.1.5
2872026-07-02T06:10:58.249Z Downloaded icu_properties v1.5.1
2882026-07-02T06:10:58.249Z Downloaded time-macros v0.2.27
2892026-07-02T06:10:58.253Z Downloaded icu_locid v1.5.0
2902026-07-02T06:10:58.253Z Downloaded tokio-tungstenite v0.29.0
2912026-07-02T06:10:58.253Z Downloaded rustls-pemfile v2.2.0
2922026-07-02T06:10:58.254Z Downloaded getrandom v0.4.1
2932026-07-02T06:10:58.257Z Downloaded unicode-width v0.1.9
2942026-07-02T06:10:58.257Z Downloaded toml_writer v1.1.1+spec-1.1.0
2952026-07-02T06:10:58.257Z Downloaded smallvec v1.13.2
2962026-07-02T06:10:58.260Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2972026-07-02T06:10:58.260Z Downloaded slog-json v2.6.1
2982026-07-02T06:10:58.260Z Downloaded asn1-rs v0.7.1
2992026-07-02T06:10:58.263Z Downloaded thiserror-impl v2.0.18
3002026-07-02T06:10:58.266Z Downloaded tempfile v3.27.0
3012026-07-02T06:10:58.267Z Downloaded spin v0.9.8
3022026-07-02T06:10:58.271Z Downloaded slog-term v2.9.2
3032026-07-02T06:10:58.271Z Downloaded unicase v2.6.0
3042026-07-02T06:10:58.271Z Downloaded rustls-pki-types v1.14.1
3052026-07-02T06:10:58.274Z Downloaded tinyvec v1.5.1
3062026-07-02T06:10:58.274Z Downloaded getrandom v0.3.4
3072026-07-02T06:10:58.276Z Downloaded rustls-native-certs v0.8.3
3082026-07-02T06:10:58.276Z Downloaded event-listener v5.0.0
3092026-07-02T06:10:58.279Z Downloaded num-traits v0.2.14
3102026-07-02T06:10:58.279Z Downloaded rand_chacha v0.9.0
3112026-07-02T06:10:58.282Z Downloaded usdt-impl v0.6.0
3122026-07-02T06:10:58.285Z Downloaded futures v0.3.32
3132026-07-02T06:10:58.288Z Downloaded zeroize v1.8.2
3142026-07-02T06:10:58.291Z Downloaded proc-macro2 v1.0.106
3152026-07-02T06:10:58.293Z Downloaded similar v2.2.1
3162026-07-02T06:10:58.296Z Downloaded yoke v0.7.5
3172026-07-02T06:10:58.296Z Downloaded bytes v1.12.0
3182026-07-02T06:10:58.299Z Downloaded writeable v0.5.5
3192026-07-02T06:10:58.299Z Downloaded trybuild v1.0.117
3202026-07-02T06:10:58.302Z Downloaded socket2 v0.6.3
3212026-07-02T06:10:58.305Z Downloaded socket2 v0.5.9
3222026-07-02T06:10:58.305Z Downloaded zerovec-derive v0.10.3
3232026-07-02T06:10:58.305Z Downloaded schemars v0.8.22
3242026-07-02T06:10:58.311Z Downloaded yasna v0.6.0
3252026-07-02T06:10:58.314Z Downloaded rustls-platform-verifier v0.6.2
3262026-07-02T06:10:58.316Z Downloaded serde_derive v1.0.228
3272026-07-02T06:10:58.316Z Downloaded tokio-rustls v0.26.4
3282026-07-02T06:10:58.319Z Downloaded ucd-trie v0.1.6
3292026-07-02T06:10:58.320Z Downloaded memchr v2.6.0
3302026-07-02T06:10:58.323Z Downloaded der-parser v10.0.0
3312026-07-02T06:10:58.325Z Downloaded zmij v1.0.2
3322026-07-02T06:10:58.325Z Downloaded tracing-core v0.1.32
3332026-07-02T06:10:58.328Z Downloaded slog v2.8.2
3342026-07-02T06:10:58.331Z Downloaded ryu v1.0.5
3352026-07-02T06:10:58.331Z Downloaded once_cell v1.20.1
3362026-07-02T06:10:58.333Z Downloaded uuid v1.23.4
3372026-07-02T06:10:58.333Z Downloaded term v1.1.0
3382026-07-02T06:10:58.337Z Downloaded miniz_oxide v0.8.9
3392026-07-02T06:10:58.337Z Downloaded icu_normalizer v1.5.0
3402026-07-02T06:10:58.340Z Downloaded icu_collections v1.5.0
3412026-07-02T06:10:58.343Z Downloaded flate2 v1.1.9
3422026-07-02T06:10:58.346Z Downloaded tungstenite v0.29.0
3432026-07-02T06:10:58.349Z Downloaded crossbeam-channel v0.5.15
3442026-07-02T06:10:58.351Z Downloaded rcgen v0.14.8
3452026-07-02T06:10:58.354Z Downloaded url v2.5.4
3462026-07-02T06:10:58.354Z Downloaded serde_core v1.0.228
3472026-07-02T06:10:58.357Z Downloaded prettyplease v0.2.37
3482026-07-02T06:10:58.359Z Downloaded http v1.4.2
3492026-07-02T06:10:58.362Z Downloaded unicode-ident v1.0.12
3502026-07-02T06:10:58.362Z Downloaded quinn v0.11.9
3512026-07-02T06:10:58.365Z Downloaded async-compression v0.4.42
3522026-07-02T06:10:58.368Z Downloaded toml v1.1.2+spec-1.1.0
3532026-07-02T06:10:58.370Z Downloaded indexmap v2.14.0
3542026-07-02T06:10:58.373Z Downloaded subprocess v1.2.0
3552026-07-02T06:10:58.376Z Downloaded num-bigint v0.4.3
3562026-07-02T06:10:58.379Z Downloaded minimal-lexical v0.2.1
3572026-07-02T06:10:58.381Z Downloaded toml_parser v1.1.2+spec-1.1.0
3582026-07-02T06:10:58.381Z Downloaded hyper-util v0.1.20
3592026-07-02T06:10:58.384Z Downloaded typenum v1.19.0
3602026-07-02T06:10:58.387Z Downloaded expectorate v1.2.0
3612026-07-02T06:10:58.392Z Downloaded rustls-webpki v0.103.13
3622026-07-02T06:10:58.396Z Downloaded zerocopy-derive v0.8.27
3632026-07-02T06:10:58.409Z Downloaded tracing v0.1.40
3642026-07-02T06:10:58.412Z Downloaded hashbrown v0.17.0
3652026-07-02T06:10:58.416Z Downloaded serde v1.0.228
3662026-07-02T06:10:58.419Z Downloaded nom v7.1.3
3672026-07-02T06:10:58.422Z Downloaded hyper v1.10.1
3682026-07-02T06:10:58.428Z Downloaded h2 v0.4.14
3692026-07-02T06:10:58.432Z Downloaded futures-util v0.3.32
3702026-07-02T06:10:58.439Z Downloaded chrono v0.4.45
3712026-07-02T06:10:58.443Z Downloaded winnow v1.0.0
3722026-07-02T06:10:58.448Z Downloaded tower v0.5.2
3732026-07-02T06:10:58.453Z Downloaded unicode-segmentation v1.10.0
3742026-07-02T06:10:58.456Z Downloaded goblin v0.10.1
3752026-07-02T06:10:58.459Z Downloaded rand v0.9.2
3762026-07-02T06:10:58.462Z Downloaded x509-parser v0.18.0
3772026-07-02T06:10:58.465Z Downloaded time v0.3.47
3782026-07-02T06:10:58.471Z Downloaded pest v2.8.1
3792026-07-02T06:10:58.474Z Downloaded idna v1.0.3
3802026-07-02T06:10:58.477Z Downloaded tokio-util v0.7.18
3812026-07-02T06:10:58.480Z Downloaded iri-string v0.7.8
3822026-07-02T06:10:58.484Z Downloaded tower-http v0.6.8
3832026-07-02T06:10:58.488Z Downloaded aws-lc-rs v1.16.3
3842026-07-02T06:10:58.493Z Downloaded zerovec v0.10.4
3852026-07-02T06:10:58.497Z Downloaded serde_json v1.0.150
3862026-07-02T06:10:58.500Z Downloaded reqwest v0.13.4
3872026-07-02T06:10:58.508Z Downloaded portable-atomic v1.9.0
3882026-07-02T06:10:58.533Z Downloaded icu_properties_data v1.5.0
3892026-07-02T06:10:58.544Z Downloaded quinn-proto v0.11.14
3902026-07-02T06:10:58.574Z Downloaded zerocopy v0.8.27
3912026-07-02T06:10:58.587Z Downloaded syn v2.0.118
3922026-07-02T06:10:58.608Z Downloaded rustix v0.38.44
3932026-07-02T06:10:58.622Z Downloaded tokio v1.52.3
3942026-07-02T06:10:58.646Z Downloaded rustls v0.23.41
3952026-07-02T06:10:58.652Z Downloaded rustix v1.1.4
3962026-07-02T06:10:58.665Z Downloaded openapiv3 v2.2.0
3972026-07-02T06:10:58.710Z Downloaded encoding_rs v0.8.32
3982026-07-02T06:10:58.722Z Downloaded libc v0.2.186
3992026-07-02T06:10:58.775Z Downloaded ring v0.17.13
4002026-07-02T06:10:59.263Z Downloaded aws-lc-sys v0.40.0
4012026-07-02T06:10:59.483Z Compiling proc-macro2 v1.0.106
4022026-07-02T06:10:59.483Z Compiling quote v1.0.46
4032026-07-02T06:10:59.483Z Compiling unicode-ident v1.0.12
4042026-07-02T06:10:59.483Z Compiling libc v0.2.186
4052026-07-02T06:10:59.483Z Compiling cfg-if v1.0.0
4062026-07-02T06:10:59.486Z Compiling itoa v1.0.1
4072026-07-02T06:10:59.486Z Compiling memchr v2.6.0
4082026-07-02T06:10:59.486Z Compiling serde_core v1.0.228
4092026-07-02T06:10:59.486Z 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`
4102026-07-02T06:10:59.487Z 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`
4112026-07-02T06:10:59.487Z 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-02T06:10:59.487Z 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-02T06:10:59.581Z 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`
4142026-07-02T06:10:59.581Z 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`
4152026-07-02T06:10:59.585Z 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`
4162026-07-02T06:10:59.596Z 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-02T06:10:59.657Z Compiling pin-project-lite v0.2.12
4182026-07-02T06:10:59.694Z 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-02T06:10:59.697Z Compiling autocfg v1.1.0
4202026-07-02T06:10:59.703Z 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-02T06:10:59.706Z Compiling version_check v0.9.5
4222026-07-02T06:10:59.713Z 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-02T06:10:59.741Z Compiling bytes v1.12.0
4242026-07-02T06:10:59.744Z 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.0/src/lib.rs --error-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=c8493434df57abe6 -C extra-filename=-ce228de1886e58bf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4252026-07-02T06:10:59.938Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-81dcb56903da448c/build-script-build`
4262026-07-02T06:10:59.946Z Running `/work/oxidecomputer/dropshot/target/debug/build/quote-8e9687b2acb71334/build-script-build`
4272026-07-02T06:10:59.949Z Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-b80ca5d71cc857e3/build-script-build`
4282026-07-02T06:10:59.970Z Compiling smallvec v1.13.2
4292026-07-02T06:10:59.973Z 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`
4302026-07-02T06:10:59.979Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-06eade19d5252546/build-script-build`
4312026-07-02T06:10:59.987Z Compiling futures-core v0.3.32
4322026-07-02T06:10:59.990Z Compiling zmij v1.0.2
4332026-07-02T06:10:59.990Z 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-02T06:10:59.990Z 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`
4352026-07-02T06:10:59.995Z 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)'`
4362026-07-02T06:11:00.021Z 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-02T06:11:00.136Z Compiling serde v1.0.228
4382026-07-02T06:11:00.144Z 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`
4392026-07-02T06:11:00.177Z Compiling thiserror v2.0.18
4402026-07-02T06:11:00.187Z 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`
4412026-07-02T06:11:00.288Z 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-02T06:11:00.291Z Compiling serde_json v1.0.150
4432026-07-02T06:11:00.303Z 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`
4442026-07-02T06:11:00.305Z Running `/work/oxidecomputer/dropshot/target/debug/build/zmij-0b7c0ea1175a8a85/build-script-build`
4452026-07-02T06:11:00.340Z Compiling log v0.4.17
4462026-07-02T06:11:00.343Z 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`
4472026-07-02T06:11:00.389Z Compiling once_cell v1.20.1
4482026-07-02T06:11:00.391Z 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`
4492026-07-02T06:11:00.468Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-12687b424eea7279/build-script-build`
4502026-07-02T06:11:00.501Z Compiling jobserver v0.1.34
4512026-07-02T06:11:00.504Z 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-02T06:11:00.511Z 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)'`
4532026-07-02T06:11:00.541Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-68cf30d5ba1a99ac/build-script-build`
4542026-07-02T06:11:00.543Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-6093beced8b3f5ae/build-script-build`
4552026-07-02T06:11:00.553Z Compiling find-msvc-tools v0.1.9
4562026-07-02T06:11:00.553Z 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`
4572026-07-02T06:11:00.592Z Running `/work/oxidecomputer/dropshot/target/debug/build/log-fd21ab049a3119f3/build-script-build`
4582026-07-02T06:11:00.608Z Compiling parking_lot_core v0.9.4
4592026-07-02T06:11:00.608Z 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`
4602026-07-02T06:11:00.616Z Compiling shlex v1.3.0
4612026-07-02T06:11:00.619Z 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`
4622026-07-02T06:11:00.709Z 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)'`
4632026-07-02T06:11:00.739Z 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-02T06:11:00.808Z Compiling cc v1.2.60
4652026-07-02T06:11:00.808Z Compiling slab v0.4.9
4662026-07-02T06:11:00.816Z 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`
4672026-07-02T06:11:00.820Z 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`
4682026-07-02T06:11:00.846Z Compiling futures-sink v0.3.32
4692026-07-02T06:11:00.848Z 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`
4702026-07-02T06:11:00.895Z Compiling syn v2.0.118
4712026-07-02T06:11:00.900Z 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`
4722026-07-02T06:11:00.943Z Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-37b356ce13e04eea/build-script-build`
4732026-07-02T06:11:00.952Z Compiling typenum v1.19.0
4742026-07-02T06:11:00.957Z 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`
4752026-07-02T06:11:00.962Z Compiling scopeguard v1.2.0
4762026-07-02T06:11:00.965Z 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`
4772026-07-02T06:11:01.005Z 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-02T06:11:01.037Z Compiling dunce v1.0.5
4792026-07-02T06:11:01.040Z 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`
4802026-07-02T06:11:01.067Z Compiling lock_api v0.4.6
4812026-07-02T06:11:01.070Z 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`
4822026-07-02T06:11:01.070Z Running `/work/oxidecomputer/dropshot/target/debug/build/slab-0f4d7e90ef83563a/build-script-build`
4832026-07-02T06:11:01.132Z Compiling fs_extra v1.3.0
4842026-07-02T06:11:01.140Z 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-02T06:11:01.175Z 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-02T06:11:01.292Z Compiling parking_lot v0.12.1
4872026-07-02T06:11:01.300Z 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`
4882026-07-02T06:11:01.328Z Compiling socket2 v0.6.3
4892026-07-02T06:11:01.330Z Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-ebcf70ee54175cec/build-script-build`
4902026-07-02T06:11:01.331Z 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`
4912026-07-02T06:11:01.344Z Compiling mio v1.2.0
4922026-07-02T06:11:01.348Z 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`
4932026-07-02T06:11:01.362Z 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`
4942026-07-02T06:11:01.398Z Compiling signal-hook-registry v1.4.0
4952026-07-02T06:11:01.401Z 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-02T06:11:01.736Z Compiling cmake v0.1.58
4972026-07-02T06:11:01.739Z 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-02T06:11:01.792Z Compiling stable_deref_trait v1.2.0
4992026-07-02T06:11:01.796Z 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`
5002026-07-02T06:11:01.822Z 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`
5012026-07-02T06:11:01.863Z Compiling futures-channel v0.3.32
5022026-07-02T06:11:01.867Z 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`
5032026-07-02T06:11:01.873Z Compiling http v1.4.2
5042026-07-02T06:11:01.873Z 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=8f9b2529d32d74e6 -C extra-filename=-5de68ddc4ed5d971 --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-ce228de1886e58bf.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-d5ee783bcc1e47da.rmeta --cap-lints allow`
5052026-07-02T06:11:01.948Z Compiling getrandom v0.4.1
5062026-07-02T06:11:01.957Z 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`
5072026-07-02T06:11:02.074Z Compiling zeroize v1.8.2
5082026-07-02T06:11:02.077Z 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`
5092026-07-02T06:11:02.090Z Compiling aws-lc-rs v1.16.3
5102026-07-02T06:11:02.094Z 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-02T06:11:02.099Z Compiling futures-task v0.3.32
5122026-07-02T06:11:02.103Z 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`
5132026-07-02T06:11:02.145Z Compiling aws-lc-sys v0.40.0
5142026-07-02T06:11:02.148Z 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`
5152026-07-02T06:11:02.154Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-297bb68ce433dc88/build-script-build`
5162026-07-02T06:11:02.193Z 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-02T06:11:02.226Z Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-0124c2af72caa694/build-script-build`
5182026-07-02T06:11:02.239Z 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`
5192026-07-02T06:11:02.248Z Compiling bitflags v2.11.0
5202026-07-02T06:11:02.256Z 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`
5212026-07-02T06:11:02.273Z Compiling ucd-trie v0.1.6
5222026-07-02T06:11:02.281Z 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`
5232026-07-02T06:11:02.407Z Compiling futures-io v0.3.32
5242026-07-02T06:11:02.411Z 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`
5252026-07-02T06:11:02.480Z 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-02T06:11:02.563Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-559cf37f92e869a4/build-script-build`
5272026-07-02T06:11:02.572Z Compiling rustls-pki-types v1.14.1
5282026-07-02T06:11:02.576Z 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.14.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused_qualifications --warn=unused_import_braces --warn=unused_extern_crates --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=elided_lifetimes_in_paths --check-cfg 'cfg(rustls_pki_types_docsrs)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=2a9032a1791a2f8b -C extra-filename=-a6f78a2f171563f9 --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`
5292026-07-02T06:11:02.581Z 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"))'`
5302026-07-02T06:11:02.603Z Compiling rustversion v1.0.22
5312026-07-02T06:11:02.611Z 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`
5322026-07-02T06:11:02.628Z Compiling zerocopy v0.8.27
5332026-07-02T06:11:02.631Z 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`
5342026-07-02T06:11:02.900Z Compiling httparse v1.10.0
5352026-07-02T06:11:02.903Z 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`
5362026-07-02T06:11:02.964Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustversion-7d5933f3812a88cb/build-script-build`
5372026-07-02T06:11:03.005Z Compiling errno v0.3.10
5382026-07-02T06:11:03.008Z 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`
5392026-07-02T06:11:03.023Z Running `/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d518df8b61b92a1/build-script-main`
5402026-07-02T06:11:03.032Z Running `/work/oxidecomputer/dropshot/target/debug/build/zerocopy-ca84adbc04fe817e/build-script-build`
5412026-07-02T06:11:03.061Z Compiling crossbeam-utils v0.8.21
5422026-07-02T06:11:03.065Z 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`
5432026-07-02T06:11:03.071Z Compiling writeable v0.5.5
5442026-07-02T06:11:03.074Z 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`
5452026-07-02T06:11:03.154Z Compiling rustix v1.1.4
5462026-07-02T06:11:03.158Z 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`
5472026-07-02T06:11:03.261Z Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-71443f14b00e84a9/build-script-build`
5482026-07-02T06:11:03.302Z Compiling litemap v0.7.4
5492026-07-02T06:11:03.306Z 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`
5502026-07-02T06:11:03.355Z 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`
5512026-07-02T06:11:03.380Z Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-735ddb569a0e6bfd/build-script-build`
5522026-07-02T06:11:03.393Z 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"))'`
5532026-07-02T06:11:03.514Z Compiling generic-array v0.14.5
5542026-07-02T06:11:03.518Z 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-02T06:11:03.533Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-bc5ee6fa9ee305a1/build-script-build`
5562026-07-02T06:11:03.713Z Compiling equivalent v1.0.0
5572026-07-02T06:11:03.716Z 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`
5582026-07-02T06:11:03.752Z Compiling powerfmt v0.2.0
5592026-07-02T06:11:03.756Z 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-02T06:11:03.783Z Compiling synstructure v0.13.1
5612026-07-02T06:11:03.787Z 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-02T06:11:03.795Z Compiling num-conv v0.2.0
5632026-07-02T06:11:03.800Z 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-02T06:11:03.821Z Compiling time-core v0.1.8
5652026-07-02T06:11:03.825Z 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`
5662026-07-02T06:11:03.922Z Compiling hashbrown v0.17.0
5672026-07-02T06:11:03.926Z 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-02T06:11:03.963Z Compiling deranged v0.5.5
5692026-07-02T06:11:03.966Z Compiling time-macros v0.2.27
5702026-07-02T06:11:03.966Z 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`
5712026-07-02T06:11:03.966Z 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`
5722026-07-02T06:11:04.056Z Compiling slog v2.8.2
5732026-07-02T06:11:04.060Z 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`
5742026-07-02T06:11:04.100Z Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-bda21544d8e1148a/build-script-build`
5752026-07-02T06:11:04.149Z 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`
5762026-07-02T06:11:04.289Z 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-02T06:11:04.299Z Compiling http-body v1.0.1
5782026-07-02T06:11:04.303Z 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=98a0921d7d5da329 -C extra-filename=-2e2f28a977edeead --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-ce228de1886e58bf.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5de68ddc4ed5d971.rmeta --cap-lints allow`
5792026-07-02T06:11:04.449Z Compiling indexmap v2.14.0
5802026-07-02T06:11:04.457Z 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-02T06:11:04.493Z Compiling tracing-core v0.1.32
5822026-07-02T06:11:04.496Z 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-02T06:11:04.823Z Compiling untrusted v0.9.0
5842026-07-02T06:11:04.826Z 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`
5852026-07-02T06:11:04.945Z Compiling num_threads v0.1.3
5862026-07-02T06:11:04.948Z 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`
5872026-07-02T06:11:04.983Z Compiling getrandom v0.3.4
5882026-07-02T06:11:04.986Z Compiling rustls v0.23.41
5892026-07-02T06:11:04.986Z 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`
5902026-07-02T06:11:04.986Z 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`
5912026-07-02T06:11:05.032Z Compiling serde_derive v1.0.228
5922026-07-02T06:11:05.035Z 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-02T06:11:05.041Z Compiling thiserror-impl v2.0.18
5942026-07-02T06:11:05.045Z 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-02T06:11:05.051Z Compiling zerofrom-derive v0.1.5
5962026-07-02T06:11:05.059Z 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-02T06:11:05.103Z Compiling tokio-macros v2.7.0
5982026-07-02T06:11:05.106Z 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-02T06:11:05.113Z Compiling yoke-derive v0.7.5
6002026-07-02T06:11:05.115Z 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-02T06:11:05.210Z Compiling zerovec-derive v0.10.3
6022026-07-02T06:11:05.213Z 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-02T06:11:05.339Z Compiling displaydoc v0.2.5
6042026-07-02T06:11:05.342Z 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-02T06:11:05.877Z Compiling tokio v1.52.3
6062026-07-02T06:11:05.880Z 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=3a462e1c2cbe0d09 -C extra-filename=-c6c9eee3f3ec4c9c --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-ce228de1886e58bf.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-02T06:11:06.111Z Compiling futures-macro v0.3.32
6082026-07-02T06:11:06.114Z 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-02T06:11:06.171Z Compiling zerocopy-derive v0.8.27
6102026-07-02T06:11:06.179Z 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-02T06:11:06.273Z Compiling zerofrom v0.1.5
6122026-07-02T06:11:06.273Z Compiling icu_provider_macros v1.5.0
6132026-07-02T06:11:06.276Z 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`
6142026-07-02T06:11:06.276Z 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`
6152026-07-02T06:11:06.305Z 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-02T06:11:06.396Z Compiling yoke v0.7.5
6172026-07-02T06:11:06.399Z 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`
6182026-07-02T06:11:06.407Z Compiling pest v2.8.1
6192026-07-02T06:11:06.410Z 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-02T06:11:06.587Z Compiling zerovec v0.10.4
6212026-07-02T06:11:06.590Z 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-02T06:11:06.860Z Compiling percent-encoding v2.3.2
6232026-07-02T06:11:06.864Z 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`
6242026-07-02T06:11:06.959Z Compiling futures-util v0.3.32
6252026-07-02T06:11:06.962Z 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`
6262026-07-02T06:11:07.060Z Compiling icu_locid_transform_data v1.5.0
6272026-07-02T06:11:07.063Z 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`
6282026-07-02T06:11:07.131Z Compiling fastrand v2.1.1
6292026-07-02T06:11:07.134Z 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`
6302026-07-02T06:11:07.402Z Compiling tinystr v0.7.6
6312026-07-02T06:11:07.405Z 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`
6322026-07-02T06:11:07.413Z 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)'`
6332026-07-02T06:11:07.493Z Compiling pest_meta v2.8.1
6342026-07-02T06:11:07.496Z 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`
6352026-07-02T06:11:07.602Z Compiling icu_locid v1.5.0
6362026-07-02T06:11:07.607Z 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`
6372026-07-02T06:11:07.678Z Compiling rustix v0.38.44
6382026-07-02T06:11:07.683Z 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`
6392026-07-02T06:11:07.745Z 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)'`
6402026-07-02T06:11:08.034Z 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)'`
6412026-07-02T06:11:08.265Z Compiling pest_generator v2.8.1
6422026-07-02T06:11:08.268Z 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`
6432026-07-02T06:11:08.510Z Compiling icu_provider v1.5.0
6442026-07-02T06:11:08.513Z 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`
6452026-07-02T06:11:08.531Z Compiling atomic-waker v1.1.2
6462026-07-02T06:11:08.534Z 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`
6472026-07-02T06:11:08.713Z Compiling serde_tokenstream v0.2.3
6482026-07-02T06:11:08.722Z 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`
6492026-07-02T06:11:08.858Z Compiling erased-serde v0.3.31
6502026-07-02T06:11:08.861Z 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`
6512026-07-02T06:11:08.893Z Compiling pest_derive v2.8.1
6522026-07-02T06:11:08.893Z Compiling icu_locid_transform v1.5.0
6532026-07-02T06:11:08.896Z 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`
6542026-07-02T06:11:08.896Z 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`
6552026-07-02T06:11:09.006Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-743d2f7120120ab0/build-script-build`
6562026-07-02T06:11:09.055Z Compiling icu_collections v1.5.0
6572026-07-02T06:11:09.058Z 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`
6582026-07-02T06:11:09.086Z Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-289f56293fb98151/build-script-build`
6592026-07-02T06:11:09.099Z Compiling scroll_derive v0.13.1
6602026-07-02T06:11:09.102Z 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`
6612026-07-02T06:11:09.348Z Compiling time v0.3.47
6622026-07-02T06:11:09.351Z 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`
6632026-07-02T06:11:09.366Z Compiling tracing v0.1.40
6642026-07-02T06:11:09.369Z 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-02T06:11:09.479Z Compiling dtrace-parser v0.3.0
6662026-07-02T06:11:09.482Z 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-02T06:11:09.597Z Compiling tokio-util v0.7.18
6682026-07-02T06:11:09.600Z 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=986ec6ffa94b9ed7 -C extra-filename=-275e4530920e3a38 --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-ce228de1886e58bf.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-c6c9eee3f3ec4c9c.rmeta --cap-lints allow`
6692026-07-02T06:11:09.694Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-79f238ccf64ba69a/build-script-build`
6702026-07-02T06:11:09.707Z 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`
6712026-07-02T06:11:09.990Z 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-02T06:11:10.058Z Compiling thread-id v5.0.0
6732026-07-02T06:11:10.061Z 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-02T06:11:10.141Z Compiling num-traits v0.2.14
6752026-07-02T06:11:10.145Z 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`
6762026-07-02T06:11:10.204Z Compiling fnv v1.0.7
6772026-07-02T06:11:10.207Z 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`
6782026-07-02T06:11:10.269Z Compiling crc32fast v1.5.0
6792026-07-02T06:11:10.273Z 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`
6802026-07-02T06:11:10.300Z Compiling subtle v2.5.0
6812026-07-02T06:11:10.304Z 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`
6822026-07-02T06:11:10.384Z Compiling tower-service v0.3.3
6832026-07-02T06:11:10.388Z 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-02T06:11:10.394Z Compiling byteorder v1.4.3
6852026-07-02T06:11:10.402Z 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`
6862026-07-02T06:11:10.475Z Compiling usdt-impl v0.6.0
6872026-07-02T06:11:10.475Z 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-02T06:11:10.475Z Compiling try-lock v0.2.3
6892026-07-02T06:11:10.475Z 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`
6902026-07-02T06:11:10.475Z Compiling paste v1.0.15
6912026-07-02T06:11:10.475Z 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-02T06:11:10.568Z Compiling base64 v0.22.1
6932026-07-02T06:11:10.572Z 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`
6942026-07-02T06:11:10.578Z Compiling tower-layer v0.3.3
6952026-07-02T06:11:10.581Z 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`
6962026-07-02T06:11:10.612Z Compiling icu_properties_data v1.5.0
6972026-07-02T06:11:10.616Z 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`
6982026-07-02T06:11:10.714Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-f404de320901a67d/build-script-build`
6992026-07-02T06:11:10.727Z Compiling icu_properties v1.5.1
7002026-07-02T06:11:10.730Z 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`
7012026-07-02T06:11:10.737Z Compiling dof v0.4.0
7022026-07-02T06:11:10.740Z 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-02T06:11:10.751Z Running `/work/oxidecomputer/dropshot/target/debug/build/crc32fast-e879fdab4b99266d/build-script-build`
7042026-07-02T06:11:10.779Z Running `/work/oxidecomputer/dropshot/target/debug/build/paste-75ee2529cc1ba230/build-script-build`
7052026-07-02T06:11:10.790Z Compiling want v0.3.0
7062026-07-02T06:11:10.794Z 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`
7072026-07-02T06:11:10.819Z Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-aca83a3ad3f559ab/build-script-build`
7082026-07-02T06:11:10.909Z Compiling h2 v0.4.14
7092026-07-02T06:11:10.918Z 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=c6022552c15d4cc6 -C extra-filename=-78edc01f78872313 --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-ce228de1886e58bf.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-5de68ddc4ed5d971.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-c6c9eee3f3ec4c9c.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-275e4530920e3a38.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-26a2297d20e5c9e5.rmeta --cap-lints allow`
7102026-07-02T06:11:10.963Z Compiling scroll v0.13.0
7112026-07-02T06:11:10.966Z 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-02T06:11:11.030Z 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-02T06:11:11.178Z 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`
7142026-07-02T06:11:11.205Z 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`
7152026-07-02T06:11:11.239Z Compiling hybrid-array v0.4.8
7162026-07-02T06:11:11.242Z 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-02T06:11:11.363Z Compiling unicase v2.6.0
7182026-07-02T06:11:11.366Z 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-02T06:11:11.461Z Compiling write16 v1.0.0
7202026-07-02T06:11:11.464Z 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`
7212026-07-02T06:11:11.559Z Compiling adler2 v2.0.1
7222026-07-02T06:11:11.562Z 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`
7232026-07-02T06:11:11.608Z Compiling icu_normalizer_data v1.5.0
7242026-07-02T06:11:11.612Z 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-02T06:11:11.679Z Compiling plain v0.2.3
7262026-07-02T06:11:11.683Z 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`
7272026-07-02T06:11:11.691Z Compiling httpdate v1.0.1
7282026-07-02T06:11:11.700Z 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`
7292026-07-02T06:11:11.704Z Compiling utf8_iter v1.0.4
7302026-07-02T06:11:11.704Z 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`
7312026-07-02T06:11:11.786Z Compiling utf16_iter v1.0.5
7322026-07-02T06:11:11.790Z 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`
7332026-07-02T06:11:11.848Z Compiling simd-adler32 v0.3.7
7342026-07-02T06:11:11.854Z 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`
7352026-07-02T06:11:11.921Z Compiling goblin v0.10.1
7362026-07-02T06:11:11.924Z 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`
7372026-07-02T06:11:11.941Z Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-b43f6d7864908fb4/build-script-build`
7382026-07-02T06:11:12.052Z Compiling miniz_oxide v0.8.9
7392026-07-02T06:11:12.052Z 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`
7402026-07-02T06:11:12.062Z Compiling rand_core v0.9.5
7412026-07-02T06:11:12.065Z 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-02T06:11:12.066Z 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)'`
7432026-07-02T06:11:12.170Z 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`
7442026-07-02T06:11:12.276Z Compiling icu_normalizer v1.5.0
7452026-07-02T06:11:12.279Z 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`
7462026-07-02T06:11:12.594Z 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"))'`
7472026-07-02T06:11:12.685Z 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)'`
7482026-07-02T06:11:12.729Z Compiling crypto-common v0.1.6
7492026-07-02T06:11:12.732Z 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`
7502026-07-02T06:11:12.773Z Compiling block-buffer v0.10.2
7512026-07-02T06:11:12.782Z 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`
7522026-07-02T06:11:12.856Z Compiling form_urlencoded v1.2.2
7532026-07-02T06:11:12.859Z 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-02T06:11:12.881Z Compiling lazy_static v1.5.0
7552026-07-02T06:11:12.885Z 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`
7562026-07-02T06:11:12.903Z Compiling mime v0.3.16
7572026-07-02T06:11:12.906Z 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`
7582026-07-02T06:11:12.981Z Compiling pretty-hex v0.4.1
7592026-07-02T06:11:12.984Z 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`
7602026-07-02T06:11:13.044Z Compiling hyper v1.10.1
7612026-07-02T06:11:13.053Z 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=4f7feef98601d221 -C extra-filename=-14e9ae5baaaad561 --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-ce228de1886e58bf.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-78edc01f78872313.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5de68ddc4ed5d971.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-2e2f28a977edeead.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-c6c9eee3f3ec4c9c.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-c15107b4aa4b98fe.rmeta --cap-lints allow`
7622026-07-02T06:11:13.102Z Compiling ipnet v2.10.0
7632026-07-02T06:11:13.105Z 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`
7642026-07-02T06:11:13.116Z Compiling openssl-probe v0.2.1
7652026-07-02T06:11:13.119Z 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`
7662026-07-02T06:11:13.128Z Compiling ppv-lite86 v0.2.15
7672026-07-02T06:11:13.131Z 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`
7682026-07-02T06:11:13.184Z Compiling ryu v1.0.5
7692026-07-02T06:11:13.187Z 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`
7702026-07-02T06:11:13.307Z Compiling unicode-width v0.1.9
7712026-07-02T06:11:13.310Z 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`
7722026-07-02T06:11:13.418Z Compiling unicode-segmentation v1.10.0
7732026-07-02T06:11:13.422Z 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`
7742026-07-02T06:11:13.427Z Compiling iana-time-zone v0.1.47
7752026-07-02T06:11:13.427Z 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`
7762026-07-02T06:11:13.500Z Compiling winnow v1.0.0
7772026-07-02T06:11:13.503Z 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`
7782026-07-02T06:11:13.639Z 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`
7792026-07-02T06:11:13.695Z Compiling chrono v0.4.45
7802026-07-02T06:11:13.698Z 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`
7812026-07-02T06:11:13.817Z Compiling newline-converter v0.3.0
7822026-07-02T06:11:13.820Z 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`
7832026-07-02T06:11:13.918Z Compiling toml_parser v1.1.2+spec-1.1.0
7842026-07-02T06:11:13.920Z 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`
7852026-07-02T06:11:13.936Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-6e32bbfdf32017de/build-script-build`
7862026-07-02T06:11:13.939Z Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-3b8fedf1e74ad71d/build-script-build`
7872026-07-02T06:11:13.946Z Compiling console v0.15.7
7882026-07-02T06:11:13.954Z 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`
7892026-07-02T06:11:13.977Z Compiling rand_chacha v0.9.0
7902026-07-02T06:11:13.980Z 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`
7912026-07-02T06:11:14.186Z Compiling hyper-util v0.1.20
7922026-07-02T06:11:14.189Z 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=9e67728f59ae0e43 -C extra-filename=-a9441dd6a0bfe653 --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-ce228de1886e58bf.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-5de68ddc4ed5d971.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-2e2f28a977edeead.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.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-c6c9eee3f3ec4c9c.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`
7932026-07-02T06:11:14.418Z Compiling rustls-native-certs v0.8.3
7942026-07-02T06:11:14.421Z 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=4b12c419b2d574ad -C extra-filename=-c28ea2bdd464e2c6 --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-a6f78a2f171563f9.rmeta --cap-lints allow`
7952026-07-02T06:11:14.580Z Compiling digest v0.10.7
7962026-07-02T06:11:14.583Z 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`
7972026-07-02T06:11:14.640Z Compiling flate2 v1.1.9
7982026-07-02T06:11:14.643Z 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`
7992026-07-02T06:11:14.767Z 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`
8002026-07-02T06:11:14.782Z Compiling idna_adapter v1.2.0
8012026-07-02T06:11:14.785Z 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`
8022026-07-02T06:11:14.874Z 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`
8032026-07-02T06:11:14.927Z Compiling crypto-common v0.2.1
8042026-07-02T06:11:14.930Z 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-02T06:11:15.068Z Compiling block-buffer v0.12.0
8062026-07-02T06:11:15.071Z 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-02T06:11:15.078Z Compiling concurrent-queue v2.5.0
8082026-07-02T06:11:15.081Z 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-02T06:11:15.229Z Compiling serde_derive_internals v0.29.0
8102026-07-02T06:11:15.234Z 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-02T06:11:15.264Z Compiling serde_spanned v1.1.1
8122026-07-02T06:11:15.267Z 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-02T06:11:15.285Z Compiling toml_datetime v1.1.1+spec-1.1.0
8142026-07-02T06:11:15.287Z 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-02T06:11:15.414Z 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-02T06:11:15.598Z Compiling thread_local v1.1.4
8172026-07-02T06:11:15.601Z 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-02T06:11:15.873Z Compiling sync_wrapper v1.0.1
8192026-07-02T06:11:15.873Z 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-02T06:11:15.882Z Compiling multer v3.1.0
8212026-07-02T06:11:15.885Z 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-02T06:11:15.906Z Compiling encoding_rs v0.8.32
8232026-07-02T06:11:15.909Z 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-02T06:11:15.943Z Compiling similar v2.2.1
8252026-07-02T06:11:15.946Z 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`
8262026-07-02T06:11:15.973Z Compiling heck v0.5.0
8272026-07-02T06:11:15.976Z Compiling compression-core v0.4.32
8282026-07-02T06:11:15.982Z 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`
8292026-07-02T06:11:15.986Z 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`
8302026-07-02T06:11:16.120Z Compiling toml_writer v1.1.1+spec-1.1.0
8312026-07-02T06:11:16.123Z 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-02T06:11:16.138Z Compiling match_cfg v0.1.0
8332026-07-02T06:11:16.141Z 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`
8342026-07-02T06:11:16.180Z Compiling camino v1.2.4
8352026-07-02T06:11:16.189Z 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`
8362026-07-02T06:11:16.204Z Compiling semver v1.0.28
8372026-07-02T06:11:16.207Z 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`
8382026-07-02T06:11:16.337Z Compiling parking v2.2.0
8392026-07-02T06:11:16.342Z 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`
8402026-07-02T06:11:16.530Z Compiling const-oid v0.10.2
8412026-07-02T06:11:16.530Z Compiling slog-async v2.8.0
8422026-07-02T06:11:16.534Z 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`
8432026-07-02T06:11:16.534Z 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`
8442026-07-02T06:11:16.554Z Compiling target-triple v1.0.0
8452026-07-02T06:11:16.557Z 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`
8462026-07-02T06:11:16.755Z Compiling schemars v0.8.22
8472026-07-02T06:11:16.758Z 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`
8482026-07-02T06:11:16.771Z Compiling cpufeatures v0.2.17
8492026-07-02T06:11:16.780Z 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`
8502026-07-02T06:11:16.839Z Compiling sha1 v0.10.6
8512026-07-02T06:11:16.842Z 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`
8522026-07-02T06:11:16.843Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-4c19b42c25a8b154/build-script-build`
8532026-07-02T06:11:16.865Z Running `/work/oxidecomputer/dropshot/target/debug/build/target-triple-26d987728bc78027/build-script-build`
8542026-07-02T06:11:16.878Z Compiling digest v0.11.2
8552026-07-02T06:11:16.881Z 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-02T06:11:16.896Z Running `/work/oxidecomputer/dropshot/target/debug/build/camino-130f57fa10a66e54/build-script-build`
8572026-07-02T06:11:16.909Z Compiling event-listener v5.0.0
8582026-07-02T06:11:16.912Z 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`
8592026-07-02T06:11:16.926Z Compiling toml v1.1.2+spec-1.1.0
8602026-07-02T06:11:16.929Z 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`
8612026-07-02T06:11:17.013Z Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-5a26d0f43f746e07/build-script-build`
8622026-07-02T06:11:17.027Z Compiling hostname v0.3.1
8632026-07-02T06:11:17.030Z 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`
8642026-07-02T06:11:17.042Z Running `/work/oxidecomputer/dropshot/target/debug/build/multer-e636b9d747b55e6f/build-script-build`
8652026-07-02T06:11:17.065Z Compiling compression-codecs v0.4.38
8662026-07-02T06:11:17.069Z 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`
8672026-07-02T06:11:17.082Z Compiling schemars_derive v0.8.22
8682026-07-02T06:11:17.091Z 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`
8692026-07-02T06:11:17.161Z Compiling tower v0.5.2
8702026-07-02T06:11:17.164Z 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=4171d2873b545a45 -C extra-filename=-f08d6842ef4a8dc2 --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-c6c9eee3f3ec4c9c.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`
8712026-07-02T06:11:17.204Z Compiling mime_guess v2.0.5
8722026-07-02T06:11:17.207Z 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-02T06:11:17.339Z Compiling idna v1.0.3
8742026-07-02T06:11:17.342Z 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-02T06:11:17.645Z Compiling rand v0.9.2
8762026-07-02T06:11:17.648Z 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-02T06:11:17.656Z 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-02T06:11:17.732Z Compiling usdt-macro v0.6.0
8792026-07-02T06:11:17.736Z 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`
8802026-07-02T06:11:17.844Z Compiling usdt-attr-macro v0.6.0
8812026-07-02T06:11:17.847Z 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`
8822026-07-02T06:11:18.111Z 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)'`
8832026-07-02T06:11:18.255Z Compiling slog-json v2.6.1
8842026-07-02T06:11:18.258Z 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`
8852026-07-02T06:11:18.339Z Compiling futures-executor v0.3.32
8862026-07-02T06:11:18.342Z 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-02T06:11:18.469Z Compiling tempfile v3.27.0
8882026-07-02T06:11:18.473Z 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-02T06:11:18.503Z Compiling async-stream-impl v0.3.6
8902026-07-02T06:11:18.507Z 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-02T06:11:18.535Z Compiling crossbeam-channel v0.5.15
8922026-07-02T06:11:18.539Z 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-02T06:11:18.666Z Compiling http-body-util v0.1.3
8942026-07-02T06:11:18.669Z 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=010b9dee380d2a7d -C extra-filename=-dd07fe1acca62913 --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-ce228de1886e58bf.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-6014f905cb1f1428.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5de68ddc4ed5d971.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-2e2f28a977edeead.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-dc03c7f2a3929925.rmeta --cap-lints allow`
8952026-07-02T06:11:18.763Z Compiling uuid v1.23.4
8962026-07-02T06:11:18.766Z 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-02T06:11:18.895Z Compiling is-terminal v0.4.12
8982026-07-02T06:11:18.898Z 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-02T06:11:18.913Z Compiling memmap2 v0.9.8
9002026-07-02T06:11:18.917Z 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-02T06:11:18.953Z Compiling dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot)
9022026-07-02T06:11:18.962Z 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-02T06:11:18.991Z Compiling iri-string v0.7.8
9042026-07-02T06:11:18.999Z 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-02T06:11:19.078Z Compiling spin v0.9.8
9062026-07-02T06:11:19.082Z 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`
9072026-07-02T06:11:19.136Z Compiling term v1.1.0
9082026-07-02T06:11:19.140Z 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`
9092026-07-02T06:11:19.197Z Compiling data-encoding v2.4.0
9102026-07-02T06:11:19.201Z 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`
9112026-07-02T06:11:19.217Z Compiling take_mut v0.2.2
9122026-07-02T06:11:19.218Z Compiling anyhow v1.0.103
9132026-07-02T06:11:19.221Z Compiling dyn-clone v1.0.4
9142026-07-02T06:11:19.221Z 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`
9152026-07-02T06:11:19.221Z 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`
9162026-07-02T06:11:19.221Z 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`
9172026-07-02T06:11:19.312Z Compiling cpufeatures v0.3.0
9182026-07-02T06:11:19.315Z 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`
9192026-07-02T06:11:19.334Z 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`
9202026-07-02T06:11:19.386Z Compiling sha1 v0.11.0
9212026-07-02T06:11:19.390Z 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`
9222026-07-02T06:11:19.583Z Running `/work/oxidecomputer/dropshot/target/debug/build/anyhow-e648dd1f2c89ec90/build-script-build`
9232026-07-02T06:11:19.644Z Compiling tungstenite v0.29.0
9242026-07-02T06:11:19.647Z 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=dea23ebf7764f504 -C extra-filename=-7e324946a5ee1132 --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-ce228de1886e58bf.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-d81925aa55523fc1.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5de68ddc4ed5d971.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`
9252026-07-02T06:11:19.795Z Compiling slog-term v2.9.2
9262026-07-02T06:11:19.798Z 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`
9272026-07-02T06:11:19.884Z 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`
9282026-07-02T06:11:19.899Z Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-ab5be98a02031aa5/build-script-build`
9292026-07-02T06:11:19.941Z Compiling async-stream v0.3.6
9302026-07-02T06:11:19.944Z 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`
9312026-07-02T06:11:20.034Z 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=9709a8ad87532c7c -C extra-filename=-500fc2351c9def65 --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-ce228de1886e58bf.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-5de68ddc4ed5d971.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`
9322026-07-02T06:11:20.116Z Compiling usdt v0.6.0
9332026-07-02T06:11:20.120Z 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`
9342026-07-02T06:11:20.335Z Compiling tower-http v0.6.8
9352026-07-02T06:11:20.339Z 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=1de52a165cb7f018 -C extra-filename=-faae631b3fbb8fd5 --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-ce228de1886e58bf.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-542641750b1be68f.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5de68ddc4ed5d971.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-2e2f28a977edeead.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-f08d6842ef4a8dc2.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`
9362026-07-02T06:11:20.402Z Compiling atomicwrites v0.4.4
9372026-07-02T06:11:20.405Z 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-02T06:11:20.423Z Compiling futures v0.3.32
9392026-07-02T06:11:20.426Z 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-02T06:11:20.501Z Compiling slog-bunyan v2.5.0
9412026-07-02T06:11:20.505Z 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-02T06:11:20.541Z Compiling serde_urlencoded v0.7.1
9432026-07-02T06:11:20.544Z 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`
9442026-07-02T06:11:20.598Z Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-f7db62862b23b572/build-script-build`
9452026-07-02T06:11:20.616Z Compiling url v2.5.4
9462026-07-02T06:11:20.619Z 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-02T06:11:20.637Z Compiling async-compression v0.4.42
9482026-07-02T06:11:20.637Z 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=915a3ad4610d95e7 -C extra-filename=-8e824d676915d04a --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-c6c9eee3f3ec4c9c.rmeta --cap-lints allow`
9492026-07-02T06:11:20.659Z Compiling event-listener-strategy v0.5.4
9502026-07-02T06:11:20.673Z 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`
9512026-07-02T06:11:20.692Z 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)'`
9522026-07-02T06:11:20.761Z 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"))'`
9532026-07-02T06:11:20.790Z Compiling dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
9542026-07-02T06:11:20.790Z Compiling pem v3.0.6
9552026-07-02T06:11:20.794Z 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`
9562026-07-02T06:11:20.794Z 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-02T06:11:20.834Z Compiling yasna v0.6.0
9582026-07-02T06:11:20.837Z 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-02T06:11:20.951Z Compiling waitgroup v0.1.2
9602026-07-02T06:11:20.955Z 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`
9612026-07-02T06:11:21.092Z Compiling openapiv3 v2.2.0
9622026-07-02T06:11:21.095Z 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`
9632026-07-02T06:11:21.117Z Compiling async-trait v0.1.89
9642026-07-02T06:11:21.120Z 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`
9652026-07-02T06:11:21.178Z Compiling rustls-pemfile v2.2.0
9662026-07-02T06:11:21.181Z 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=55ada82c5092468d -C extra-filename=-2811b0e75a97da16 --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-a6f78a2f171563f9.rmeta --cap-lints allow`
9672026-07-02T06:11:21.381Z Compiling serde_path_to_error v0.1.20
9682026-07-02T06:11:21.384Z 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-02T06:11:21.395Z Compiling hostname v0.4.2
9702026-07-02T06:11:21.398Z 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-02T06:11:21.416Z Compiling glob v0.3.0
9722026-07-02T06:11:21.420Z 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-02T06:11:21.537Z Compiling termcolor v1.1.2
9742026-07-02T06:11:21.540Z 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`
9752026-07-02T06:11:21.594Z Compiling debug-ignore v1.0.5
9762026-07-02T06:11:21.597Z 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-02T06:11:21.702Z Compiling simple-mermaid v0.2.0
9782026-07-02T06:11:21.705Z 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`
9792026-07-02T06:11:21.745Z Compiling trybuild v1.0.117
9802026-07-02T06:11:21.754Z 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`
9812026-07-02T06:11:21.768Z Compiling async-channel v2.5.0
9822026-07-02T06:11:21.777Z 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`
9832026-07-02T06:11:21.866Z 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`
9842026-07-02T06:11:21.897Z Compiling expectorate v1.2.0
9852026-07-02T06:11:21.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=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-02T06:11:21.974Z Compiling tokio-tungstenite v0.29.0
9872026-07-02T06:11:21.977Z 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=1f5c8e2cc8b4be09 -C extra-filename=-ad8bc4276336bf24 --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-c6c9eee3f3ec4c9c.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-7e324946a5ee1132.rmeta --cap-lints allow`
9882026-07-02T06:11:22.045Z 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-02T06:11:22.149Z Compiling subprocess v1.2.0
9902026-07-02T06:11:22.153Z 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-02T06:11:22.265Z Compiling buf-list v1.1.2
9922026-07-02T06:11:22.268Z 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=9b8ce44dd902dd6d -C extra-filename=-0e3ecd9227b74f68 --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-ce228de1886e58bf.rmeta --cap-lints allow`
9932026-07-02T06:11:22.329Z 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-02T06:11:22.446Z Compiling prettyplease v0.2.37
9952026-07-02T06:11:22.449Z 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-02T06:11:22.526Z 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-02T06:11:22.546Z Compiling schema-derive v0.1.0
9982026-07-02T06:11:22.554Z 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-02T06:11:22.701Z Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-c02bf535dfa97c77/build-script-build`
10002026-07-02T06:11:22.714Z 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)'`
10012026-07-02T06:11:22.774Z 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`
10022026-07-02T06:11:22.966Z 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`
10032026-07-02T06:11:23.524Z Compiling schema v0.1.0
10042026-07-02T06:11:23.527Z 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-02T06:11:23.615Z 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-02T06:11:27.350Z Running `/work/oxidecomputer/dropshot/target/debug/build/aws-lc-rs-87a3e0240387b6be/build-script-build`
10072026-07-02T06:11:27.354Z 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`
10082026-07-02T06:11:27.368Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-49dad5cf8c508f46/build-script-build`
10092026-07-02T06:11:27.726Z 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-02T06:11:28.449Z Compiling rustls-webpki v0.103.13
10112026-07-02T06:11:28.449Z Compiling rcgen v0.14.8
10122026-07-02T06:11:28.453Z 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=4a082cfec983ce83 -C extra-filename=-2226c5c34a53c5fa --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-a6f78a2f171563f9.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-02T06:11:28.453Z 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=d9b8afea7209538d -C extra-filename=-cd613d7f7632796a --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-a6f78a2f171563f9.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-02T06:11:28.884Z 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=7bbf5336d5ad2eb4 -C extra-filename=-5c0b5a56cf03cb4e --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-a6f78a2f171563f9.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-2226c5c34a53c5fa.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-02T06:11:31.307Z Compiling tokio-rustls v0.26.4
10162026-07-02T06:11:31.307Z Compiling rustls-platform-verifier v0.6.2
10172026-07-02T06:11:31.310Z 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=fd1feb508004c02c -C extra-filename=-65f245c69150dbbd --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-5c0b5a56cf03cb4e.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10182026-07-02T06:11:31.310Z 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=1258e4a512a6479a -C extra-filename=-bf8aba1d482fc873 --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-5c0b5a56cf03cb4e.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-c28ea2bdd464e2c6.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-2226c5c34a53c5fa.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10192026-07-02T06:11:31.493Z Compiling hyper-rustls v0.27.9
10202026-07-02T06:11:31.502Z 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=6283087543a4e331 -C extra-filename=-9925696ac76c3b01 --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-8e824d676915d04a.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-ce228de1886e58bf.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-5de68ddc4ed5d971.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-dd07fe1acca62913.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a9441dd6a0bfe653.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-500fc2351c9def65.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-5c0b5a56cf03cb4e.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2811b0e75a97da16.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-c6c9eee3f3ec4c9c.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-65f245c69150dbbd.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-275e4530920e3a38.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`
10212026-07-02T06:11:31.511Z 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=140c7db8104b4c47 -C extra-filename=-12a50251aa870423 --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-5de68ddc4ed5d971.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a9441dd6a0bfe653.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-d27a9b5ff6530186.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5c0b5a56cf03cb4e.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-c28ea2bdd464e2c6.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-65f245c69150dbbd.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`
10222026-07-02T06:11:31.681Z Compiling reqwest v0.13.4
10232026-07-02T06:11:31.687Z 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=6d6cd2335d556f71 -C extra-filename=-84cab42a9ca23712 --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-ce228de1886e58bf.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-78edc01f78872313.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-5de68ddc4ed5d971.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-2e2f28a977edeead.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-dd07fe1acca62913.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.rmeta --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-12a50251aa870423.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a9441dd6a0bfe653.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-5c0b5a56cf03cb4e.rmeta --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-a6f78a2f171563f9.rmeta --extern rustls_platform_verifier=/work/oxidecomputer/dropshot/target/debug/deps/librustls_platform_verifier-bf8aba1d482fc873.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-c6c9eee3f3ec4c9c.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-65f245c69150dbbd.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-f08d6842ef4a8dc2.rmeta --extern tower_http=/work/oxidecomputer/dropshot/target/debug/deps/libtower_http-faae631b3fbb8fd5.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-02T06:11:33.780Z 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=0afe1c9d27c78775 -C extra-filename=-6d13ccf31303bc2f --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-8e824d676915d04a.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-0e3ecd9227b74f68.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ce228de1886e58bf.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-5de68ddc4ed5d971.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-dd07fe1acca62913.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-12a50251aa870423.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a9441dd6a0bfe653.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-500fc2351c9def65.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-cd613d7f7632796a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-84cab42a9ca23712.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5c0b5a56cf03cb4e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2811b0e75a97da16.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-a6f78a2f171563f9.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-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-65f245c69150dbbd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-ad8bc4276336bf24.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-275e4530920e3a38.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-02T06:11:36.777Z 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=f7e8aa0a0f6050ef -C extra-filename=-04ad3b1ae6c7fe89 --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-8e824d676915d04a.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-0e3ecd9227b74f68.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ce228de1886e58bf.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-9925696ac76c3b01.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-5de68ddc4ed5d971.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-dd07fe1acca62913.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-12a50251aa870423.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a9441dd6a0bfe653.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-500fc2351c9def65.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-cd613d7f7632796a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-84cab42a9ca23712.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5c0b5a56cf03cb4e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2811b0e75a97da16.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-a6f78a2f171563f9.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-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-65f245c69150dbbd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-ad8bc4276336bf24.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-275e4530920e3a38.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-02T06:11:36.781Z 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=7dc95ece41e027a7 -C extra-filename=-cd49a98b5d027fbb --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-8e824d676915d04a.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-0e3ecd9227b74f68.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ce228de1886e58bf.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-9925696ac76c3b01.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-5de68ddc4ed5d971.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-dd07fe1acca62913.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-12a50251aa870423.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a9441dd6a0bfe653.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-500fc2351c9def65.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-cd613d7f7632796a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-84cab42a9ca23712.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5c0b5a56cf03cb4e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2811b0e75a97da16.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-a6f78a2f171563f9.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-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-65f245c69150dbbd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-ad8bc4276336bf24.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-275e4530920e3a38.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-02T06:11:36.787Z 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=24f66a07ea0672f8 -C extra-filename=-7b585c092b4e6787 --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-8e824d676915d04a.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-0e3ecd9227b74f68.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ce228de1886e58bf.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-9925696ac76c3b01.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-5de68ddc4ed5d971.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-dd07fe1acca62913.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-12a50251aa870423.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a9441dd6a0bfe653.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-500fc2351c9def65.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-cd613d7f7632796a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-84cab42a9ca23712.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5c0b5a56cf03cb4e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2811b0e75a97da16.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-a6f78a2f171563f9.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-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-65f245c69150dbbd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-ad8bc4276336bf24.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-275e4530920e3a38.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-02T06:11:36.790Z 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=1806e59485360c45 -C extra-filename=-2963568e85b6e343 --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-8e824d676915d04a.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-0e3ecd9227b74f68.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ce228de1886e58bf.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-9925696ac76c3b01.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-5de68ddc4ed5d971.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-dd07fe1acca62913.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-12a50251aa870423.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a9441dd6a0bfe653.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-500fc2351c9def65.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-cd613d7f7632796a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-84cab42a9ca23712.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5c0b5a56cf03cb4e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2811b0e75a97da16.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-a6f78a2f171563f9.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-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-65f245c69150dbbd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-ad8bc4276336bf24.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-275e4530920e3a38.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-02T06:11:36.793Z 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=9cfe26b4806e44ac -C extra-filename=-da6fa434c7844496 --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-8e824d676915d04a.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-0e3ecd9227b74f68.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ce228de1886e58bf.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-9925696ac76c3b01.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-5de68ddc4ed5d971.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-dd07fe1acca62913.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-12a50251aa870423.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a9441dd6a0bfe653.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-500fc2351c9def65.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-cd613d7f7632796a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-84cab42a9ca23712.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5c0b5a56cf03cb4e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2811b0e75a97da16.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-a6f78a2f171563f9.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-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-65f245c69150dbbd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-ad8bc4276336bf24.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-275e4530920e3a38.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-02T06:11:36.795Z 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=e226fdb590a8137d -C extra-filename=-044a18606e6f38bc --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-8e824d676915d04a.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-0e3ecd9227b74f68.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ce228de1886e58bf.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-9925696ac76c3b01.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-5de68ddc4ed5d971.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-dd07fe1acca62913.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-12a50251aa870423.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a9441dd6a0bfe653.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-500fc2351c9def65.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-cd613d7f7632796a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-84cab42a9ca23712.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5c0b5a56cf03cb4e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2811b0e75a97da16.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-a6f78a2f171563f9.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-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-65f245c69150dbbd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-ad8bc4276336bf24.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-275e4530920e3a38.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-02T06:11:36.796Z 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=48c92467311cd143 -C extra-filename=-d3c7de9c0b565b30 --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-8e824d676915d04a.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-0e3ecd9227b74f68.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ce228de1886e58bf.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-9925696ac76c3b01.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-5de68ddc4ed5d971.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-dd07fe1acca62913.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-12a50251aa870423.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a9441dd6a0bfe653.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-500fc2351c9def65.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-cd613d7f7632796a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-84cab42a9ca23712.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5c0b5a56cf03cb4e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2811b0e75a97da16.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-a6f78a2f171563f9.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-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-65f245c69150dbbd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-ad8bc4276336bf24.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-275e4530920e3a38.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-02T06:11:47.133Z 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=0022f03b1e09a203 -C extra-filename=-ab4fbb2eb01a506b --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-8e824d676915d04a.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-0e3ecd9227b74f68.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ce228de1886e58bf.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-9925696ac76c3b01.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-5de68ddc4ed5d971.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-dd07fe1acca62913.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-12a50251aa870423.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a9441dd6a0bfe653.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-500fc2351c9def65.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-cd613d7f7632796a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-84cab42a9ca23712.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5c0b5a56cf03cb4e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2811b0e75a97da16.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-a6f78a2f171563f9.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-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-65f245c69150dbbd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-ad8bc4276336bf24.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-275e4530920e3a38.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-02T06:11:47.143Z 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=255a08836344c894 -C extra-filename=-fc7a28318cd4e02b --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-8e824d676915d04a.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-0e3ecd9227b74f68.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ce228de1886e58bf.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-9925696ac76c3b01.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-5de68ddc4ed5d971.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-dd07fe1acca62913.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-12a50251aa870423.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a9441dd6a0bfe653.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-500fc2351c9def65.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-cd613d7f7632796a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-84cab42a9ca23712.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5c0b5a56cf03cb4e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2811b0e75a97da16.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-a6f78a2f171563f9.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-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-65f245c69150dbbd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-ad8bc4276336bf24.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-275e4530920e3a38.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-02T06:11:47.810Z 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=f0f99d12a0ff7389 -C extra-filename=-1374d8e2c8bac67c --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-8e824d676915d04a.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-0e3ecd9227b74f68.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ce228de1886e58bf.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-9925696ac76c3b01.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-5de68ddc4ed5d971.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-dd07fe1acca62913.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-12a50251aa870423.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a9441dd6a0bfe653.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-500fc2351c9def65.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-cd613d7f7632796a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-84cab42a9ca23712.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5c0b5a56cf03cb4e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2811b0e75a97da16.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-a6f78a2f171563f9.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-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-65f245c69150dbbd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-ad8bc4276336bf24.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-275e4530920e3a38.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-02T06:11:47.866Z 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=6fc46b332f5e32cf -C extra-filename=-c4c956bbff19eda5 --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-8e824d676915d04a.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-0e3ecd9227b74f68.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ce228de1886e58bf.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-9925696ac76c3b01.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-5de68ddc4ed5d971.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-dd07fe1acca62913.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-12a50251aa870423.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a9441dd6a0bfe653.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-500fc2351c9def65.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-cd613d7f7632796a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-84cab42a9ca23712.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5c0b5a56cf03cb4e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2811b0e75a97da16.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-a6f78a2f171563f9.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-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-65f245c69150dbbd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-ad8bc4276336bf24.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-275e4530920e3a38.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-02T06:11:48.676Z 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=ee969254fff490bc -C extra-filename=-535c1a804cff7465 --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-8e824d676915d04a.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-0e3ecd9227b74f68.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ce228de1886e58bf.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-9925696ac76c3b01.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-5de68ddc4ed5d971.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-dd07fe1acca62913.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-12a50251aa870423.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a9441dd6a0bfe653.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-500fc2351c9def65.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-cd613d7f7632796a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-84cab42a9ca23712.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5c0b5a56cf03cb4e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2811b0e75a97da16.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-a6f78a2f171563f9.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-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-65f245c69150dbbd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-ad8bc4276336bf24.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-275e4530920e3a38.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-02T06:11:48.858Z 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=3defed20d19392f8 -C extra-filename=-a67cf73977a86a43 --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-8e824d676915d04a.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-0e3ecd9227b74f68.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ce228de1886e58bf.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-9925696ac76c3b01.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-5de68ddc4ed5d971.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-dd07fe1acca62913.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-12a50251aa870423.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a9441dd6a0bfe653.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-500fc2351c9def65.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-cd613d7f7632796a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-84cab42a9ca23712.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5c0b5a56cf03cb4e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2811b0e75a97da16.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-a6f78a2f171563f9.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-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-65f245c69150dbbd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-ad8bc4276336bf24.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-275e4530920e3a38.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-02T06:11:49.570Z 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=1272978247becd94 -C extra-filename=-4b847e6e03df6ff9 --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-8e824d676915d04a.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-0e3ecd9227b74f68.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ce228de1886e58bf.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-9925696ac76c3b01.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-5de68ddc4ed5d971.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-dd07fe1acca62913.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-12a50251aa870423.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a9441dd6a0bfe653.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-500fc2351c9def65.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-cd613d7f7632796a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-84cab42a9ca23712.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5c0b5a56cf03cb4e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2811b0e75a97da16.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-a6f78a2f171563f9.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-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-65f245c69150dbbd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-ad8bc4276336bf24.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-275e4530920e3a38.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-02T06:11:58.752Z 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=59045dfc1cc8010d -C extra-filename=-582afb6450ce092b --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-8e824d676915d04a.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-0e3ecd9227b74f68.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ce228de1886e58bf.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-9925696ac76c3b01.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-5de68ddc4ed5d971.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-dd07fe1acca62913.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-12a50251aa870423.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a9441dd6a0bfe653.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-500fc2351c9def65.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-cd613d7f7632796a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-84cab42a9ca23712.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5c0b5a56cf03cb4e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2811b0e75a97da16.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-a6f78a2f171563f9.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-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-65f245c69150dbbd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-ad8bc4276336bf24.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-275e4530920e3a38.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-02T06:12:00.006Z 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=c6be8047390cf7bf -C extra-filename=-4c69d8ac7b3dcd1d --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-8e824d676915d04a.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-0e3ecd9227b74f68.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ce228de1886e58bf.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-9925696ac76c3b01.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-5de68ddc4ed5d971.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-dd07fe1acca62913.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-12a50251aa870423.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a9441dd6a0bfe653.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-500fc2351c9def65.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-cd613d7f7632796a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-84cab42a9ca23712.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5c0b5a56cf03cb4e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2811b0e75a97da16.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-a6f78a2f171563f9.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-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-65f245c69150dbbd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-ad8bc4276336bf24.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-275e4530920e3a38.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-02T06:12:00.127Z 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=ea815eff2e11a37a -C extra-filename=-5459345c5a81be18 --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-8e824d676915d04a.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-0e3ecd9227b74f68.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ce228de1886e58bf.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-9925696ac76c3b01.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-5de68ddc4ed5d971.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-dd07fe1acca62913.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-12a50251aa870423.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a9441dd6a0bfe653.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-500fc2351c9def65.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-cd613d7f7632796a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-84cab42a9ca23712.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5c0b5a56cf03cb4e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2811b0e75a97da16.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-a6f78a2f171563f9.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-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-65f245c69150dbbd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-ad8bc4276336bf24.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-275e4530920e3a38.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-02T06:12:00.360Z 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=0a565f77e22da77f -C extra-filename=-14a3dcb714f1aad6 --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-8e824d676915d04a.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-0e3ecd9227b74f68.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ce228de1886e58bf.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-9925696ac76c3b01.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-5de68ddc4ed5d971.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-dd07fe1acca62913.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-12a50251aa870423.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a9441dd6a0bfe653.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-500fc2351c9def65.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-cd613d7f7632796a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-84cab42a9ca23712.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5c0b5a56cf03cb4e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2811b0e75a97da16.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-a6f78a2f171563f9.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-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-65f245c69150dbbd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-ad8bc4276336bf24.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-275e4530920e3a38.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-02T06:12:00.405Z 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=ed3e7058c9f0ca55 -C extra-filename=-1a8adee23a30c808 --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-8e824d676915d04a.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-0e3ecd9227b74f68.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ce228de1886e58bf.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-9925696ac76c3b01.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-5de68ddc4ed5d971.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-dd07fe1acca62913.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-12a50251aa870423.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a9441dd6a0bfe653.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-500fc2351c9def65.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-cd613d7f7632796a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-84cab42a9ca23712.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5c0b5a56cf03cb4e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2811b0e75a97da16.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-a6f78a2f171563f9.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-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-65f245c69150dbbd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-ad8bc4276336bf24.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-275e4530920e3a38.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-02T06:12:01.736Z 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=2ee2a24e93f4ce3c -C extra-filename=-2bb2f0e7f8cf7489 --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-8e824d676915d04a.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-0e3ecd9227b74f68.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ce228de1886e58bf.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-9925696ac76c3b01.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-5de68ddc4ed5d971.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-dd07fe1acca62913.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-12a50251aa870423.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a9441dd6a0bfe653.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-500fc2351c9def65.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-cd613d7f7632796a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-84cab42a9ca23712.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5c0b5a56cf03cb4e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2811b0e75a97da16.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-a6f78a2f171563f9.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-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-65f245c69150dbbd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-ad8bc4276336bf24.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-275e4530920e3a38.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-02T06:12:01.952Z 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=602c38eeec374607 -C extra-filename=-15077bfc96b5aa3b --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-8e824d676915d04a.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-0e3ecd9227b74f68.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ce228de1886e58bf.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-9925696ac76c3b01.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-5de68ddc4ed5d971.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-dd07fe1acca62913.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-12a50251aa870423.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a9441dd6a0bfe653.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-500fc2351c9def65.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-cd613d7f7632796a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-84cab42a9ca23712.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5c0b5a56cf03cb4e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2811b0e75a97da16.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-a6f78a2f171563f9.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-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-65f245c69150dbbd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-ad8bc4276336bf24.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-275e4530920e3a38.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-02T06:12:09.880Z 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=7492c0fe9c252a45 -C extra-filename=-52553d57cb0e1b81 --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-8e824d676915d04a.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-0e3ecd9227b74f68.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ce228de1886e58bf.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-9925696ac76c3b01.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-5de68ddc4ed5d971.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-dd07fe1acca62913.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-12a50251aa870423.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a9441dd6a0bfe653.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-500fc2351c9def65.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-cd613d7f7632796a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-84cab42a9ca23712.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5c0b5a56cf03cb4e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2811b0e75a97da16.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-a6f78a2f171563f9.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-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-65f245c69150dbbd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-ad8bc4276336bf24.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-275e4530920e3a38.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-02T06:12:10.631Z 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=c9bcd79b77d5e3f2 -C extra-filename=-f770ebd399e25b6e --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-8e824d676915d04a.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-0e3ecd9227b74f68.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ce228de1886e58bf.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-9925696ac76c3b01.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-5de68ddc4ed5d971.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-dd07fe1acca62913.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-12a50251aa870423.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a9441dd6a0bfe653.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-500fc2351c9def65.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-cd613d7f7632796a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-84cab42a9ca23712.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5c0b5a56cf03cb4e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2811b0e75a97da16.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-a6f78a2f171563f9.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-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-65f245c69150dbbd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-ad8bc4276336bf24.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-275e4530920e3a38.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-02T06:12:11.006Z 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=bfbe0fe5d3c5761d -C extra-filename=-39ef3b45ef94c83b --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-8e824d676915d04a.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-0e3ecd9227b74f68.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ce228de1886e58bf.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-9925696ac76c3b01.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-5de68ddc4ed5d971.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-dd07fe1acca62913.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-12a50251aa870423.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a9441dd6a0bfe653.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-500fc2351c9def65.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-cd613d7f7632796a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-84cab42a9ca23712.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5c0b5a56cf03cb4e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2811b0e75a97da16.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-a6f78a2f171563f9.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-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-65f245c69150dbbd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-ad8bc4276336bf24.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-275e4530920e3a38.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-02T06:12:23.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
10502026-07-02T06:12:23.301Z
10512026-07-02T06:12:23.301Zreal 1:27.166639525
10522026-07-02T06:12:23.301Zuser 7:14.965348858
10532026-07-02T06:12:23.301Zsys 1:14.965289193
10542026-07-02T06:12:23.301Ztrap 0.347964539
10552026-07-02T06:12:23.301Ztflt 0.212922010
10562026-07-02T06:12:23.303Zdflt 0.475085506
10572026-07-02T06:12:23.303Zkflt 0.005953455
10582026-07-02T06:12:23.303Zlock 30:24.113001266
10592026-07-02T06:12:23.303Zslp 28:23.501588690
10602026-07-02T06:12:23.306Zlat 23.490527832
10612026-07-02T06:12:23.306Zstop 54.633390356
10622026-07-02T06:12:23.306Z+ banner test
10632026-07-02T06:12:23.306Z
10642026-07-02T06:12:23.306Z ##### ###### #### #####
10652026-07-02T06:12:23.306Z # # # #
10662026-07-02T06:12:23.306Z # ##### #### #
10672026-07-02T06:12:23.306Z # # # #
10682026-07-02T06:12:23.306Z # # # # #
10692026-07-02T06:12:23.306Z # ###### #### #
10702026-07-02T06:12:23.306Z
10712026-07-02T06:12:23.306Z+ ptime -m cargo test --all-features --locked --verbose
10722026-07-02T06:12:23.525Z Fresh unicode-ident v1.0.12
10732026-07-02T06:12:23.525Z Fresh cfg-if v1.0.0
10742026-07-02T06:12:23.525Z Fresh itoa v1.0.1
10752026-07-02T06:12:23.526Z Fresh memchr v2.6.0
10762026-07-02T06:12:23.530Z Fresh proc-macro2 v1.0.106
10772026-07-02T06:12:23.530Z Fresh pin-project-lite v0.2.12
10782026-07-02T06:12:23.530Z Fresh autocfg v1.1.0
10792026-07-02T06:12:23.530Z Fresh version_check v0.9.5
10802026-07-02T06:12:23.530Z Fresh bytes v1.12.0
10812026-07-02T06:12:23.530Z Fresh quote v1.0.46
10822026-07-02T06:12:23.530Z Fresh libc v0.2.186
10832026-07-02T06:12:23.530Z Fresh smallvec v1.13.2
10842026-07-02T06:12:23.530Z Fresh futures-core v0.3.32
10852026-07-02T06:12:23.530Z Fresh jobserver v0.1.34
10862026-07-02T06:12:23.530Z Fresh serde_derive v1.0.228
10872026-07-02T06:12:23.530Z Fresh zmij v1.0.2
10882026-07-02T06:12:23.530Z Fresh thiserror-impl v2.0.18
10892026-07-02T06:12:23.530Z Fresh synstructure v0.13.1
10902026-07-02T06:12:23.530Z Fresh shlex v1.3.0
10912026-07-02T06:12:23.530Z Fresh find-msvc-tools v0.1.9
10922026-07-02T06:12:23.530Z Fresh thiserror v2.0.18
10932026-07-02T06:12:23.530Z Fresh cc v1.2.60
10942026-07-02T06:12:23.530Z Fresh log v0.4.17
10952026-07-02T06:12:23.530Z Fresh futures-sink v0.3.32
10962026-07-02T06:12:23.530Z Fresh scopeguard v1.2.0
10972026-07-02T06:12:23.531Z Fresh cmake v0.1.58
10982026-07-02T06:12:23.531Z Fresh lock_api v0.4.6
10992026-07-02T06:12:23.531Z Fresh zerofrom-derive v0.1.5
11002026-07-02T06:12:23.531Z Fresh dunce v1.0.5
11012026-07-02T06:12:23.531Z Fresh parking_lot_core v0.9.4
11022026-07-02T06:12:23.531Z Fresh fs_extra v1.3.0
11032026-07-02T06:12:23.531Z Fresh zerofrom v0.1.5
11042026-07-02T06:12:23.531Z Fresh slab v0.4.9
11052026-07-02T06:12:23.531Z Fresh yoke-derive v0.7.5
11062026-07-02T06:12:23.531Z Fresh tokio-macros v2.7.0
11072026-07-02T06:12:23.531Z Fresh typenum v1.19.0
11082026-07-02T06:12:23.531Z Fresh parking_lot v0.12.1
11092026-07-02T06:12:23.531Z Fresh signal-hook-registry v1.4.0
11102026-07-02T06:12:23.532Z Fresh mio v1.2.0
11112026-07-02T06:12:23.532Z Fresh socket2 v0.6.3
11122026-07-02T06:12:23.532Z Fresh stable_deref_trait v1.2.0
11132026-07-02T06:12:23.532Z Fresh tokio v1.52.3
11142026-07-02T06:12:23.532Z Fresh yoke v0.7.5
11152026-07-02T06:12:23.533Z Fresh serde_core v1.0.228
11162026-07-02T06:12:23.533Z Fresh futures-channel v0.3.32
11172026-07-02T06:12:23.533Z Fresh zerovec-derive v0.10.3
11182026-07-02T06:12:23.533Z Fresh http v1.4.2
11192026-07-02T06:12:23.533Z Fresh bitflags v2.11.0
11202026-07-02T06:12:23.533Z Fresh zeroize v1.8.2
11212026-07-02T06:12:23.533Z Fresh zerovec v0.10.4
11222026-07-02T06:12:23.533Z Fresh getrandom v0.4.1
11232026-07-02T06:12:23.533Z Fresh displaydoc v0.2.5
11242026-07-02T06:12:23.533Z Fresh futures-macro v0.3.32
11252026-07-02T06:12:23.533Z Fresh futures-task v0.3.32
11262026-07-02T06:12:23.533Z Fresh futures-io v0.3.32
11272026-07-02T06:12:23.533Z Fresh ucd-trie v0.1.6
11282026-07-02T06:12:23.533Z Fresh rustls-pki-types v1.14.1
11292026-07-02T06:12:23.533Z Fresh errno v0.3.10
11302026-07-02T06:12:23.533Z Fresh pest v2.8.1
11312026-07-02T06:12:23.533Z Fresh serde v1.0.228
11322026-07-02T06:12:23.533Z Fresh futures-util v0.3.32
11332026-07-02T06:12:23.533Z Fresh pest_meta v2.8.1
11342026-07-02T06:12:23.533Z Fresh tinystr v0.7.6
11352026-07-02T06:12:23.534Z Fresh aws-lc-sys v0.40.0
11362026-07-02T06:12:23.534Z Fresh zerocopy-derive v0.8.27
11372026-07-02T06:12:23.534Z Fresh writeable v0.5.5
11382026-07-02T06:12:23.534Z Fresh litemap v0.7.4
11392026-07-02T06:12:23.534Z Fresh aws-lc-rs v1.16.3
11402026-07-02T06:12:23.534Z Fresh rustversion v1.0.22
11412026-07-02T06:12:23.534Z Fresh rustix v1.1.4
11422026-07-02T06:12:23.534Z Fresh zerocopy v0.8.27
11432026-07-02T06:12:23.534Z Fresh pest_generator v2.8.1
11442026-07-02T06:12:23.534Z Fresh httparse v1.10.0
11452026-07-02T06:12:23.534Z Fresh icu_locid v1.5.0
11462026-07-02T06:12:23.535Z Fresh icu_provider_macros v1.5.0
11472026-07-02T06:12:23.535Z Fresh powerfmt v0.2.0
11482026-07-02T06:12:23.535Z Fresh equivalent v1.0.0
11492026-07-02T06:12:23.535Z Fresh hashbrown v0.17.0
11502026-07-02T06:12:23.535Z Fresh num-conv v0.2.0
11512026-07-02T06:12:23.535Z Fresh time-core v0.1.8
11522026-07-02T06:12:23.535Z Fresh fastrand v2.1.1
11532026-07-02T06:12:23.535Z Fresh deranged v0.5.5
11542026-07-02T06:12:23.535Z Fresh indexmap v2.14.0
11552026-07-02T06:12:23.535Z Fresh crossbeam-utils v0.8.21
11562026-07-02T06:12:23.535Z Fresh icu_provider v1.5.0
11572026-07-02T06:12:23.535Z Fresh time-macros v0.2.27
11582026-07-02T06:12:23.535Z Fresh pest_derive v2.8.1
11592026-07-02T06:12:23.535Z Fresh serde_tokenstream v0.2.3
11602026-07-02T06:12:23.535Z Fresh http-body v1.0.1
11612026-07-02T06:12:23.535Z Fresh tracing-core v0.1.32
11622026-07-02T06:12:23.535Z Fresh untrusted v0.9.0
11632026-07-02T06:12:23.535Z Fresh atomic-waker v1.1.2
11642026-07-02T06:12:23.535Z Fresh num_threads v0.1.3
11652026-07-02T06:12:23.535Z Fresh icu_locid_transform_data v1.5.0
11662026-07-02T06:12:23.536Z Fresh percent-encoding v2.3.2
11672026-07-02T06:12:23.536Z Fresh generic-array v0.14.5
11682026-07-02T06:12:23.536Z Fresh icu_locid_transform v1.5.0
11692026-07-02T06:12:23.536Z Fresh rustls-webpki v0.103.13
11702026-07-02T06:12:23.536Z Fresh time v0.3.47
11712026-07-02T06:12:23.536Z Fresh dtrace-parser v0.3.0
11722026-07-02T06:12:23.536Z Fresh tracing v0.1.40
11732026-07-02T06:12:23.536Z Fresh rustix v0.38.44
11742026-07-02T06:12:23.537Z Fresh icu_collections v1.5.0
11752026-07-02T06:12:23.540Z Fresh serde_json v1.0.150
11762026-07-02T06:12:23.540Z Fresh tokio-util v0.7.18
11772026-07-02T06:12:23.540Z Fresh erased-serde v0.3.31
11782026-07-02T06:12:23.540Z Fresh scroll_derive v0.13.1
11792026-07-02T06:12:23.541Z Fresh thread-id v5.0.0
11802026-07-02T06:12:23.541Z Fresh subtle v2.5.0
11812026-07-02T06:12:23.541Z Fresh byteorder v1.4.3
11822026-07-02T06:12:23.541Z Fresh try-lock v0.2.3
11832026-07-02T06:12:23.541Z Fresh base64 v0.22.1
11842026-07-02T06:12:23.541Z Fresh fnv v1.0.7
11852026-07-02T06:12:23.541Z Fresh tower-service v0.3.3
11862026-07-02T06:12:23.541Z Fresh icu_properties_data v1.5.0
11872026-07-02T06:12:23.541Z Fresh tower-layer v0.3.3
11882026-07-02T06:12:23.541Z Fresh h2 v0.4.14
11892026-07-02T06:12:23.541Z Fresh rustls v0.23.41
11902026-07-02T06:12:23.541Z Fresh want v0.3.0
11912026-07-02T06:12:23.541Z Fresh icu_properties v1.5.1
11922026-07-02T06:12:23.541Z Fresh slog v2.8.2
11932026-07-02T06:12:23.541Z Fresh scroll v0.13.0
11942026-07-02T06:12:23.542Z Fresh paste v1.0.15
11952026-07-02T06:12:23.542Z Fresh getrandom v0.3.4
11962026-07-02T06:12:23.542Z Fresh hybrid-array v0.4.8
11972026-07-02T06:12:23.542Z Fresh simd-adler32 v0.3.7
11982026-07-02T06:12:23.542Z Fresh adler2 v2.0.1
11992026-07-02T06:12:23.542Z Fresh unicode-width v0.1.9
12002026-07-02T06:12:23.542Z Fresh icu_normalizer_data v1.5.0
12012026-07-02T06:12:23.542Z Fresh httpdate v1.0.1
12022026-07-02T06:12:23.542Z Fresh plain v0.2.3
12032026-07-02T06:12:23.542Z Fresh utf16_iter v1.0.5
12042026-07-02T06:12:23.542Z Fresh lazy_static v1.5.0
12052026-07-02T06:12:23.542Z Fresh write16 v1.0.0
12062026-07-02T06:12:23.542Z Fresh unicode-segmentation v1.10.0
12072026-07-02T06:12:23.542Z Fresh utf8_iter v1.0.4
12082026-07-02T06:12:23.543Z Fresh miniz_oxide v0.8.9
12092026-07-02T06:12:23.543Z Fresh goblin v0.10.1
12102026-07-02T06:12:23.543Z Fresh hyper v1.10.1
12112026-07-02T06:12:23.543Z Fresh console v0.15.7
12122026-07-02T06:12:23.543Z Fresh icu_normalizer v1.5.0
12132026-07-02T06:12:23.543Z Fresh newline-converter v0.3.0
12142026-07-02T06:12:23.543Z Fresh rand_core v0.9.5
12152026-07-02T06:12:23.543Z Fresh crc32fast v1.5.0
12162026-07-02T06:12:23.543Z Fresh num-traits v0.2.14
12172026-07-02T06:12:23.543Z Fresh form_urlencoded v1.2.2
12182026-07-02T06:12:23.543Z Fresh block-buffer v0.10.2
12192026-07-02T06:12:23.543Z Fresh crypto-common v0.1.6
12202026-07-02T06:12:23.543Z Fresh iana-time-zone v0.1.47
12212026-07-02T06:12:23.543Z Fresh ppv-lite86 v0.2.15
12222026-07-02T06:12:23.543Z Fresh semver v1.0.28
12232026-07-02T06:12:23.543Z Fresh heck v0.5.0
12242026-07-02T06:12:23.543Z Fresh openssl-probe v0.2.1
12252026-07-02T06:12:23.544Z Fresh mime v0.3.16
12262026-07-02T06:12:23.544Z Fresh pretty-hex v0.4.1
12272026-07-02T06:12:23.544Z Fresh similar v2.2.1
12282026-07-02T06:12:23.544Z Fresh winnow v1.0.0
12292026-07-02T06:12:23.544Z Fresh ipnet v2.10.0
12302026-07-02T06:12:23.544Z Fresh rustls-native-certs v0.8.3
12312026-07-02T06:12:23.544Z Fresh rand_chacha v0.9.0
12322026-07-02T06:12:23.544Z Fresh hyper-util v0.1.20
12332026-07-02T06:12:23.544Z Fresh toml_parser v1.1.2+spec-1.1.0
12342026-07-02T06:12:23.544Z Fresh dof v0.4.0
12352026-07-02T06:12:23.544Z Fresh digest v0.10.7
12362026-07-02T06:12:23.544Z Fresh chrono v0.4.45
12372026-07-02T06:12:23.544Z Fresh idna_adapter v1.2.0
12382026-07-02T06:12:23.544Z Fresh flate2 v1.1.9
12392026-07-02T06:12:23.544Z Fresh unicase v2.6.0
12402026-07-02T06:12:23.544Z Fresh block-buffer v0.12.0
12412026-07-02T06:12:23.544Z Fresh crypto-common v0.2.1
12422026-07-02T06:12:23.544Z Fresh tokio-rustls v0.26.4
12432026-07-02T06:12:23.544Z Fresh concurrent-queue v2.5.0
12442026-07-02T06:12:23.544Z Fresh serde_derive_internals v0.29.0
12452026-07-02T06:12:23.544Z Fresh thread_local v1.1.4
12462026-07-02T06:12:23.544Z Fresh sync_wrapper v1.0.1
12472026-07-02T06:12:23.544Z Fresh serde_spanned v1.1.1
12482026-07-02T06:12:23.544Z Fresh toml_datetime v1.1.1+spec-1.1.0
12492026-07-02T06:12:23.544Z Fresh syn v2.0.118
12502026-07-02T06:12:23.545Z Fresh encoding_rs v0.8.32
12512026-07-02T06:12:23.545Z Fresh cpufeatures v0.2.17
12522026-07-02T06:12:23.545Z Fresh match_cfg v0.1.0
12532026-07-02T06:12:23.545Z Fresh const-oid v0.10.2
12542026-07-02T06:12:23.545Z Fresh toml_writer v1.1.1+spec-1.1.0
12552026-07-02T06:12:23.545Z Fresh parking v2.2.0
12562026-07-02T06:12:23.545Z Fresh compression-core v0.4.32
12572026-07-02T06:12:23.545Z Fresh compression-codecs v0.4.38
12582026-07-02T06:12:23.545Z Fresh event-listener v5.0.0
12592026-07-02T06:12:23.545Z Fresh digest v0.11.2
12602026-07-02T06:12:23.545Z Fresh toml v1.1.2+spec-1.1.0
12612026-07-02T06:12:23.545Z Fresh hostname v0.3.1
12622026-07-02T06:12:23.545Z Fresh tower v0.5.2
12632026-07-02T06:12:23.545Z Fresh sha1 v0.10.6
12642026-07-02T06:12:23.545Z Fresh usdt-impl v0.6.0
12652026-07-02T06:12:23.545Z Fresh schemars_derive v0.8.22
12662026-07-02T06:12:23.545Z Fresh idna v1.0.3
12672026-07-02T06:12:23.545Z Fresh ryu v1.0.5
12682026-07-02T06:12:23.545Z Fresh rand v0.9.2
12692026-07-02T06:12:23.545Z Compiling dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
12702026-07-02T06:12:23.545Z Fresh usdt-attr-macro v0.6.0
12712026-07-02T06:12:23.545Z Fresh usdt-macro v0.6.0
12722026-07-02T06:12:23.545Z Fresh slog-json v2.6.1
12732026-07-02T06:12:23.545Z Fresh http-body-util v0.1.3
12742026-07-02T06:12:23.545Z 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`
12752026-07-02T06:12:23.549Z Fresh crossbeam-channel v0.5.15
12762026-07-02T06:12:23.549Z Fresh futures-executor v0.3.32
12772026-07-02T06:12:23.549Z Fresh uuid v1.23.4
12782026-07-02T06:12:23.549Z Fresh async-stream-impl v0.3.6
12792026-07-02T06:12:23.576Z Fresh memmap2 v0.9.8
12802026-07-02T06:12:23.579Z Fresh is-terminal v0.4.12
12812026-07-02T06:12:23.579Z Fresh cpufeatures v0.3.0
12822026-07-02T06:12:23.579Z Fresh iri-string v0.7.8
12832026-07-02T06:12:23.579Z Fresh take_mut v0.2.2
12842026-07-02T06:12:23.579Z Fresh data-encoding v2.4.0
12852026-07-02T06:12:23.579Z Fresh term v1.1.0
12862026-07-02T06:12:23.579Z Fresh dyn-clone v1.0.4
12872026-07-02T06:12:23.579Z Fresh spin v0.9.8
12882026-07-02T06:12:23.579Z Fresh slog-term v2.9.2
12892026-07-02T06:12:23.579Z Fresh slog-async v2.8.0
12902026-07-02T06:12:23.580Z Fresh tungstenite v0.29.0
12912026-07-02T06:12:23.580Z Fresh tower-http v0.6.8
12922026-07-02T06:12:23.580Z Fresh sha1 v0.11.0
12932026-07-02T06:12:23.580Z Fresh multer v3.1.0
12942026-07-02T06:12:23.580Z Fresh schemars v0.8.22
12952026-07-02T06:12:23.580Z Fresh usdt v0.6.0
12962026-07-02T06:12:23.580Z Fresh async-stream v0.3.6
12972026-07-02T06:12:23.580Z Fresh futures v0.3.32
12982026-07-02T06:12:23.580Z Fresh serde_urlencoded v0.7.1
12992026-07-02T06:12:23.581Z Fresh slog-bunyan v2.5.0
13002026-07-02T06:12:23.581Z Fresh url v2.5.4
13012026-07-02T06:12:23.581Z Fresh target-triple v1.0.0
13022026-07-02T06:12:23.585Z Fresh event-listener-strategy v0.5.4
13032026-07-02T06:12:23.585Z Fresh async-compression v0.4.42
13042026-07-02T06:12:23.585Z Fresh camino v1.2.4
13052026-07-02T06:12:23.585Z Fresh hyper-rustls v0.27.9
13062026-07-02T06:12:23.585Z Fresh rustls-platform-verifier v0.6.2
13072026-07-02T06:12:23.585Z Fresh pem v3.0.6
13082026-07-02T06:12:23.585Z Fresh yasna v0.6.0
13092026-07-02T06:12:23.585Z Fresh waitgroup v0.1.2
13102026-07-02T06:12:23.585Z Fresh openapiv3 v2.2.0
13112026-07-02T06:12:23.585Z Fresh rustls-pemfile v2.2.0
13122026-07-02T06:12:23.585Z Fresh async-trait v0.1.89
13132026-07-02T06:12:23.585Z Fresh hostname v0.4.2
13142026-07-02T06:12:23.585Z Fresh serde_path_to_error v0.1.20
13152026-07-02T06:12:23.585Z Fresh simple-mermaid v0.2.0
13162026-07-02T06:12:23.585Z Fresh glob v0.3.0
13172026-07-02T06:12:23.585Z Fresh termcolor v1.1.2
13182026-07-02T06:12:23.587Z Fresh debug-ignore v1.0.5
13192026-07-02T06:12:23.587Z Fresh trybuild v1.0.117
13202026-07-02T06:12:23.587Z Fresh rcgen v0.14.8
13212026-07-02T06:12:23.587Z Fresh reqwest v0.13.4
13222026-07-02T06:12:23.587Z Fresh mime_guess v2.0.5
13232026-07-02T06:12:23.587Z Fresh async-channel v2.5.0
13242026-07-02T06:12:23.587Z Fresh tokio-tungstenite v0.29.0
13252026-07-02T06:12:23.587Z Fresh anyhow v1.0.103
13262026-07-02T06:12:23.587Z Fresh subprocess v1.2.0
13272026-07-02T06:12:23.587Z Fresh buf-list v1.1.2
13282026-07-02T06:12:23.587Z Fresh once_cell v1.20.1
13292026-07-02T06:12:23.587Z Fresh schema-derive v0.1.0
13302026-07-02T06:12:23.587Z Fresh tempfile v3.27.0
13312026-07-02T06:12:23.588Z Fresh schema v0.1.0
13322026-07-02T06:12:23.588Z Fresh atomicwrites v0.4.4
13332026-07-02T06:12:23.588Z Fresh prettyplease v0.2.37
13342026-07-02T06:12:23.588Z Fresh expectorate v1.2.0
13352026-07-02T06:12:24.879Z Compiling dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot)
13362026-07-02T06:12:24.883Z 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=602ef812e556d9ee -C extra-filename=-f7e942287825784b --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-8e824d676915d04a.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-ce228de1886e58bf.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-5de68ddc4ed5d971.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-dd07fe1acca62913.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a9441dd6a0bfe653.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-500fc2351c9def65.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-5c0b5a56cf03cb4e.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2811b0e75a97da16.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-c6c9eee3f3ec4c9c.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-65f245c69150dbbd.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-275e4530920e3a38.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`
13372026-07-02T06:12:24.885Z 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=de12f456889eefdb -C extra-filename=-9617fbdcc65b598e --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-8e824d676915d04a.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-0e3ecd9227b74f68.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ce228de1886e58bf.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-5de68ddc4ed5d971.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-dd07fe1acca62913.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-12a50251aa870423.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a9441dd6a0bfe653.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-500fc2351c9def65.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-cd613d7f7632796a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-84cab42a9ca23712.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5c0b5a56cf03cb4e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2811b0e75a97da16.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-a6f78a2f171563f9.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-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-65f245c69150dbbd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-ad8bc4276336bf24.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-275e4530920e3a38.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`
13382026-07-02T06:12:29.910Z 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=a8b720326fc13693 -C extra-filename=-5120b8fa506379cf --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-8e824d676915d04a.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-0e3ecd9227b74f68.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ce228de1886e58bf.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-f7e942287825784b.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-5de68ddc4ed5d971.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-dd07fe1acca62913.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-12a50251aa870423.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a9441dd6a0bfe653.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-500fc2351c9def65.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-cd613d7f7632796a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-84cab42a9ca23712.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5c0b5a56cf03cb4e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2811b0e75a97da16.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-a6f78a2f171563f9.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-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-65f245c69150dbbd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-ad8bc4276336bf24.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-275e4530920e3a38.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-02T06:12:29.911Z 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=1ddfeab1f8d03ab2 -C extra-filename=-ef69fd61cc53add9 --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-8e824d676915d04a.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-0e3ecd9227b74f68.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ce228de1886e58bf.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-f7e942287825784b.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-5de68ddc4ed5d971.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-dd07fe1acca62913.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-12a50251aa870423.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a9441dd6a0bfe653.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-500fc2351c9def65.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-cd613d7f7632796a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-84cab42a9ca23712.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5c0b5a56cf03cb4e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2811b0e75a97da16.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-a6f78a2f171563f9.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-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-65f245c69150dbbd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-ad8bc4276336bf24.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-275e4530920e3a38.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-02T06:12:29.917Z 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=9e1ac5fc6d37265e -C extra-filename=-c37871732881424f --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-8e824d676915d04a.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-0e3ecd9227b74f68.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ce228de1886e58bf.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-f7e942287825784b.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-5de68ddc4ed5d971.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-dd07fe1acca62913.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-12a50251aa870423.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a9441dd6a0bfe653.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-500fc2351c9def65.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-cd613d7f7632796a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-84cab42a9ca23712.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5c0b5a56cf03cb4e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2811b0e75a97da16.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-a6f78a2f171563f9.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-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-65f245c69150dbbd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-ad8bc4276336bf24.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-275e4530920e3a38.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-02T06:12:29.918Z 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=bc06e3380f365f75 -C extra-filename=-bd40e1a72c863d1b --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-8e824d676915d04a.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-0e3ecd9227b74f68.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ce228de1886e58bf.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-f7e942287825784b.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-5de68ddc4ed5d971.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-dd07fe1acca62913.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-12a50251aa870423.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a9441dd6a0bfe653.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-500fc2351c9def65.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-cd613d7f7632796a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-84cab42a9ca23712.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5c0b5a56cf03cb4e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2811b0e75a97da16.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-a6f78a2f171563f9.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-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-65f245c69150dbbd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-ad8bc4276336bf24.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-275e4530920e3a38.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-02T06:12:29.925Z 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=14d8da6160ebb12b -C extra-filename=-9a443b3ceb418b5e --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-8e824d676915d04a.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-0e3ecd9227b74f68.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ce228de1886e58bf.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-f7e942287825784b.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-5de68ddc4ed5d971.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-dd07fe1acca62913.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-12a50251aa870423.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a9441dd6a0bfe653.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-500fc2351c9def65.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-cd613d7f7632796a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-84cab42a9ca23712.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5c0b5a56cf03cb4e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2811b0e75a97da16.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-a6f78a2f171563f9.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-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-65f245c69150dbbd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-ad8bc4276336bf24.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-275e4530920e3a38.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-02T06:12:29.926Z 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=6864b12969c8fde5 -C extra-filename=-139f4d25342138f1 --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-8e824d676915d04a.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-0e3ecd9227b74f68.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ce228de1886e58bf.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-f7e942287825784b.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-5de68ddc4ed5d971.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-dd07fe1acca62913.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-12a50251aa870423.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a9441dd6a0bfe653.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-500fc2351c9def65.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-cd613d7f7632796a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-84cab42a9ca23712.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5c0b5a56cf03cb4e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2811b0e75a97da16.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-a6f78a2f171563f9.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-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-65f245c69150dbbd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-ad8bc4276336bf24.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-275e4530920e3a38.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-02T06:12:29.928Z 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=b777addf31e5fe62 -C extra-filename=-241fc478e1b4a6b2 --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-8e824d676915d04a.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-0e3ecd9227b74f68.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ce228de1886e58bf.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-f7e942287825784b.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-5de68ddc4ed5d971.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-dd07fe1acca62913.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-12a50251aa870423.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a9441dd6a0bfe653.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-500fc2351c9def65.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-cd613d7f7632796a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-84cab42a9ca23712.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5c0b5a56cf03cb4e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2811b0e75a97da16.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-a6f78a2f171563f9.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-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-65f245c69150dbbd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-ad8bc4276336bf24.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-275e4530920e3a38.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-02T06:12:38.038Z 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=f5b5ee23a6ac5843 -C extra-filename=-331e871917153811 --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-8e824d676915d04a.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-0e3ecd9227b74f68.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ce228de1886e58bf.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-f7e942287825784b.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-5de68ddc4ed5d971.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-dd07fe1acca62913.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-12a50251aa870423.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a9441dd6a0bfe653.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-500fc2351c9def65.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-cd613d7f7632796a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-84cab42a9ca23712.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5c0b5a56cf03cb4e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2811b0e75a97da16.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-a6f78a2f171563f9.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-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-65f245c69150dbbd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-ad8bc4276336bf24.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-275e4530920e3a38.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-02T06:12:38.960Z 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=9e3bbf6ef0426dcd -C extra-filename=-dc96f3947c9f952a --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-8e824d676915d04a.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-0e3ecd9227b74f68.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ce228de1886e58bf.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-f7e942287825784b.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-5de68ddc4ed5d971.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-dd07fe1acca62913.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-12a50251aa870423.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a9441dd6a0bfe653.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-500fc2351c9def65.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-cd613d7f7632796a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-84cab42a9ca23712.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5c0b5a56cf03cb4e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2811b0e75a97da16.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-a6f78a2f171563f9.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-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-65f245c69150dbbd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-ad8bc4276336bf24.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-275e4530920e3a38.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-02T06:12:40.475Z 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=4e700de97b8b5163 -C extra-filename=-976849d0a112985e --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-8e824d676915d04a.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-0e3ecd9227b74f68.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ce228de1886e58bf.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-f7e942287825784b.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-5de68ddc4ed5d971.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-dd07fe1acca62913.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-12a50251aa870423.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a9441dd6a0bfe653.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-500fc2351c9def65.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-cd613d7f7632796a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-84cab42a9ca23712.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5c0b5a56cf03cb4e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2811b0e75a97da16.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-a6f78a2f171563f9.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-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-65f245c69150dbbd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-ad8bc4276336bf24.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-275e4530920e3a38.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-02T06:12:40.770Z 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=22a6b50eef9d55d2 -C extra-filename=-d1debd74bee2c0f8 --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-8e824d676915d04a.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-0e3ecd9227b74f68.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ce228de1886e58bf.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-f7e942287825784b.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-5de68ddc4ed5d971.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-dd07fe1acca62913.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-12a50251aa870423.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a9441dd6a0bfe653.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-500fc2351c9def65.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-cd613d7f7632796a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-84cab42a9ca23712.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5c0b5a56cf03cb4e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2811b0e75a97da16.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-a6f78a2f171563f9.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-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-65f245c69150dbbd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-ad8bc4276336bf24.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-275e4530920e3a38.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-02T06:12:41.339Z 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=2f708a3a3f7b071e -C extra-filename=-5b873390892ddcc1 --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-8e824d676915d04a.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-0e3ecd9227b74f68.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ce228de1886e58bf.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-f7e942287825784b.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-5de68ddc4ed5d971.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-dd07fe1acca62913.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-12a50251aa870423.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a9441dd6a0bfe653.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-500fc2351c9def65.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-cd613d7f7632796a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-84cab42a9ca23712.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5c0b5a56cf03cb4e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2811b0e75a97da16.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-a6f78a2f171563f9.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-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-65f245c69150dbbd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-ad8bc4276336bf24.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-275e4530920e3a38.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-02T06:12:41.703Z 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=960832c3de89fd88 -C extra-filename=-f60d4c40e67b7ff8 --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-8e824d676915d04a.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-0e3ecd9227b74f68.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ce228de1886e58bf.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-f7e942287825784b.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-5de68ddc4ed5d971.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-dd07fe1acca62913.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-12a50251aa870423.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a9441dd6a0bfe653.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-500fc2351c9def65.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-cd613d7f7632796a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-84cab42a9ca23712.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5c0b5a56cf03cb4e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2811b0e75a97da16.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-a6f78a2f171563f9.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-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-65f245c69150dbbd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-ad8bc4276336bf24.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-275e4530920e3a38.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-02T06:12:42.296Z 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=0b997f4c9b48b203 -C extra-filename=-395da6889245e856 --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-8e824d676915d04a.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-0e3ecd9227b74f68.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ce228de1886e58bf.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-f7e942287825784b.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-5de68ddc4ed5d971.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-dd07fe1acca62913.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-12a50251aa870423.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a9441dd6a0bfe653.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-500fc2351c9def65.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-cd613d7f7632796a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-84cab42a9ca23712.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5c0b5a56cf03cb4e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2811b0e75a97da16.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-a6f78a2f171563f9.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-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-65f245c69150dbbd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-ad8bc4276336bf24.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-275e4530920e3a38.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-02T06:12:42.520Z 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=09c9b11865bb4bfe -C extra-filename=-7a32de3fb98d3457 --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-8e824d676915d04a.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-0e3ecd9227b74f68.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ce228de1886e58bf.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-f7e942287825784b.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-5de68ddc4ed5d971.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-dd07fe1acca62913.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-12a50251aa870423.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a9441dd6a0bfe653.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-500fc2351c9def65.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-cd613d7f7632796a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-84cab42a9ca23712.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5c0b5a56cf03cb4e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2811b0e75a97da16.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-a6f78a2f171563f9.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-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-65f245c69150dbbd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-ad8bc4276336bf24.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-275e4530920e3a38.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-02T06:12:50.432Z 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=d6215f9ee4f95a9a -C extra-filename=-b78d846c3add6565 --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-8e824d676915d04a.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-0e3ecd9227b74f68.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ce228de1886e58bf.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-f7e942287825784b.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-5de68ddc4ed5d971.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-dd07fe1acca62913.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-12a50251aa870423.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a9441dd6a0bfe653.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-500fc2351c9def65.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-cd613d7f7632796a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-84cab42a9ca23712.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5c0b5a56cf03cb4e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2811b0e75a97da16.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-a6f78a2f171563f9.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-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-65f245c69150dbbd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-ad8bc4276336bf24.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-275e4530920e3a38.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-02T06:12:51.757Z 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=cacc02dfa3b39b87 -C extra-filename=-edd2004c3eb200cb --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-8e824d676915d04a.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-0e3ecd9227b74f68.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ce228de1886e58bf.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-f7e942287825784b.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-5de68ddc4ed5d971.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-dd07fe1acca62913.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-12a50251aa870423.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a9441dd6a0bfe653.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-500fc2351c9def65.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-cd613d7f7632796a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-84cab42a9ca23712.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5c0b5a56cf03cb4e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2811b0e75a97da16.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-a6f78a2f171563f9.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-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-65f245c69150dbbd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-ad8bc4276336bf24.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-275e4530920e3a38.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-02T06:12:52.412Z 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=05895cb6c36d14fb -C extra-filename=-ba236e4979e8c8a6 --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-8e824d676915d04a.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-0e3ecd9227b74f68.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ce228de1886e58bf.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-f7e942287825784b.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-5de68ddc4ed5d971.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-dd07fe1acca62913.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-12a50251aa870423.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a9441dd6a0bfe653.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-500fc2351c9def65.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-cd613d7f7632796a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-84cab42a9ca23712.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5c0b5a56cf03cb4e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2811b0e75a97da16.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-a6f78a2f171563f9.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-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-65f245c69150dbbd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-ad8bc4276336bf24.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-275e4530920e3a38.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-02T06:12:53.259Z 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=a8b614af43aad1f4 -C extra-filename=-38316ed0ca471ad0 --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-8e824d676915d04a.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-0e3ecd9227b74f68.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ce228de1886e58bf.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-f7e942287825784b.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-5de68ddc4ed5d971.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-dd07fe1acca62913.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-12a50251aa870423.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a9441dd6a0bfe653.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-500fc2351c9def65.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-cd613d7f7632796a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-84cab42a9ca23712.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5c0b5a56cf03cb4e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2811b0e75a97da16.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-a6f78a2f171563f9.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-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-65f245c69150dbbd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-ad8bc4276336bf24.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-275e4530920e3a38.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-02T06:12:53.550Z 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=2247613789d25bda -C extra-filename=-282dedb3c1cd02fb --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-8e824d676915d04a.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-0e3ecd9227b74f68.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ce228de1886e58bf.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-f7e942287825784b.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-5de68ddc4ed5d971.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-dd07fe1acca62913.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-12a50251aa870423.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a9441dd6a0bfe653.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-500fc2351c9def65.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-cd613d7f7632796a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-84cab42a9ca23712.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5c0b5a56cf03cb4e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2811b0e75a97da16.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-a6f78a2f171563f9.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-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-65f245c69150dbbd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-ad8bc4276336bf24.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-275e4530920e3a38.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-02T06:12:54.264Z 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=9e1a40aeeba3658f -C extra-filename=-98f62c18c91bb1f3 --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-8e824d676915d04a.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-0e3ecd9227b74f68.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ce228de1886e58bf.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-f7e942287825784b.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-5de68ddc4ed5d971.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-dd07fe1acca62913.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-12a50251aa870423.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a9441dd6a0bfe653.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-500fc2351c9def65.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-cd613d7f7632796a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-84cab42a9ca23712.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5c0b5a56cf03cb4e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2811b0e75a97da16.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-a6f78a2f171563f9.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-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-65f245c69150dbbd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-ad8bc4276336bf24.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-275e4530920e3a38.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-02T06:12:54.415Z 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=07301d950c33bd4c -C extra-filename=-2fcce79ca5bee40e --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-8e824d676915d04a.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-0e3ecd9227b74f68.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ce228de1886e58bf.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-f7e942287825784b.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-5de68ddc4ed5d971.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-dd07fe1acca62913.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-12a50251aa870423.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a9441dd6a0bfe653.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-500fc2351c9def65.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-cd613d7f7632796a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-84cab42a9ca23712.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5c0b5a56cf03cb4e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2811b0e75a97da16.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-a6f78a2f171563f9.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-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-65f245c69150dbbd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-ad8bc4276336bf24.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-275e4530920e3a38.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-02T06:12:55.692Z 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=9af8229890b6fecb -C extra-filename=-5988b09037cda1f0 --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-8e824d676915d04a.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-0e3ecd9227b74f68.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ce228de1886e58bf.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-f7e942287825784b.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-5de68ddc4ed5d971.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-dd07fe1acca62913.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-12a50251aa870423.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a9441dd6a0bfe653.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-500fc2351c9def65.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-cd613d7f7632796a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-84cab42a9ca23712.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5c0b5a56cf03cb4e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2811b0e75a97da16.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-a6f78a2f171563f9.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-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-65f245c69150dbbd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-ad8bc4276336bf24.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-275e4530920e3a38.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-02T06:13:02.081Z 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=77b2262fea9163f2 -C extra-filename=-75c5c110accad771 --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-8e824d676915d04a.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-0e3ecd9227b74f68.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ce228de1886e58bf.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-f7e942287825784b.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-5de68ddc4ed5d971.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-dd07fe1acca62913.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-12a50251aa870423.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a9441dd6a0bfe653.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-500fc2351c9def65.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-cd613d7f7632796a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-84cab42a9ca23712.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5c0b5a56cf03cb4e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2811b0e75a97da16.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-a6f78a2f171563f9.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-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-65f245c69150dbbd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-ad8bc4276336bf24.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-275e4530920e3a38.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-02T06:13:17.264Z Finished `test` profile [unoptimized + debuginfo] target(s) in 53.95s
13632026-07-02T06:13:17.307Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-9617fbdcc65b598e`
13642026-07-02T06:13:17.311Z
13652026-07-02T06:13:17.311Zrunning 142 tests
13662026-07-02T06:13:17.314Ztest api_description::test::test_endpoint_versions_range ... ok
13672026-07-02T06:13:17.314Ztest api_description::test::test_endpoint_versions_matches ... ok
13682026-07-02T06:13:17.314Ztest api_description::test::test_endpoint_versions_overlaps ... ok
13692026-07-02T06:13:17.314Ztest api_description::test::test_badpath4 - should panic ... ok
13702026-07-02T06:13:17.314Ztest api_description::test::test_tag_config_deserialize_old ... ok
13712026-07-02T06:13:17.314Ztest api_description::test::test_tags_need_one ... ok
13722026-07-02T06:13:17.314Ztest api_description::test::test_badpath3 ... ok
13732026-07-02T06:13:17.314Ztest api_description::test::test_badpath1 ... ok
13742026-07-02T06:13:17.314Ztest api_description::test::test_dup_names ... ok
13752026-07-02T06:13:17.314Ztest api_description::test::test_badpath2 ... ok
13762026-07-02T06:13:17.315Ztest api_description::test::test_tags_just_right ... ok
13772026-07-02T06:13:17.315Ztest api_description::test::test_tags_too_many ... ok
13782026-07-02T06:13:17.315Ztest compression::tests::test_accepts_gzip_encoding_malformed_quality ... ok
13792026-07-02T06:13:17.315Ztest compression::tests::test_accepts_gzip_encoding_basic ... ok
13802026-07-02T06:13:17.315Ztest compression::tests::test_accepts_gzip_encoding_gzip_acceptance_overrides_wildcard_rejection ... ok
13812026-07-02T06:13:17.315Ztest compression::tests::test_accepts_gzip_encoding_ignores_malformed_parameters ... ok
13822026-07-02T06:13:17.315Ztest compression::tests::test_accepts_gzip_encoding_gzip_takes_precedence_over_wildcard ... ok
13832026-07-02T06:13:17.316Ztest compression::tests::test_accepts_gzip_encoding_case_insensitive ... ok
13842026-07-02T06:13:17.316Ztest compression::tests::test_accepts_gzip_encoding_multiple_encodings ... ok
13852026-07-02T06:13:17.316Ztest compression::tests::test_accepts_gzip_encoding_no_header ... ok
13862026-07-02T06:13:17.316Ztest compression::tests::test_accepts_gzip_encoding_multiple_headers ... ok
13872026-07-02T06:13:17.316Ztest compression::tests::test_accepts_gzip_encoding_non_finite_quality_defaults ... ok
13882026-07-02T06:13:17.316Ztest compression::tests::test_accepts_gzip_encoding_prefers_highest_quality ... ok
13892026-07-02T06:13:17.316Ztest compression::tests::test_accepts_gzip_encoding_rejects_zero_quality ... ok
13902026-07-02T06:13:17.316Ztest compression::tests::test_accepts_gzip_encoding_wildcard ... ok
13912026-07-02T06:13:17.317Ztest compression::tests::test_accepts_gzip_encoding_wildcard_rejected ... ok
13922026-07-02T06:13:17.317Ztest compression::tests::test_accepts_gzip_encoding_wildcard_with_quality ... ok
13932026-07-02T06:13:17.317Ztest compression::tests::test_accepts_gzip_encoding_with_spaces ... ok
13942026-07-02T06:13:17.317Ztest compression::tests::test_accepts_gzip_encoding_with_positive_quality ... ok
13952026-07-02T06:13:17.317Ztest compression::tests::test_should_compress_response_already_encoded ... ok
13962026-07-02T06:13:17.317Ztest compression::tests::test_should_compress_response_no_accept_encoding ... ok
13972026-07-02T06:13:17.318Ztest compression::tests::test_should_compress_response_compressible_content_types ... ok
13982026-07-02T06:13:17.318Ztest compression::tests::test_should_compress_response_head_method ... ok
13992026-07-02T06:13:17.318Ztest compression::tests::test_should_compress_response_basic ... ok
14002026-07-02T06:13:17.318Ztest compression::tests::test_should_compress_response_not_modified ... ok
14012026-07-02T06:13:17.318Ztest compression::tests::test_should_compress_response_no_content ... ok
14022026-07-02T06:13:17.318Ztest compression::tests::test_should_compress_response_no_compression_extension ... ok
14032026-07-02T06:13:17.318Ztest compression::tests::test_should_compress_response_non_compressible_content_types ... ok
14042026-07-02T06:13:17.318Ztest compression::tests::test_should_compress_response_no_content_type ... ok
14052026-07-02T06:13:17.318Ztest compression::tests::test_should_compress_response_partial_content ... ok
14062026-07-02T06:13:17.318Ztest compression::tests::test_should_compress_response_rejects_content_range ... ok
14072026-07-02T06:13:17.318Ztest compression::tests::test_should_compress_response_respects_content_length_threshold ... ok
14082026-07-02T06:13:17.323Ztest compression::tests::test_should_compress_response_sse ... ok
14092026-07-02T06:13:17.323Ztest extractor::body::tests::test_typed_body_from ... ok
14102026-07-02T06:13:17.323Ztest error::test::test_serialize_error_response_body ... ok
14112026-07-02T06:13:17.323Ztest extractor::metadata::test::test_metadata_flattened ... ok
14122026-07-02T06:13:17.323Ztest extractor::metadata::test::test_metadata_simple ... ok
14132026-07-02T06:13:17.323Ztest extractor::header::tests::test_header_parsing ... ok
14142026-07-02T06:13:17.323Ztest extractor::metadata::test::test_metadata_flattened_enum ... ok
14152026-07-02T06:13:17.323Ztest from_map::test::test_deep ... ok
14162026-07-02T06:13:17.323Ztest from_map::test::test_case_insensitive ... ok
14172026-07-02T06:13:17.323Ztest extractor::metadata::test::test_metadata_pagination ... ok
14182026-07-02T06:13:17.323Ztest from_map::test::test_lone_literal ... ok
14192026-07-02T06:13:17.323Ztest from_map::test::test_missing_data1 ... ok
14202026-07-02T06:13:17.323Ztest from_map::test::test_missing_data2 ... ok
14212026-07-02T06:13:17.323Ztest compression::tests::test_apply_gzip_compression_avoids_duplicate_vary_entries ... ok
14222026-07-02T06:13:17.323Ztest from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok
14232026-07-02T06:13:17.323Ztest from_map::test::test_types ... ok
14242026-07-02T06:13:17.323Ztest compression::tests::test_apply_gzip_compression_removes_accept_ranges_and_sets_vary ... ok
14252026-07-02T06:13:17.323Ztest logging::test::test_config_bad_file_no_level ... ok
14262026-07-02T06:13:17.323Ztest logging::test::test_config_bad_terminal_bad_level ... ok
14272026-07-02T06:13:17.323Ztest logging::test::test_config_bad_log_mode ... ok
14282026-07-02T06:13:17.323Ztest logging::test::test_config_bad_file_no_file ... ok
14292026-07-02T06:13:17.323Ztest logging::test::test_config_bad_terminal_no_level ... ok
14302026-07-02T06:13:17.323Ztest logging::test::test_config_bad_file_path_exists_fail ... ok
14312026-07-02T06:13:17.323Ztest logging::test::test_config_bad_file_bad_path_type ... ok
14322026-07-02T06:13:17.323Ztest pagination::test::test_pagination_schema ... ok
14332026-07-02T06:13:17.323Ztest pagination::test::test_results_page ... ok
14342026-07-02T06:13:17.323Ztest api_description::test::test_tags_set ... ok
14352026-07-02T06:13:17.323Ztest extractor::body::tests::test_content_plus_json ... ok
14362026-07-02T06:13:17.323Ztest router::test::test_bad_path_segment1 - should panic ... ok
14372026-07-02T06:13:17.323Ztest router::test::test_bad_path_segment2 - should panic ... ok
14382026-07-02T06:13:17.323Ztest router::test::test_bad_path_segment4 - should panic ... ok
14392026-07-02T06:13:17.323Ztest pagination::test::test_pagparams_parsing ... ok
14402026-07-02T06:13:17.323Ztest pagination::test::test_page_token_serialization ... ok
14412026-07-02T06:13:17.323Znote: configured to log to "/tmp/dropshot-9617fbdcc65b598e.3073.file_dir/log.out"
14422026-07-02T06:13:17.324Ztest router::test::test_bogus_regex - should panic ... ok
14432026-07-02T06:13:17.324Ztest router::test::test_duplicate_route2 - should panic ... ok
14442026-07-02T06:13:17.324Ztest router::test::test_bad_path_segment3 - should panic ... ok
14452026-07-02T06:13:17.324Ztest router::test::test_duplicate_route1 - should panic ... ok
14462026-07-02T06:13:17.324Ztest router::test::test_duplicate_route3 - should panic ... ok
14472026-07-02T06:13:17.324Ztest router::test::test_duplicate_route_overlapping_version - should panic ... ok
14482026-07-02T06:13:17.324Ztest logging::test::test_config_stderr_terminal ... ok
14492026-07-02T06:13:17.324Ztest router::test::test_duplicate_route_same_version - should panic ... ok
14502026-07-02T06:13:17.324Ztest router::test::test_duplicate_varname - should panic ... ok
14512026-07-02T06:13:17.324Ztest router::test::test_empty_variable ... ok
14522026-07-02T06:13:17.324Ztest router::test::test_error_cases ... ok
14532026-07-02T06:13:17.324Ztest router::test::test_embedded_non_variable ... ok
14542026-07-02T06:13:17.324Ztest router::test::test_inconsistent_varname - should panic ... ok
14552026-07-02T06:13:17.324Ztest router::test::test_iter ... ok
14562026-07-02T06:13:17.324Ztest router::test::test_literal_after_regex - should panic ... ok
14572026-07-02T06:13:17.324Ztest router::test::test_map_bad_seq ... ok
14582026-07-02T06:13:17.324Ztest router::test::test_iter_null ... ok
14592026-07-02T06:13:17.324Ztest router::test::test_literal_after_variable - should panic ... ok
14602026-07-02T06:13:17.324Ztest router::test::test_map ... ok
14612026-07-02T06:13:17.325Ztest router::test::test_map_bad_value ... ok
14622026-07-02T06:13:17.325Ztest router::test::test_iter2 ... ok
14632026-07-02T06:13:17.325Ztest router::test::test_path_segment ... ok
14642026-07-02T06:13:17.325Ztest router::test::test_router_versioned ... ok
14652026-07-02T06:13:17.325Ztest router::test::test_segments ... ok
14662026-07-02T06:13:17.325Ztest router::test::test_router_basic ... ok
14672026-07-02T06:13:17.325Ztest router::test::test_more_after_regex - should panic ... ok
14682026-07-02T06:13:17.325Ztest router::test::test_variable_name_bad_end - should panic ... ok
14692026-07-02T06:13:17.325Znote: configured to log to "/tmp/dropshot-9617fbdcc65b598e.3073.file_dir/log.out"
14702026-07-02T06:13:17.325Ztest router::test::test_variable_after_literal - should panic ... ok
14712026-07-02T06:13:17.325Ztest router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok
14722026-07-02T06:13:17.325Ztest router::test::test_variable_name_bad_start - should panic ... ok
14732026-07-02T06:13:17.325Ztest router::test::test_variable_rename ... ok
14742026-07-02T06:13:17.325Ztest router::test::test_variables_multi ... ok
14752026-07-02T06:13:17.325Ztest router::test::test_variables_basic ... ok
14762026-07-02T06:13:17.325Ztest router::test::test_variables_glob ... ok
14772026-07-02T06:13:17.325Ztest router::test::test_variable_name_empty - should panic ... ok
14782026-07-02T06:13:17.325Ztest schema_util::test::test_empty_struct ... ok
14792026-07-02T06:13:17.325Ztest schema_util::test::test_additional_properties ... ok
14802026-07-02T06:13:17.325Ztest schema_util::test::test_nullable ... ok
14812026-07-02T06:13:17.325Znote: configured to log to "/tmp/dropshot-9617fbdcc65b598e.3073.file_dir/log.out"
14822026-07-02T06:13:17.325Ztest schema_util::test::test_extension_conversion ... ok
14832026-07-02T06:13:17.326Ztest schema_util::test::test_two_types - should panic ... ok
14842026-07-02T06:13:17.326Ztest schema_util::test::test_embedded_schema ... ok
14852026-07-02T06:13:17.327Ztest test_util::test::test_bunyan_bad_hostname - should panic ... ok
14862026-07-02T06:13:17.327Ztest schema_util::test::test_garbage_barge_structure_conversion ... ok
14872026-07-02T06:13:17.327Ztest test_util::test::test_bunyan_bad_name - should panic ... ok
14882026-07-02T06:13:17.327Ztest logging::test::test_config_file ... ok
14892026-07-02T06:13:17.328Ztest test_util::test::test_bunyan_bad_pid - should panic ... ok
14902026-07-02T06:13:17.328Ztest test_util::test::test_bunyan_bad_v - should panic ... ok
14912026-07-02T06:13:17.328Ztest schema_util::test::test_schema2struct_with_enum_variants ... ok
14922026-07-02T06:13:17.328Ztest test_util::test::test_bunyan_seq_bad_order - should panic ... ok
14932026-07-02T06:13:17.328Ztest test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok
14942026-07-02T06:13:17.328Ztest test_util::test::test_bunyan_easy_cases ... ok
14952026-07-02T06:13:17.328Ztest test_util::test::test_bunyan_seq_easy_cases ... ok
14962026-07-02T06:13:17.328Ztest test_util::test::test_bunyan_seq_lower_violated - should panic ... ok
14972026-07-02T06:13:17.328Ztest to_map::test::test_struct_with_options ... ok
14982026-07-02T06:13:17.328Ztest test_util::test::test_bunyan_seq_upper_violated - should panic ... ok
14992026-07-02T06:13:17.328Ztest to_map::test::test_to_map_seq ... ok
15002026-07-02T06:13:17.328Ztest to_map::test::test_to_map_enum ... ok
15012026-07-02T06:13:17.328Ztest to_map::test::test_to_map_num ... ok
15022026-07-02T06:13:17.328Ztest to_map::test::test_to_map_vec ... ok
15032026-07-02T06:13:17.328Ztest to_map::test::test_to_map_valid ... ok
15042026-07-02T06:13:17.328Ztest type_util::tests::test_commented_ref ... ok
15052026-07-02T06:13:17.328Ztest type_util::tests::test_reflexive_type - should panic ... ok
15062026-07-02T06:13:17.328Ztest type_util::tests::test_recursive_type - should panic ... ok
15072026-07-02T06:13:17.328Ztest websocket::tests::test_ws_upg_task_is_spawned ... ok
15082026-07-02T06:13:17.332Ztest server::test::test_drop_server_without_close_okay ... ok
15092026-07-02T06:13:17.332Ztest server::test::test_server_run_then_close ... ok
15102026-07-02T06:13:17.332Ztest server::test::test_http_acceptor_happy_path ... ok
15112026-07-02T06:13:17.332Z
15122026-07-02T06:13:17.332Ztest result: ok. 142 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
15132026-07-02T06:13:17.333Z
15142026-07-02T06:13:17.333Z Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-331e871917153811`
15152026-07-02T06:13:17.333Z
15162026-07-02T06:13:17.333Zrunning 1 test
15172026-07-02T06:13:17.619Z Compiling proc-macro2 v1.0.106
15182026-07-02T06:13:17.619Z Compiling quote v1.0.46
15192026-07-02T06:13:17.619Z Compiling unicode-ident v1.0.12
15202026-07-02T06:13:17.619Z Compiling libc v0.2.186
15212026-07-02T06:13:17.622Z Checking cfg-if v1.0.0
15222026-07-02T06:13:17.622Z Compiling serde_core v1.0.228
15232026-07-02T06:13:17.622Z Checking itoa v1.0.1
15242026-07-02T06:13:17.708Z Checking pin-project-lite v0.2.12
15252026-07-02T06:13:17.763Z Checking memchr v2.6.0
15262026-07-02T06:13:17.767Z Compiling version_check v0.9.5
15272026-07-02T06:13:17.789Z Compiling autocfg v1.1.0
15282026-07-02T06:13:18.042Z Compiling thiserror v2.0.18
15292026-07-02T06:13:18.148Z Checking bytes v1.12.0
15302026-07-02T06:13:18.153Z Checking futures-core v0.3.32
15312026-07-02T06:13:18.188Z Compiling zmij v1.0.2
15322026-07-02T06:13:18.262Z Checking smallvec v1.13.2
15332026-07-02T06:13:18.443Z Checking once_cell v1.20.1
15342026-07-02T06:13:18.492Z Compiling serde_json v1.0.150
15352026-07-02T06:13:18.503Z Compiling serde v1.0.228
15362026-07-02T06:13:18.546Z Compiling log v0.4.17
15372026-07-02T06:13:18.576Z Compiling jobserver v0.1.34
15382026-07-02T06:13:18.593Z Compiling shlex v1.3.0
15392026-07-02T06:13:18.604Z Compiling find-msvc-tools v0.1.9
15402026-07-02T06:13:18.794Z Compiling parking_lot_core v0.9.4
15412026-07-02T06:13:18.916Z Compiling cc v1.2.60
15422026-07-02T06:13:18.949Z Compiling syn v2.0.118
15432026-07-02T06:13:18.955Z Compiling slab v0.4.9
15442026-07-02T06:13:19.023Z Checking scopeguard v1.2.0
15452026-07-02T06:13:19.048Z Checking futures-sink v0.3.32
15462026-07-02T06:13:19.115Z Compiling typenum v1.19.0
15472026-07-02T06:13:19.120Z Checking lock_api v0.4.6
15482026-07-02T06:13:19.302Z Compiling fs_extra v1.3.0
15492026-07-02T06:13:19.318Z Compiling dunce v1.0.5
15502026-07-02T06:13:19.408Z Checking parking_lot v0.12.1
15512026-07-02T06:13:19.475Z Checking socket2 v0.6.3
15522026-07-02T06:13:19.578Z Checking mio v1.2.0
15532026-07-02T06:13:19.594Z Checking signal-hook-registry v1.4.0
15542026-07-02T06:13:19.654Z Compiling cmake v0.1.58
15552026-07-02T06:13:19.719Z Checking stable_deref_trait v1.2.0
15562026-07-02T06:13:19.747Z Checking futures-channel v0.3.32
15572026-07-02T06:13:19.789Z Checking http v1.4.2
15582026-07-02T06:13:19.855Z Compiling zerocopy v0.8.27
15592026-07-02T06:13:19.946Z Compiling ucd-trie v0.1.6
15602026-07-02T06:13:20.027Z Checking zeroize v1.8.2
15612026-07-02T06:13:20.218Z Checking futures-task v0.3.32
15622026-07-02T06:13:20.340Z Checking futures-io v0.3.32
15632026-07-02T06:13:20.361Z Compiling aws-lc-rs v1.16.3
15642026-07-02T06:13:20.417Z Checking rustls-pki-types v1.14.1
15652026-07-02T06:13:20.462Z Compiling rustversion v1.0.22
15662026-07-02T06:13:20.537Z Compiling httparse v1.10.0
15672026-07-02T06:13:20.955Z Compiling crossbeam-utils v0.8.21
15682026-07-02T06:13:20.958Z Checking litemap v0.7.4
15692026-07-02T06:13:20.970Z Checking writeable v0.5.5
15702026-07-02T06:13:20.981Z Compiling aws-lc-sys v0.40.0
15712026-07-02T06:13:21.180Z Compiling generic-array v0.14.5
15722026-07-02T06:13:21.247Z Checking hashbrown v0.17.0
15732026-07-02T06:13:21.356Z Checking equivalent v1.0.0
15742026-07-02T06:13:21.361Z Compiling time-core v0.1.8
15752026-07-02T06:13:21.436Z Checking powerfmt v0.2.0
15762026-07-02T06:13:21.446Z Compiling num-conv v0.2.0
15772026-07-02T06:13:21.501Z Compiling getrandom v0.4.1
15782026-07-02T06:13:21.576Z Compiling time-macros v0.2.27
15792026-07-02T06:13:21.586Z Checking deranged v0.5.5
15802026-07-02T06:13:21.738Z Checking indexmap v2.14.0
15812026-07-02T06:13:21.844Z Compiling synstructure v0.13.1
15822026-07-02T06:13:21.943Z Compiling slog v2.8.2
15832026-07-02T06:13:22.560Z Checking http-body v1.0.1
15842026-07-02T06:13:22.600Z Checking tracing-core v0.1.32
15852026-07-02T06:13:22.605Z Compiling unicase v2.6.0
15862026-07-02T06:13:22.647Z Checking icu_locid_transform_data v1.5.0
15872026-07-02T06:13:22.710Z Checking untrusted v0.9.0
15882026-07-02T06:13:22.743Z Checking num_threads v0.1.3
15892026-07-02T06:13:22.788Z Compiling getrandom v0.3.4
15902026-07-02T06:13:22.823Z Checking bitflags v2.11.0
15912026-07-02T06:13:22.851Z Compiling rustls v0.23.41
15922026-07-02T06:13:22.911Z Checking atomic-waker v1.1.2
15932026-07-02T06:13:22.939Z Checking percent-encoding v2.3.2
15942026-07-02T06:13:22.984Z Checking time v0.3.47
15952026-07-02T06:13:22.990Z Checking tracing v0.1.40
15962026-07-02T06:13:23.154Z Compiling num-traits v0.2.14
15972026-07-02T06:13:23.226Z Checking fnv v1.0.7
15982026-07-02T06:13:23.312Z Checking subtle v2.5.0
15992026-07-02T06:13:23.408Z Checking try-lock v0.2.3
16002026-07-02T06:13:23.442Z Checking base64 v0.22.1
16012026-07-02T06:13:23.495Z Compiling usdt-impl v0.6.0
16022026-07-02T06:13:23.535Z Checking icu_properties_data v1.5.0
16032026-07-02T06:13:23.613Z Compiling crc32fast v1.5.0
16042026-07-02T06:13:23.663Z Checking tower-service v0.3.3
16052026-07-02T06:13:23.678Z Checking tower-layer v0.3.3
16062026-07-02T06:13:23.770Z Checking want v0.3.0
16072026-07-02T06:13:23.929Z Checking hybrid-array v0.4.8
16082026-07-02T06:13:23.958Z Checking errno v0.3.10
16092026-07-02T06:13:24.006Z Compiling thread-id v5.0.0
16102026-07-02T06:13:24.057Z Checking icu_normalizer_data v1.5.0
16112026-07-02T06:13:24.067Z Checking utf16_iter v1.0.5
16122026-07-02T06:13:24.073Z Checking plain v0.2.3
16132026-07-02T06:13:24.081Z Compiling byteorder v1.4.3
16142026-07-02T06:13:24.118Z Checking httpdate v1.0.1
16152026-07-02T06:13:24.149Z Checking simd-adler32 v0.3.7
16162026-07-02T06:13:24.159Z Checking utf8_iter v1.0.4
16172026-07-02T06:13:24.165Z Checking write16 v1.0.0
16182026-07-02T06:13:24.242Z Compiling rustix v1.1.4
16192026-07-02T06:13:24.260Z Compiling serde_derive v1.0.228
16202026-07-02T06:13:24.268Z Compiling thiserror-impl v2.0.18
16212026-07-02T06:13:24.280Z Compiling zerofrom-derive v0.1.5
16222026-07-02T06:13:24.296Z Compiling tokio-macros v2.7.0
16232026-07-02T06:13:24.374Z Compiling yoke-derive v0.7.5
16242026-07-02T06:13:24.380Z Compiling zerovec-derive v0.10.3
16252026-07-02T06:13:24.705Z Compiling displaydoc v0.2.5
16262026-07-02T06:13:25.494Z Checking tokio v1.52.3
16272026-07-02T06:13:25.982Z Compiling futures-macro v0.3.32
16282026-07-02T06:13:25.991Z Compiling zerocopy-derive v0.8.27
16292026-07-02T06:13:26.299Z Compiling icu_provider_macros v1.5.0
16302026-07-02T06:13:26.540Z Compiling pest v2.8.1
16312026-07-02T06:13:26.613Z Checking zerofrom v0.1.5
16322026-07-02T06:13:26.729Z Checking yoke v0.7.5
16332026-07-02T06:13:26.910Z Checking zerovec v0.10.4
16342026-07-02T06:13:27.239Z Checking futures-util v0.3.32
16352026-07-02T06:13:27.278Z Compiling scroll_derive v0.13.1
16362026-07-02T06:13:27.595Z Compiling pest_meta v2.8.1
16372026-07-02T06:13:27.850Z Checking tinystr v0.7.6
16382026-07-02T06:13:28.024Z Checking icu_locid v1.5.0
16392026-07-02T06:13:28.466Z Compiling pest_generator v2.8.1
16402026-07-02T06:13:28.620Z Checking icu_provider v1.5.0
16412026-07-02T06:13:28.641Z Checking erased-serde v0.3.31
16422026-07-02T06:13:28.922Z Checking icu_locid_transform v1.5.0
16432026-07-02T06:13:29.032Z Checking tokio-util v0.7.18
16442026-07-02T06:13:29.053Z Checking icu_collections v1.5.0
16452026-07-02T06:13:29.298Z Compiling dof v0.4.0
16462026-07-02T06:13:29.356Z Compiling serde_tokenstream v0.2.3
16472026-07-02T06:13:29.376Z Checking scroll v0.13.0
16482026-07-02T06:13:29.403Z Checking icu_properties v1.5.1
16492026-07-02T06:13:29.421Z Checking adler2 v2.0.1
16502026-07-02T06:13:29.445Z Checking h2 v0.4.14
16512026-07-02T06:13:29.522Z Checking miniz_oxide v0.8.9
16522026-07-02T06:13:29.598Z Checking goblin v0.10.1
16532026-07-02T06:13:29.614Z Compiling pest_derive v2.8.1
16542026-07-02T06:13:30.557Z Compiling dtrace-parser v0.3.0
16552026-07-02T06:13:30.891Z Checking icu_normalizer v1.5.0
16562026-07-02T06:13:31.000Z Checking rand_core v0.9.5
16572026-07-02T06:13:31.108Z Checking block-buffer v0.10.2
16582026-07-02T06:13:31.173Z Checking crypto-common v0.1.6
16592026-07-02T06:13:31.233Z Checking form_urlencoded v1.2.2
16602026-07-02T06:13:31.288Z Checking ppv-lite86 v0.2.15
16612026-07-02T06:13:31.361Z Checking mime v0.3.16
16622026-07-02T06:13:31.446Z Checking hyper v1.10.1
16632026-07-02T06:13:31.493Z Checking ipnet v2.10.0
16642026-07-02T06:13:31.534Z Compiling ryu v1.0.5
16652026-07-02T06:13:31.573Z Compiling rustix v0.38.44
16662026-07-02T06:13:31.694Z Checking iana-time-zone v0.1.47
16672026-07-02T06:13:31.725Z Checking openssl-probe v0.2.1
16682026-07-02T06:13:31.732Z Checking pretty-hex v0.4.1
16692026-07-02T06:13:31.794Z Checking chrono v0.4.45
16702026-07-02T06:13:31.827Z Checking rustls-native-certs v0.8.3
16712026-07-02T06:13:31.850Z Checking rand_chacha v0.9.0
16722026-07-02T06:13:31.957Z Checking digest v0.10.7
16732026-07-02T06:13:32.030Z Checking idna_adapter v1.2.0
16742026-07-02T06:13:32.129Z Checking flate2 v1.1.9
16752026-07-02T06:13:32.360Z Checking block-buffer v0.12.0
16762026-07-02T06:13:32.416Z Checking crypto-common v0.2.1
16772026-07-02T06:13:32.428Z Checking hyper-util v0.1.20
16782026-07-02T06:13:32.452Z Checking concurrent-queue v2.5.0
16792026-07-02T06:13:32.500Z Compiling serde_derive_internals v0.29.0
16802026-07-02T06:13:32.633Z Checking thread_local v1.1.4
16812026-07-02T06:13:32.753Z Checking sync_wrapper v1.0.1
16822026-07-02T06:13:32.771Z Compiling multer v3.1.0
16832026-07-02T06:13:32.792Z Checking encoding_rs v0.8.32
16842026-07-02T06:13:32.849Z Checking parking v2.2.0
16852026-07-02T06:13:32.926Z Compiling schemars v0.8.22
16862026-07-02T06:13:32.961Z Compiling slog-async v2.8.0
16872026-07-02T06:13:33.204Z Checking winnow v1.0.0
16882026-07-02T06:13:33.234Z Checking fastrand v2.1.1
16892026-07-02T06:13:33.334Z Checking match_cfg v0.1.0
16902026-07-02T06:13:33.397Z Checking cpufeatures v0.2.17
16912026-07-02T06:13:33.420Z Compiling paste v1.0.15
16922026-07-02T06:13:33.463Z Compiling camino v1.2.4
16932026-07-02T06:13:33.498Z Checking const-oid v0.10.2
16942026-07-02T06:13:33.576Z Checking compression-core v0.4.32
16952026-07-02T06:13:33.655Z Checking digest v0.11.2
16962026-07-02T06:13:33.699Z Checking compression-codecs v0.4.38
16972026-07-02T06:13:33.721Z Compiling schemars_derive v0.8.22
16982026-07-02T06:13:33.781Z Checking toml_parser v1.1.2+spec-1.1.0
16992026-07-02T06:13:33.799Z Checking sha1 v0.10.6
17002026-07-02T06:13:33.823Z Checking tempfile v3.27.0
17012026-07-02T06:13:33.866Z Checking hostname v0.3.1
17022026-07-02T06:13:33.965Z Checking event-listener v5.0.0
17032026-07-02T06:13:33.974Z Checking tower v0.5.2
17042026-07-02T06:13:33.996Z Compiling mime_guess v2.0.5
17052026-07-02T06:13:34.022Z Checking idna v1.0.3
17062026-07-02T06:13:34.171Z Checking rand v0.9.2
17072026-07-02T06:13:34.355Z Compiling usdt-attr-macro v0.6.0
17082026-07-02T06:13:34.362Z Compiling usdt-macro v0.6.0
17092026-07-02T06:13:34.409Z Checking slog-json v2.6.1
17102026-07-02T06:13:34.567Z Checking futures-executor v0.3.32
17112026-07-02T06:13:34.644Z Compiling async-stream-impl v0.3.6
17122026-07-02T06:13:34.713Z Checking uuid v1.23.4
17132026-07-02T06:13:34.727Z Checking http-body-util v0.1.3
17142026-07-02T06:13:34.850Z Checking crossbeam-channel v0.5.15
17152026-07-02T06:13:34.941Z Checking serde_spanned v1.1.1
17162026-07-02T06:13:35.009Z Checking toml_datetime v1.1.1+spec-1.1.0
17172026-07-02T06:13:35.071Z Checking is-terminal v0.4.12
17182026-07-02T06:13:35.157Z Checking memmap2 v0.9.8
17192026-07-02T06:13:35.217Z Compiling dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot)
17202026-07-02T06:13:35.229Z Compiling heck v0.5.0
17212026-07-02T06:13:35.321Z Checking toml_writer v1.1.1+spec-1.1.0
17222026-07-02T06:13:35.493Z Checking dyn-clone v1.0.4
17232026-07-02T06:13:35.502Z Checking data-encoding v2.4.0
17242026-07-02T06:13:35.506Z Checking take_mut v0.2.2
17252026-07-02T06:13:35.578Z Checking unicode-segmentation v1.10.0
17262026-07-02T06:13:35.597Z Compiling anyhow v1.0.103
17272026-07-02T06:13:35.623Z Checking unicode-width v0.1.9
17282026-07-02T06:13:35.693Z Checking iri-string v0.7.8
17292026-07-02T06:13:35.710Z Checking spin v0.9.8
17302026-07-02T06:13:35.722Z Checking cpufeatures v0.3.0
17312026-07-02T06:13:35.770Z Checking term v1.1.0
17322026-07-02T06:13:35.785Z Compiling semver v1.0.28
17332026-07-02T06:13:35.815Z Checking lazy_static v1.5.0
17342026-07-02T06:13:35.875Z Checking newline-converter v0.3.0
17352026-07-02T06:13:35.903Z Checking console v0.15.7
17362026-07-02T06:13:35.992Z Checking slog-term v2.9.2
17372026-07-02T06:13:36.138Z Compiling dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
17382026-07-02T06:13:36.175Z Checking sha1 v0.11.0
17392026-07-02T06:13:36.186Z Checking tungstenite v0.29.0
17402026-07-02T06:13:36.217Z Checking async-stream v0.3.6
17412026-07-02T06:13:36.249Z Checking usdt v0.6.0
17422026-07-02T06:13:36.346Z Checking toml v1.1.2+spec-1.1.0
17432026-07-02T06:13:36.474Z Checking atomicwrites v0.4.4
17442026-07-02T06:13:36.510Z Checking futures v0.3.32
17452026-07-02T06:13:36.589Z Checking slog-bunyan v2.5.0
17462026-07-02T06:13:36.589Z Checking serde_urlencoded v0.7.1
17472026-07-02T06:13:36.599Z Checking url v2.5.4
17482026-07-02T06:13:36.619Z Checking event-listener-strategy v0.5.4
17492026-07-02T06:13:36.744Z Checking async-compression v0.4.42
17502026-07-02T06:13:36.759Z Checking tower-http v0.6.8
17512026-07-02T06:13:36.939Z Checking openapiv3 v2.2.0
17522026-07-02T06:13:36.947Z Compiling async-trait v0.1.89
17532026-07-02T06:13:36.982Z Checking yasna v0.6.0
17542026-07-02T06:13:36.988Z Checking pem v3.0.6
17552026-07-02T06:13:37.027Z Checking waitgroup v0.1.2
17562026-07-02T06:13:37.122Z Checking rustls-pemfile v2.2.0
17572026-07-02T06:13:37.138Z Checking serde_path_to_error v0.1.20
17582026-07-02T06:13:37.258Z Checking hostname v0.4.2
17592026-07-02T06:13:37.353Z Checking debug-ignore v1.0.5
17602026-07-02T06:13:37.369Z Checking similar v2.2.1
17612026-07-02T06:13:37.448Z Checking simple-mermaid v0.2.0
17622026-07-02T06:13:37.506Z Checking async-channel v2.5.0
17632026-07-02T06:13:37.511Z Checking tokio-tungstenite v0.29.0
17642026-07-02T06:13:37.708Z Checking expectorate v1.2.0
17652026-07-02T06:13:37.758Z Checking subprocess v1.2.0
17662026-07-02T06:13:37.827Z Checking buf-list v1.1.2
17672026-07-02T06:13:43.237Z Checking rustls-webpki v0.103.13
17682026-07-02T06:13:43.240Z Checking rcgen v0.14.8
17692026-07-02T06:13:45.498Z Checking tokio-rustls v0.26.4
17702026-07-02T06:13:45.501Z Checking rustls-platform-verifier v0.6.2
17712026-07-02T06:13:45.682Z Checking hyper-rustls v0.27.9
17722026-07-02T06:13:45.848Z Checking reqwest v0.13.4
17732026-07-02T06:13:47.370Z Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot)
17742026-07-02T06:13:47.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.07s
17752026-07-02T06:13:47.692Z
17762026-07-02T06:13:47.692Z
17772026-07-02T06:14:14.170Ztest tests/fail/bad_channel10.rs ... ok
17782026-07-02T06:14:14.170Ztest tests/fail/bad_channel11.rs ... ok
17792026-07-02T06:14:14.170Ztest tests/fail/bad_channel12.rs ... ok
17802026-07-02T06:14:14.170Ztest tests/fail/bad_channel13.rs ... ok
17812026-07-02T06:14:14.170Ztest tests/fail/bad_channel14.rs ... ok
17822026-07-02T06:14:14.175Ztest tests/fail/bad_channel15.rs ... ok
17832026-07-02T06:14:14.175Ztest tests/fail/bad_channel17.rs ... ok
17842026-07-02T06:14:14.175Ztest tests/fail/bad_channel18.rs ... ok
17852026-07-02T06:14:14.175Ztest tests/fail/bad_channel19.rs ... ok
17862026-07-02T06:14:14.175Ztest tests/fail/bad_channel1a.rs ... ok
17872026-07-02T06:14:14.175Ztest tests/fail/bad_channel1b.rs ... ok
17882026-07-02T06:14:14.175Ztest tests/fail/bad_channel2.rs ... ok
17892026-07-02T06:14:14.175Ztest tests/fail/bad_channel20.rs ... ok
17902026-07-02T06:14:14.175Ztest tests/fail/bad_channel21.rs ... ok
17912026-07-02T06:14:14.176Ztest tests/fail/bad_channel22.rs ... ok
17922026-07-02T06:14:14.176Ztest tests/fail/bad_channel23.rs ... ok
17932026-07-02T06:14:14.176Ztest tests/fail/bad_channel24.rs ... ok
17942026-07-02T06:14:14.176Ztest tests/fail/bad_channel25.rs ... ok
17952026-07-02T06:14:14.176Ztest tests/fail/bad_channel26.rs ... ok
17962026-07-02T06:14:14.176Ztest tests/fail/bad_channel27.rs ... ok
17972026-07-02T06:14:14.176Ztest tests/fail/bad_channel28.rs ... ok
17982026-07-02T06:14:14.176Ztest tests/fail/bad_channel3.rs ... ok
17992026-07-02T06:14:14.176Ztest tests/fail/bad_channel4.rs ... ok
18002026-07-02T06:14:14.176Ztest tests/fail/bad_channel5.rs ... ok
18012026-07-02T06:14:14.176Ztest tests/fail/bad_channel6.rs ... ok
18022026-07-02T06:14:14.176Ztest tests/fail/bad_channel8.rs ... ok
18032026-07-02T06:14:14.177Ztest tests/fail/bad_channel9.rs ... ok
18042026-07-02T06:14:14.177Ztest tests/fail/bad_endpoint1.rs ... ok
18052026-07-02T06:14:14.177Ztest tests/fail/bad_endpoint10.rs ... ok
18062026-07-02T06:14:14.177Ztest tests/fail/bad_endpoint11.rs ... ok
18072026-07-02T06:14:14.177Ztest tests/fail/bad_endpoint12.rs ... ok
18082026-07-02T06:14:14.177Ztest tests/fail/bad_endpoint13.rs ... ok
18092026-07-02T06:14:14.177Ztest tests/fail/bad_endpoint14.rs ... ok
18102026-07-02T06:14:14.177Ztest tests/fail/bad_endpoint15.rs ... ok
18112026-07-02T06:14:14.177Ztest tests/fail/bad_endpoint16.rs ... ok
18122026-07-02T06:14:14.177Ztest tests/fail/bad_endpoint17.rs ... ok
18132026-07-02T06:14:14.177Ztest tests/fail/bad_endpoint18.rs ... ok
18142026-07-02T06:14:14.177Ztest tests/fail/bad_endpoint19.rs ... ok
18152026-07-02T06:14:14.177Ztest tests/fail/bad_endpoint2.rs ... ok
18162026-07-02T06:14:14.177Ztest tests/fail/bad_endpoint20.rs ... ok
18172026-07-02T06:14:14.177Ztest tests/fail/bad_endpoint21.rs ... ok
18182026-07-02T06:14:14.178Ztest tests/fail/bad_endpoint22.rs ... ok
18192026-07-02T06:14:14.178Ztest tests/fail/bad_endpoint23.rs ... ok
18202026-07-02T06:14:14.178Ztest tests/fail/bad_endpoint24.rs ... ok
18212026-07-02T06:14:14.178Ztest tests/fail/bad_endpoint25.rs ... ok
18222026-07-02T06:14:14.178Ztest tests/fail/bad_endpoint26.rs ... ok
18232026-07-02T06:14:14.178Ztest tests/fail/bad_endpoint27.rs ... ok
18242026-07-02T06:14:14.178Ztest tests/fail/bad_endpoint28.rs ... ok
18252026-07-02T06:14:14.178Ztest tests/fail/bad_endpoint3.rs ... ok
18262026-07-02T06:14:14.178Ztest tests/fail/bad_endpoint4.rs ... ok
18272026-07-02T06:14:14.178Ztest tests/fail/bad_endpoint5.rs ... ok
18282026-07-02T06:14:14.178Ztest tests/fail/bad_endpoint6.rs ... ok
18292026-07-02T06:14:14.178Ztest tests/fail/bad_endpoint7.rs ... ok
18302026-07-02T06:14:14.178Ztest tests/fail/bad_endpoint8.rs ... ok
18312026-07-02T06:14:14.178Ztest tests/fail/bad_endpoint9.rs ... ok
18322026-07-02T06:14:14.178Ztest tests/fail/bad_trait_channel10.rs ... ok
18332026-07-02T06:14:14.178Ztest tests/fail/bad_trait_channel11.rs ... ok
18342026-07-02T06:14:14.178Ztest tests/fail/bad_trait_channel12.rs ... ok
18352026-07-02T06:14:14.178Ztest tests/fail/bad_trait_channel13.rs ... ok
18362026-07-02T06:14:14.178Ztest tests/fail/bad_trait_channel14.rs ... ok
18372026-07-02T06:14:14.178Ztest tests/fail/bad_trait_channel15.rs ... ok
18382026-07-02T06:14:14.178Ztest tests/fail/bad_trait_channel17.rs ... ok
18392026-07-02T06:14:14.178Ztest tests/fail/bad_trait_channel18.rs ... ok
18402026-07-02T06:14:14.178Ztest tests/fail/bad_trait_channel19.rs ... ok
18412026-07-02T06:14:14.178Ztest tests/fail/bad_trait_channel1a.rs ... ok
18422026-07-02T06:14:14.178Ztest tests/fail/bad_trait_channel1b.rs ... ok
18432026-07-02T06:14:14.178Ztest tests/fail/bad_trait_channel2.rs ... ok
18442026-07-02T06:14:14.178Ztest tests/fail/bad_trait_channel20.rs ... ok
18452026-07-02T06:14:14.178Ztest tests/fail/bad_trait_channel21.rs ... ok
18462026-07-02T06:14:14.178Ztest tests/fail/bad_trait_channel22.rs ... ok
18472026-07-02T06:14:14.178Ztest tests/fail/bad_trait_channel23.rs ... ok
18482026-07-02T06:14:14.178Ztest tests/fail/bad_trait_channel24.rs ... ok
18492026-07-02T06:14:14.178Ztest tests/fail/bad_trait_channel25.rs ... ok
18502026-07-02T06:14:14.178Ztest tests/fail/bad_trait_channel26.rs ... ok
18512026-07-02T06:14:14.178Ztest tests/fail/bad_trait_channel28.rs ... ok
18522026-07-02T06:14:14.178Ztest tests/fail/bad_trait_channel3.rs ... ok
18532026-07-02T06:14:14.179Ztest tests/fail/bad_trait_channel4.rs ... ok
18542026-07-02T06:14:14.179Ztest tests/fail/bad_trait_channel5.rs ... ok
18552026-07-02T06:14:14.179Ztest tests/fail/bad_trait_channel6.rs ... ok
18562026-07-02T06:14:14.179Ztest tests/fail/bad_trait_channel8.rs ... ok
18572026-07-02T06:14:14.179Ztest tests/fail/bad_trait_channel9.rs ... ok
18582026-07-02T06:14:14.179Ztest tests/fail/bad_trait_endpoint1.rs ... ok
18592026-07-02T06:14:14.179Ztest tests/fail/bad_trait_endpoint10.rs ... ok
18602026-07-02T06:14:14.179Ztest tests/fail/bad_trait_endpoint11.rs ... ok
18612026-07-02T06:14:14.179Ztest tests/fail/bad_trait_endpoint12.rs ... ok
18622026-07-02T06:14:14.179Ztest tests/fail/bad_trait_endpoint13.rs ... ok
18632026-07-02T06:14:14.179Ztest tests/fail/bad_trait_endpoint14.rs ... ok
18642026-07-02T06:14:14.179Ztest tests/fail/bad_trait_endpoint15.rs ... ok
18652026-07-02T06:14:14.179Ztest tests/fail/bad_trait_endpoint16.rs ... ok
18662026-07-02T06:14:14.179Ztest tests/fail/bad_trait_endpoint17.rs ... ok
18672026-07-02T06:14:14.179Ztest tests/fail/bad_trait_endpoint18.rs ... ok
18682026-07-02T06:14:14.179Ztest tests/fail/bad_trait_endpoint19.rs ... ok
18692026-07-02T06:14:14.179Ztest tests/fail/bad_trait_endpoint2.rs ... ok
18702026-07-02T06:14:14.179Ztest tests/fail/bad_trait_endpoint20.rs ... ok
18712026-07-02T06:14:14.179Ztest tests/fail/bad_trait_endpoint21.rs ... ok
18722026-07-02T06:14:14.179Ztest tests/fail/bad_trait_endpoint22.rs ... ok
18732026-07-02T06:14:14.179Ztest tests/fail/bad_trait_endpoint23.rs ... ok
18742026-07-02T06:14:14.179Ztest tests/fail/bad_trait_endpoint24.rs ... ok
18752026-07-02T06:14:14.179Ztest tests/fail/bad_trait_endpoint25.rs ... ok
18762026-07-02T06:14:14.179Ztest tests/fail/bad_trait_endpoint26.rs ... ok
18772026-07-02T06:14:14.179Ztest tests/fail/bad_trait_endpoint27.rs ... ok
18782026-07-02T06:14:14.179Ztest tests/fail/bad_trait_endpoint28.rs ... ok
18792026-07-02T06:14:14.179Ztest tests/fail/bad_trait_endpoint3.rs ... ok
18802026-07-02T06:14:14.179Ztest tests/fail/bad_trait_endpoint4.rs ... ok
18812026-07-02T06:14:14.179Ztest tests/fail/bad_trait_endpoint5.rs ... ok
18822026-07-02T06:14:14.183Ztest tests/fail/bad_trait_endpoint6.rs ... ok
18832026-07-02T06:14:14.183Ztest tests/fail/bad_trait_endpoint7.rs ... ok
18842026-07-02T06:14:14.183Ztest tests/fail/bad_trait_endpoint8.rs ... ok
18852026-07-02T06:14:14.183Ztest tests/fail/bad_trait_endpoint9.rs ... ok
18862026-07-02T06:14:14.183Ztest tests/fail/bad_trait_endpoint_error.rs ... ok
18872026-07-02T06:14:14.183Ztest tests/fail/bad_trait_only1.rs ... ok
18882026-07-02T06:14:14.183Ztest tests/fail/bad_trait_only10.rs ... ok
18892026-07-02T06:14:14.183Ztest tests/fail/bad_trait_only11.rs ... ok
18902026-07-02T06:14:14.183Ztest tests/fail/bad_trait_only12.rs ... ok
18912026-07-02T06:14:14.183Ztest tests/fail/bad_trait_only13.rs ... ok
18922026-07-02T06:14:14.183Ztest tests/fail/bad_trait_only14.rs ... ok
18932026-07-02T06:14:14.183Ztest tests/fail/bad_trait_only15.rs ... ok
18942026-07-02T06:14:14.183Ztest tests/fail/bad_trait_only16.rs ... ok
18952026-07-02T06:14:14.183Ztest tests/fail/bad_trait_only17.rs ... ok
18962026-07-02T06:14:14.184Ztest tests/fail/bad_trait_only18.rs ... ok
18972026-07-02T06:14:14.184Ztest tests/fail/bad_trait_only19.rs ... ok
18982026-07-02T06:14:14.184Ztest tests/fail/bad_trait_only2.rs ... ok
18992026-07-02T06:14:14.184Ztest tests/fail/bad_trait_only20.rs ... ok
19002026-07-02T06:14:14.184Ztest tests/fail/bad_trait_only21.rs ... ok
19012026-07-02T06:14:14.184Ztest tests/fail/bad_trait_only22.rs ... ok
19022026-07-02T06:14:14.184Ztest tests/fail/bad_trait_only3.rs ... ok
19032026-07-02T06:14:14.184Ztest tests/fail/bad_trait_only4.rs ... ok
19042026-07-02T06:14:14.184Ztest tests/fail/bad_trait_only5.rs ... ok
19052026-07-02T06:14:14.184Ztest tests/fail/bad_trait_only6.rs ... ok
19062026-07-02T06:14:14.184Ztest tests/fail/bad_trait_only7.rs ... ok
19072026-07-02T06:14:14.184Ztest tests/fail/bad_trait_only8.rs ... ok
19082026-07-02T06:14:14.184Ztest tests/fail/bad_trait_only9.rs ... ok
19092026-07-02T06:14:14.184Ztest tests/fail/bad_version_backwards.rs ... ok
19102026-07-02T06:14:14.184Ztest tests/fail/unused_endpoint.rs ... ok
19112026-07-02T06:14:14.184Z
19122026-07-02T06:14:14.184Z
19132026-07-02T06:14:14.184Ztest fail ... ok
19142026-07-02T06:14:14.184Z
19152026-07-02T06:14:14.184Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 56.85s
19162026-07-02T06:14:14.184Z
19172026-07-02T06:14:14.184Z Running `/work/oxidecomputer/dropshot/target/debug/deps/integration_tests-282dedb3c1cd02fb`
19182026-07-02T06:14:14.184Z
19192026-07-02T06:14:14.184Zrunning 100 tests
19202026-07-02T06:14:14.184Ztest api_trait::test_api_trait_with_disallowed_tags ... ok
19212026-07-02T06:14:14.184Ztest config::test_config_bad_request_body_max_bytes_negative ... ok
19222026-07-02T06:14:14.185Ztest config::test_config_bad_bind_address_garbage ... ok
19232026-07-02T06:14:14.187Ztest config::test_config_bad_bind_address_port_too_large ... ok
19242026-07-02T06:14:14.187Ztest config::test_config_bad_bind_address_port_too_small ... ok
19252026-07-02T06:14:14.187Ztest config::test_config_bad_request_body_max_bytes_too_large ... ok
19262026-07-02T06:14:14.187Ztest config::test_config_deprecated_request_body_max_bytes ... ok
19272026-07-02T06:14:14.191Ztest api_trait::test_api_trait_with_empty_tag_config ... ok
19282026-07-02T06:14:14.191Ztest api_trait::test_api_trait_with_complex_tags ... ok
19292026-07-02T06:14:14.191Ztest config::test_valid_config_all_settings ... ok
19302026-07-02T06:14:14.191Ztest config::test_valid_config_basic ... ok
19312026-07-02T06:14:14.191Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-config_bind_address_https.6357.1.log"
19322026-07-02T06:14:14.191Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-config_handler_task_mode_detached.6357.4.log"
19332026-07-02T06:14:14.191Ztest config::test_valid_config_empty ... ok
19342026-07-02T06:14:14.191Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-config_handler_task_mode_cancel.6357.2.log"
19352026-07-02T06:14:14.191Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-test_unversioned_servers_with_versioned_routes.6357.5.log"
19362026-07-02T06:14:14.191Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-config_bind_address_http.6357.3.log"
19372026-07-02T06:14:14.191Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-config_bind_address_https_buffer.6357.0.log"
19382026-07-02T06:14:14.191Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-api_trait_basic.6357.6.log"
19392026-07-02T06:14:14.191Ztest config::test_unversioned_servers_with_versioned_routes ... ok
19402026-07-02T06:14:14.191Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-test_enum_extractor_error.6357.7.log"
19412026-07-02T06:14:14.191Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-test_enum_user_error.6357.8.log"
19422026-07-02T06:14:14.191Ztest config::test_config_handler_task_mode_cancel ... ok
19432026-07-02T06:14:14.191Ztest config::test_config_handler_task_mode_detached ... ok
19442026-07-02T06:14:14.192Ztest custom_errors::test_enum_extractor_error ... ok
19452026-07-02T06:14:14.192Ztest custom_errors::test_enum_user_error ... ok
19462026-07-02T06:14:14.192Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-test_struct_user_error.6357.9.log"
19472026-07-02T06:14:14.192Ztest custom_errors::test_trait_based_api ... ok
19482026-07-02T06:14:14.192Ztest api_trait::test_api_trait_basic ... ok
19492026-07-02T06:14:14.192Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-test_struct_extractor_error.6357.10.log"
19502026-07-02T06:14:14.192Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-test_trait_enum_user_error.6357.11.log"
19512026-07-02T06:14:14.192Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-test_trait_struct_user_error.6357.12.log"
19522026-07-02T06:14:14.192Ztest config::test_config_bind_address_http ... ok
19532026-07-02T06:14:14.192Ztest custom_errors::test_struct_user_error ... ok
19542026-07-02T06:14:14.193Ztest custom_errors::test_trait_enum_user_error ... ok
19552026-07-02T06:14:14.193Ztest custom_errors::test_struct_extractor_error ... ok
19562026-07-02T06:14:14.193Ztest custom_errors::test_trait_struct_user_error ... ok
19572026-07-02T06:14:14.193Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-test_302_bogus.6357.13.log"
19582026-07-02T06:14:14.193Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-test_302_found.6357.14.log"
19592026-07-02T06:14:14.193Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-test_307_temporary_redirect.6357.15.log"
19602026-07-02T06:14:14.193Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-test_303_see_other.6357.16.log"
19612026-07-02T06:14:14.193Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-demo1.6357.17.log"
19622026-07-02T06:14:14.193Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-test_delete_request.6357.18.log"
19632026-07-02T06:14:14.193Ztest demo::test_302_found ... ok
19642026-07-02T06:14:14.193Ztest demo::test_302_bogus ... ok
19652026-07-02T06:14:14.196Ztest demo::test_307_temporary_redirect ... ok
19662026-07-02T06:14:14.196Ztest demo::test_303_see_other ... ok
19672026-07-02T06:14:14.196Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-demo2json.6357.19.log"
19682026-07-02T06:14:14.196Ztest demo::test_demo1 ... ok
19692026-07-02T06:14:14.196Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-demo3json.6357.21.log"
19702026-07-02T06:14:14.196Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-demo2query.6357.20.log"
19712026-07-02T06:14:14.196Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-demo2urlencoded.6357.22.log"
19722026-07-02T06:14:14.196Ztest demo::test_delete_request ... ok
19732026-07-02T06:14:14.196Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-demo_path_param_string.6357.23.log"
19742026-07-02T06:14:14.196Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-demo_path_param_u32.6357.24.log"
19752026-07-02T06:14:14.196Ztest demo::test_demo3json ... ok
19762026-07-02T06:14:14.196Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-demo_path_param_uuid.6357.25.log"
19772026-07-02T06:14:14.196Ztest demo::test_demo2urlencoded ... ok
19782026-07-02T06:14:14.197Ztest demo::test_demo_path_param_u32 ... ok
19792026-07-02T06:14:14.197Ztest demo::test_demo2query ... ok
19802026-07-02T06:14:14.197Ztest demo::test_demo2json ... ok
19812026-07-02T06:14:14.197Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-demo_websocket.6357.26.log"
19822026-07-02T06:14:14.197Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-test_head_request.6357.27.log"
19832026-07-02T06:14:14.197Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-test_header_request.6357.28.log"
19842026-07-02T06:14:14.197Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-test_large_typed_body.6357.29.log"
19852026-07-02T06:14:14.197Ztest demo::test_demo_path_param_uuid ... ok
19862026-07-02T06:14:14.197Ztest demo::test_demo_path_param_string ... ok
19872026-07-02T06:14:14.197Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-tet_raw_request.6357.30.log"
19882026-07-02T06:14:14.199Ztest demo::test_header_request ... ok
19892026-07-02T06:14:14.199Ztest demo::test_head_request ... ok
19902026-07-02T06:14:14.199Ztest demo::test_demo_websocket ... ok
19912026-07-02T06:14:14.199Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-test_request_compat.6357.31.log"
19922026-07-02T06:14:14.199Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-test_streaming_body.6357.32.log"
19932026-07-02T06:14:14.199Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-test_request_remote_addr.6357.33.log"
19942026-07-02T06:14:14.199Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-test_untyped_body.6357.34.log"
19952026-07-02T06:14:14.199Ztest demo::test_raw_request ... ok
19962026-07-02T06:14:14.202Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-graceful_shutdown_with_detached_handler.6357.35.log"
19972026-07-02T06:14:14.202Ztest demo::test_large_typed_body ... ok
19982026-07-02T06:14:14.202Ztest demo::test_request_compat ... ok
19992026-07-02T06:14:14.202Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-compression_config_disabled.6357.36.log"
20002026-07-02T06:14:14.202Ztest demo::test_request_remote_addr ... ok
20012026-07-02T06:14:14.202Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-compression_config_enabled.6357.37.log"
20022026-07-02T06:14:14.203Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-compression_disabled_extension.6357.38.log"
20032026-07-02T06:14:14.203Ztest demo::test_streaming_body ... ok
20042026-07-02T06:14:14.203Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-gzip_compression_multiple_encodings.6357.39.log"
20052026-07-02T06:14:14.204Ztest demo::test_untyped_body ... ok
20062026-07-02T06:14:14.204Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-gzip_compression_accept_encoding.6357.40.log"
20072026-07-02T06:14:14.204Ztest gzip::test_compression_disabled_with_extension ... ok
20082026-07-02T06:14:14.204Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-json_suffix_compressed.6357.41.log"
20092026-07-02T06:14:14.204Ztest gzip::test_json_suffix_is_compressed ... ok
20102026-07-02T06:14:14.204Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-no_compression_small_response.6357.42.log"
20112026-07-02T06:14:14.204Ztest gzip::test_no_compression_below_size_threshold ... ok
20122026-07-02T06:14:14.204Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-no_compression_204.6357.43.log"
20132026-07-02T06:14:14.204Ztest gzip::test_no_compression_for_204_no_content ... ok
20142026-07-02T06:14:14.207Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-no_compression_304.6357.44.log"
20152026-07-02T06:14:14.207Ztest gzip::test_no_compression_for_304_not_modified ... ok
20162026-07-02T06:14:14.209Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-no_compression_non_compressible.6357.45.log"
20172026-07-02T06:14:14.209Ztest gzip::test_no_compression_for_non_compressible_content_types ... ok
20182026-07-02T06:14:14.209Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-no_gzip_without_accept.6357.46.log"
20192026-07-02T06:14:14.212Ztest gzip::test_compression_config_disabled ... ok
20202026-07-02T06:14:14.212Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-reject_gzip_quality_zero.6357.47.log"
20212026-07-02T06:14:14.215Ztest gzip::test_no_gzip_without_accept_encoding ... ok
20222026-07-02T06:14:14.215Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-streaming_with_content_type_compressed.6357.48.log"
20232026-07-02T06:14:14.218Ztest gzip::test_compression_config_enabled ... ok
20242026-07-02T06:14:14.218Ztest gzip::test_gzip_compression_accepts_multiple_encodings ... ok
20252026-07-02T06:14:14.219Ztest config::test_config_bind_address_https ... ok
20262026-07-02T06:14:14.219Ztest gzip::test_streaming_with_content_type_is_compressed ... ok
20272026-07-02T06:14:14.219Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-streaming_missing_content_type.6357.49.log"
20282026-07-02T06:14:14.219Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-vary_header_set.6357.50.log"
20292026-07-02T06:14:14.219Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-vary_header_no_gzip.6357.51.log"
20302026-07-02T06:14:14.219Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-xml_suffix_compressed.6357.52.log"
20312026-07-02T06:14:14.219Ztest config::test_config_bind_address_https_buffer ... ok
20322026-07-02T06:14:14.219Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-multipart_client.6357.53.log"
20332026-07-02T06:14:14.219Ztest gzip::test_streaming_without_content_type_skips_compression ... ok
20342026-07-02T06:14:14.219Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-multipart_client.6357.54.log"
20352026-07-02T06:14:14.219Ztest gzip::test_xml_suffix_is_compressed ... ok
20362026-07-02T06:14:14.219Ztest multipart::missing_boundary ... ok
20372026-07-02T06:14:14.219Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-multipart_client.6357.55.log"
20382026-07-02T06:14:14.219Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-multipart_client.6357.56.log"
20392026-07-02T06:14:14.222Ztest multipart::no_content_type ... ok
20402026-07-02T06:14:14.222Ztest gzip::test_reject_gzip_with_quality_zero ... ok
20412026-07-02T06:14:14.222Ztest multipart::weird_content_type ... ok
20422026-07-02T06:14:14.222Ztest multipart::test_multipart_client ... ok
20432026-07-02T06:14:14.222Ztest openapi::test_openapi_custom_error_types ... ok
20442026-07-02T06:14:14.222Ztest openapi::test_openapi_custom_error_types_trait_based ... ok
20452026-07-02T06:14:14.222Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-pagination-multiple-resources.6357.58.log"
20462026-07-02T06:14:14.222Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-pagination-basic.6357.57.log"
20472026-07-02T06:14:14.236Ztest openapi::test_openapi ... ok
20482026-07-02T06:14:14.240Ztest openapi::test_openapi_fuller ... ok
20492026-07-02T06:14:14.240Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-pagination-multiple-sorts.6357.59.log"
20502026-07-02T06:14:14.240Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-basic.6357.60.log"
20512026-07-02T06:14:14.248Ztest gzip::test_vary_header_on_non_gzip_requests ... ok
20522026-07-02T06:14:14.250Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-dictionary.6357.61.log"
20532026-07-02T06:14:14.251Ztest gzip::test_gzip_compression_with_accept_encoding ... ok
20542026-07-02T06:14:14.251Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-empty.6357.62.log"
20552026-07-02T06:14:14.253Ztest gzip::test_vary_header_is_set ... ok
20562026-07-02T06:14:14.253Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-errors.6357.63.log"
20572026-07-02T06:14:14.253Ztest pagination::test_paginate_empty ... ok
20582026-07-02T06:14:14.254Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-extra_params.6357.64.log"
20592026-07-02T06:14:14.256Ztest pagination::test_paginate_errors ... ok
20602026-07-02T06:14:14.257Ztest pagination::test_paginate_extra_params ... ok
20612026-07-02T06:14:14.257Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-required_params.6357.65.log"
20622026-07-02T06:14:14.257Ztest pagination_schema::test_pagination_schema ... ok
20632026-07-02T06:14:14.257Ztest path_names::test_path_names ... ok
20642026-07-02T06:14:14.257Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-test_no_tls.6357.66.log"
20652026-07-02T06:14:14.257Ztest pagination::test_paginate_with_required_params ... ok
20662026-07-02T06:14:14.257Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-test_with_tls.6357.67.log"
20672026-07-02T06:14:14.257Ztest starter::test_no_tls ... ok
20682026-07-02T06:14:14.257Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-non_streaming_servers_do_not_use_transfer_encoding.6357.68.log"
20692026-07-02T06:14:14.262Ztest streaming::test_non_streaming_servers_do_not_use_transfer_encoding ... ok
20702026-07-02T06:14:14.262Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-streaming_server_buffered_client.6357.69.log"
20712026-07-02T06:14:14.267Ztest streaming::test_streaming_server_buffered_client ... ok
20722026-07-02T06:14:14.270Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-streaming_server_streaming_client.6357.70.log"
20732026-07-02T06:14:14.273Ztest pagination::test_paginate_basic ... ok
20742026-07-02T06:14:14.277Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-test_server_is_http.6357.71.log"
20752026-07-02T06:14:14.277Ztest tls::test_server_is_http ... ok
20762026-07-02T06:14:14.277Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-test_server_is_https.6357.72.log"
20772026-07-02T06:14:14.277Ztest streaming::test_streaming_server_streaming_client ... ok
20782026-07-02T06:14:14.277Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-test_tls_aborted_negotiation.6357.73.log"
20792026-07-02T06:14:14.563Ztest starter::test_with_tls ... ok
20802026-07-02T06:14:14.566Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-test_tls_certificate_loading.6357.74.log"
20812026-07-02T06:14:14.578Ztest tls::test_server_is_https ... ok
20822026-07-02T06:14:14.581Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-test_tls_only.6357.75.log"
20832026-07-02T06:14:14.842Ztest pagination::test_paginate_dictionary ... ok
20842026-07-02T06:14:14.845Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-test_tls_refresh_certificates.6357.76.log"
20852026-07-02T06:14:14.865Ztest tls::test_tls_certificate_loading ... ok
20862026-07-02T06:14:14.868Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-test_versions.6357.77.log"
20872026-07-02T06:14:14.882Ztest tls::test_tls_aborted_negotiation ... ok
20882026-07-02T06:14:14.885Znote: configured to log to "/tmp/integration_tests-282dedb3c1cd02fb-test_versions_on_missing.6357.78.log"
20892026-07-02T06:14:14.950Ztest pagination::test_example_basic ... ok
20902026-07-02T06:14:14.953Ztest versions::test_versions_openapi ... ok
20912026-07-02T06:14:14.953Ztest versions::test_versions_openapi_same_names ... ok
20922026-07-02T06:14:14.992Ztest versions::test_versions_on_missing ... ok
20932026-07-02T06:14:14.995Ztest versions::test_versions ... ok
20942026-07-02T06:14:15.185Ztest tls::test_tls_only ... ok
20952026-07-02T06:14:15.452Ztest tls::test_tls_refresh_certificates ... ok
20962026-07-02T06:14:15.862Ztest pagination::test_example_multiple_resources ... ok
20972026-07-02T06:14:16.199Ztest detached_shutdown::test_graceful_shutdown_with_detached_handler ... ok
20982026-07-02T06:14:16.389Ztest pagination::test_example_multiple_sorts ... ok
20992026-07-02T06:14:16.392Z
21002026-07-02T06:14:16.392Ztest result: ok. 100 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.21s
21012026-07-02T06:14:16.392Z
21022026-07-02T06:14:16.396Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-68a23acfcee39dec`
21032026-07-02T06:14:16.402Z
21042026-07-02T06:14:16.402Zrunning 35 tests
21052026-07-02T06:14:16.405Ztest channel::tests::test_channel_operation_id ... ok
21062026-07-02T06:14:16.405Ztest channel::tests::test_channel_with_versions ... ok
21072026-07-02T06:14:16.411Ztest channel::tests::test_channel_with_unnamed_params ... ok
21082026-07-02T06:14:16.411Ztest endpoint::tests::test_endpoint_bad_context_receiver ... ok
21092026-07-02T06:14:16.411Ztest endpoint::tests::test_endpoint_bad_metadata ... ok
21102026-07-02T06:14:16.411Ztest doc::tests::test_extract_summary_description ... ok
21112026-07-02T06:14:16.411Ztest endpoint::tests::test_endpoint_bad_string ... ok
21122026-07-02T06:14:16.411Ztest api_trait::tests::test_api_trait_no_endpoints ... ok
21132026-07-02T06:14:16.411Ztest endpoint::tests::test_endpoint_bad_versions ... ok
21142026-07-02T06:14:16.411Ztest endpoint::tests::test_endpoint_invalid_item ... ok
21152026-07-02T06:14:16.411Ztest channel::tests::test_channel_with_custom_params ... ok
21162026-07-02T06:14:16.411Ztest endpoint::tests::test_endpoint_not_async ... ok
21172026-07-02T06:14:16.411Ztest api_trait::tests::test_api_trait_operation_id ... ok
21182026-07-02T06:14:16.411Ztest endpoint::tests::test_endpoint_content_type ... ok
21192026-07-02T06:14:16.411Ztest api_trait::tests::test_api_trait_basic ... ok
21202026-07-02T06:14:16.411Ztest endpoint::tests::test_endpoint_basic ... ok
21212026-07-02T06:14:16.411Ztest endpoint::tests::test_endpoint_context_fully_qualified_names ... ok
21222026-07-02T06:14:16.411Ztest endpoint::tests::test_endpoint_no_arguments ... ok
21232026-07-02T06:14:16.411Ztest endpoint::tests::test_endpoint_pub_crate ... ok
21242026-07-02T06:14:16.411Ztest api_trait::tests::test_api_trait_with_custom_params ... ok
21252026-07-02T06:14:16.411Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_2 ... ok
21262026-07-02T06:14:16.411Ztest endpoint::tests::test_endpoint_with_doc ... ok
21272026-07-02T06:14:16.411Ztest endpoint::tests::test_endpoint_with_empty_where_clause ... ok
21282026-07-02T06:14:16.411Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_1 ... ok
21292026-07-02T06:14:16.416Ztest endpoint::tests::test_endpoint_with_tags ... ok
21302026-07-02T06:14:16.416Ztest endpoint::tests::test_endpoint_with_query ... ok
21312026-07-02T06:14:16.416Ztest endpoint::tests::test_endpoint_with_versions_all ... ok
21322026-07-02T06:14:16.417Ztest params::tests::test_extract_rqctx_ty_param ... ok
21332026-07-02T06:14:16.417Ztest syn_parsing::tests::test_busted_function ... ok
21342026-07-02T06:14:16.417Ztest endpoint::tests::test_endpoint_with_custom_params ... ok
21352026-07-02T06:14:16.417Ztest endpoint::tests::test_endpoint_with_unnamed_params ... ok
21362026-07-02T06:14:16.417Ztest endpoint::tests::test_operation_id ... ok
21372026-07-02T06:14:16.417Ztest endpoint::tests::test_endpoint_with_versions_until ... ok
21382026-07-02T06:14:16.417Ztest endpoint::tests::test_endpoint_with_versions_from ... ok
21392026-07-02T06:14:16.417Ztest endpoint::tests::test_endpoint_with_versions_from_until ... ok
21402026-07-02T06:14:16.417Z
21412026-07-02T06:14:16.417Ztest result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
21422026-07-02T06:14:16.417Z
21432026-07-02T06:14:16.417Z Doc-tests dropshot
21442026-07-02T06:14:16.420Z 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-8e824d676915d04a.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-0e3ecd9227b74f68.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ce228de1886e58bf.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-f7e942287825784b.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-5de68ddc4ed5d971.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-dd07fe1acca62913.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-14e9ae5baaaad561.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-12a50251aa870423.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-a9441dd6a0bfe653.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-500fc2351c9def65.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-cd613d7f7632796a.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-84cab42a9ca23712.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-5c0b5a56cf03cb4e.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-2811b0e75a97da16.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-a6f78a2f171563f9.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-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-65f245c69150dbbd.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-ad8bc4276336bf24.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-275e4530920e3a38.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-02T06:14:17.177Z
21462026-07-02T06:14:17.177Zrunning 24 tests
21472026-07-02T06:14:17.180Ztest dropshot/src/compression.rs - compression::NoCompression (line 14) ... ignored
21482026-07-02T06:14:18.462Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 413) ... ok
21492026-07-02T06:14:18.462Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 149) ... ignored
21502026-07-02T06:14:18.462Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 156) ... ignored
21512026-07-02T06:14:18.497Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 472) ... ok
21522026-07-02T06:14:21.898Ztest dropshot/src/error_status_code.rs - error_status_code::ErrorStatusCode::from_u16 (line 362) ... ok
21532026-07-02T06:14:21.898Ztest dropshot/src/lib.rs - (line 337) ... ignored
21542026-07-02T06:14:21.938Ztest dropshot/src/error_status_code.rs - error_status_code::ClientErrorStatusCode::from_u16 (line 556) ... ok
21552026-07-02T06:14:22.027Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 382) ... ok
21562026-07-02T06:14:22.038Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 357) ... ok
21572026-07-02T06:14:22.106Ztest dropshot/src/lib.rs - (line 46) - compile ... ok
21582026-07-02T06:14:22.167Ztest dropshot/src/api_description.rs - api_description::ApiEndpoint<StubContext>::new_for_types (line 154) ... ok
21592026-07-02T06:14:22.216Ztest dropshot/src/config.rs - config::ConfigDropshot (line 31) ... ok
21602026-07-02T06:14:22.216Ztest dropshot/src/lib.rs - channel (line 1187) ... ignored
21612026-07-02T06:14:22.216Ztest dropshot/src/lib.rs - endpoint (line 1232) ... ignored
21622026-07-02T06:14:23.216Ztest dropshot/src/lib.rs - (line 401) ... ok
21632026-07-02T06:14:23.383Ztest dropshot/src/lib.rs - api_description (line 1052) ... ok
21642026-07-02T06:14:23.404Ztest dropshot/src/lib.rs - (line 664) ... ok
21652026-07-02T06:14:23.451Ztest dropshot/src/lib.rs - api_description (line 1113) ... ok
21662026-07-02T06:14:23.616Ztest dropshot/src/lib.rs - (line 113) ... ok
21672026-07-02T06:14:23.632Ztest dropshot/src/lib.rs - (line 192) ... ok
21682026-07-02T06:14:24.390Ztest dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 230) ... ok
21692026-07-02T06:14:26.422Ztest dropshot/src/test_util.rs - test_util::LogContext (line 469) ... ok
21702026-07-02T06:14:27.141Ztest dropshot/src/lib.rs - (line 500) ... ok
21712026-07-02T06:14:27.141Z
21722026-07-02T06:14:27.145Ztest result: ok. 18 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 9.97s
21732026-07-02T06:14:27.146Z
21742026-07-02T06:14:27.146Zall doctests ran in 10.40s; merged doctests compilation took 0.43s
21752026-07-02T06:14:27.166Z Doc-tests dropshot_endpoint
21762026-07-02T06:14:27.170Z 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-02T06:14:27.303Z
21782026-07-02T06:14:27.303Zrunning 0 tests
21792026-07-02T06:14:27.303Z
21802026-07-02T06:14:27.303Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
21812026-07-02T06:14:27.303Z
21822026-07-02T06:14:27.337Z
21832026-07-02T06:14:27.337Zreal 2:04.020832361
21842026-07-02T06:14:27.337Zuser 9:02.240537396
21852026-07-02T06:14:27.337Zsys 2:02.832059106
21862026-07-02T06:14:27.339Ztrap 0.389414988
21872026-07-02T06:14:27.339Ztflt 0.135695341
21882026-07-02T06:14:27.339Zdflt 0.186356084
21892026-07-02T06:14:27.339Zkflt 0.000317036
21902026-07-02T06:14:27.339Zlock 36:34.362822931
21912026-07-02T06:14:27.339Zslp 38:53.958681724
21922026-07-02T06:14:27.339Zlat 26.653250425
21932026-07-02T06:14:27.343Zstop 1:10.156473787
21942026-07-02T06:14:27.343Z+ banner docs
21952026-07-02T06:14:27.343Z
21962026-07-02T06:14:27.343Z ##### #### #### ####
21972026-07-02T06:14:27.343Z # # # # # # #
21982026-07-02T06:14:27.343Z # # # # # ####
21992026-07-02T06:14:27.343Z # # # # # #
22002026-07-02T06:14:27.343Z # # # # # # # #
22012026-07-02T06:14:27.343Z ##### #### #### ####
22022026-07-02T06:14:27.343Z
22032026-07-02T06:14:27.343Z+ ptime -m cargo doc --no-deps --lib --bins --examples
22042026-07-02T06:14:27.548Z Compiling proc-macro2 v1.0.106
22052026-07-02T06:14:27.548Z Compiling unicode-ident v1.0.12
22062026-07-02T06:14:27.548Z Checking cfg-if v1.0.0
22072026-07-02T06:14:27.552Z Checking itoa v1.0.1
22082026-07-02T06:14:27.552Z Checking pin-project-lite v0.2.12
22092026-07-02T06:14:27.552Z Compiling quote v1.0.46
22102026-07-02T06:14:27.552Z Checking libc v0.2.186
22112026-07-02T06:14:27.553Z Checking serde_core v1.0.228
22122026-07-02T06:14:27.621Z Checking bytes v1.12.0
22132026-07-02T06:14:27.639Z Checking smallvec v1.13.2
22142026-07-02T06:14:27.661Z Checking futures-core v0.3.32
22152026-07-02T06:14:27.692Z Checking memchr v2.6.0
22162026-07-02T06:14:27.775Z Checking once_cell v1.20.1
22172026-07-02T06:14:27.813Z Checking scopeguard v1.2.0
22182026-07-02T06:14:27.908Z Checking futures-sink v0.3.32
22192026-07-02T06:14:27.933Z Checking lock_api v0.4.6
22202026-07-02T06:14:27.995Z Checking slab v0.4.9
22212026-07-02T06:14:28.002Z Checking parking_lot_core v0.9.4
22222026-07-02T06:14:28.044Z Checking signal-hook-registry v1.4.0
22232026-07-02T06:14:28.085Z Checking socket2 v0.6.3
22242026-07-02T06:14:28.117Z Compiling jobserver v0.1.34
22252026-07-02T06:14:28.137Z Checking mio v1.2.0
22262026-07-02T06:14:28.166Z Checking typenum v1.19.0
22272026-07-02T06:14:28.181Z Checking parking_lot v0.12.1
22282026-07-02T06:14:28.191Z Checking http v1.4.2
22292026-07-02T06:14:28.369Z Compiling cc v1.2.60
22302026-07-02T06:14:28.420Z Checking futures-channel v0.3.32
22312026-07-02T06:14:28.438Z Checking zeroize v1.8.2
22322026-07-02T06:14:28.458Z Checking stable_deref_trait v1.2.0
22332026-07-02T06:14:28.537Z Compiling syn v2.0.118
22342026-07-02T06:14:28.572Z Checking log v0.4.17
22352026-07-02T06:14:28.578Z Checking futures-io v0.3.32
22362026-07-02T06:14:28.611Z Checking futures-task v0.3.32
22372026-07-02T06:14:28.682Z Checking rustls-pki-types v1.14.1
22382026-07-02T06:14:28.716Z Checking zmij v1.0.2
22392026-07-02T06:14:28.745Z Checking httparse v1.10.0
22402026-07-02T06:14:28.773Z Checking writeable v0.5.5
22412026-07-02T06:14:28.845Z Checking equivalent v1.0.0
22422026-07-02T06:14:28.876Z Compiling num-conv v0.2.0
22432026-07-02T06:14:28.922Z Checking hashbrown v0.17.0
22442026-07-02T06:14:28.948Z Compiling time-core v0.1.8
22452026-07-02T06:14:28.954Z Checking litemap v0.7.4
22462026-07-02T06:14:28.968Z Checking powerfmt v0.2.0
22472026-07-02T06:14:29.002Z Checking http-body v1.0.1
22482026-07-02T06:14:29.090Z Compiling time-macros v0.2.27
22492026-07-02T06:14:29.114Z Compiling cmake v0.1.58
22502026-07-02T06:14:29.125Z Checking deranged v0.5.5
22512026-07-02T06:14:29.128Z Checking crossbeam-utils v0.8.21
22522026-07-02T06:14:29.151Z Checking serde_json v1.0.150
22532026-07-02T06:14:29.404Z Checking indexmap v2.14.0
22542026-07-02T06:14:29.459Z Checking tracing-core v0.1.32
22552026-07-02T06:14:29.610Z Checking percent-encoding v2.3.2
22562026-07-02T06:14:29.689Z Compiling aws-lc-sys v0.40.0
22572026-07-02T06:14:29.748Z Checking num_threads v0.1.3
22582026-07-02T06:14:29.767Z Checking atomic-waker v1.1.2
22592026-07-02T06:14:29.784Z Checking untrusted v0.9.0
22602026-07-02T06:14:29.860Z Checking tracing v0.1.40
22612026-07-02T06:14:29.886Z Checking getrandom v0.4.1
22622026-07-02T06:14:29.936Z Checking tower-layer v0.3.3
22632026-07-02T06:14:29.978Z Checking try-lock v0.2.3
22642026-07-02T06:14:30.007Z Checking subtle v2.5.0
22652026-07-02T06:14:30.028Z Checking icu_locid_transform_data v1.5.0
22662026-07-02T06:14:30.069Z Checking bitflags v2.11.0
22672026-07-02T06:14:30.081Z Checking tower-service v0.3.3
22682026-07-02T06:14:30.091Z Checking fnv v1.0.7
22692026-07-02T06:14:30.121Z Checking base64 v0.22.1
22702026-07-02T06:14:30.133Z Checking want v0.3.0
22712026-07-02T06:14:30.143Z Checking time v0.3.47
22722026-07-02T06:14:30.160Z Checking generic-array v0.14.5
22732026-07-02T06:14:30.173Z Checking hybrid-array v0.4.8
22742026-07-02T06:14:30.238Z Checking simd-adler32 v0.3.7
22752026-07-02T06:14:30.266Z Checking adler2 v2.0.1
22762026-07-02T06:14:30.370Z Checking httpdate v1.0.1
22772026-07-02T06:14:30.370Z Checking icu_properties_data v1.5.0
22782026-07-02T06:14:30.382Z Checking miniz_oxide v0.8.9
22792026-07-02T06:14:30.502Z Checking num-traits v0.2.14
22802026-07-02T06:14:30.517Z Checking getrandom v0.3.4
22812026-07-02T06:14:30.627Z Checking crc32fast v1.5.0
22822026-07-02T06:14:30.633Z Checking form_urlencoded v1.2.2
22832026-07-02T06:14:30.653Z Checking errno v0.3.10
22842026-07-02T06:14:30.727Z Checking icu_normalizer_data v1.5.0
22852026-07-02T06:14:30.753Z Checking utf8_iter v1.0.4
22862026-07-02T06:14:30.759Z Checking ipnet v2.10.0
22872026-07-02T06:14:30.765Z Checking mime v0.3.16
22882026-07-02T06:14:30.788Z Checking utf16_iter v1.0.5
22892026-07-02T06:14:30.868Z Checking iana-time-zone v0.1.47
22902026-07-02T06:14:30.892Z Checking winnow v1.0.0
22912026-07-02T06:14:30.923Z Checking write16 v1.0.0
22922026-07-02T06:14:30.941Z Checking flate2 v1.1.9
22932026-07-02T06:14:30.964Z Checking rand_core v0.9.5
22942026-07-02T06:14:30.970Z Checking crypto-common v0.2.1
22952026-07-02T06:14:31.003Z Checking block-buffer v0.12.0
22962026-07-02T06:14:31.033Z Checking crypto-common v0.1.6
22972026-07-02T06:14:31.125Z Checking block-buffer v0.10.2
22982026-07-02T06:14:31.138Z Checking toml_datetime v1.1.1+spec-1.1.0
22992026-07-02T06:14:31.141Z Checking serde_spanned v1.1.1
23002026-07-02T06:14:31.177Z Checking toml_parser v1.1.2+spec-1.1.0
23012026-07-02T06:14:31.230Z Checking thread_local v1.1.4
23022026-07-02T06:14:31.238Z Checking encoding_rs v0.8.32
23032026-07-02T06:14:31.259Z Checking ppv-lite86 v0.2.15
23042026-07-02T06:14:31.330Z Checking openssl-probe v0.2.1
23052026-07-02T06:14:31.385Z Checking const-oid v0.10.2
23062026-07-02T06:14:31.433Z Compiling synstructure v0.13.1
23072026-07-02T06:14:31.466Z Compiling serde_derive_internals v0.29.0
23082026-07-02T06:14:31.510Z Checking compression-core v0.4.32
23092026-07-02T06:14:31.530Z Checking match_cfg v0.1.0
23102026-07-02T06:14:31.538Z Checking toml_writer v1.1.1+spec-1.1.0
23112026-07-02T06:14:31.591Z Checking hostname v0.3.1
23122026-07-02T06:14:31.628Z Checking compression-codecs v0.4.38
23132026-07-02T06:14:31.680Z Checking digest v0.11.2
23142026-07-02T06:14:31.712Z Checking toml v1.1.2+spec-1.1.0
23152026-07-02T06:14:31.792Z Checking rand_chacha v0.9.0
23162026-07-02T06:14:31.825Z Checking rustls-native-certs v0.8.3
23172026-07-02T06:14:31.949Z Checking digest v0.10.7
23182026-07-02T06:14:31.949Z Checking rustix v1.1.4
23192026-07-02T06:14:31.968Z Checking ryu v1.0.5
23202026-07-02T06:14:32.099Z Compiling unicase v2.6.0
23212026-07-02T06:14:32.120Z Checking uuid v1.23.4
23222026-07-02T06:14:32.219Z Checking crossbeam-channel v0.5.15
23232026-07-02T06:14:32.222Z Checking concurrent-queue v2.5.0
23242026-07-02T06:14:32.278Z Checking http-body-util v0.1.3
23252026-07-02T06:14:32.300Z Checking is-terminal v0.4.12
23262026-07-02T06:14:32.383Z Checking sync_wrapper v1.0.1
23272026-07-02T06:14:32.393Z Compiling dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot)
23282026-07-02T06:14:32.414Z Checking dyn-clone v1.0.4
23292026-07-02T06:14:32.482Z Compiling semver v1.0.28
23302026-07-02T06:14:32.490Z Checking parking v2.2.0
23312026-07-02T06:14:32.558Z Checking cpufeatures v0.2.17
23322026-07-02T06:14:32.566Z Checking fastrand v2.1.1
23332026-07-02T06:14:32.595Z Checking cpufeatures v0.3.0
23342026-07-02T06:14:32.620Z Checking take_mut v0.2.2
23352026-07-02T06:14:32.654Z Checking term v1.1.0
23362026-07-02T06:14:32.660Z Checking spin v0.9.8
23372026-07-02T06:14:32.675Z Compiling serde_derive v1.0.228
23382026-07-02T06:14:32.688Z Compiling tokio-macros v2.7.0
23392026-07-02T06:14:32.712Z Compiling zerofrom-derive v0.1.5
23402026-07-02T06:14:32.742Z Compiling yoke-derive v0.7.5
23412026-07-02T06:14:32.757Z Compiling futures-macro v0.3.32
23422026-07-02T06:14:32.763Z Compiling zerovec-derive v0.10.3
23432026-07-02T06:14:32.870Z Compiling displaydoc v0.2.5
23442026-07-02T06:14:33.461Z Checking tokio v1.52.3
23452026-07-02T06:14:33.616Z Checking futures-util v0.3.32
23462026-07-02T06:14:33.641Z Compiling icu_provider_macros v1.5.0
23472026-07-02T06:14:33.798Z Compiling thiserror-impl v2.0.18
23482026-07-02T06:14:33.820Z Compiling schemars_derive v0.8.22
23492026-07-02T06:14:33.936Z Checking zerofrom v0.1.5
23502026-07-02T06:14:34.054Z Checking yoke v0.7.5
23512026-07-02T06:14:34.235Z Checking zerovec v0.10.4
23522026-07-02T06:14:34.245Z Compiling async-stream-impl v0.3.6
23532026-07-02T06:14:34.900Z Checking async-stream v0.3.6
23542026-07-02T06:14:34.922Z Checking tinystr v0.7.6
23552026-07-02T06:14:35.023Z Checking icu_collections v1.5.0
23562026-07-02T06:14:35.060Z Checking thiserror v2.0.18
23572026-07-02T06:14:35.063Z Checking tempfile v3.27.0
23582026-07-02T06:14:35.093Z Checking icu_locid v1.5.0
23592026-07-02T06:14:35.152Z Compiling async-trait v0.1.89
23602026-07-02T06:14:35.285Z Checking sha1 v0.11.0
23612026-07-02T06:14:35.425Z Checking sha1 v0.10.6
23622026-07-02T06:14:35.450Z Checking serde v1.0.228
23632026-07-02T06:14:35.559Z Checking icu_provider v1.5.0
23642026-07-02T06:14:35.582Z Checking event-listener v5.0.0
23652026-07-02T06:14:35.601Z Checking futures-executor v0.3.32
23662026-07-02T06:14:35.746Z Checking futures v0.3.32
23672026-07-02T06:14:35.788Z Checking multer v3.1.0
23682026-07-02T06:14:35.814Z Compiling mime_guess v2.0.5
23692026-07-02T06:14:35.857Z Checking erased-serde v0.3.31
23702026-07-02T06:14:35.860Z Checking icu_locid_transform v1.5.0
23712026-07-02T06:14:35.962Z Checking chrono v0.4.45
23722026-07-02T06:14:36.004Z Compiling serde_tokenstream v0.2.3
23732026-07-02T06:14:36.185Z Checking openapiv3 v2.2.0
23742026-07-02T06:14:36.255Z Checking slog v2.8.2
23752026-07-02T06:14:36.297Z Compiling dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
23762026-07-02T06:14:36.338Z Checking icu_properties v1.5.1
23772026-07-02T06:14:36.356Z Checking serde_urlencoded v0.7.1
23782026-07-02T06:14:36.512Z Checking slog-json v2.6.1
23792026-07-02T06:14:36.557Z Checking slog-async v2.8.0
23802026-07-02T06:14:36.662Z Checking slog-bunyan v2.5.0
23812026-07-02T06:14:36.671Z Checking tokio-util v0.7.18
23822026-07-02T06:14:36.727Z Checking tower v0.5.2
23832026-07-02T06:14:36.771Z Checking async-compression v0.4.42
23842026-07-02T06:14:36.834Z Checking schemars v0.8.22
23852026-07-02T06:14:37.009Z Checking slog-term v2.9.2
23862026-07-02T06:14:37.086Z Checking h2 v0.4.14
23872026-07-02T06:14:37.112Z Checking rand v0.9.2
23882026-07-02T06:14:37.265Z Checking rustix v0.38.44
23892026-07-02T06:14:37.473Z Checking camino v1.2.4
23902026-07-02T06:14:37.495Z Checking waitgroup v0.1.2
23912026-07-02T06:14:37.575Z Checking serde_path_to_error v0.1.20
23922026-07-02T06:14:37.588Z Checking rustls-pemfile v2.2.0
23932026-07-02T06:14:37.723Z Checking hostname v0.4.2
23942026-07-02T06:14:37.731Z Checking unicode-width v0.1.9
23952026-07-02T06:14:37.765Z Checking icu_normalizer v1.5.0
23962026-07-02T06:14:37.817Z Checking data-encoding v2.4.0
23972026-07-02T06:14:37.823Z Checking lazy_static v1.5.0
23982026-07-02T06:14:37.849Z Checking debug-ignore v1.0.5
23992026-07-02T06:14:37.867Z Checking unicode-segmentation v1.10.0
24002026-07-02T06:14:37.903Z Checking iri-string v0.7.8
24012026-07-02T06:14:37.940Z Checking console v0.15.7
24022026-07-02T06:14:38.067Z Checking tungstenite v0.29.0
24032026-07-02T06:14:38.137Z Checking idna_adapter v1.2.0
24042026-07-02T06:14:38.151Z Checking newline-converter v0.3.0
24052026-07-02T06:14:38.210Z Checking atomicwrites v0.4.4
24062026-07-02T06:14:38.253Z Checking idna v1.0.3
24072026-07-02T06:14:38.270Z Checking target-triple v1.0.0
24082026-07-02T06:14:38.314Z Checking event-listener-strategy v0.5.4
24092026-07-02T06:14:38.324Z Checking yasna v0.6.0
24102026-07-02T06:14:38.441Z Checking pem v3.0.6
24112026-07-02T06:14:38.486Z Checking termcolor v1.1.2
24122026-07-02T06:14:38.493Z Checking glob v0.3.0
24132026-07-02T06:14:38.499Z Checking url v2.5.4
24142026-07-02T06:14:38.593Z Checking similar v2.2.1
24152026-07-02T06:14:38.656Z Checking tokio-tungstenite v0.29.0
24162026-07-02T06:14:38.666Z Checking trybuild v1.0.117
24172026-07-02T06:14:38.881Z Checking async-channel v2.5.0
24182026-07-02T06:14:38.898Z Checking anyhow v1.0.103
24192026-07-02T06:14:38.918Z Checking expectorate v1.2.0
24202026-07-02T06:14:38.953Z Checking tower-http v0.6.8
24212026-07-02T06:14:39.032Z Checking buf-list v1.1.2
24222026-07-02T06:14:39.032Z Checking subprocess v1.2.0
24232026-07-02T06:14:39.045Z Checking hyper v1.10.1
24242026-07-02T06:14:39.192Z Checking heck v0.5.0
24252026-07-02T06:14:39.964Z Checking hyper-util v0.1.20
24262026-07-02T06:14:42.083Z Documenting dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
24272026-07-02T06:14:44.984Z Compiling aws-lc-rs v1.16.3
24282026-07-02T06:14:44.997Z Compiling rustls v0.23.41
24292026-07-02T06:14:46.033Z Checking rustls-webpki v0.103.13
24302026-07-02T06:14:46.033Z Checking rcgen v0.14.8
24312026-07-02T06:14:48.275Z Checking tokio-rustls v0.26.4
24322026-07-02T06:14:48.275Z Checking rustls-platform-verifier v0.6.2
24332026-07-02T06:14:48.459Z Checking hyper-rustls v0.27.9
24342026-07-02T06:14:48.462Z Documenting dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot)
24352026-07-02T06:14:48.628Z Checking reqwest v0.13.4
24362026-07-02T06:14:53.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.62s
24372026-07-02T06:14:54.005Z Generated /work/oxidecomputer/dropshot/target/doc/dropshot/index.html and 23 other files
24382026-07-02T06:14:54.020Z
24392026-07-02T06:14:54.051Zreal 26.667993710
24402026-07-02T06:14:54.051Zuser 1:47.668270359
24412026-07-02T06:14:54.051Zsys 30.126413411
24422026-07-02T06:14:54.051Ztrap 0.050045321
24432026-07-02T06:14:54.051Ztflt 0.017950728
24442026-07-02T06:14:54.051Zdflt 0.047484804
24452026-07-02T06:14:54.051Zkflt 0.000056932
24462026-07-02T06:14:54.051Zlock 4:53.994308374
24472026-07-02T06:14:54.051Zslp 5:20.393758493
24482026-07-02T06:14:54.051Zlat 4.584898602
24492026-07-02T06:14:54.051Zstop 15.101243645
24502026-07-02T06:14:54.051Zprocess exited: duration 253377 ms, exit code 0
 
24512026-07-02T06:14:54.059Zfound 0 output files