01KXCX6RGNBC3CQ34GPK9VH7ZX: build-and-test / illumos

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

Buildomat Job: 01KXCX76Z2PXXS7R96YGZR8G3P

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-13T04:55:15.842Zjob assigned to worker 01KXCX7C262D563JMJMWKKA3DZ [factory aws, i-02e7639bcae3ca911] (queued for 47 s)
 
22026-07-13T04:55:21.958Zstarting task 0: "setup"
32026-07-13T04:55:21.962Z++ uname -s
42026-07-13T04:55:21.965Z+ kern=SunOS
52026-07-13T04:55:21.965Z+ build_user=build
62026-07-13T04:55:21.965Z+ build_uid=12345
72026-07-13T04:55:21.965Z+ work_dir=/work
82026-07-13T04:55:21.966Z+ input_dir=/input
92026-07-13T04:55:21.966Z+ [[ 0 == 12345 ]]
102026-07-13T04:55:21.966Z+ case "$kern" in
112026-07-13T04:55:21.966Z+ groupadd -g 12345 build
122026-07-13T04:55:21.966Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-13T04:55:23.970Z+ zfs create -o mountpoint=/work rpool/work
142026-07-13T04:55:24.125Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-13T04:55:24.128Z+ home_fs=zfs
162026-07-13T04:55:24.128Z+ [[ zfs == autofs ]]
172026-07-13T04:55:24.128Z+ mkdir -p /home/build
182026-07-13T04:55:24.128Z+ chown build:build /home/build /work
192026-07-13T04:55:26.129Z+ chmod 0700 /home/build /work
202026-07-13T04:55:26.132Zprocess exited: duration 4174 ms, exit code 0
 
212026-07-13T04:55:26.138Zstarting task 1: "rust-toolchain"
222026-07-13T04:55:26.141Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-13T04:55:26.141Z * rust toolchain channel = "stable"
242026-07-13T04:55:26.141Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-13T04:55:26.141Z * rust toolchain profile = "default"
262026-07-13T04:55:26.141Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-13T04:55:26.141Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-13T04:55:26.144Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-13T04:55:26.144Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-13T04:55:26.264Zinfo: downloading installer
312026-07-13T04:55:27.710Zwarn: It looks like you have an existing installation of Rust at:
322026-07-13T04:55:27.711Zwarn: /opt/ooce/bin
332026-07-13T04:55:27.711Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-13T04:55:27.711Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-13T04:55:27.711Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-13T04:55:27.711Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-13T04:55:27.711Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-13T04:55:27.711Zerror: cannot install while Rust is installed
392026-07-13T04:55:27.711Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-13T04:55:27.711Zwarn: It looks like you have an existing rustup settings file at:
412026-07-13T04:55:27.711Zwarn: /home/build/.rustup/settings.toml
422026-07-13T04:55:27.714Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-13T04:55:27.714Zwarn: instead of the one inferred from the default host triple.
442026-07-13T04:55:27.724Zinfo: profile set to default
452026-07-13T04:55:27.724Zinfo: default host triple is x86_64-unknown-illumos
462026-07-13T04:55:27.727Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-13T04:55:27.860Zinfo: latest update on 2026-07-09 for version 1.97.0 (2d8144b78 2026-07-07)
482026-07-13T04:55:27.863Zinfo: downloading 6 components
492026-07-13T04:55:43.524Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-07-13T04:55:43.524Z
512026-07-13T04:55:43.551Z stable-x86_64-unknown-illumos installed - rustc 1.97.0 (2d8144b78 2026-07-07)
522026-07-13T04:55:43.551Z
532026-07-13T04:55:43.554Z
542026-07-13T04:55:43.554ZRust is installed now. Great!
552026-07-13T04:55:43.554Z
562026-07-13T04:55:43.554ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-13T04:55:43.554Zenvironment variable. This has not been done automatically.
582026-07-13T04:55:43.554Z
592026-07-13T04:55:43.554ZTo configure your current shell, you need to source
602026-07-13T04:55:43.554Zthe corresponding env file under $HOME/.cargo.
612026-07-13T04:55:43.554Z
622026-07-13T04:55:43.554ZThis is usually done by running one of the following (note the leading DOT):
632026-07-13T04:55:43.554Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-13T04:55:43.554Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-13T04:55:43.554Zsource "~/.cargo/env.nu" # For nushell
662026-07-13T04:55:43.554Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-13T04:55:43.554Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-13T04:55:43.554Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-13T04:55:43.554Zwarn: no default linker (`cc`) was found in your PATH
702026-07-13T04:55:43.554Zwarn: many Rust crates require a system C toolchain to build
712026-07-13T04:55:43.637Z+ rustup --version
722026-07-13T04:55:43.646Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-13T04:55:43.648Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-13T04:55:43.667Zinfo: the currently active `rustc` version is `rustc 1.97.0 (2d8144b78 2026-07-07)`
752026-07-13T04:55:43.670Z+ cargo --version
762026-07-13T04:55:43.685Zcargo 1.97.0 (c980f4866 2026-06-30)
772026-07-13T04:55:43.687Z+ rustc --version
782026-07-13T04:55:43.706Zrustc 1.97.0 (2d8144b78 2026-07-07)
792026-07-13T04:55:43.709Zprocess exited: duration 17568 ms, exit code 0
 
802026-07-13T04:55:43.714Zstarting task 2: "authentication"
812026-07-13T04:55:43.730Zprocess exited: duration 15 ms, exit code 0
 
822026-07-13T04:55:43.735Zstarting task 3: "clone repository"
832026-07-13T04:55:43.738Z+ mkdir -p /work/oxidecomputer/dropshot
842026-07-13T04:55:43.741Z+ git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot
852026-07-13T04:55:43.770ZCloning into '/work/oxidecomputer/dropshot'...
862026-07-13T04:55:44.633Z+ cd /work/oxidecomputer/dropshot
872026-07-13T04:55:44.633Z+ git fetch origin 978589cd929b3c4ee9fd3787ac14a697d001c0fb
882026-07-13T04:55:44.871ZFrom https://github.com/oxidecomputer/dropshot
892026-07-13T04:55:44.871Z * branch 978589cd929b3c4ee9fd3787ac14a697d001c0fb -> FETCH_HEAD
902026-07-13T04:55:44.876Z+ [[ -n '' ]]
912026-07-13T04:55:44.876Z+ git reset --hard 978589cd929b3c4ee9fd3787ac14a697d001c0fb
922026-07-13T04:55:44.890ZHEAD is now at 978589c Bump uuid from 1.23.4 to 1.23.5
932026-07-13T04:55:44.893Zprocess exited: duration 1155 ms, exit code 0
 
942026-07-13T04:55:44.899Zstarting task 4: "build"
952026-07-13T04:55:44.902Z+ cargo --version
962026-07-13T04:55:44.908Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
972026-07-13T04:55:45.063Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
982026-07-13T04:55:45.066Zinfo: downloading 6 components
992026-07-13T04:55:59.824Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-13T04:55:59.827Z+ rustc --version
1012026-07-13T04:55:59.856Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-13T04:55:59.860Z+ banner build
1032026-07-13T04:55:59.863Z
1042026-07-13T04:55:59.863Z ##### # # # # #####
1052026-07-13T04:55:59.863Z # # # # # # # #
1062026-07-13T04:55:59.863Z ##### # # # # # #
1072026-07-13T04:55:59.863Z # # # # # # # #
1082026-07-13T04:55:59.863Z # # # # # # # #
1092026-07-13T04:55:59.863Z ##### #### # ###### #####
1102026-07-13T04:55:59.863Z
1112026-07-13T04:55:59.863Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1122026-07-13T04:55:59.947Z Updating crates.io index
1132026-07-13T04:56:01.612Z Downloading crates ...
1142026-07-13T04:56:01.683Z Downloaded futures-channel v0.3.32
1152026-07-13T04:56:01.688Z Downloaded buf-list v1.1.2
1162026-07-13T04:56:01.691Z Downloaded hyper-util v0.1.20
1172026-07-13T04:56:01.694Z Downloaded der-parser v10.0.0
1182026-07-13T04:56:01.697Z Downloaded mime_guess v2.0.5
1192026-07-13T04:56:01.700Z Downloaded scopeguard v1.2.0
1202026-07-13T04:56:01.703Z Downloaded bitflags v2.11.0
1212026-07-13T04:56:01.706Z Downloaded atomic-waker v1.1.2
1222026-07-13T04:56:01.706Z Downloaded once_cell v1.20.1
1232026-07-13T04:56:01.706Z Downloaded num-traits v0.2.14
1242026-07-13T04:56:01.709Z Downloaded schemars v0.8.22
1252026-07-13T04:56:01.714Z Downloaded prettyplease v0.2.37
1262026-07-13T04:56:01.717Z Downloaded http-body-util v0.1.3
1272026-07-13T04:56:01.720Z Downloaded crossbeam-channel v0.5.15
1282026-07-13T04:56:01.724Z Downloaded quinn-proto v0.11.14
1292026-07-13T04:56:01.728Z Downloaded icu_provider_macros v1.5.0
1302026-07-13T04:56:01.732Z Downloaded icu_provider v1.5.0
1312026-07-13T04:56:01.744Z Downloaded atomicwrites v0.4.4
1322026-07-13T04:56:01.749Z Downloaded cfg_aliases v0.2.1
1332026-07-13T04:56:01.752Z Downloaded crypto-common v0.1.6
1342026-07-13T04:56:01.752Z Downloaded fnv v1.0.7
1352026-07-13T04:56:01.754Z Downloaded cfg-if v1.0.0
1362026-07-13T04:56:01.757Z Downloaded futures-io v0.3.32
1372026-07-13T04:56:01.761Z Downloaded iri-string v0.7.8
1382026-07-13T04:56:01.765Z Downloaded lru-slab v0.1.2
1392026-07-13T04:56:01.768Z Downloaded asn1-rs-derive v0.6.0
1402026-07-13T04:56:01.768Z Downloaded futures-macro v0.3.32
1412026-07-13T04:56:01.768Z Downloaded dtrace-parser v0.3.0
1422026-07-13T04:56:01.771Z Downloaded cpufeatures v0.2.17
1432026-07-13T04:56:01.771Z Downloaded dyn-clone v1.0.4
1442026-07-13T04:56:01.773Z Downloaded hostname v0.4.2
1452026-07-13T04:56:01.773Z Downloaded mime v0.3.16
1462026-07-13T04:56:01.773Z Downloaded futures-task v0.3.32
1472026-07-13T04:56:01.776Z Downloaded form_urlencoded v1.2.2
1482026-07-13T04:56:01.776Z Downloaded memchr v2.6.0
1492026-07-13T04:56:01.779Z Downloaded is-terminal v0.4.12
1502026-07-13T04:56:01.781Z Downloaded cpufeatures v0.3.0
1512026-07-13T04:56:01.781Z Downloaded async-stream v0.3.6
1522026-07-13T04:56:01.784Z Downloaded rusticata-macros v4.1.0
1532026-07-13T04:56:01.784Z Downloaded compression-codecs v0.4.38
1542026-07-13T04:56:01.787Z Downloaded debug-ignore v1.0.5
1552026-07-13T04:56:01.787Z Downloaded concurrent-queue v2.5.0
1562026-07-13T04:56:01.791Z Downloaded sha1 v0.10.6
1572026-07-13T04:56:01.791Z Downloaded newline-converter v0.3.0
1582026-07-13T04:56:01.791Z Downloaded byteorder v1.4.3
1592026-07-13T04:56:01.794Z Downloaded http-body v1.0.1
1602026-07-13T04:56:01.794Z Downloaded pem v3.0.6
1612026-07-13T04:56:01.794Z Downloaded heck v0.5.0
1622026-07-13T04:56:01.797Z Downloaded openssl-probe v0.2.1
1632026-07-13T04:56:01.797Z Downloaded serde_urlencoded v0.7.1
1642026-07-13T04:56:01.797Z Downloaded event-listener-strategy v0.5.4
1652026-07-13T04:56:01.797Z Downloaded compression-core v0.4.32
1662026-07-13T04:56:01.800Z Downloaded block-buffer v0.10.2
1672026-07-13T04:56:01.800Z Downloaded asn1-rs-impl v0.2.0
1682026-07-13T04:56:01.800Z Downloaded lock_api v0.4.6
1692026-07-13T04:56:01.804Z Downloaded fastrand v2.1.1
1702026-07-13T04:56:01.804Z Downloaded pretty-hex v0.4.1
1712026-07-13T04:56:01.804Z Downloaded futures-sink v0.3.32
1722026-07-13T04:56:01.808Z Downloaded powerfmt v0.2.0
1732026-07-13T04:56:01.808Z Downloaded async-stream-impl v0.3.6
1742026-07-13T04:56:01.808Z Downloaded block-buffer v0.12.0
1752026-07-13T04:56:01.808Z Downloaded dunce v1.0.5
1762026-07-13T04:56:01.808Z Downloaded plain v0.2.3
1772026-07-13T04:56:01.811Z Downloaded lazy_static v1.5.0
1782026-07-13T04:56:01.811Z Downloaded itoa v1.0.1
1792026-07-13T04:56:01.811Z Downloaded httpdate v1.0.1
1802026-07-13T04:56:01.813Z Downloaded errno v0.3.10
1812026-07-13T04:56:01.817Z Downloaded futures-core v0.3.32
1822026-07-13T04:56:01.817Z Downloaded schema-derive v0.1.0
1832026-07-13T04:56:01.819Z Downloaded adler2 v2.0.1
1842026-07-13T04:56:01.822Z Downloaded dof v0.4.0
1852026-07-13T04:56:01.822Z Downloaded simd-adler32 v0.3.7
1862026-07-13T04:56:01.822Z Downloaded autocfg v1.1.0
1872026-07-13T04:56:01.826Z Downloaded parking v2.2.0
1882026-07-13T04:56:01.829Z Downloaded displaydoc v0.2.5
1892026-07-13T04:56:01.832Z Downloaded sha1 v0.11.0
1902026-07-13T04:56:01.832Z Downloaded rustls-native-certs v0.8.3
1912026-07-13T04:56:01.835Z Downloaded ipnet v2.10.0
1922026-07-13T04:56:01.835Z Downloaded rustc-hash v2.0.0
1932026-07-13T04:56:01.835Z Downloaded deranged v0.5.5
1942026-07-13T04:56:01.838Z Downloaded rustversion v1.0.22
1952026-07-13T04:56:01.838Z Downloaded icu_locid_transform v1.5.0
1962026-07-13T04:56:01.840Z Downloaded bit-vec v0.9.1
1972026-07-13T04:56:01.841Z Downloaded hyper-rustls v0.27.9
1982026-07-13T04:56:01.843Z Downloaded digest v0.10.7
1992026-07-13T04:56:01.843Z Downloaded subtle v2.5.0
2002026-07-13T04:56:01.843Z Downloaded take_mut v0.2.2
2012026-07-13T04:56:01.847Z Downloaded sync_wrapper v1.0.1
2022026-07-13T04:56:01.847Z Downloaded slog-bunyan v2.5.0
2032026-07-13T04:56:01.847Z Downloaded simple-mermaid v0.2.0
2042026-07-13T04:56:01.847Z Downloaded stable_deref_trait v1.2.0
2052026-07-13T04:56:01.847Z Downloaded percent-encoding v2.3.2
2062026-07-13T04:56:01.850Z Downloaded match_cfg v0.1.0
2072026-07-13T04:56:01.850Z Downloaded idna_adapter v1.2.0
2082026-07-13T04:56:01.850Z Downloaded num_threads v0.1.3
2092026-07-13T04:56:01.852Z Downloaded async-trait v0.1.89
2102026-07-13T04:56:01.855Z Downloaded schema v0.1.0
2112026-07-13T04:56:01.855Z Downloaded generic-array v0.14.5
2122026-07-13T04:56:01.855Z Downloaded erased-serde v0.3.31
2132026-07-13T04:56:01.858Z Downloaded serde_spanned v1.1.1
2142026-07-13T04:56:01.859Z Downloaded num-conv v0.2.0
2152026-07-13T04:56:01.861Z Downloaded data-encoding v2.4.0
2162026-07-13T04:56:01.861Z Downloaded signal-hook-registry v1.4.0
2172026-07-13T04:56:01.861Z Downloaded find-msvc-tools v0.1.9
2182026-07-13T04:56:01.861Z Downloaded hostname v0.3.1
2192026-07-13T04:56:01.864Z Downloaded scroll_derive v0.13.1
2202026-07-13T04:56:01.864Z Downloaded rand_core v0.9.5
2212026-07-13T04:56:01.864Z Downloaded quote v1.0.46
2222026-07-13T04:56:01.867Z Downloaded litemap v0.7.4
2232026-07-13T04:56:01.869Z Downloaded futures-executor v0.3.32
2242026-07-13T04:56:01.869Z Downloaded fs_extra v1.3.0
2252026-07-13T04:56:01.869Z Downloaded serde_path_to_error v0.1.20
2262026-07-13T04:56:01.872Z Downloaded tinyvec_macros v0.1.0
2272026-07-13T04:56:01.872Z Downloaded time-core v0.1.8
2282026-07-13T04:56:01.872Z Downloaded slog-term v2.9.2
2292026-07-13T04:56:01.875Z Downloaded parking_lot_core v0.9.4
2302026-07-13T04:56:01.875Z Downloaded rustls-pemfile v2.2.0
2312026-07-13T04:56:01.878Z Downloaded console v0.15.7
2322026-07-13T04:56:01.878Z Downloaded slab v0.4.9
2332026-07-13T04:56:01.880Z Downloaded scroll v0.13.0
2342026-07-13T04:56:01.880Z Downloaded schemars_derive v0.8.22
2352026-07-13T04:56:01.880Z Downloaded camino v1.2.4
2362026-07-13T04:56:01.883Z Downloaded rand_chacha v0.9.0
2372026-07-13T04:56:01.883Z Downloaded ppv-lite86 v0.2.15
2382026-07-13T04:56:01.886Z Downloaded crossbeam-utils v0.8.21
2392026-07-13T04:56:01.886Z Downloaded pest_generator v2.8.1
2402026-07-13T04:56:01.886Z Downloaded paste v1.0.15
2412026-07-13T04:56:01.889Z Downloaded pin-project-lite v0.2.12
2422026-07-13T04:56:01.891Z Downloaded equivalent v1.0.0
2432026-07-13T04:56:01.891Z Downloaded icu_normalizer_data v1.5.0
2442026-07-13T04:56:01.894Z Downloaded cmake v0.1.58
2452026-07-13T04:56:01.894Z Downloaded tower-service v0.3.3
2462026-07-13T04:56:01.894Z Downloaded target-triple v1.0.0
2472026-07-13T04:56:01.897Z Downloaded synstructure v0.13.1
2482026-07-13T04:56:01.897Z Downloaded try-lock v0.2.3
2492026-07-13T04:56:01.897Z Downloaded tower-layer v0.3.3
2502026-07-13T04:56:01.900Z Downloaded async-channel v2.5.0
2512026-07-13T04:56:01.900Z Downloaded glob v0.3.0
2522026-07-13T04:56:01.900Z Downloaded crypto-common v0.2.1
2532026-07-13T04:56:01.902Z Downloaded usdt-attr-macro v0.6.0
2542026-07-13T04:56:01.905Z Downloaded untrusted v0.7.1
2552026-07-13T04:56:01.905Z Downloaded untrusted v0.9.0
2562026-07-13T04:56:01.908Z Downloaded slog-async v2.8.0
2572026-07-13T04:56:01.908Z Downloaded quinn-udp v0.5.5
2582026-07-13T04:56:01.910Z Downloaded crc32fast v1.5.0
2592026-07-13T04:56:01.913Z Downloaded thiserror v2.0.18
2602026-07-13T04:56:01.916Z Downloaded hybrid-array v0.4.8
2612026-07-13T04:56:01.918Z Downloaded sha2 v0.10.8
2622026-07-13T04:56:01.918Z Downloaded anyhow v1.0.103
2632026-07-13T04:56:01.921Z Downloaded usdt-macro v0.6.0
2642026-07-13T04:56:01.921Z Downloaded thread_local v1.1.4
2652026-07-13T04:56:01.924Z Downloaded num-integer v0.1.46
2662026-07-13T04:56:01.924Z Downloaded write16 v1.0.0
2672026-07-13T04:56:01.924Z Downloaded waitgroup v0.1.2
2682026-07-13T04:56:01.926Z Downloaded utf8_iter v1.0.4
2692026-07-13T04:56:01.926Z Downloaded utf16_iter v1.0.5
2702026-07-13T04:56:01.926Z Downloaded usdt v0.6.0
2712026-07-13T04:56:01.926Z Downloaded yoke-derive v0.7.5
2722026-07-13T04:56:01.929Z Downloaded tinystr v0.7.6
2732026-07-13T04:56:01.929Z Downloaded time-macros v0.2.27
2742026-07-13T04:56:01.932Z Downloaded parking_lot v0.12.1
2752026-07-13T04:56:01.932Z Downloaded log v0.4.17
2762026-07-13T04:56:01.934Z Downloaded serde_tokenstream v0.2.3
2772026-07-13T04:56:01.934Z Downloaded oid-registry v0.8.1
2782026-07-13T04:56:01.934Z Downloaded futures v0.3.32
2792026-07-13T04:56:01.937Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2802026-07-13T04:56:01.940Z Downloaded digest v0.11.2
2812026-07-13T04:56:01.940Z Downloaded spin v0.9.8
2822026-07-13T04:56:01.942Z Downloaded memmap2 v0.9.8
2832026-07-13T04:56:01.942Z Downloaded getrandom v0.3.4
2842026-07-13T04:56:01.945Z Downloaded want v0.3.0
2852026-07-13T04:56:01.945Z Downloaded toml_writer v1.1.1+spec-1.1.0
2862026-07-13T04:56:01.948Z Downloaded semver v1.0.28
2872026-07-13T04:56:01.948Z Downloaded zerofrom-derive v0.1.5
2882026-07-13T04:56:01.950Z Downloaded smallvec v1.13.2
2892026-07-13T04:56:01.950Z Downloaded tokio-macros v2.7.0
2902026-07-13T04:56:01.953Z Downloaded event-listener v5.0.0
2912026-07-13T04:56:01.953Z Downloaded thread-id v5.0.0
2922026-07-13T04:56:01.953Z Downloaded thiserror-impl v2.0.18
2932026-07-13T04:56:01.956Z Downloaded termcolor v1.1.2
2942026-07-13T04:56:01.956Z Downloaded slog-json v2.6.1
2952026-07-13T04:56:01.956Z Downloaded unicase v2.6.0
2962026-07-13T04:56:01.958Z Downloaded serde_derive_internals v0.29.0
2972026-07-13T04:56:01.958Z Downloaded icu_normalizer v1.5.0
2982026-07-13T04:56:01.964Z Downloaded unicode-width v0.1.9
2992026-07-13T04:56:01.964Z Downloaded httparse v1.10.0
3002026-07-13T04:56:01.967Z Downloaded rustls-pki-types v1.15.0
3012026-07-13T04:56:01.967Z Downloaded icu_locid v1.5.0
3022026-07-13T04:56:01.967Z Downloaded version_check v0.9.5
3032026-07-13T04:56:01.970Z Downloaded tokio-tungstenite v0.29.0
3042026-07-13T04:56:01.970Z Downloaded shlex v1.3.0
3052026-07-13T04:56:01.970Z Downloaded bytes v1.12.0
3062026-07-13T04:56:01.972Z Downloaded base64 v0.22.1
3072026-07-13T04:56:01.975Z Downloaded zerofrom v0.1.5
3082026-07-13T04:56:01.975Z Downloaded similar v2.2.1
3092026-07-13T04:56:01.977Z Downloaded ryu v1.0.5
3102026-07-13T04:56:01.980Z Downloaded pest_meta v2.8.1
3112026-07-13T04:56:01.980Z Downloaded zeroize v1.8.2
3122026-07-13T04:56:01.983Z Downloaded pest_derive v2.8.1
3132026-07-13T04:56:01.983Z Downloaded multer v3.1.0
3142026-07-13T04:56:01.986Z Downloaded socket2 v0.5.9
3152026-07-13T04:56:01.986Z Downloaded rustls-platform-verifier v0.6.2
3162026-07-13T04:56:01.989Z Downloaded rcgen v0.14.8
3172026-07-13T04:56:01.989Z Downloaded zerovec-derive v0.10.3
3182026-07-13T04:56:01.992Z Downloaded miniz_oxide v0.8.9
3192026-07-13T04:56:01.992Z Downloaded trybuild v1.0.117
3202026-07-13T04:56:01.994Z Downloaded tinyvec v1.5.1
3212026-07-13T04:56:01.997Z Downloaded term v1.1.0
3222026-07-13T04:56:01.997Z Downloaded writeable v0.5.5
3232026-07-13T04:56:02.000Z Downloaded usdt-impl v0.6.0
3242026-07-13T04:56:02.000Z Downloaded ucd-trie v0.1.6
3252026-07-13T04:56:02.000Z Downloaded toml_parser v1.1.2+spec-1.1.0
3262026-07-13T04:56:02.002Z Downloaded tokio-rustls v0.26.4
3272026-07-13T04:56:02.002Z Downloaded const-oid v0.10.2
3282026-07-13T04:56:02.005Z Downloaded getrandom v0.4.1
3292026-07-13T04:56:02.008Z Downloaded tempfile v3.27.0
3302026-07-13T04:56:02.008Z Downloaded jobserver v0.1.34
3312026-07-13T04:56:02.013Z Downloaded icu_locid_transform_data v1.5.0
3322026-07-13T04:56:02.013Z Downloaded iana-time-zone v0.1.47
3332026-07-13T04:56:02.013Z Downloaded getrandom v0.2.11
3342026-07-13T04:56:02.016Z Downloaded proc-macro2 v1.0.106
3352026-07-13T04:56:02.016Z Downloaded yoke v0.7.5
3362026-07-13T04:56:02.016Z Downloaded socket2 v0.6.3
3372026-07-13T04:56:02.020Z Downloaded yasna v0.6.0
3382026-07-13T04:56:02.020Z Downloaded serde_core v1.0.228
3392026-07-13T04:56:02.023Z Downloaded serde_derive v1.0.228
3402026-07-13T04:56:02.023Z Downloaded slog v2.8.2
3412026-07-13T04:56:02.028Z Downloaded unicode-ident v1.0.12
3422026-07-13T04:56:02.030Z Downloaded zmij v1.0.2
3432026-07-13T04:56:02.033Z Downloaded toml v1.1.2+spec-1.1.0
3442026-07-13T04:56:02.035Z Downloaded asn1-rs v0.7.1
3452026-07-13T04:56:02.038Z Downloaded icu_properties v1.5.1
3462026-07-13T04:56:02.040Z Downloaded icu_collections v1.5.0
3472026-07-13T04:56:02.043Z Downloaded uuid v1.23.5
3482026-07-13T04:56:02.046Z Downloaded expectorate v1.2.0
3492026-07-13T04:56:02.046Z Downloaded cc v1.2.60
3502026-07-13T04:56:02.049Z Downloaded quinn v0.11.9
3512026-07-13T04:56:02.051Z Downloaded tungstenite v0.29.0
3522026-07-13T04:56:02.054Z Downloaded tracing-core v0.1.32
3532026-07-13T04:56:02.057Z Downloaded tracing v0.1.40
3542026-07-13T04:56:02.059Z Downloaded typenum v1.19.0
3552026-07-13T04:56:02.059Z Downloaded subprocess v1.2.0
3562026-07-13T04:56:02.062Z Downloaded rustls-webpki v0.103.13
3572026-07-13T04:56:02.064Z Downloaded http v1.4.2
3582026-07-13T04:56:02.064Z Downloaded serde v1.0.228
3592026-07-13T04:56:02.067Z Downloaded num-bigint v0.4.3
3602026-07-13T04:56:02.070Z Downloaded unicode-segmentation v1.10.0
3612026-07-13T04:56:02.072Z Downloaded rand v0.9.2
3622026-07-13T04:56:02.075Z Downloaded url v2.5.4
3632026-07-13T04:56:02.075Z Downloaded zerocopy-derive v0.8.27
3642026-07-13T04:56:02.078Z Downloaded minimal-lexical v0.2.1
3652026-07-13T04:56:02.081Z Downloaded indexmap v2.14.0
3662026-07-13T04:56:02.084Z Downloaded mio v1.2.0
3672026-07-13T04:56:02.086Z Downloaded async-compression v0.4.42
3682026-07-13T04:56:02.090Z Downloaded flate2 v1.1.9
3692026-07-13T04:56:02.094Z Downloaded hashbrown v0.17.0
3702026-07-13T04:56:02.097Z Downloaded pest v2.8.1
3712026-07-13T04:56:02.100Z Downloaded nom v7.1.3
3722026-07-13T04:56:02.103Z Downloaded tower v0.5.2
3732026-07-13T04:56:02.109Z Downloaded x509-parser v0.18.0
3742026-07-13T04:56:02.113Z Downloaded h2 v0.4.14
3752026-07-13T04:56:02.117Z Downloaded futures-util v0.3.32
3762026-07-13T04:56:02.123Z Downloaded tower-http v0.6.8
3772026-07-13T04:56:02.127Z Downloaded tokio-util v0.7.18
3782026-07-13T04:56:02.131Z Downloaded zerovec v0.10.4
3792026-07-13T04:56:02.135Z Downloaded portable-atomic v1.9.0
3802026-07-13T04:56:02.138Z Downloaded idna v1.0.3
3812026-07-13T04:56:02.140Z Downloaded serde_json v1.0.150
3822026-07-13T04:56:02.144Z Downloaded reqwest v0.13.4
3832026-07-13T04:56:02.147Z Downloaded winnow v1.0.0
3842026-07-13T04:56:02.153Z Downloaded aws-lc-rs v1.16.3
3852026-07-13T04:56:02.159Z Downloaded time v0.3.47
3862026-07-13T04:56:02.165Z Downloaded goblin v0.10.1
3872026-07-13T04:56:02.169Z Downloaded chrono v0.4.45
3882026-07-13T04:56:02.173Z Downloaded syn v2.0.118
3892026-07-13T04:56:02.179Z Downloaded icu_properties_data v1.5.0
3902026-07-13T04:56:02.185Z Downloaded hyper v1.10.1
3912026-07-13T04:56:02.197Z Downloaded zerocopy v0.8.27
3922026-07-13T04:56:02.223Z Downloaded libc v0.2.186
3932026-07-13T04:56:02.243Z Downloaded openapiv3 v2.2.0
3942026-07-13T04:56:02.248Z Downloaded rustix v0.38.44
3952026-07-13T04:56:02.260Z Downloaded rustls v0.23.41
3962026-07-13T04:56:02.266Z Downloaded rustix v1.1.4
3972026-07-13T04:56:02.319Z Downloaded tokio v1.52.3
3982026-07-13T04:56:02.354Z Downloaded encoding_rs v0.8.32
3992026-07-13T04:56:02.366Z Downloaded ring v0.17.13
4002026-07-13T04:56:02.836Z Downloaded aws-lc-sys v0.40.0
4012026-07-13T04:56:03.050Z Compiling proc-macro2 v1.0.106
4022026-07-13T04:56:03.050Z Compiling unicode-ident v1.0.12
4032026-07-13T04:56:03.050Z Compiling quote v1.0.46
4042026-07-13T04:56:03.053Z Compiling libc v0.2.186
4052026-07-13T04:56:03.053Z Compiling cfg-if v1.0.0
4062026-07-13T04:56:03.053Z Compiling itoa v1.0.1
4072026-07-13T04:56:03.053Z Compiling memchr v2.6.0
4082026-07-13T04:56:03.053Z Compiling serde_core v1.0.228
4092026-07-13T04:56:03.146Z 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-13T04:56:03.149Z 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-13T04:56:03.149Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.46/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=a2ea8d1010b1429a -C extra-filename=-8e9687b2acb71334 --out-dir /work/oxidecomputer/dropshot/target/debug/build/quote-8e9687b2acb71334 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4122026-07-13T04:56:03.149Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.186/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=590b00b77b31830a -C extra-filename=-06eade19d5252546 --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-06eade19d5252546 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4132026-07-13T04:56:03.149Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=2b9365c24147eee2 -C extra-filename=-5f9fa4a847aa64d8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4142026-07-13T04:56:03.156Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c64530af8dd816e2 -C extra-filename=-d5ee783bcc1e47da --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4152026-07-13T04:56:03.160Z 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`
4162026-07-13T04:56:03.163Z 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`
4172026-07-13T04:56:03.216Z Compiling pin-project-lite v0.2.12
4182026-07-13T04:56:03.220Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4d756992dbdc292e -C extra-filename=-dc03c7f2a3929925 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4192026-07-13T04:56:03.265Z Compiling autocfg v1.1.0
4202026-07-13T04:56:03.268Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b563f80985043586 -C extra-filename=-171dfbd7656ea073 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4212026-07-13T04:56:03.287Z Compiling version_check v0.9.5
4222026-07-13T04:56:03.291Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=60319a033aa0dc71 -C extra-filename=-0114e1d2fe791be1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4232026-07-13T04:56:03.303Z Compiling smallvec v1.13.2
4242026-07-13T04:56:03.312Z 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`
4252026-07-13T04:56:03.498Z Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-b80ca5d71cc857e3/build-script-build`
4262026-07-13T04:56:03.507Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-81dcb56903da448c/build-script-build`
4272026-07-13T04:56:03.510Z Running `/work/oxidecomputer/dropshot/target/debug/build/quote-8e9687b2acb71334/build-script-build`
4282026-07-13T04:56:03.522Z Compiling bytes v1.12.0
4292026-07-13T04:56:03.576Z 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`
4302026-07-13T04:56:03.576Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-06eade19d5252546/build-script-build`
4312026-07-13T04:56:03.577Z 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)'`
4322026-07-13T04:56:03.578Z Compiling futures-core v0.3.32
4332026-07-13T04:56:03.578Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=46be527857dc8cc1 -C extra-filename=-6014f905cb1f1428 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4342026-07-13T04:56:03.578Z Compiling zmij v1.0.2
4352026-07-13T04:56:03.578Z Compiling serde v1.0.228
4362026-07-13T04:56:03.578Z 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`
4372026-07-13T04:56:03.578Z 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`
4382026-07-13T04:56:03.581Z 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"))'`
4392026-07-13T04:56:03.691Z Compiling once_cell v1.20.1
4402026-07-13T04:56:03.694Z 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`
4412026-07-13T04:56:03.803Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=18262622e422ce20 -C extra-filename=-8f6729caab1030b5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-042d12c73b3dbea1.rmeta --cap-lints allow --cfg wrap_proc_macro --cfg proc_macro_span_location --cfg proc_macro_span_file --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(proc_macro_span_file)' --check-cfg 'cfg(proc_macro_span_location)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_build_probe)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`
4422026-07-13T04:56:03.847Z Running `/work/oxidecomputer/dropshot/target/debug/build/zmij-0b7c0ea1175a8a85/build-script-build`
4432026-07-13T04:56:03.868Z Compiling thiserror v2.0.18
4442026-07-13T04:56:03.872Z 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`
4452026-07-13T04:56:03.887Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-12687b424eea7279/build-script-build`
4462026-07-13T04:56:03.890Z Compiling log v0.4.17
4472026-07-13T04:56:03.890Z 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`
4482026-07-13T04:56:03.897Z Compiling serde_json v1.0.150
4492026-07-13T04:56:03.899Z 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`
4502026-07-13T04:56:03.916Z 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)'`
4512026-07-13T04:56:04.048Z Compiling jobserver v0.1.34
4522026-07-13T04:56:04.050Z 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`
4532026-07-13T04:56:04.094Z Compiling shlex v1.3.0
4542026-07-13T04:56:04.103Z 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`
4552026-07-13T04:56:04.120Z Running `/work/oxidecomputer/dropshot/target/debug/build/log-fd21ab049a3119f3/build-script-build`
4562026-07-13T04:56:04.139Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-68cf30d5ba1a99ac/build-script-build`
4572026-07-13T04:56:04.142Z Compiling parking_lot_core v0.9.4
4582026-07-13T04:56:04.142Z 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`
4592026-07-13T04:56:04.142Z Compiling find-msvc-tools v0.1.9
4602026-07-13T04:56:04.142Z 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`
4612026-07-13T04:56:04.158Z 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)'`
4622026-07-13T04:56:04.205Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-6093beced8b3f5ae/build-script-build`
4632026-07-13T04:56:04.276Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "value-bag"))' -C metadata=b552e378fb3734fd -C extra-filename=-d27a9b5ff6530186 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-5f9fa4a847aa64d8.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics`
4642026-07-13T04:56:04.366Z Compiling syn v2.0.118
4652026-07-13T04:56:04.448Z 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`
4662026-07-13T04:56:04.452Z Compiling cc v1.2.60
4672026-07-13T04:56:04.452Z Compiling slab v0.4.9
4682026-07-13T04:56:04.452Z 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`
4692026-07-13T04:56:04.460Z 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`
4702026-07-13T04:56:04.486Z Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-37b356ce13e04eea/build-script-build`
4712026-07-13T04:56:04.489Z Compiling typenum v1.19.0
4722026-07-13T04:56:04.489Z 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`
4732026-07-13T04:56:04.496Z Compiling scopeguard v1.2.0
4742026-07-13T04:56:04.506Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=d4ef62d8ee872cc5 -C extra-filename=-5716efd1b12c8c15 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4752026-07-13T04:56:04.523Z Compiling futures-sink v0.3.32
4762026-07-13T04:56:04.526Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=6819df034ff5acf8 -C extra-filename=-a8a0210f6594b2a2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4772026-07-13T04:56:04.614Z Compiling lock_api v0.4.6
4782026-07-13T04:56:04.617Z 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`
4792026-07-13T04:56:04.635Z 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`
4802026-07-13T04:56:04.642Z Compiling fs_extra v1.3.0
4812026-07-13T04:56:04.645Z 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`
4822026-07-13T04:56:04.717Z Running `/work/oxidecomputer/dropshot/target/debug/build/slab-0f4d7e90ef83563a/build-script-build`
4832026-07-13T04:56:04.811Z Compiling dunce v1.0.5
4842026-07-13T04:56:04.814Z 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`
4852026-07-13T04:56:04.828Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=e1fdf027574df379 -C extra-filename=-ce9f6f7426c4d793 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4862026-07-13T04:56:04.869Z Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-ebcf70ee54175cec/build-script-build`
4872026-07-13T04:56:04.886Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="const-generics"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=e5ebe36a50733d5e -C extra-filename=-b9b09af60a6feb0f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4882026-07-13T04:56:04.898Z Compiling parking_lot v0.12.1
4892026-07-13T04:56:04.898Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=ef7e4a8a85d0bc52 -C extra-filename=-3e6e52b32e751935 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern lock_api=/work/oxidecomputer/dropshot/target/debug/deps/liblock_api-58f3943f841d3e4e.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-49c03faef9461275.rmeta --cap-lints allow`
4902026-07-13T04:56:04.907Z Compiling socket2 v0.6.3
4912026-07-13T04:56:04.910Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=cc588478e096cd7f -C extra-filename=-acbf7a50bd071658 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rmeta --cap-lints allow`
4922026-07-13T04:56:04.930Z Compiling mio v1.2.0
4932026-07-13T04:56:04.933Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=b21d07ff666ffcb7 -C extra-filename=-6fdb92cd5889b1cd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rmeta --cap-lints allow`
4942026-07-13T04:56:04.989Z Compiling signal-hook-registry v1.4.0
4952026-07-13T04:56:04.992Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6f9e9ff77e2488c3 -C extra-filename=-c63ce1b881eaeb79 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rmeta --cap-lints allow`
4962026-07-13T04:56:05.317Z Compiling cmake v0.1.58
4972026-07-13T04:56:05.320Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name cmake --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cmake-0.1.58/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=baa6f63780c262c8 -C extra-filename=-afe11b4bc4cc3e20 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-078ad73ecdd41090.rmeta --cap-lints allow`
4982026-07-13T04:56:05.362Z Compiling stable_deref_trait v1.2.0
4992026-07-13T04:56:05.367Z 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-13T04:56:05.403Z 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-13T04:56:05.438Z Compiling futures-channel v0.3.32
5022026-07-13T04:56:05.441Z 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-13T04:56:05.456Z Compiling http v1.4.2
5042026-07-13T04:56:05.465Z 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-13T04:56:05.482Z Compiling zeroize v1.8.2
5062026-07-13T04:56:05.485Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-1.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=641d9cfea12c8177 -C extra-filename=-233a406a2e6d3ac7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5072026-07-13T04:56:05.627Z Compiling getrandom v0.4.1
5082026-07-13T04:56:05.631Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=f38dd8384957dea2 -C extra-filename=-0124c2af72caa694 --out-dir /work/oxidecomputer/dropshot/target/debug/build/getrandom-0124c2af72caa694 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5092026-07-13T04:56:05.661Z Compiling futures-io v0.3.32
5102026-07-13T04:56:05.661Z 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`
5112026-07-13T04:56:05.671Z Compiling aws-lc-rs v1.16.3
5122026-07-13T04:56:05.674Z 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`
5132026-07-13T04:56:05.674Z 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`
5142026-07-13T04:56:05.722Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-297bb68ce433dc88/build-script-build`
5152026-07-13T04:56:05.763Z 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)'`
5162026-07-13T04:56:05.773Z Compiling aws-lc-sys v0.40.0
5172026-07-13T04:56:05.776Z 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`
5182026-07-13T04:56:05.822Z Compiling futures-task v0.3.32
5192026-07-13T04:56:05.835Z 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`
5202026-07-13T04:56:05.903Z Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-0124c2af72caa694/build-script-build`
5212026-07-13T04:56:05.916Z Compiling ucd-trie v0.1.6
5222026-07-13T04:56:05.925Z 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-13T04:56:05.988Z Compiling bitflags v2.11.0
5242026-07-13T04:56:05.992Z 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`
5252026-07-13T04:56:05.998Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=d0f038b54c39f2ad -C extra-filename=-a424ff4eeea0727f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-5f9fa4a847aa64d8.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rmeta --cap-lints allow`
5262026-07-13T04:56:06.016Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-559cf37f92e869a4/build-script-build`
5272026-07-13T04:56:06.048Z Compiling rustls-pki-types v1.15.0
5282026-07-13T04:56:06.051Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused_qualifications --warn=unused_import_braces --warn=unused_extern_crates --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=elided_lifetimes_in_paths --check-cfg 'cfg(rustls_pki_types_docsrs)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=ad7efc053427e1c6 -C extra-filename=-35a8f4954d64bb8f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-233a406a2e6d3ac7.rmeta --cap-lints allow`
5292026-07-13T04:56:06.153Z 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-13T04:56:06.221Z Compiling zerocopy v0.8.27
5312026-07-13T04:56:06.224Z Compiling httparse v1.10.0
5322026-07-13T04:56:06.225Z 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`
5332026-07-13T04:56:06.225Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=8417f976b930a66e -C extra-filename=-71443f14b00e84a9 --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-71443f14b00e84a9 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5342026-07-13T04:56:06.496Z Compiling rustversion v1.0.22
5352026-07-13T04:56:06.499Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=52e00343b8e8b634 -C extra-filename=-7d5933f3812a88cb --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustversion-7d5933f3812a88cb -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5362026-07-13T04:56:06.558Z Compiling errno v0.3.10
5372026-07-13T04:56:06.567Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=bee7eeb802e0b4e4 -C extra-filename=-39a0b7e818bafcac --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rmeta --cap-lints allow`
5382026-07-13T04:56:06.597Z Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-71443f14b00e84a9/build-script-build`
5392026-07-13T04:56:06.636Z Running `/work/oxidecomputer/dropshot/target/debug/build/zerocopy-ca84adbc04fe817e/build-script-build`
5402026-07-13T04:56:06.639Z Compiling writeable v0.5.5
5412026-07-13T04:56:06.640Z 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`
5422026-07-13T04:56:06.659Z Running `/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d518df8b61b92a1/build-script-main`
5432026-07-13T04:56:06.668Z Compiling litemap v0.7.4
5442026-07-13T04:56:06.671Z 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`
5452026-07-13T04:56:06.711Z Compiling crossbeam-utils v0.8.21
5462026-07-13T04:56:06.714Z 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`
5472026-07-13T04:56:06.858Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustversion-7d5933f3812a88cb/build-script-build`
5482026-07-13T04:56:06.868Z Compiling rustix v1.1.4
5492026-07-13T04:56:06.872Z 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`
5502026-07-13T04:56:06.901Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c1004d3985a8d9f0 -C extra-filename=-fad335c1c443e70b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro --cap-lints allow --check-cfg 'cfg(cfg_macro_not_allowed)' --check-cfg 'cfg(host_os, values("windows"))'`
5512026-07-13T04:56:06.922Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d2517bc29bcd993c -C extra-filename=-9fd38920b4437d56 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg httparse_simd_neon_intrinsics --cfg httparse_simd`
5522026-07-13T04:56:07.032Z Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-735ddb569a0e6bfd/build-script-build`
5532026-07-13T04:56:07.047Z Compiling generic-array v0.14.5
5542026-07-13T04:56:07.050Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde"))' -C metadata=cac96d73902dc49c -C extra-filename=-bda21544d8e1148a --out-dir /work/oxidecomputer/dropshot/target/debug/build/generic-array-bda21544d8e1148a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-0114e1d2fe791be1.rlib --cap-lints allow`
5552026-07-13T04:56:07.229Z Compiling hashbrown v0.17.0
5562026-07-13T04:56:07.232Z 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`
5572026-07-13T04:56:07.232Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-bc5ee6fa9ee305a1/build-script-build`
5582026-07-13T04:56:07.277Z Compiling time-core v0.1.8
5592026-07-13T04:56:07.280Z 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`
5602026-07-13T04:56:07.318Z Compiling synstructure v0.13.1
5612026-07-13T04:56:07.322Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=6595d98e0b04ed24 -C extra-filename=-4c8d1a9d09d6a885 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8f6729caab1030b5.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d0a1ec9ee5156da2.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-1447a58af34b67bf.rmeta --cap-lints allow`
5622026-07-13T04:56:07.413Z Compiling equivalent v1.0.0
5632026-07-13T04:56:07.417Z 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`
5642026-07-13T04:56:07.425Z Compiling num-conv v0.2.0
5652026-07-13T04:56:07.428Z 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`
5662026-07-13T04:56:07.464Z Compiling powerfmt v0.2.0
5672026-07-13T04:56:07.474Z 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`
5682026-07-13T04:56:07.493Z Compiling slog v2.8.2
5692026-07-13T04:56:07.496Z 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`
5702026-07-13T04:56:07.547Z Compiling time-macros v0.2.27
5712026-07-13T04:56:07.551Z 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-13T04:56:07.629Z Compiling deranged v0.5.5
5732026-07-13T04:56:07.632Z 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`
5742026-07-13T04:56:07.680Z 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`
5752026-07-13T04:56:07.735Z Compiling indexmap v2.14.0
5762026-07-13T04:56:07.739Z 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`
5772026-07-13T04:56:07.775Z Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-bda21544d8e1148a/build-script-build`
5782026-07-13T04:56:07.809Z 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)'`
5792026-07-13T04:56:07.819Z Compiling http-body v1.0.1
5802026-07-13T04:56:07.822Z 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`
5812026-07-13T04:56:07.967Z Compiling tracing-core v0.1.32
5822026-07-13T04:56:07.970Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=1dc24f1a554c7f53 -C extra-filename=-696f68f3e5999dd4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-c032f9bc4585e39a.rmeta --cap-lints allow`
5832026-07-13T04:56:08.315Z Compiling icu_locid_transform_data v1.5.0
5842026-07-13T04:56:08.318Z 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`
5852026-07-13T04:56:08.359Z Compiling untrusted v0.9.0
5862026-07-13T04:56:08.362Z 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`
5872026-07-13T04:56:08.383Z Compiling rustix v0.38.44
5882026-07-13T04:56:08.385Z 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`
5892026-07-13T04:56:08.476Z Compiling percent-encoding v2.3.2
5902026-07-13T04:56:08.479Z 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`
5912026-07-13T04:56:08.502Z Compiling serde_derive v1.0.228
5922026-07-13T04:56:08.505Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=7622363060730f35 -C extra-filename=-914d84b9badc058e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8f6729caab1030b5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d0a1ec9ee5156da2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-1447a58af34b67bf.rlib --extern proc_macro --cap-lints allow`
5932026-07-13T04:56:08.527Z Compiling thiserror-impl v2.0.18
5942026-07-13T04:56:08.530Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=686e384916c4c0a4 -C extra-filename=-28cb3e61cfa3ff95 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8f6729caab1030b5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d0a1ec9ee5156da2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-1447a58af34b67bf.rlib --extern proc_macro --cap-lints allow`
5952026-07-13T04:56:08.537Z Compiling zerofrom-derive v0.1.5
5962026-07-13T04:56:08.540Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f2938ffc80440390 -C extra-filename=-6519ec6db99285e3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8f6729caab1030b5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d0a1ec9ee5156da2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-1447a58af34b67bf.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-4c8d1a9d09d6a885.rlib --extern proc_macro --cap-lints allow`
5972026-07-13T04:56:08.555Z Compiling yoke-derive v0.7.5
5982026-07-13T04:56:08.557Z 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`
5992026-07-13T04:56:08.607Z Compiling tokio-macros v2.7.0
6002026-07-13T04:56:08.610Z 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`
6012026-07-13T04:56:08.663Z Compiling zerovec-derive v0.10.3
6022026-07-13T04:56:08.667Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name zerovec_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=16d2997f7e5b0df0 -C extra-filename=-d59ba4667b662cfb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8f6729caab1030b5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d0a1ec9ee5156da2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-1447a58af34b67bf.rlib --extern proc_macro --cap-lints allow`
6032026-07-13T04:56:08.735Z Compiling displaydoc v0.2.5
6042026-07-13T04:56:08.738Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name displaydoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=63eb6254ded91e3c -C extra-filename=-a4a8780abf4cc243 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8f6729caab1030b5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d0a1ec9ee5156da2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-1447a58af34b67bf.rlib --extern proc_macro --cap-lints allow`
6052026-07-13T04:56:09.337Z Compiling tokio v1.52.3
6062026-07-13T04:56:09.415Z 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-13T04:56:09.542Z Compiling futures-macro v0.3.32
6082026-07-13T04:56:09.545Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=142fa384aff3b93e -C extra-filename=-9d9c432cc8b4e760 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8f6729caab1030b5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d0a1ec9ee5156da2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-1447a58af34b67bf.rlib --extern proc_macro --cap-lints allow`
6092026-07-13T04:56:09.581Z Compiling zerocopy-derive v0.8.27
6102026-07-13T04:56:09.584Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.8.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=72d28b7f1ab02583 -C extra-filename=-000885a758959dcf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8f6729caab1030b5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d0a1ec9ee5156da2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-1447a58af34b67bf.rlib --extern proc_macro --cap-lints allow`
6112026-07-13T04:56:09.722Z Compiling icu_provider_macros v1.5.0
6122026-07-13T04:56:09.724Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider_macros-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=73e9bfade30694db -C extra-filename=-3c7de2168e287676 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8f6729caab1030b5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d0a1ec9ee5156da2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-1447a58af34b67bf.rlib --extern proc_macro --cap-lints allow`
6132026-07-13T04:56:09.732Z Compiling zerofrom v0.1.5
6142026-07-13T04:56:09.735Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=a120d1eca1701767 -C extra-filename=-f15dba2e0ae4ccff --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern zerofrom_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom_derive-6519ec6db99285e3.so --cap-lints allow`
6152026-07-13T04:56:09.742Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c1768792ab4ca39a -C extra-filename=-bd2bd5205f9e97ac --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror_impl-28cb3e61cfa3ff95.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
6162026-07-13T04:56:09.841Z Compiling yoke v0.7.5
6172026-07-13T04:56:09.844Z 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-13T04:56:09.854Z Compiling pest v2.8.1
6192026-07-13T04:56:09.857Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=78ae9f16c15218ac -C extra-filename=-b65777a9c73264ce --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-a264b6c6c7a4d5d4.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-e23dfdfe51484f6c.rmeta --cap-lints allow`
6202026-07-13T04:56:10.034Z Compiling zerovec v0.10.4
6212026-07-13T04:56:10.037Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=54da552ecce3b3a6 -C extra-filename=-116d50bdd1f2ce2f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-ef51f64e45bb05cb.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-f15dba2e0ae4ccff.rmeta --extern zerovec_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec_derive-d59ba4667b662cfb.so --cap-lints allow`
6222026-07-13T04:56:10.306Z Compiling num_threads v0.1.3
6232026-07-13T04:56:10.315Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_threads-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dff195dd90e39741 -C extra-filename=-36f94cae1a8fc829 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6242026-07-13T04:56:10.388Z Compiling futures-util v0.3.32
6252026-07-13T04:56:10.391Z 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-13T04:56:10.401Z Compiling atomic-waker v1.1.2
6272026-07-13T04:56:10.404Z 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`
6282026-07-13T04:56:10.524Z Compiling rustls v0.23.41
6292026-07-13T04:56:10.527Z 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`
6302026-07-13T04:56:10.751Z Compiling fastrand v2.1.1
6312026-07-13T04:56:10.754Z 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`
6322026-07-13T04:56:10.832Z Compiling tinystr v0.7.6
6332026-07-13T04:56:10.837Z 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`
6342026-07-13T04:56:10.951Z Compiling pest_meta v2.8.1
6352026-07-13T04:56:10.954Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=5b3ad979e8abff8d -C extra-filename=-6672f69e0fd2a2eb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-b65777a9c73264ce.rmeta --cap-lints allow`
6362026-07-13T04:56:11.011Z Compiling icu_locid v1.5.0
6372026-07-13T04:56:11.019Z 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`
6382026-07-13T04:56:11.037Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=c6d0aa505903ef83 -C extra-filename=-a45b02a6bd42e781 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern zerocopy_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy_derive-000885a758959dcf.so --cap-lints allow --cfg zerocopy_core_error_1_81_0 --cfg zerocopy_diagnostic_on_unimplemented_1_78_0 --cfg zerocopy_generic_bounds_in_const_fn_1_61_0 --cfg zerocopy_target_has_atomics_1_60_0 --cfg zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(rust, values("1.81.0"))' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(rust, values("1.78.0"))' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(rust, values("1.61.0"))' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(rust, values("1.60.0"))' --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(rust, values("1.59.0"))' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(rust, values("1.57.0"))' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(coverage_nightly)'`
6392026-07-13T04:56:11.103Z Compiling getrandom v0.3.4
6402026-07-13T04:56:11.106Z 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`
6412026-07-13T04:56:11.242Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=91f670565a8bf0a4 -C extra-filename=-7c52f04b61f98446 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-c7fb31c1245223b3.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-914d84b9badc058e.so --cap-lints allow --cfg if_docsrs_then_no_serde_core --check-cfg 'cfg(feature, values("result"))' --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
6422026-07-13T04:56:11.440Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=9e0cd6c405d42ff4 -C extra-filename=-05abcae39e938bd4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-8451510414c3f841.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-914d84b9badc058e.so --cap-lints allow --cfg if_docsrs_then_no_serde_core --check-cfg 'cfg(feature, values("result"))' --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
6432026-07-13T04:56:11.754Z Compiling pest_generator v2.8.1
6442026-07-13T04:56:11.757Z 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`
6452026-07-13T04:56:11.889Z Compiling icu_provider v1.5.0
6462026-07-13T04:56:11.892Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "datagen", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "experimental", "log_error_context", "logging", "macros", "serde", "std", "sync"))' -C metadata=416044f30b366a81 -C extra-filename=-39bcb5093d85f0d5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern displaydoc=/work/oxidecomputer/dropshot/target/debug/deps/libdisplaydoc-a4a8780abf4cc243.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-2f466c670a751a8b.rmeta --extern icu_provider_macros=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider_macros-3c7de2168e287676.so --extern stable_deref_trait=/work/oxidecomputer/dropshot/target/debug/deps/libstable_deref_trait-42c5c21ec56d1008.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-63b6ae8bbb3a1b9f.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-a51c3b4d9324593a.rmeta --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-ef51f64e45bb05cb.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-f15dba2e0ae4ccff.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-116d50bdd1f2ce2f.rmeta --cap-lints allow`
6472026-07-13T04:56:11.914Z Compiling serde_tokenstream v0.2.3
6482026-07-13T04:56:11.916Z 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-13T04:56:12.190Z Compiling icu_locid_transform v1.5.0
6502026-07-13T04:56:12.194Z 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`
6512026-07-13T04:56:12.201Z Compiling erased-serde v0.3.31
6522026-07-13T04:56:12.204Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=224fe5202feaef51 -C extra-filename=-fdc3611a758d4598 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rmeta --cap-lints allow`
6532026-07-13T04:56:12.342Z Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-289f56293fb98151/build-script-build`
6542026-07-13T04:56:12.355Z Compiling icu_collections v1.5.0
6552026-07-13T04:56:12.358Z 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`
6562026-07-13T04:56:12.364Z Compiling pest_derive v2.8.1
6572026-07-13T04:56:12.368Z 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`
6582026-07-13T04:56:12.422Z Compiling time v0.3.47
6592026-07-13T04:56:12.425Z 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`
6602026-07-13T04:56:12.676Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-743d2f7120120ab0/build-script-build`
6612026-07-13T04:56:12.686Z Compiling scroll_derive v0.13.1
6622026-07-13T04:56:12.689Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=006222ea64247611 -C extra-filename=-7fe4cd141c08e380 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8f6729caab1030b5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d0a1ec9ee5156da2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-1447a58af34b67bf.rlib --extern proc_macro --cap-lints allow`
6632026-07-13T04:56:12.755Z Compiling tracing v0.1.40
6642026-07-13T04:56:12.759Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=5c11e89b7fb284f2 -C extra-filename=-26a2297d20e5c9e5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-dc03c7f2a3929925.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-696f68f3e5999dd4.rmeta --cap-lints allow`
6652026-07-13T04:56:12.916Z Compiling dtrace-parser v0.3.0
6662026-07-13T04:56:12.919Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtrace-parser-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b37593d01737d264 -C extra-filename=-f3a8ceae77d9238b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-b65777a9c73264ce.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-e6038712ca2a44f4.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rmeta --cap-lints allow`
6672026-07-13T04:56:12.962Z Compiling tokio-util v0.7.18
6682026-07-13T04:56:12.966Z 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-13T04:56:12.975Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde"))' -C metadata=7e5f2aca530c592f -C extra-filename=-4589c2e130eb4749 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-b9b09af60a6feb0f.rmeta --cap-lints allow --cfg relaxed_coherence`
6702026-07-13T04:56:13.294Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-79f238ccf64ba69a/build-script-build`
6712026-07-13T04:56:13.307Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.150/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=e61ca52679000928 -C extra-filename=-111c83fcf297cd0f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-d5ee783bcc1e47da.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-a264b6c6c7a4d5d4.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-8451510414c3f841.rmeta --extern zmij=/work/oxidecomputer/dropshot/target/debug/deps/libzmij-27bb0bfc408c7e39.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
6722026-07-13T04:56:13.449Z Compiling thread-id v5.0.0
6732026-07-13T04:56:13.452Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread-id-5.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ec6a2bd094621598 -C extra-filename=-f4ea5b6100c66e01 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rmeta --cap-lints allow`
6742026-07-13T04:56:13.482Z Compiling num-traits v0.2.14
6752026-07-13T04:56:13.492Z 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-13T04:56:13.506Z Compiling tower-service v0.3.3
6772026-07-13T04:56:13.509Z 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`
6782026-07-13T04:56:13.526Z Compiling byteorder v1.4.3
6792026-07-13T04:56:13.536Z 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`
6802026-07-13T04:56:13.585Z Compiling base64 v0.22.1
6812026-07-13T04:56:13.588Z 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`
6822026-07-13T04:56:13.595Z Compiling try-lock v0.2.3
6832026-07-13T04:56:13.597Z 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`
6842026-07-13T04:56:13.723Z Compiling subtle v2.5.0
6852026-07-13T04:56:13.728Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=a4f2246619928253 -C extra-filename=-31c3964215edcaf3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6862026-07-13T04:56:13.736Z Compiling tower-layer v0.3.3
6872026-07-13T04:56:13.739Z 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`
6882026-07-13T04:56:13.762Z Compiling crc32fast v1.5.0
6892026-07-13T04:56:13.765Z 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`
6902026-07-13T04:56:13.775Z Compiling icu_properties_data v1.5.0
6912026-07-13T04:56:13.778Z 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`
6922026-07-13T04:56:13.868Z Compiling usdt-impl v0.6.0
6932026-07-13T04:56:13.871Z 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`
6942026-07-13T04:56:13.887Z Compiling paste v1.0.15
6952026-07-13T04:56:13.890Z 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`
6962026-07-13T04:56:13.911Z Compiling fnv v1.0.7
6972026-07-13T04:56:13.914Z 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`
6982026-07-13T04:56:13.936Z Compiling icu_properties v1.5.1
6992026-07-13T04:56:13.938Z 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`
7002026-07-13T04:56:14.005Z Compiling h2 v0.4.14
7012026-07-13T04:56:14.008Z 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`
7022026-07-13T04:56:14.052Z Running `/work/oxidecomputer/dropshot/target/debug/build/crc32fast-e879fdab4b99266d/build-script-build`
7032026-07-13T04:56:14.093Z Compiling dof v0.4.0
7042026-07-13T04:56:14.096Z 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`
7052026-07-13T04:56:14.116Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-f404de320901a67d/build-script-build`
7062026-07-13T04:56:14.130Z Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-aca83a3ad3f559ab/build-script-build`
7072026-07-13T04:56:14.183Z Running `/work/oxidecomputer/dropshot/target/debug/build/paste-75ee2529cc1ba230/build-script-build`
7082026-07-13T04:56:14.221Z Compiling want v0.3.0
7092026-07-13T04:56:14.224Z 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`
7102026-07-13T04:56:14.336Z Compiling scroll v0.13.0
7112026-07-13T04:56:14.339Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=f61427cfdee816f2 -C extra-filename=-0d99de3728c2572a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern scroll_derive=/work/oxidecomputer/dropshot/target/debug/deps/libscroll_derive-7fe4cd141c08e380.so --cap-lints allow`
7122026-07-13T04:56:14.403Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=02e4d508afb84ef8 -C extra-filename=-6fe39f5803a9d9a5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern erased_serde=/work/oxidecomputer/dropshot/target/debug/deps/liberased_serde-fdc3611a758d4598.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-c7fb31c1245223b3.rmeta --cap-lints allow --cfg has_std_error --check-cfg 'cfg(has_std_error)'`
7132026-07-13T04:56:14.518Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=35a3e56a9e8ae29c -C extra-filename=-e16dc7eb9287f753 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern bitflags=/work/oxidecomputer/dropshot/target/debug/deps/libbitflags-7a4ac574b15ecca7.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-39a0b7e818bafcac.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
7142026-07-13T04:56:14.613Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js", "windows_legacy", "unsupported"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "wasm_js"))' -C metadata=d1a378ab15897bb9 -C extra-filename=-762932244dc231ac --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-5f9fa4a847aa64d8.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rmeta --cap-lints allow`
7152026-07-13T04:56:14.623Z Compiling hybrid-array v0.4.8
7162026-07-13T04:56:14.626Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name hybrid_array --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hybrid-array-0.4.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--warn=clippy::panic_in_result_fn' '--warn=clippy::panic' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' '--warn=clippy::arithmetic_side_effects' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytemuck", "ctutils", "extra-sizes", "serde", "subtle", "zerocopy", "zeroize"))' -C metadata=7da2a99477551fdf -C extra-filename=-ed748ba094fad898 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-b9b09af60a6feb0f.rmeta --cap-lints allow`
7172026-07-13T04:56:14.797Z Compiling unicase v2.6.0
7182026-07-13T04:56:14.800Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=474247ad52dfc19e -C extra-filename=-b43f6d7864908fb4 --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-b43f6d7864908fb4 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-0114e1d2fe791be1.rlib --cap-lints allow`
7192026-07-13T04:56:14.826Z Compiling adler2 v2.0.1
7202026-07-13T04:56:14.828Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name adler2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "rustc-dep-of-std", "std"))' -C metadata=a50416b0041ccdaf -C extra-filename=-6cacbb8e111f8038 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7212026-07-13T04:56:14.960Z Compiling write16 v1.0.0
7222026-07-13T04:56:14.963Z 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`
7232026-07-13T04:56:15.035Z Compiling utf16_iter v1.0.5
7242026-07-13T04:56:15.038Z 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`
7252026-07-13T04:56:15.054Z Compiling httpdate v1.0.1
7262026-07-13T04:56:15.056Z 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`
7272026-07-13T04:56:15.075Z Compiling simd-adler32 v0.3.7
7282026-07-13T04:56:15.078Z 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`
7292026-07-13T04:56:15.167Z Compiling utf8_iter v1.0.4
7302026-07-13T04:56:15.170Z 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-13T04:56:15.274Z Compiling plain v0.2.3
7322026-07-13T04:56:15.276Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3c372d7df8669a4c -C extra-filename=-03717109e9cdeb8a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7332026-07-13T04:56:15.302Z Compiling icu_normalizer_data v1.5.0
7342026-07-13T04:56:15.305Z 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`
7352026-07-13T04:56:15.315Z Compiling miniz_oxide v0.8.9
7362026-07-13T04:56:15.325Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="simd"' --cfg 'feature="simd-adler32"' --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-boundary", "core", "default", "rustc-dep-of-std", "serde", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=25f5ce41dfaae7f9 -C extra-filename=-7a245c9acce70ed3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern adler2=/work/oxidecomputer/dropshot/target/debug/deps/libadler2-6cacbb8e111f8038.rmeta --extern simd_adler32=/work/oxidecomputer/dropshot/target/debug/deps/libsimd_adler32-3dc8046857777af0.rmeta --cap-lints allow`
7372026-07-13T04:56:15.365Z Compiling goblin v0.10.1
7382026-07-13T04:56:15.368Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --cfg 'feature="te"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std", "te"))' -C metadata=d8c6cde5a550b568 -C extra-filename=-83e950e53c4b3fcb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-d27a9b5ff6530186.rmeta --extern plain=/work/oxidecomputer/dropshot/target/debug/deps/libplain-03717109e9cdeb8a.rmeta --extern scroll=/work/oxidecomputer/dropshot/target/debug/deps/libscroll-0d99de3728c2572a.rmeta --cap-lints allow`
7392026-07-13T04:56:15.375Z Compiling rand_core v0.9.5
7402026-07-13T04:56:15.377Z Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-b43f6d7864908fb4/build-script-build`
7412026-07-13T04:56:15.378Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="os_rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("os_rng", "serde", "std"))' -C metadata=106b9fccccf41778 -C extra-filename=-1acf139c9057e8f7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-762932244dc231ac.rmeta --cap-lints allow`
7422026-07-13T04:56:15.507Z Compiling icu_normalizer v1.5.0
7432026-07-13T04:56:15.510Z 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`
7442026-07-13T04:56:15.562Z 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)'`
7452026-07-13T04:56:15.591Z 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`
7462026-07-13T04:56:15.976Z 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-13T04:56:16.002Z 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-13T04:56:16.077Z Compiling crypto-common v0.1.6
7492026-07-13T04:56:16.080Z 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-13T04:56:16.089Z Compiling block-buffer v0.10.2
7512026-07-13T04:56:16.092Z 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-13T04:56:16.186Z Compiling hyper v1.10.1
7532026-07-13T04:56:16.188Z 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`
7542026-07-13T04:56:16.200Z Compiling form_urlencoded v1.2.2
7552026-07-13T04:56:16.202Z 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`
7562026-07-13T04:56:16.212Z Compiling unicode-width v0.1.9
7572026-07-13T04:56:16.215Z 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`
7582026-07-13T04:56:16.302Z Compiling ryu v1.0.5
7592026-07-13T04:56:16.304Z 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`
7602026-07-13T04:56:16.314Z 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`
7612026-07-13T04:56:16.377Z Compiling winnow v1.0.0
7622026-07-13T04:56:16.380Z 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`
7632026-07-13T04:56:16.477Z Compiling pretty-hex v0.4.1
7642026-07-13T04:56:16.480Z 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`
7652026-07-13T04:56:16.565Z Compiling unicode-segmentation v1.10.0
7662026-07-13T04:56:16.569Z 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`
7672026-07-13T04:56:16.598Z Compiling ipnet v2.10.0
7682026-07-13T04:56:16.600Z 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`
7692026-07-13T04:56:16.609Z Compiling ppv-lite86 v0.2.15
7702026-07-13T04:56:16.612Z 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`
7712026-07-13T04:56:16.737Z Compiling lazy_static v1.5.0
7722026-07-13T04:56:16.747Z 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`
7732026-07-13T04:56:16.835Z Compiling openssl-probe v0.2.1
7742026-07-13T04:56:16.844Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d7df2d7a261a580a -C extra-filename=-f9cd1fc4fbb806ad --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7752026-07-13T04:56:16.908Z Compiling iana-time-zone v0.1.47
7762026-07-13T04:56:16.911Z 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`
7772026-07-13T04:56:16.923Z Compiling mime v0.3.16
7782026-07-13T04:56:16.926Z 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`
7792026-07-13T04:56:17.020Z Compiling chrono v0.4.45
7802026-07-13T04:56:17.023Z 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-13T04:56:17.127Z Compiling rustls-native-certs v0.8.3
7822026-07-13T04:56:17.133Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-native-certs-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=833b21968f178540 -C extra-filename=-8c8143560f8f3e51 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern openssl_probe=/work/oxidecomputer/dropshot/target/debug/deps/libopenssl_probe-f9cd1fc4fbb806ad.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rmeta --cap-lints allow`
7832026-07-13T04:56:17.137Z Compiling rand_chacha v0.9.0
7842026-07-13T04:56:17.140Z 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`
7852026-07-13T04:56:17.184Z Compiling newline-converter v0.3.0
7862026-07-13T04:56:17.189Z 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`
7872026-07-13T04:56:17.243Z Compiling hyper-util v0.1.20
7882026-07-13T04:56:17.246Z 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`
7892026-07-13T04:56:17.294Z Compiling console v0.15.7
7902026-07-13T04:56:17.297Z 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`
7912026-07-13T04:56:17.458Z Compiling toml_parser v1.1.2+spec-1.1.0
7922026-07-13T04:56:17.461Z 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`
7932026-07-13T04:56:17.559Z Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-3b8fedf1e74ad71d/build-script-build`
7942026-07-13T04:56:17.601Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-6e32bbfdf32017de/build-script-build`
7952026-07-13T04:56:17.613Z Compiling digest v0.10.7
7962026-07-13T04:56:17.617Z 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-13T04:56:17.808Z Compiling flate2 v1.1.9
7982026-07-13T04:56:17.813Z 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-13T04:56:17.905Z Compiling idna_adapter v1.2.0
8002026-07-13T04:56:17.908Z 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`
8012026-07-13T04:56:17.916Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=233feb884025698f -C extra-filename=-5727ce6d884e4581 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc`
8022026-07-13T04:56:18.046Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=acd5bd7d8db24d2b -C extra-filename=-1d92895af6e5e42f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-83e950e53c4b3fcb.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-0feb68f502797d30.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-a45b02a6bd42e781.rmeta --cap-lints allow`
8032026-07-13T04:56:18.111Z Compiling crypto-common v0.2.1
8042026-07-13T04:56:18.115Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "zeroize"))' -C metadata=881c2ef0f5dfa4b5 -C extra-filename=-27e34b7e5df3a23e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern hybrid_array=/work/oxidecomputer/dropshot/target/debug/deps/libhybrid_array-ed748ba094fad898.rmeta --cap-lints allow`
8052026-07-13T04:56:18.146Z Compiling block-buffer v0.12.0
8062026-07-13T04:56:18.150Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=3bd67fbf2d3510fb -C extra-filename=-2869f89ce7566eca --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern hybrid_array=/work/oxidecomputer/dropshot/target/debug/deps/libhybrid_array-ed748ba094fad898.rmeta --cap-lints allow`
8072026-07-13T04:56:18.223Z Compiling concurrent-queue v2.5.0
8082026-07-13T04:56:18.227Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=6836a69bfe7b28c1 -C extra-filename=-60ae6fd3f7c4e87c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_utils-7559d8136439b8ad.rmeta --cap-lints allow`
8092026-07-13T04:56:18.297Z Compiling serde_derive_internals v0.29.0
8102026-07-13T04:56:18.301Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive_internals-0.29.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=39650ed2123bd26e -C extra-filename=-c952d7afbd205eee --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8f6729caab1030b5.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d0a1ec9ee5156da2.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-1447a58af34b67bf.rmeta --cap-lints allow`
8112026-07-13T04:56:18.427Z Compiling toml_datetime v1.1.1+spec-1.1.0
8122026-07-13T04:56:18.430Z 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`
8132026-07-13T04:56:18.507Z Compiling serde_spanned v1.1.1
8142026-07-13T04:56:18.510Z 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`
8152026-07-13T04:56:18.656Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.118/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=34eaf67c1368351e -C extra-filename=-07c9edfe2d5cd323 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8f6729caab1030b5.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d0a1ec9ee5156da2.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-042d12c73b3dbea1.rmeta --cap-lints allow`
8162026-07-13T04:56:18.731Z Compiling thread_local v1.1.4
8172026-07-13T04:56:18.734Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=af5f70585010599a -C extra-filename=-17cd9dadfae384e4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-c032f9bc4585e39a.rmeta --cap-lints allow`
8182026-07-13T04:56:18.926Z Compiling sync_wrapper v1.0.1
8192026-07-13T04:56:18.931Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync_wrapper-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=d62f107838d484cb -C extra-filename=-a14bd3024d27e8e5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-6014f905cb1f1428.rmeta --cap-lints allow`
8202026-07-13T04:56:19.062Z Compiling multer v3.1.0
8212026-07-13T04:56:19.068Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=727ab0ca501c28a8 -C extra-filename=-e636b9d747b55e6f --out-dir /work/oxidecomputer/dropshot/target/debug/build/multer-e636b9d747b55e6f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-0114e1d2fe791be1.rlib --cap-lints allow`
8222026-07-13T04:56:19.068Z Compiling encoding_rs v0.8.32
8232026-07-13T04:56:19.068Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "packed_simd", "serde", "simd-accel"))' -C metadata=c60145d03cde050d -C extra-filename=-1ba47a49263fa3e0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-5f9fa4a847aa64d8.rmeta --cap-lints allow`
8242026-07-13T04:56:19.068Z Compiling toml_writer v1.1.1+spec-1.1.0
8252026-07-13T04:56:19.068Z 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`
8262026-07-13T04:56:19.068Z Compiling target-triple v1.0.0
8272026-07-13T04:56:19.068Z 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`
8282026-07-13T04:56:19.116Z Compiling const-oid v0.10.2
8292026-07-13T04:56:19.120Z 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`
8302026-07-13T04:56:19.225Z Compiling camino v1.2.4
8312026-07-13T04:56:19.229Z 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`
8322026-07-13T04:56:19.235Z Compiling schemars v0.8.22
8332026-07-13T04:56:19.238Z 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`
8342026-07-13T04:56:19.323Z Compiling semver v1.0.28
8352026-07-13T04:56:19.326Z 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`
8362026-07-13T04:56:19.334Z Compiling match_cfg v0.1.0
8372026-07-13T04:56:19.337Z 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`
8382026-07-13T04:56:19.443Z Compiling parking v2.2.0
8392026-07-13T04:56:19.446Z 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-13T04:56:19.506Z Compiling heck v0.5.0
8412026-07-13T04:56:19.515Z 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`
8422026-07-13T04:56:19.620Z Compiling cpufeatures v0.2.17
8432026-07-13T04:56:19.623Z 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`
8442026-07-13T04:56:19.630Z Compiling similar v2.2.1
8452026-07-13T04:56:19.633Z 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`
8462026-07-13T04:56:19.688Z Compiling compression-core v0.4.32
8472026-07-13T04:56:19.691Z 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`
8482026-07-13T04:56:19.697Z Compiling slog-async v2.8.0
8492026-07-13T04:56:19.700Z 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`
8502026-07-13T04:56:19.708Z Compiling sha1 v0.10.6
8512026-07-13T04:56:19.712Z 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-13T04:56:19.845Z Compiling compression-codecs v0.4.38
8532026-07-13T04:56:19.848Z 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`
8542026-07-13T04:56:19.934Z Running `/work/oxidecomputer/dropshot/target/debug/build/camino-130f57fa10a66e54/build-script-build`
8552026-07-13T04:56:19.975Z Compiling event-listener v5.0.0
8562026-07-13T04:56:19.978Z 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`
8572026-07-13T04:56:19.985Z Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-5a26d0f43f746e07/build-script-build`
8582026-07-13T04:56:20.004Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-4c19b42c25a8b154/build-script-build`
8592026-07-13T04:56:20.007Z Compiling hostname v0.3.1
8602026-07-13T04:56:20.007Z 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`
8612026-07-13T04:56:20.036Z Running `/work/oxidecomputer/dropshot/target/debug/build/target-triple-26d987728bc78027/build-script-build`
8622026-07-13T04:56:20.050Z Compiling digest v0.11.2
8632026-07-13T04:56:20.053Z 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`
8642026-07-13T04:56:20.103Z Running `/work/oxidecomputer/dropshot/target/debug/build/multer-e636b9d747b55e6f/build-script-build`
8652026-07-13T04:56:20.145Z Compiling toml v1.1.2+spec-1.1.0
8662026-07-13T04:56:20.148Z 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`
8672026-07-13T04:56:20.153Z Compiling schemars_derive v0.8.22
8682026-07-13T04:56:20.156Z 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-13T04:56:20.213Z Compiling tower v0.5.2
8702026-07-13T04:56:20.216Z 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-13T04:56:20.260Z Compiling mime_guess v2.0.5
8722026-07-13T04:56:20.263Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=4a50e3b4ee75b005 -C extra-filename=-f7db62862b23b572 --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-f7db62862b23b572 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-5727ce6d884e4581.rlib --cap-lints allow`
8732026-07-13T04:56:20.579Z Compiling idna v1.0.3
8742026-07-13T04:56:20.582Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=2fed0506a8e2b9a2 -C extra-filename=-1fb27845560b6122 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern idna_adapter=/work/oxidecomputer/dropshot/target/debug/deps/libidna_adapter-b0d25763ea8adef0.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-cf0c22c050cb719a.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-b12f7c33704e8d9f.rmeta --cap-lints allow`
8752026-07-13T04:56:20.691Z 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`
8762026-07-13T04:56:20.719Z Compiling rand v0.9.2
8772026-07-13T04:56:20.722Z 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`
8782026-07-13T04:56:20.780Z Compiling usdt-macro v0.6.0
8792026-07-13T04:56:20.783Z 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-13T04:56:20.868Z Compiling usdt-attr-macro v0.6.0
8812026-07-13T04:56:20.871Z 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-13T04:56:21.308Z Compiling slog-json v2.6.1
8832026-07-13T04:56:21.308Z 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)'`
8842026-07-13T04:56:21.308Z 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-13T04:56:21.363Z Compiling futures-executor v0.3.32
8862026-07-13T04:56:21.366Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "thread-pool"))' -C metadata=d71eac7b45d66812 -C extra-filename=-cdca6072d04296ad --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-6014f905cb1f1428.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-6bd05d09fd6dd058.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-542641750b1be68f.rmeta --cap-lints allow`
8872026-07-13T04:56:21.520Z Compiling tempfile v3.27.0
8882026-07-13T04:56:21.523Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=d3f047f89f45fd24 -C extra-filename=-1c6bfcecd3ee012f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern fastrand=/work/oxidecomputer/dropshot/target/debug/deps/libfastrand-66795f8d3063da02.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-a424ff4eeea0727f.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-c032f9bc4585e39a.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-5431a2b003e6a0ec.rmeta --cap-lints allow`
8892026-07-13T04:56:21.558Z Compiling async-stream-impl v0.3.6
8902026-07-13T04:56:21.562Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-impl-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=00240acb5a385bf7 -C extra-filename=-2c7b85f325bf7e5c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8f6729caab1030b5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d0a1ec9ee5156da2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-1447a58af34b67bf.rlib --extern proc_macro --cap-lints allow`
8912026-07-13T04:56:21.649Z Compiling crossbeam-channel v0.5.15
8922026-07-13T04:56:21.652Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d7a8a28c92339506 -C extra-filename=-14f5ab2748e5570b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/dropshot/target/debug/deps/libcrossbeam_utils-7559d8136439b8ad.rmeta --cap-lints allow`
8932026-07-13T04:56:21.678Z Compiling http-body-util v0.1.3
8942026-07-13T04:56:21.681Z 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-13T04:56:21.690Z Compiling uuid v1.23.5
8962026-07-13T04:56:21.695Z 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.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 --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=3e433c52e33e187d -C extra-filename=-711143339e243a85 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-a424ff4eeea0727f.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-c7fb31c1245223b3.rmeta --cap-lints allow`
8972026-07-13T04:56:21.911Z Compiling is-terminal v0.4.12
8982026-07-13T04:56:21.914Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is-terminal-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6ba139a465908cc1 -C extra-filename=-dd682545eefffe3f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rmeta --cap-lints allow`
8992026-07-13T04:56:21.934Z Compiling memmap2 v0.9.8
9002026-07-13T04:56:21.937Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap2-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=8614b3853dc943dc -C extra-filename=-320dbb87f8fbff0f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rmeta --cap-lints allow`
9012026-07-13T04:56:22.005Z Compiling dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot)
9022026-07-13T04:56:22.008Z Compiling iri-string v0.7.8
9032026-07-13T04:56:22.008Z 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`
9042026-07-13T04:56:22.008Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name iri_string --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memchr", "serde", "std"))' -C metadata=fc7936d623ee1a51 -C extra-filename=-5934981c3a1e0067 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9052026-07-13T04:56:22.122Z Compiling dyn-clone v1.0.4
9062026-07-13T04:56:22.122Z 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`
9072026-07-13T04:56:22.125Z Compiling spin v0.9.8
9082026-07-13T04:56:22.128Z 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`
9092026-07-13T04:56:22.148Z Compiling take_mut v0.2.2
9102026-07-13T04:56:22.148Z 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`
9112026-07-13T04:56:22.195Z Compiling cpufeatures v0.3.0
9122026-07-13T04:56:22.198Z 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`
9132026-07-13T04:56:22.205Z Compiling anyhow v1.0.103
9142026-07-13T04:56:22.207Z 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`
9152026-07-13T04:56:22.235Z Compiling data-encoding v2.4.0
9162026-07-13T04:56:22.238Z 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`
9172026-07-13T04:56:22.249Z Compiling term v1.1.0
9182026-07-13T04:56:22.251Z 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`
9192026-07-13T04:56:22.259Z Compiling sha1 v0.11.0
9202026-07-13T04:56:22.262Z 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`
9212026-07-13T04:56:22.262Z Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-ab5be98a02031aa5/build-script-build`
9222026-07-13T04:56:22.307Z 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`
9232026-07-13T04:56:22.501Z Compiling slog-term v2.9.2
9242026-07-13T04:56:22.505Z 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`
9252026-07-13T04:56:22.532Z Running `/work/oxidecomputer/dropshot/target/debug/build/anyhow-e648dd1f2c89ec90/build-script-build`
9262026-07-13T04:56:22.738Z Compiling tungstenite v0.29.0
9272026-07-13T04:56:22.741Z 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`
9282026-07-13T04:56:22.843Z 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`
9292026-07-13T04:56:22.941Z Compiling async-stream v0.3.6
9302026-07-13T04:56:22.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-13T04:56:23.023Z 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=0a6ae2d0d5c1670c -C extra-filename=-4d003b2c8fea51e9 --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-711143339e243a85.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
9322026-07-13T04:56:23.116Z Compiling usdt v0.6.0
9332026-07-13T04:56:23.119Z Compiling atomicwrites v0.4.4
9342026-07-13T04:56:23.119Z 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`
9352026-07-13T04:56:23.119Z 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`
9362026-07-13T04:56:23.319Z Compiling tower-http v0.6.8
9372026-07-13T04:56:23.321Z 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`
9382026-07-13T04:56:23.345Z Compiling futures v0.3.32
9392026-07-13T04:56:23.355Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "spin", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=8479c8fd51a5fa89 -C extra-filename=-9a4e5bbece7d0859 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-99232fe9fbc263a5.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-6014f905cb1f1428.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-cdca6072d04296ad.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-c3038dded1f99eb3.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-a8a0210f6594b2a2.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-6bd05d09fd6dd058.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-542641750b1be68f.rmeta --cap-lints allow`
9402026-07-13T04:56:23.391Z Compiling slog-bunyan v2.5.0
9412026-07-13T04:56:23.394Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=2ffc5cac0caf2098 -C extra-filename=-408bb5cfe97ab0da --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-f686432d448964c2.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-8371a30f628391f2.rmeta --cap-lints allow`
9422026-07-13T04:56:23.416Z Compiling url v2.5.4
9432026-07-13T04:56:23.420Z 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`
9442026-07-13T04:56:23.426Z Compiling serde_urlencoded v0.7.1
9452026-07-13T04:56:23.429Z 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`
9462026-07-13T04:56:23.523Z Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-f7db62862b23b572/build-script-build`
9472026-07-13T04:56:23.542Z Compiling event-listener-strategy v0.5.4
9482026-07-13T04:56:23.545Z 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`
9492026-07-13T04:56:23.613Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0393037a88870fc3 -C extra-filename=-cf9b9359a3384450 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(host_os, values("windows"))'`
9502026-07-13T04:56:23.664Z Compiling async-compression v0.4.42
9512026-07-13T04:56:23.667Z 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`
9522026-07-13T04:56:23.676Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=3fe1116dcf5bd159 -C extra-filename=-27cc95e3044fef87 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-c7fb31c1245223b3.rmeta --cap-lints allow --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --cfg os_string_pathbuf_leak --cfg path_add_extension --cfg pathbuf_const_new --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(os_string_pathbuf_leak)' --check-cfg 'cfg(absolute_path)' --check-cfg 'cfg(path_add_extension)' --check-cfg 'cfg(pathbuf_const_new)'`
9532026-07-13T04:56:23.686Z Compiling dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
9542026-07-13T04:56:23.695Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2024 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2d7596a5396792c9 -C extra-filename=-895263bc4932531d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-b969a768bc607b29.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8f6729caab1030b5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d0a1ec9ee5156da2.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05abcae39e938bd4.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-9dc82e3e006f99ce.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-1447a58af34b67bf.rlib --extern proc_macro`
9552026-07-13T04:56:23.730Z Compiling pem v3.0.6
9562026-07-13T04:56:23.733Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-3.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=b07be574c723f472 -C extra-filename=-9086bf15c19bbad0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-dce6fb773fb6ca57.rmeta --cap-lints allow`
9572026-07-13T04:56:23.758Z Compiling yasna v0.6.0
9582026-07-13T04:56:23.760Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yasna-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=cb199bf7953ee674 -C extra-filename=-4d9d759f1a1a8366 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-8371a30f628391f2.rmeta --cap-lints allow`
9592026-07-13T04:56:23.968Z Compiling openapiv3 v2.2.0
9602026-07-13T04:56:23.977Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openapiv3-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=2d2908bd96e6dc1c -C extra-filename=-df6e8e8d6a2f2b14 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-0cb0883403b31b95.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rmeta --cap-lints allow`
9612026-07-13T04:56:24.083Z Compiling waitgroup v0.1.2
9622026-07-13T04:56:24.086Z 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`
9632026-07-13T04:56:24.094Z Compiling async-trait v0.1.89
9642026-07-13T04:56:24.097Z 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-13T04:56:24.195Z Compiling rustls-pemfile v2.2.0
9662026-07-13T04:56:24.205Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=28536cce02da117e -C extra-filename=-99ef3776f172f049 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rmeta --cap-lints allow`
9672026-07-13T04:56:24.223Z Compiling serde_path_to_error v0.1.20
9682026-07-13T04:56:24.226Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ec4bda212a3758c8 -C extra-filename=-741d0e3a0ba76787 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-d5ee783bcc1e47da.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-c7fb31c1245223b3.rmeta --cap-lints allow`
9692026-07-13T04:56:24.413Z Compiling hostname v0.4.2
9702026-07-13T04:56:24.427Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=32747dd6b0360cd8 -C extra-filename=-16dc1b79f00fb17b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cfg_if=/work/oxidecomputer/dropshot/target/debug/deps/libcfg_if-5f9fa4a847aa64d8.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rmeta --cap-lints allow`
9712026-07-13T04:56:24.510Z Compiling debug-ignore v1.0.5
9722026-07-13T04:56:24.514Z 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`
9732026-07-13T04:56:24.539Z Compiling simple-mermaid v0.2.0
9742026-07-13T04:56:24.542Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name simple_mermaid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simple-mermaid-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f619ac8462e55ca1 -C extra-filename=-911d03983c511a29 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9752026-07-13T04:56:24.553Z Compiling glob v0.3.0
9762026-07-13T04:56:24.556Z 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`
9772026-07-13T04:56:24.606Z Compiling termcolor v1.1.2
9782026-07-13T04:56:24.608Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termcolor-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=83c6cc70aacc42d9 -C extra-filename=-30aa21d23ad9c1e1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9792026-07-13T04:56:24.616Z Compiling async-channel v2.5.0
9802026-07-13T04:56:24.619Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=e01ca1b191919ce2 -C extra-filename=-1dd64724bae1f182 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/dropshot/target/debug/deps/libconcurrent_queue-60ae6fd3f7c4e87c.rmeta --extern event_listener_strategy=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener_strategy-0c2807b7eba68c9d.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-6014f905cb1f1428.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-dc03c7f2a3929925.rmeta --cap-lints allow`
9812026-07-13T04:56:24.640Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=417d75ea507961c2 -C extra-filename=-6eb083ecb0dc5dd3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-e83edd65094b2f3f.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-5727ce6d884e4581.rmeta --cap-lints allow`
9822026-07-13T04:56:24.815Z Compiling trybuild v1.0.117
9832026-07-13T04:56:24.818Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.117/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diff"))' -C metadata=860191921dc292aa -C extra-filename=-08b454bbcbbcb893 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern glob=/work/oxidecomputer/dropshot/target/debug/deps/libglob-62ee20d19fd1458d.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-914d84b9badc058e.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rmeta --extern target_triple=/work/oxidecomputer/dropshot/target/debug/deps/libtarget_triple-cf9b9359a3384450.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-30aa21d23ad9c1e1.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-28714519a11cf169.rmeta --cap-lints allow`
9842026-07-13T04:56:24.958Z Compiling tokio-tungstenite v0.29.0
9852026-07-13T04:56:24.961Z 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`
9862026-07-13T04:56:24.980Z Compiling expectorate v1.2.0
9872026-07-13T04:56:24.983Z 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`
9882026-07-13T04:56:25.096Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.103/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=9c101626cbfc1385 -C extra-filename=-b245cfbd0207518d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(anyhow_build_probe)' --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_clippy_format_args)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(error_generic_member_access)'`
9892026-07-13T04:56:25.123Z Compiling subprocess v1.2.0
9902026-07-13T04:56:25.133Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subprocess-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=abf679e124b58652 -C extra-filename=-34497c455e68c8a6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-fa0035ced106de40.rmeta --cap-lints allow`
9912026-07-13T04:56:25.151Z Compiling buf-list v1.1.2
9922026-07-13T04:56:25.154Z 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-13T04:56:25.247Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=d9f939d157036cbe -C extra-filename=-6d44261fc1f63af0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9942026-07-13T04:56:25.426Z 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`
9952026-07-13T04:56:25.453Z Compiling prettyplease v0.2.37
9962026-07-13T04:56:25.458Z 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`
9972026-07-13T04:56:25.497Z Compiling schema-derive v0.1.0
9982026-07-13T04:56:25.506Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schema-derive-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0b1c3740b657f484 -C extra-filename=-28d21c7a1d3b93ff --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-c337de8ae6ee240f.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8f6729caab1030b5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d0a1ec9ee5156da2.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-1447a58af34b67bf.rlib --extern proc_macro --cap-lints allow`
9992026-07-13T04:56:25.652Z 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`
10002026-07-13T04:56:25.705Z Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-c02bf535dfa97c77/build-script-build`
10012026-07-13T04:56:25.718Z 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)'`
10022026-07-13T04:56:25.850Z 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-13T04:56:26.442Z Compiling schema v0.1.0
10042026-07-13T04:56:26.445Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name schema --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schema-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7f541c4cf08a15ef -C extra-filename=-969a8bb4b8e440b1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8f6729caab1030b5.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d0a1ec9ee5156da2.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-28d21c7a1d3b93ff.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-1447a58af34b67bf.rmeta --cap-lints allow`
10052026-07-13T04:56:26.519Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2024 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f4e5b397f1b88301 -C extra-filename=-68a23acfcee39dec --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-676a6c440c9455ca.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-b969a768bc607b29.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-f494744216d77081.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8f6729caab1030b5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d0a1ec9ee5156da2.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-969a8bb4b8e440b1.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05abcae39e938bd4.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-9dc82e3e006f99ce.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-1447a58af34b67bf.rlib --extern proc_macro`
10062026-07-13T04:56:30.250Z Running `/work/oxidecomputer/dropshot/target/debug/build/aws-lc-rs-87a3e0240387b6be/build-script-build`
10072026-07-13T04:56:30.259Z 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-13T04:56:30.266Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-49dad5cf8c508f46/build-script-build`
10092026-07-13T04:56:30.614Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.16.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="aws-lc-sys"' --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "dev-tests-only", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=99dbffc9b2995971 -C extra-filename=-3b4ecd82828b147c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern aws_lc_sys=/work/oxidecomputer/dropshot/target/debug/deps/libaws_lc_sys-fad00f595fa8b59a.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-233a406a2e6d3ac7.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out --check-cfg 'cfg(aws_lc_rs_docsrs)' --check-cfg 'cfg(disable_slow_tests)' --check-cfg 'cfg(dev_tests_only)'`
10102026-07-13T04:56:31.319Z Compiling rustls-webpki v0.103.13
10112026-07-13T04:56:31.319Z Compiling rcgen v0.14.8
10122026-07-13T04:56:31.324Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.103.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(webpki_docsrs)' --cfg 'feature="alloc"' --cfg 'feature="aws-lc-rs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "aws-lc-rs", "aws-lc-rs-fips", "aws-lc-rs-unstable", "default", "ring", "std"))' -C metadata=55d0355aed402315 -C extra-filename=-8ee1229013a1438c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern aws_lc_rs=/work/oxidecomputer/dropshot/target/debug/deps/libaws_lc_rs-3b4ecd82828b147c.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-e1476d89f042f4d1.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10132026-07-13T04:56:31.324Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rcgen-0.14.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(rcgen_docsrs)' --cfg 'feature="aws_lc_rs"' --cfg 'feature="crypto"' --cfg 'feature="pem"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "aws_lc_rs_unstable", "crypto", "default", "fips", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=a5a690b0c1c8d2e8 -C extra-filename=-1523630459be2c6d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern aws_lc_rs=/work/oxidecomputer/dropshot/target/debug/deps/libaws_lc_rs-3b4ecd82828b147c.rmeta --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-9086bf15c19bbad0.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-8371a30f628391f2.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-4d9d759f1a1a8366.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10142026-07-13T04:56:31.712Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(bench)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(read_buf)' --check-cfg 'cfg(rustls_docsrs)' --cfg 'feature="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "prefer-post-quantum", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=4450ea2473241718 -C extra-filename=-1bae901f8a8d8c5a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern aws_lc_rs=/work/oxidecomputer/dropshot/target/debug/deps/libaws_lc_rs-3b4ecd82828b147c.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-d27a9b5ff6530186.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-c032f9bc4585e39a.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-8ee1229013a1438c.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-31c3964215edcaf3.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-233a406a2e6d3ac7.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10152026-07-13T04:56:34.038Z Compiling tokio-rustls v0.26.4
10162026-07-13T04:56:34.038Z Compiling rustls-platform-verifier v0.6.2
10172026-07-13T04:56:34.041Z 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=a2f6b8f938b1a6ce -C extra-filename=-be8d1ce81c53e3ea --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10182026-07-13T04:56:34.041Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_platform_verifier --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-platform-verifier-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("android_logger", "base64", "cert-logging", "dbg", "docsrs", "ffi-testing", "jni", "once_cell"))' -C metadata=a70a61181fb3a3c1 -C extra-filename=-1dbadb9df4ff72d9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-d27a9b5ff6530186.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-8c8143560f8f3e51.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-8ee1229013a1438c.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10192026-07-13T04:56:34.222Z Compiling hyper-rustls v0.27.9
10202026-07-13T04:56:34.231Z 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=bf06edeff0098ce4 -C extra-filename=-6cff58a81a739181 --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-1bae901f8a8d8c5a.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-8c8143560f8f3e51.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-be8d1ce81c53e3ea.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-21860921f13dbb46.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10212026-07-13T04:56:34.232Z 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=67340fdfaa7586de -C extra-filename=-8740f94197564845 --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-1bae901f8a8d8c5a.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4d003b2c8fea51e9.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-be8d1ce81c53e3ea.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-711143339e243a85.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10222026-07-13T04:56:34.427Z Compiling reqwest v0.13.4
10232026-07-13T04:56:34.430Z 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=75030b38f35281df -C extra-filename=-33899ea511a07f5b --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-6cff58a81a739181.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-1bae901f8a8d8c5a.rmeta --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rmeta --extern rustls_platform_verifier=/work/oxidecomputer/dropshot/target/debug/deps/librustls_platform_verifier-1dbadb9df4ff72d9.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-a14bd3024d27e8e5.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-be8d1ce81c53e3ea.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-13T04:56:36.445Z 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=9c5a8e0057051f7e -C extra-filename=-75077c6747f31da7 --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-6cff58a81a739181.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-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-33899ea511a07f5b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4d003b2c8fea51e9.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-be8d1ce81c53e3ea.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-711143339e243a85.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10252026-07-13T04:56:39.251Z 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=b495bdab02109847 -C extra-filename=-8786de675cf0f378 --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-8740f94197564845.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-6cff58a81a739181.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-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-33899ea511a07f5b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4d003b2c8fea51e9.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-be8d1ce81c53e3ea.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-711143339e243a85.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10262026-07-13T04:56:39.256Z 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=5df72d34b6ba579e -C extra-filename=-015adbec49acdf6e --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-8740f94197564845.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-6cff58a81a739181.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-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-33899ea511a07f5b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4d003b2c8fea51e9.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-be8d1ce81c53e3ea.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-711143339e243a85.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10272026-07-13T04:56:39.256Z 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=9dca971c2e0d9123 -C extra-filename=-0e4f6058a705bc98 --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-8740f94197564845.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-6cff58a81a739181.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-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-33899ea511a07f5b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4d003b2c8fea51e9.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-be8d1ce81c53e3ea.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-711143339e243a85.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10282026-07-13T04:56:39.256Z 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=7e695319ce0ad54f -C extra-filename=-64ab1f6a51e14111 --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-8740f94197564845.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-6cff58a81a739181.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-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-33899ea511a07f5b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4d003b2c8fea51e9.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-be8d1ce81c53e3ea.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-711143339e243a85.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10292026-07-13T04:56:39.266Z 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=abfba5d894c7ea4c -C extra-filename=-2a2711e73a394dd2 --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-8740f94197564845.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-6cff58a81a739181.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-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-33899ea511a07f5b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4d003b2c8fea51e9.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-be8d1ce81c53e3ea.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-711143339e243a85.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10302026-07-13T04:56:39.283Z 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=3f432dbc4508a7b5 -C extra-filename=-45c485f6fb6cbf06 --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-8740f94197564845.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-6cff58a81a739181.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-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-33899ea511a07f5b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4d003b2c8fea51e9.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-be8d1ce81c53e3ea.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-711143339e243a85.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10312026-07-13T04:56:39.283Z 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=10eeba1286aa4e86 -C extra-filename=-18ffc30dc5c18da4 --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-8740f94197564845.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-6cff58a81a739181.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-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-33899ea511a07f5b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4d003b2c8fea51e9.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-be8d1ce81c53e3ea.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-711143339e243a85.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10322026-07-13T04:56:49.288Z 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=7932c211580d3398 -C extra-filename=-fc34baa0dcd63aa3 --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-8740f94197564845.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-6cff58a81a739181.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-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-33899ea511a07f5b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4d003b2c8fea51e9.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-be8d1ce81c53e3ea.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-711143339e243a85.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10332026-07-13T04:56:49.312Z 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=cb30097ab1a4b404 -C extra-filename=-279069763d08b19e --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-8740f94197564845.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-6cff58a81a739181.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-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-33899ea511a07f5b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4d003b2c8fea51e9.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-be8d1ce81c53e3ea.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-711143339e243a85.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10342026-07-13T04:56:49.324Z 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=3d06e5b3cb45dc7b -C extra-filename=-47bbefd1fa58f9fa --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-8740f94197564845.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-6cff58a81a739181.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-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-33899ea511a07f5b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4d003b2c8fea51e9.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-be8d1ce81c53e3ea.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-711143339e243a85.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10352026-07-13T04:56:49.400Z 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=9ff361046f5c7a79 -C extra-filename=-9233d38b5c89967a --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-8740f94197564845.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-6cff58a81a739181.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-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-33899ea511a07f5b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4d003b2c8fea51e9.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-be8d1ce81c53e3ea.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-711143339e243a85.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10362026-07-13T04:56:49.401Z 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=88dc855e3dde20f9 -C extra-filename=-b911700f3a13392e --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-8740f94197564845.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-6cff58a81a739181.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-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-33899ea511a07f5b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4d003b2c8fea51e9.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-be8d1ce81c53e3ea.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-711143339e243a85.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10372026-07-13T04:56:49.927Z 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=568520bf0f26feb3 -C extra-filename=-20331c9c76eea131 --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-8740f94197564845.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-6cff58a81a739181.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-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-33899ea511a07f5b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4d003b2c8fea51e9.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-be8d1ce81c53e3ea.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-711143339e243a85.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10382026-07-13T04:56:50.249Z 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=e9b1ee7715c447af -C extra-filename=-b46cbe82c1f7db56 --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-8740f94197564845.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-6cff58a81a739181.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-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-33899ea511a07f5b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4d003b2c8fea51e9.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-be8d1ce81c53e3ea.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-711143339e243a85.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10392026-07-13T04:56:59.087Z 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=c346c6f8851f6081 -C extra-filename=-a97f6c3f6a3579d7 --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-8740f94197564845.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-6cff58a81a739181.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-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-33899ea511a07f5b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4d003b2c8fea51e9.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-be8d1ce81c53e3ea.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-711143339e243a85.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10402026-07-13T04:56:59.489Z 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=9667d84d0a2daa62 -C extra-filename=-873aa0b7a05d337b --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-8740f94197564845.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-6cff58a81a739181.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-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-33899ea511a07f5b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4d003b2c8fea51e9.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-be8d1ce81c53e3ea.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-711143339e243a85.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10412026-07-13T04:56:59.943Z 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=0bbd726dc25b7bb0 -C extra-filename=-dd244e11d556a9ca --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-8740f94197564845.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-6cff58a81a739181.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-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-33899ea511a07f5b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4d003b2c8fea51e9.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-be8d1ce81c53e3ea.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-711143339e243a85.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10422026-07-13T04:57:00.396Z 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=a38a3c173e5adb11 -C extra-filename=-29806c8cb8f565ea --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-8740f94197564845.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-6cff58a81a739181.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-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-33899ea511a07f5b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4d003b2c8fea51e9.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-be8d1ce81c53e3ea.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-711143339e243a85.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10432026-07-13T04:57:01.080Z 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=458417ed1218088d -C extra-filename=-8f3e6e3470f1d8f7 --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-8740f94197564845.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-6cff58a81a739181.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-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-33899ea511a07f5b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4d003b2c8fea51e9.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-be8d1ce81c53e3ea.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-711143339e243a85.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10442026-07-13T04:57:01.948Z 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=bf22cdd6a0b3da7f -C extra-filename=-e8f4d9ab2e6b56e1 --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-8740f94197564845.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-6cff58a81a739181.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-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-33899ea511a07f5b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4d003b2c8fea51e9.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-be8d1ce81c53e3ea.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-711143339e243a85.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10452026-07-13T04:57:02.729Z 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=11710ff8b2f5490b -C extra-filename=-dd63a9c3bfd596d8 --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-8740f94197564845.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-6cff58a81a739181.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-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-33899ea511a07f5b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4d003b2c8fea51e9.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-be8d1ce81c53e3ea.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-711143339e243a85.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10462026-07-13T04:57:09.312Z 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=bfc506ab8611984f -C extra-filename=-787d3a2f70dab901 --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-8740f94197564845.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-6cff58a81a739181.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-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-33899ea511a07f5b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4d003b2c8fea51e9.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-be8d1ce81c53e3ea.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-711143339e243a85.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10472026-07-13T04:57:11.827Z 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=2203933443971f66 -C extra-filename=-253cf5cae2111f1c --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-8740f94197564845.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-6cff58a81a739181.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-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-33899ea511a07f5b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4d003b2c8fea51e9.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-be8d1ce81c53e3ea.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-711143339e243a85.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10482026-07-13T04:57:12.029Z 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=ae028945befaf0c2 -C extra-filename=-97caea413b708889 --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-8740f94197564845.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-6cff58a81a739181.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-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-33899ea511a07f5b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4d003b2c8fea51e9.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-be8d1ce81c53e3ea.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-711143339e243a85.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10492026-07-13T04:57:20.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
10502026-07-13T04:57:20.359Z
10512026-07-13T04:57:20.362Zreal 1:20.445096481
10522026-07-13T04:57:20.362Zuser 6:56.544874939
10532026-07-13T04:57:20.362Zsys 1:11.866591826
10542026-07-13T04:57:20.362Ztrap 0.333377935
10552026-07-13T04:57:20.362Ztflt 0.230918902
10562026-07-13T04:57:20.362Zdflt 0.456458081
10572026-07-13T04:57:20.363Zkflt 0.006991243
10582026-07-13T04:57:20.363Zlock 29:08.174050505
10592026-07-13T04:57:20.363Zslp 27:27.472616309
10602026-07-13T04:57:20.363Zlat 21.504969133
10612026-07-13T04:57:20.363Zstop 52.522629218
10622026-07-13T04:57:20.363Z+ banner test
10632026-07-13T04:57:20.363Z
10642026-07-13T04:57:20.363Z ##### ###### #### #####
10652026-07-13T04:57:20.363Z # # # #
10662026-07-13T04:57:20.363Z # ##### #### #
10672026-07-13T04:57:20.363Z # # # #
10682026-07-13T04:57:20.363Z # # # # #
10692026-07-13T04:57:20.363Z # ###### #### #
10702026-07-13T04:57:20.363Z
10712026-07-13T04:57:20.363Z+ ptime -m cargo test --all-features --locked --verbose
10722026-07-13T04:57:20.552Z Fresh unicode-ident v1.0.12
10732026-07-13T04:57:20.552Z Fresh cfg-if v1.0.0
10742026-07-13T04:57:20.552Z Fresh itoa v1.0.1
10752026-07-13T04:57:20.555Z Fresh memchr v2.6.0
10762026-07-13T04:57:20.555Z Fresh proc-macro2 v1.0.106
10772026-07-13T04:57:20.555Z Fresh pin-project-lite v0.2.12
10782026-07-13T04:57:20.555Z Fresh autocfg v1.1.0
10792026-07-13T04:57:20.555Z Fresh version_check v0.9.5
10802026-07-13T04:57:20.555Z Fresh smallvec v1.13.2
10812026-07-13T04:57:20.556Z Fresh quote v1.0.46
10822026-07-13T04:57:20.556Z Fresh libc v0.2.186
10832026-07-13T04:57:20.556Z Fresh futures-core v0.3.32
10842026-07-13T04:57:20.556Z Fresh bytes v1.12.0
10852026-07-13T04:57:20.557Z Fresh jobserver v0.1.34
10862026-07-13T04:57:20.557Z Fresh shlex v1.3.0
10872026-07-13T04:57:20.557Z Fresh serde_derive v1.0.228
10882026-07-13T04:57:20.557Z Fresh thiserror-impl v2.0.18
10892026-07-13T04:57:20.557Z Fresh zmij v1.0.2
10902026-07-13T04:57:20.557Z Fresh synstructure v0.13.1
10912026-07-13T04:57:20.557Z Fresh find-msvc-tools v0.1.9
10922026-07-13T04:57:20.557Z Fresh log v0.4.17
10932026-07-13T04:57:20.557Z Fresh thiserror v2.0.18
10942026-07-13T04:57:20.557Z Fresh scopeguard v1.2.0
10952026-07-13T04:57:20.557Z Fresh cc v1.2.60
10962026-07-13T04:57:20.557Z Fresh futures-sink v0.3.32
10972026-07-13T04:57:20.557Z Fresh parking_lot_core v0.9.4
10982026-07-13T04:57:20.557Z Fresh lock_api v0.4.6
10992026-07-13T04:57:20.557Z Fresh zerofrom-derive v0.1.5
11002026-07-13T04:57:20.557Z Fresh fs_extra v1.3.0
11012026-07-13T04:57:20.557Z Fresh cmake v0.1.58
11022026-07-13T04:57:20.557Z Fresh dunce v1.0.5
11032026-07-13T04:57:20.557Z Fresh typenum v1.19.0
11042026-07-13T04:57:20.557Z Fresh parking_lot v0.12.1
11052026-07-13T04:57:20.557Z Fresh slab v0.4.9
11062026-07-13T04:57:20.557Z Fresh zerofrom v0.1.5
11072026-07-13T04:57:20.557Z Fresh yoke-derive v0.7.5
11082026-07-13T04:57:20.557Z Fresh tokio-macros v2.7.0
11092026-07-13T04:57:20.557Z Fresh socket2 v0.6.3
11102026-07-13T04:57:20.557Z Fresh mio v1.2.0
11112026-07-13T04:57:20.557Z Fresh signal-hook-registry v1.4.0
11122026-07-13T04:57:20.558Z Fresh stable_deref_trait v1.2.0
11132026-07-13T04:57:20.558Z Fresh yoke v0.7.5
11142026-07-13T04:57:20.558Z Fresh serde_core v1.0.228
11152026-07-13T04:57:20.558Z Fresh tokio v1.52.3
11162026-07-13T04:57:20.558Z Fresh futures-channel v0.3.32
11172026-07-13T04:57:20.558Z Fresh zerovec-derive v0.10.3
11182026-07-13T04:57:20.558Z Fresh http v1.4.2
11192026-07-13T04:57:20.558Z Fresh zeroize v1.8.2
11202026-07-13T04:57:20.558Z Fresh bitflags v2.11.0
11212026-07-13T04:57:20.558Z Fresh getrandom v0.4.1
11222026-07-13T04:57:20.558Z Fresh zerovec v0.10.4
11232026-07-13T04:57:20.558Z Fresh displaydoc v0.2.5
11242026-07-13T04:57:20.558Z Fresh futures-macro v0.3.32
11252026-07-13T04:57:20.558Z Fresh futures-task v0.3.32
11262026-07-13T04:57:20.558Z Fresh futures-io v0.3.32
11272026-07-13T04:57:20.558Z Fresh ucd-trie v0.1.6
11282026-07-13T04:57:20.558Z Fresh rustls-pki-types v1.15.0
11292026-07-13T04:57:20.558Z Fresh errno v0.3.10
11302026-07-13T04:57:20.558Z Fresh futures-util v0.3.32
11312026-07-13T04:57:20.558Z Fresh pest v2.8.1
11322026-07-13T04:57:20.558Z Fresh serde v1.0.228
11332026-07-13T04:57:20.558Z Fresh tinystr v0.7.6
11342026-07-13T04:57:20.558Z Fresh pest_meta v2.8.1
11352026-07-13T04:57:20.558Z Fresh aws-lc-sys v0.40.0
11362026-07-13T04:57:20.558Z Fresh zerocopy-derive v0.8.27
11372026-07-13T04:57:20.558Z Fresh writeable v0.5.5
11382026-07-13T04:57:20.558Z Fresh litemap v0.7.4
11392026-07-13T04:57:20.558Z Fresh rustversion v1.0.22
11402026-07-13T04:57:20.558Z Fresh aws-lc-rs v1.16.3
11412026-07-13T04:57:20.558Z Fresh httparse v1.10.0
11422026-07-13T04:57:20.558Z Fresh zerocopy v0.8.27
11432026-07-13T04:57:20.558Z Fresh pest_generator v2.8.1
11442026-07-13T04:57:20.558Z Fresh rustix v1.1.4
11452026-07-13T04:57:20.558Z Fresh icu_locid v1.5.0
11462026-07-13T04:57:20.558Z Fresh icu_provider_macros v1.5.0
11472026-07-13T04:57:20.558Z Fresh time-core v0.1.8
11482026-07-13T04:57:20.559Z Fresh fastrand v2.1.1
11492026-07-13T04:57:20.559Z Fresh hashbrown v0.17.0
11502026-07-13T04:57:20.559Z Fresh equivalent v1.0.0
11512026-07-13T04:57:20.559Z Fresh powerfmt v0.2.0
11522026-07-13T04:57:20.559Z Fresh num-conv v0.2.0
11532026-07-13T04:57:20.559Z Fresh crossbeam-utils v0.8.21
11542026-07-13T04:57:20.559Z Fresh icu_provider v1.5.0
11552026-07-13T04:57:20.559Z Fresh indexmap v2.14.0
11562026-07-13T04:57:20.559Z Fresh deranged v0.5.5
11572026-07-13T04:57:20.559Z Fresh time-macros v0.2.27
11582026-07-13T04:57:20.559Z Fresh pest_derive v2.8.1
11592026-07-13T04:57:20.559Z Fresh serde_tokenstream v0.2.3
11602026-07-13T04:57:20.559Z Fresh http-body v1.0.1
11612026-07-13T04:57:20.559Z Fresh tracing-core v0.1.32
11622026-07-13T04:57:20.559Z Fresh percent-encoding v2.3.2
11632026-07-13T04:57:20.559Z Fresh atomic-waker v1.1.2
11642026-07-13T04:57:20.559Z Fresh num_threads v0.1.3
11652026-07-13T04:57:20.559Z Fresh icu_locid_transform_data v1.5.0
11662026-07-13T04:57:20.559Z Fresh untrusted v0.9.0
11672026-07-13T04:57:20.559Z Fresh tracing v0.1.40
11682026-07-13T04:57:20.559Z Fresh icu_locid_transform v1.5.0
11692026-07-13T04:57:20.559Z Fresh rustls-webpki v0.103.13
11702026-07-13T04:57:20.559Z Fresh time v0.3.47
11712026-07-13T04:57:20.559Z Fresh dtrace-parser v0.3.0
11722026-07-13T04:57:20.559Z Fresh generic-array v0.14.5
11732026-07-13T04:57:20.559Z Fresh rustix v0.38.44
11742026-07-13T04:57:20.559Z Fresh icu_collections v1.5.0
11752026-07-13T04:57:20.562Z Fresh serde_json v1.0.150
11762026-07-13T04:57:20.563Z Fresh tokio-util v0.7.18
11772026-07-13T04:57:20.563Z Fresh erased-serde v0.3.31
11782026-07-13T04:57:20.563Z Fresh scroll_derive v0.13.1
11792026-07-13T04:57:20.563Z Fresh thread-id v5.0.0
11802026-07-13T04:57:20.563Z Fresh subtle v2.5.0
11812026-07-13T04:57:20.563Z Fresh fnv v1.0.7
11822026-07-13T04:57:20.563Z Fresh byteorder v1.4.3
11832026-07-13T04:57:20.563Z Fresh base64 v0.22.1
11842026-07-13T04:57:20.563Z Fresh tower-service v0.3.3
11852026-07-13T04:57:20.563Z Fresh tower-layer v0.3.3
11862026-07-13T04:57:20.563Z Fresh try-lock v0.2.3
11872026-07-13T04:57:20.563Z Fresh icu_properties_data v1.5.0
11882026-07-13T04:57:20.563Z Fresh h2 v0.4.14
11892026-07-13T04:57:20.563Z Fresh rustls v0.23.41
11902026-07-13T04:57:20.563Z Fresh want v0.3.0
11912026-07-13T04:57:20.563Z Fresh icu_properties v1.5.1
11922026-07-13T04:57:20.563Z Fresh slog v2.8.2
11932026-07-13T04:57:20.563Z Fresh scroll v0.13.0
11942026-07-13T04:57:20.564Z Fresh paste v1.0.15
11952026-07-13T04:57:20.564Z Fresh getrandom v0.3.4
11962026-07-13T04:57:20.564Z Fresh hybrid-array v0.4.8
11972026-07-13T04:57:20.564Z Fresh icu_normalizer_data v1.5.0
11982026-07-13T04:57:20.564Z Fresh lazy_static v1.5.0
11992026-07-13T04:57:20.564Z Fresh unicode-segmentation v1.10.0
12002026-07-13T04:57:20.564Z Fresh utf8_iter v1.0.4
12012026-07-13T04:57:20.564Z Fresh plain v0.2.3
12022026-07-13T04:57:20.564Z Fresh simd-adler32 v0.3.7
12032026-07-13T04:57:20.564Z Fresh unicode-width v0.1.9
12042026-07-13T04:57:20.564Z Fresh adler2 v2.0.1
12052026-07-13T04:57:20.564Z Fresh write16 v1.0.0
12062026-07-13T04:57:20.564Z Fresh httpdate v1.0.1
12072026-07-13T04:57:20.564Z Fresh utf16_iter v1.0.5
12082026-07-13T04:57:20.564Z Fresh goblin v0.10.1
12092026-07-13T04:57:20.564Z Fresh console v0.15.7
12102026-07-13T04:57:20.564Z Fresh newline-converter v0.3.0
12112026-07-13T04:57:20.564Z Fresh hyper v1.10.1
12122026-07-13T04:57:20.564Z Fresh miniz_oxide v0.8.9
12132026-07-13T04:57:20.564Z Fresh icu_normalizer v1.5.0
12142026-07-13T04:57:20.564Z Fresh rand_core v0.9.5
12152026-07-13T04:57:20.564Z Fresh num-traits v0.2.14
12162026-07-13T04:57:20.564Z Fresh crc32fast v1.5.0
12172026-07-13T04:57:20.564Z Fresh block-buffer v0.10.2
12182026-07-13T04:57:20.564Z Fresh crypto-common v0.1.6
12192026-07-13T04:57:20.564Z Fresh form_urlencoded v1.2.2
12202026-07-13T04:57:20.564Z Fresh winnow v1.0.0
12212026-07-13T04:57:20.564Z Fresh openssl-probe v0.2.1
12222026-07-13T04:57:20.564Z Fresh similar v2.2.1
12232026-07-13T04:57:20.564Z Fresh pretty-hex v0.4.1
12242026-07-13T04:57:20.564Z Fresh ipnet v2.10.0
12252026-07-13T04:57:20.564Z Fresh mime v0.3.16
12262026-07-13T04:57:20.564Z Fresh semver v1.0.28
12272026-07-13T04:57:20.564Z Fresh iana-time-zone v0.1.47
12282026-07-13T04:57:20.564Z Fresh ppv-lite86 v0.2.15
12292026-07-13T04:57:20.564Z Fresh heck v0.5.0
12302026-07-13T04:57:20.564Z Fresh digest v0.10.7
12312026-07-13T04:57:20.564Z Fresh toml_parser v1.1.2+spec-1.1.0
12322026-07-13T04:57:20.565Z Fresh rand_chacha v0.9.0
12332026-07-13T04:57:20.565Z Fresh chrono v0.4.45
12342026-07-13T04:57:20.565Z Fresh rustls-native-certs v0.8.3
12352026-07-13T04:57:20.565Z Fresh dof v0.4.0
12362026-07-13T04:57:20.565Z Fresh hyper-util v0.1.20
12372026-07-13T04:57:20.565Z Fresh flate2 v1.1.9
12382026-07-13T04:57:20.565Z Fresh idna_adapter v1.2.0
12392026-07-13T04:57:20.565Z Fresh unicase v2.6.0
12402026-07-13T04:57:20.565Z Fresh block-buffer v0.12.0
12412026-07-13T04:57:20.565Z Fresh crypto-common v0.2.1
12422026-07-13T04:57:20.565Z Fresh tokio-rustls v0.26.4
12432026-07-13T04:57:20.565Z Fresh concurrent-queue v2.5.0
12442026-07-13T04:57:20.565Z Fresh serde_derive_internals v0.29.0
12452026-07-13T04:57:20.565Z Fresh thread_local v1.1.4
12462026-07-13T04:57:20.565Z Fresh serde_spanned v1.1.1
12472026-07-13T04:57:20.566Z Fresh syn v2.0.118
12482026-07-13T04:57:20.566Z Fresh toml_datetime v1.1.1+spec-1.1.0
12492026-07-13T04:57:20.566Z Fresh sync_wrapper v1.0.1
12502026-07-13T04:57:20.566Z Fresh encoding_rs v0.8.32
12512026-07-13T04:57:20.566Z Fresh toml_writer v1.1.1+spec-1.1.0
12522026-07-13T04:57:20.566Z Fresh const-oid v0.10.2
12532026-07-13T04:57:20.566Z Fresh match_cfg v0.1.0
12542026-07-13T04:57:20.566Z Fresh parking v2.2.0
12552026-07-13T04:57:20.566Z Fresh compression-core v0.4.32
12562026-07-13T04:57:20.566Z Fresh cpufeatures v0.2.17
12572026-07-13T04:57:20.566Z Fresh hostname v0.3.1
12582026-07-13T04:57:20.566Z Fresh event-listener v5.0.0
12592026-07-13T04:57:20.566Z Fresh compression-codecs v0.4.38
12602026-07-13T04:57:20.566Z Fresh sha1 v0.10.6
12612026-07-13T04:57:20.566Z Fresh digest v0.11.2
12622026-07-13T04:57:20.566Z Fresh toml v1.1.2+spec-1.1.0
12632026-07-13T04:57:20.566Z Fresh usdt-impl v0.6.0
12642026-07-13T04:57:20.566Z Fresh tower v0.5.2
12652026-07-13T04:57:20.567Z Fresh schemars_derive v0.8.22
12662026-07-13T04:57:20.567Z Fresh idna v1.0.3
12672026-07-13T04:57:20.567Z Fresh rand v0.9.2
12682026-07-13T04:57:20.567Z Fresh ryu v1.0.5
12692026-07-13T04:57:20.567Z Compiling dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
12702026-07-13T04:57:20.567Z Fresh usdt-macro v0.6.0
12712026-07-13T04:57:20.567Z Fresh usdt-attr-macro v0.6.0
12722026-07-13T04:57:20.567Z Fresh slog-json v2.6.1
12732026-07-13T04:57:20.567Z Fresh http-body-util v0.1.3
12742026-07-13T04:57:20.567Z Fresh crossbeam-channel v0.5.15
12752026-07-13T04:57:20.570Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2024 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4aa31d123645df79 -C extra-filename=-23cdc78e47b9785d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -C incremental=/work/oxidecomputer/dropshot/target/debug/incremental -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-b969a768bc607b29.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8f6729caab1030b5.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d0a1ec9ee5156da2.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05abcae39e938bd4.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-9dc82e3e006f99ce.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-1447a58af34b67bf.rlib --extern proc_macro`
12762026-07-13T04:57:20.570Z Fresh futures-executor v0.3.32
12772026-07-13T04:57:20.570Z Fresh uuid v1.23.5
12782026-07-13T04:57:20.600Z Fresh async-stream-impl v0.3.6
12792026-07-13T04:57:20.604Z Fresh is-terminal v0.4.12
12802026-07-13T04:57:20.604Z Fresh memmap2 v0.9.8
12812026-07-13T04:57:20.604Z Fresh term v1.1.0
12822026-07-13T04:57:20.604Z Fresh iri-string v0.7.8
12832026-07-13T04:57:20.604Z Fresh take_mut v0.2.2
12842026-07-13T04:57:20.604Z Fresh spin v0.9.8
12852026-07-13T04:57:20.604Z Fresh dyn-clone v1.0.4
12862026-07-13T04:57:20.604Z Fresh data-encoding v2.4.0
12872026-07-13T04:57:20.604Z Fresh cpufeatures v0.3.0
12882026-07-13T04:57:20.604Z Fresh multer v3.1.0
12892026-07-13T04:57:20.604Z Fresh slog-async v2.8.0
12902026-07-13T04:57:20.605Z Fresh schemars v0.8.22
12912026-07-13T04:57:20.605Z Fresh tungstenite v0.29.0
12922026-07-13T04:57:20.605Z Fresh slog-term v2.9.2
12932026-07-13T04:57:20.605Z Fresh sha1 v0.11.0
12942026-07-13T04:57:20.605Z Fresh tower-http v0.6.8
12952026-07-13T04:57:20.605Z Fresh futures v0.3.32
12962026-07-13T04:57:20.605Z Fresh usdt v0.6.0
12972026-07-13T04:57:20.605Z Fresh async-stream v0.3.6
12982026-07-13T04:57:20.605Z Fresh slog-bunyan v2.5.0
12992026-07-13T04:57:20.605Z Fresh serde_urlencoded v0.7.1
13002026-07-13T04:57:20.605Z Fresh url v2.5.4
13012026-07-13T04:57:20.605Z Fresh camino v1.2.4
13022026-07-13T04:57:20.605Z Fresh target-triple v1.0.0
13032026-07-13T04:57:20.605Z Fresh event-listener-strategy v0.5.4
13042026-07-13T04:57:20.605Z Fresh async-compression v0.4.42
13052026-07-13T04:57:20.605Z Fresh hyper-rustls v0.27.9
13062026-07-13T04:57:20.605Z Fresh rustls-platform-verifier v0.6.2
13072026-07-13T04:57:20.605Z Fresh pem v3.0.6
13082026-07-13T04:57:20.605Z Fresh yasna v0.6.0
13092026-07-13T04:57:20.605Z Fresh waitgroup v0.1.2
13102026-07-13T04:57:20.605Z Fresh openapiv3 v2.2.0
13112026-07-13T04:57:20.605Z Fresh rustls-pemfile v2.2.0
13122026-07-13T04:57:20.605Z Fresh async-trait v0.1.89
13132026-07-13T04:57:20.605Z Fresh hostname v0.4.2
13142026-07-13T04:57:20.605Z Fresh serde_path_to_error v0.1.20
13152026-07-13T04:57:20.605Z Fresh debug-ignore v1.0.5
13162026-07-13T04:57:20.605Z Fresh simple-mermaid v0.2.0
13172026-07-13T04:57:20.605Z Fresh glob v0.3.0
13182026-07-13T04:57:20.605Z Fresh termcolor v1.1.2
13192026-07-13T04:57:20.605Z Fresh rcgen v0.14.8
13202026-07-13T04:57:20.608Z Fresh reqwest v0.13.4
13212026-07-13T04:57:20.609Z Fresh mime_guess v2.0.5
13222026-07-13T04:57:20.609Z Fresh async-channel v2.5.0
13232026-07-13T04:57:20.609Z Fresh anyhow v1.0.103
13242026-07-13T04:57:20.609Z Fresh trybuild v1.0.117
13252026-07-13T04:57:20.609Z Fresh tokio-tungstenite v0.29.0
13262026-07-13T04:57:20.609Z Fresh buf-list v1.1.2
13272026-07-13T04:57:20.609Z Fresh subprocess v1.2.0
13282026-07-13T04:57:20.609Z Fresh once_cell v1.20.1
13292026-07-13T04:57:20.609Z Fresh schema-derive v0.1.0
13302026-07-13T04:57:20.609Z Fresh tempfile v3.27.0
13312026-07-13T04:57:20.609Z Fresh schema v0.1.0
13322026-07-13T04:57:20.609Z Fresh atomicwrites v0.4.4
13332026-07-13T04:57:20.609Z Fresh prettyplease v0.2.37
13342026-07-13T04:57:20.609Z Fresh expectorate v1.2.0
13352026-07-13T04:57:21.848Z Compiling dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot)
13362026-07-13T04:57:21.852Z 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=dec78e1c36fb2d7d -C extra-filename=-976c7df4c24df0c4 --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-1bae901f8a8d8c5a.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4d003b2c8fea51e9.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-be8d1ce81c53e3ea.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-711143339e243a85.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-13T04:57:21.852Z 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=0d38027c6ea6df0f -C extra-filename=-7f532ef9d66c069b --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-6cff58a81a739181.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-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-33899ea511a07f5b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4d003b2c8fea51e9.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-be8d1ce81c53e3ea.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-711143339e243a85.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-13T04:57:26.742Z 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=4e97611a2a5208b1 -C extra-filename=-629857b12686b0d1 --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-976c7df4c24df0c4.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-6cff58a81a739181.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-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-33899ea511a07f5b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4d003b2c8fea51e9.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-be8d1ce81c53e3ea.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-711143339e243a85.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13392026-07-13T04:57:26.747Z 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=a171038520605718 -C extra-filename=-aa85a90c861857a8 --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-976c7df4c24df0c4.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-6cff58a81a739181.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-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-33899ea511a07f5b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4d003b2c8fea51e9.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-be8d1ce81c53e3ea.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-711143339e243a85.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13402026-07-13T04:57:26.752Z 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=e32e346efbf46c06 -C extra-filename=-28f8f5525924a91d --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-976c7df4c24df0c4.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-6cff58a81a739181.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-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-33899ea511a07f5b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4d003b2c8fea51e9.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-be8d1ce81c53e3ea.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-711143339e243a85.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13412026-07-13T04:57:26.753Z 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=0709c6bc20578dcd -C extra-filename=-5b95add71d21186e --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-976c7df4c24df0c4.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-6cff58a81a739181.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-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-33899ea511a07f5b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4d003b2c8fea51e9.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-be8d1ce81c53e3ea.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-711143339e243a85.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13422026-07-13T04:57:26.757Z 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=4ceb71de9b09abc5 -C extra-filename=-15bb19e985348053 --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-976c7df4c24df0c4.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-6cff58a81a739181.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-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-33899ea511a07f5b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4d003b2c8fea51e9.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-be8d1ce81c53e3ea.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-711143339e243a85.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13432026-07-13T04:57:26.758Z 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=b69373283951718c -C extra-filename=-5cc18526e8125fff --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-976c7df4c24df0c4.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-6cff58a81a739181.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-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-33899ea511a07f5b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4d003b2c8fea51e9.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-be8d1ce81c53e3ea.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-711143339e243a85.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13442026-07-13T04:57:26.759Z 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=1ab18c4c811b7b63 -C extra-filename=-33f92ad5789181f6 --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-976c7df4c24df0c4.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-6cff58a81a739181.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-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-33899ea511a07f5b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4d003b2c8fea51e9.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-be8d1ce81c53e3ea.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-711143339e243a85.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13452026-07-13T04:57:36.478Z 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=18831c6a9d6140bc -C extra-filename=-b28b67cd67929f89 --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-976c7df4c24df0c4.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-6cff58a81a739181.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-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-33899ea511a07f5b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4d003b2c8fea51e9.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-be8d1ce81c53e3ea.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-711143339e243a85.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13462026-07-13T04:57:36.776Z 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=94e3ac0881b3a510 -C extra-filename=-2dbaa81fbea9ebe8 --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-976c7df4c24df0c4.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-6cff58a81a739181.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-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-33899ea511a07f5b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4d003b2c8fea51e9.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-be8d1ce81c53e3ea.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-711143339e243a85.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13472026-07-13T04:57:36.782Z 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=7d61e7927b439102 -C extra-filename=-57b20ada3685699a --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-976c7df4c24df0c4.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-6cff58a81a739181.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-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-33899ea511a07f5b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4d003b2c8fea51e9.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-be8d1ce81c53e3ea.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-711143339e243a85.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13482026-07-13T04:57:37.429Z 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=97bd642cb463db11 -C extra-filename=-e746168a914c8d26 --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-976c7df4c24df0c4.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-6cff58a81a739181.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-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-33899ea511a07f5b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4d003b2c8fea51e9.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-be8d1ce81c53e3ea.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-711143339e243a85.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13492026-07-13T04:57:37.784Z 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=9be5787de21a3093 -C extra-filename=-5cd669cfcec8d544 --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-976c7df4c24df0c4.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-6cff58a81a739181.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-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-33899ea511a07f5b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4d003b2c8fea51e9.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-be8d1ce81c53e3ea.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-711143339e243a85.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13502026-07-13T04:57:38.446Z 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=1d5ab2ccc3957bc8 -C extra-filename=-3015a6725cac9228 --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-976c7df4c24df0c4.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-6cff58a81a739181.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-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-33899ea511a07f5b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4d003b2c8fea51e9.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-be8d1ce81c53e3ea.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-711143339e243a85.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13512026-07-13T04:57:38.463Z 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=939e4ffc01e32a8f -C extra-filename=-4ca0aeb50fe7554a --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-976c7df4c24df0c4.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-6cff58a81a739181.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-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-33899ea511a07f5b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4d003b2c8fea51e9.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-be8d1ce81c53e3ea.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-711143339e243a85.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13522026-07-13T04:57:45.873Z 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=404f0582abc75860 -C extra-filename=-7574625b1976a22f --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-976c7df4c24df0c4.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-6cff58a81a739181.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-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-33899ea511a07f5b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4d003b2c8fea51e9.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-be8d1ce81c53e3ea.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-711143339e243a85.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13532026-07-13T04:57:47.212Z 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=729a070ef85ef47f -C extra-filename=-84ef4876212270a6 --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-976c7df4c24df0c4.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-6cff58a81a739181.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-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-33899ea511a07f5b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4d003b2c8fea51e9.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-be8d1ce81c53e3ea.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-711143339e243a85.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13542026-07-13T04:57:47.902Z 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=9870bcbb31db67c9 -C extra-filename=-d2ae7c5a23f73b89 --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-976c7df4c24df0c4.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-6cff58a81a739181.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-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-33899ea511a07f5b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4d003b2c8fea51e9.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-be8d1ce81c53e3ea.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-711143339e243a85.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13552026-07-13T04:57:48.449Z 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=c7ef7265736b1358 -C extra-filename=-3d385adbad23362b --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-976c7df4c24df0c4.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-6cff58a81a739181.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-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-33899ea511a07f5b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4d003b2c8fea51e9.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-be8d1ce81c53e3ea.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-711143339e243a85.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13562026-07-13T04:57:48.674Z 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=059be7a98770348b -C extra-filename=-a5870124210fb774 --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-976c7df4c24df0c4.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-6cff58a81a739181.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-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-33899ea511a07f5b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4d003b2c8fea51e9.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-be8d1ce81c53e3ea.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-711143339e243a85.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13572026-07-13T04:57:49.049Z 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=cf8df2396afd2e61 -C extra-filename=-73d3b83846175b33 --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-976c7df4c24df0c4.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-6cff58a81a739181.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-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-33899ea511a07f5b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4d003b2c8fea51e9.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-be8d1ce81c53e3ea.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-711143339e243a85.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13582026-07-13T04:57:49.481Z 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=626896a49c844ee5 -C extra-filename=-6536fc6ff476018e --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-976c7df4c24df0c4.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-6cff58a81a739181.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-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-33899ea511a07f5b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4d003b2c8fea51e9.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-be8d1ce81c53e3ea.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-711143339e243a85.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13592026-07-13T04:57:56.465Z 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=dadb54c4484e9ee4 -C extra-filename=-f7dad76176fa61d1 --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-976c7df4c24df0c4.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-6cff58a81a739181.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-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-33899ea511a07f5b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4d003b2c8fea51e9.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-be8d1ce81c53e3ea.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-711143339e243a85.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13602026-07-13T04:57:58.091Z 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=8cea40995dc3cda7 -C extra-filename=-509b6516641d1bf6 --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-976c7df4c24df0c4.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-6cff58a81a739181.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-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-33899ea511a07f5b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4d003b2c8fea51e9.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-be8d1ce81c53e3ea.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-711143339e243a85.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13612026-07-13T04:57:58.996Z 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=84238de4fe896e4f -C extra-filename=-64e6ecfe73508240 --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-976c7df4c24df0c4.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-6cff58a81a739181.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-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-33899ea511a07f5b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4d003b2c8fea51e9.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-be8d1ce81c53e3ea.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-711143339e243a85.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13622026-07-13T04:58:10.588Z Finished `test` profile [unoptimized + debuginfo] target(s) in 50.21s
13632026-07-13T04:58:10.629Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-7f532ef9d66c069b`
13642026-07-13T04:58:10.636Z
13652026-07-13T04:58:10.636Zrunning 142 tests
13662026-07-13T04:58:10.636Ztest api_description::test::test_endpoint_versions_matches ... ok
13672026-07-13T04:58:10.636Ztest api_description::test::test_endpoint_versions_range ... ok
13682026-07-13T04:58:10.636Ztest api_description::test::test_badpath4 - should panic ... ok
13692026-07-13T04:58:10.636Ztest api_description::test::test_endpoint_versions_overlaps ... ok
13702026-07-13T04:58:10.636Ztest api_description::test::test_badpath1 ... ok
13712026-07-13T04:58:10.636Ztest api_description::test::test_badpath2 ... ok
13722026-07-13T04:58:10.636Ztest api_description::test::test_badpath3 ... ok
13732026-07-13T04:58:10.636Ztest api_description::test::test_dup_names ... ok
13742026-07-13T04:58:10.636Ztest api_description::test::test_tags_need_one ... ok
13752026-07-13T04:58:10.636Ztest api_description::test::test_tags_too_many ... ok
13762026-07-13T04:58:10.636Ztest api_description::test::test_tags_just_right ... ok
13772026-07-13T04:58:10.636Ztest compression::tests::test_accepts_gzip_encoding_basic ... ok
13782026-07-13T04:58:10.636Ztest api_description::test::test_tag_config_deserialize_old ... ok
13792026-07-13T04:58:10.636Ztest compression::tests::test_accepts_gzip_encoding_case_insensitive ... ok
13802026-07-13T04:58:10.636Ztest compression::tests::test_accepts_gzip_encoding_gzip_takes_precedence_over_wildcard ... ok
13812026-07-13T04:58:10.636Ztest compression::tests::test_accepts_gzip_encoding_gzip_acceptance_overrides_wildcard_rejection ... ok
13822026-07-13T04:58:10.636Ztest compression::tests::test_accepts_gzip_encoding_malformed_quality ... ok
13832026-07-13T04:58:10.637Ztest compression::tests::test_accepts_gzip_encoding_ignores_malformed_parameters ... ok
13842026-07-13T04:58:10.637Ztest compression::tests::test_accepts_gzip_encoding_multiple_headers ... ok
13852026-07-13T04:58:10.637Ztest compression::tests::test_accepts_gzip_encoding_multiple_encodings ... ok
13862026-07-13T04:58:10.637Ztest compression::tests::test_accepts_gzip_encoding_rejects_zero_quality ... ok
13872026-07-13T04:58:10.637Ztest compression::tests::test_accepts_gzip_encoding_non_finite_quality_defaults ... ok
13882026-07-13T04:58:10.637Ztest compression::tests::test_accepts_gzip_encoding_wildcard_rejected ... ok
13892026-07-13T04:58:10.637Ztest compression::tests::test_accepts_gzip_encoding_no_header ... ok
13902026-07-13T04:58:10.637Ztest compression::tests::test_accepts_gzip_encoding_wildcard ... ok
13912026-07-13T04:58:10.637Ztest compression::tests::test_accepts_gzip_encoding_with_spaces ... ok
13922026-07-13T04:58:10.637Ztest compression::tests::test_accepts_gzip_encoding_prefers_highest_quality ... ok
13932026-07-13T04:58:10.637Ztest compression::tests::test_accepts_gzip_encoding_wildcard_with_quality ... ok
13942026-07-13T04:58:10.637Ztest compression::tests::test_accepts_gzip_encoding_with_positive_quality ... ok
13952026-07-13T04:58:10.637Ztest compression::tests::test_should_compress_response_already_encoded ... ok
13962026-07-13T04:58:10.639Ztest compression::tests::test_should_compress_response_basic ... ok
13972026-07-13T04:58:10.639Ztest compression::tests::test_should_compress_response_no_accept_encoding ... ok
13982026-07-13T04:58:10.639Ztest compression::tests::test_should_compress_response_compressible_content_types ... ok
13992026-07-13T04:58:10.639Ztest compression::tests::test_should_compress_response_head_method ... ok
14002026-07-13T04:58:10.639Ztest compression::tests::test_should_compress_response_no_compression_extension ... ok
14012026-07-13T04:58:10.639Ztest compression::tests::test_should_compress_response_no_content ... ok
14022026-07-13T04:58:10.639Ztest compression::tests::test_should_compress_response_no_content_type ... ok
14032026-07-13T04:58:10.639Ztest compression::tests::test_should_compress_response_rejects_content_range ... ok
14042026-07-13T04:58:10.639Ztest compression::tests::test_should_compress_response_not_modified ... ok
14052026-07-13T04:58:10.639Ztest compression::tests::test_should_compress_response_partial_content ... ok
14062026-07-13T04:58:10.639Ztest compression::tests::test_should_compress_response_non_compressible_content_types ... ok
14072026-07-13T04:58:10.639Ztest compression::tests::test_should_compress_response_respects_content_length_threshold ... ok
14082026-07-13T04:58:10.639Ztest extractor::body::tests::test_typed_body_from ... ok
14092026-07-13T04:58:10.639Ztest error::test::test_serialize_error_response_body ... ok
14102026-07-13T04:58:10.639Ztest compression::tests::test_should_compress_response_sse ... ok
14112026-07-13T04:58:10.640Ztest extractor::metadata::test::test_metadata_flattened ... ok
14122026-07-13T04:58:10.640Ztest extractor::metadata::test::test_metadata_simple ... ok
14132026-07-13T04:58:10.640Ztest extractor::header::tests::test_header_parsing ... ok
14142026-07-13T04:58:10.640Ztest extractor::metadata::test::test_metadata_pagination ... ok
14152026-07-13T04:58:10.640Ztest from_map::test::test_case_insensitive ... ok
14162026-07-13T04:58:10.668Ztest extractor::metadata::test::test_metadata_flattened_enum ... ok
14172026-07-13T04:58:10.671Ztest from_map::test::test_deep ... ok
14182026-07-13T04:58:10.671Ztest from_map::test::test_lone_literal ... ok
14192026-07-13T04:58:10.671Ztest from_map::test::test_missing_data1 ... ok
14202026-07-13T04:58:10.671Ztest from_map::test::test_missing_data2 ... ok
14212026-07-13T04:58:10.671Ztest from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok
14222026-07-13T04:58:10.671Ztest compression::tests::test_apply_gzip_compression_avoids_duplicate_vary_entries ... ok
14232026-07-13T04:58:10.671Ztest compression::tests::test_apply_gzip_compression_removes_accept_ranges_and_sets_vary ... ok
14242026-07-13T04:58:10.671Ztest from_map::test::test_types ... ok
14252026-07-13T04:58:10.671Ztest logging::test::test_config_bad_file_no_level ... ok
14262026-07-13T04:58:10.671Ztest logging::test::test_config_bad_file_no_file ... ok
14272026-07-13T04:58:10.671Ztest logging::test::test_config_bad_terminal_bad_level ... ok
14282026-07-13T04:58:10.672Ztest logging::test::test_config_bad_log_mode ... ok
14292026-07-13T04:58:10.672Ztest extractor::body::tests::test_content_plus_json ... ok
14302026-07-13T04:58:10.672Ztest logging::test::test_config_bad_file_path_exists_fail ... ok
14312026-07-13T04:58:10.672Ztest logging::test::test_config_bad_file_bad_path_type ... ok
14322026-07-13T04:58:10.672Ztest logging::test::test_config_bad_terminal_no_level ... ok
14332026-07-13T04:58:10.672Ztest pagination::test::test_pagination_schema ... ok
14342026-07-13T04:58:10.672Ztest pagination::test::test_results_page ... ok
14352026-07-13T04:58:10.672Ztest router::test::test_bad_path_segment1 - should panic ... ok
14362026-07-13T04:58:10.672Ztest router::test::test_bad_path_segment2 - should panic ... ok
14372026-07-13T04:58:10.672Ztest pagination::test::test_pagparams_parsing ... ok
14382026-07-13T04:58:10.672Ztest pagination::test::test_page_token_serialization ... ok
14392026-07-13T04:58:10.672Ztest router::test::test_bad_path_segment3 - should panic ... ok
14402026-07-13T04:58:10.672Ztest router::test::test_bad_path_segment4 - should panic ... ok
14412026-07-13T04:58:10.678Znote: configured to log to "/tmp/dropshot-7f532ef9d66c069b.3073.file_dir/log.out"
14422026-07-13T04:58:10.678Ztest router::test::test_bogus_regex - should panic ... ok
14432026-07-13T04:58:10.678Ztest router::test::test_duplicate_route1 - should panic ... ok
14442026-07-13T04:58:10.678Ztest router::test::test_duplicate_route_overlapping_version - should panic ... ok
14452026-07-13T04:58:10.678Ztest router::test::test_duplicate_route3 - should panic ... ok
14462026-07-13T04:58:10.678Ztest router::test::test_duplicate_route2 - should panic ... ok
14472026-07-13T04:58:10.678Ztest api_description::test::test_tags_set ... ok
14482026-07-13T04:58:10.679Ztest router::test::test_duplicate_varname - should panic ... ok
14492026-07-13T04:58:10.679Ztest router::test::test_duplicate_route_same_version - should panic ... ok
14502026-07-13T04:58:10.679Ztest logging::test::test_config_stderr_terminal ... ok
14512026-07-13T04:58:10.679Ztest router::test::test_embedded_non_variable ... ok
14522026-07-13T04:58:10.679Ztest router::test::test_empty_variable ... ok
14532026-07-13T04:58:10.679Ztest router::test::test_error_cases ... ok
14542026-07-13T04:58:10.679Ztest router::test::test_iter_null ... ok
14552026-07-13T04:58:10.679Ztest router::test::test_inconsistent_varname - should panic ... ok
14562026-07-13T04:58:10.679Ztest router::test::test_iter ... ok
14572026-07-13T04:58:10.679Ztest router::test::test_map_bad_seq ... ok
14582026-07-13T04:58:10.679Ztest router::test::test_map_bad_value ... ok
14592026-07-13T04:58:10.679Ztest router::test::test_map ... ok
14602026-07-13T04:58:10.679Ztest router::test::test_iter2 ... ok
14612026-07-13T04:58:10.679Ztest router::test::test_more_after_regex - should panic ... ok
14622026-07-13T04:58:10.679Ztest router::test::test_path_segment ... ok
14632026-07-13T04:58:10.679Ztest router::test::test_literal_after_variable - should panic ... ok
14642026-07-13T04:58:10.679Ztest router::test::test_segments ... ok
14652026-07-13T04:58:10.682Ztest router::test::test_router_basic ... ok
14662026-07-13T04:58:10.683Ztest router::test::test_router_versioned ... ok
14672026-07-13T04:58:10.683Ztest router::test::test_literal_after_regex - should panic ... ok
14682026-07-13T04:58:10.683Ztest router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok
14692026-07-13T04:58:10.683Ztest router::test::test_variable_name_bad_start - should panic ... ok
14702026-07-13T04:58:10.683Ztest router::test::test_variable_after_literal - should panic ... ok
14712026-07-13T04:58:10.683Ztest router::test::test_variables_basic ... ok
14722026-07-13T04:58:10.683Ztest router::test::test_variable_name_empty - should panic ... ok
14732026-07-13T04:58:10.683Ztest router::test::test_variables_multi ... ok
14742026-07-13T04:58:10.683Ztest router::test::test_variable_name_bad_end - should panic ... ok
14752026-07-13T04:58:10.683Ztest router::test::test_variables_glob ... ok
14762026-07-13T04:58:10.683Ztest router::test::test_variable_rename ... ok
14772026-07-13T04:58:10.683Ztest schema_util::test::test_empty_struct ... ok
14782026-07-13T04:58:10.683Ztest schema_util::test::test_nullable ... ok
14792026-07-13T04:58:10.683Ztest schema_util::test::test_additional_properties ... ok
14802026-07-13T04:58:10.683Znote: configured to log to "/tmp/dropshot-7f532ef9d66c069b.3073.file_dir/log.out"
14812026-07-13T04:58:10.683Ztest schema_util::test::test_two_types - should panic ... ok
14822026-07-13T04:58:10.683Ztest schema_util::test::test_garbage_barge_structure_conversion ... ok
14832026-07-13T04:58:10.684Ztest schema_util::test::test_extension_conversion ... ok
14842026-07-13T04:58:10.684Ztest schema_util::test::test_embedded_schema ... ok
14852026-07-13T04:58:10.684Ztest test_util::test::test_bunyan_bad_name - should panic ... ok
14862026-07-13T04:58:10.684Ztest test_util::test::test_bunyan_bad_pid - should panic ... ok
14872026-07-13T04:58:10.684Znote: configured to log to "/tmp/dropshot-7f532ef9d66c069b.3073.file_dir/log.out"
14882026-07-13T04:58:10.690Ztest test_util::test::test_bunyan_bad_hostname - should panic ... ok
14892026-07-13T04:58:10.690Ztest schema_util::test::test_schema2struct_with_enum_variants ... ok
14902026-07-13T04:58:10.690Ztest test_util::test::test_bunyan_bad_v - should panic ... ok
14912026-07-13T04:58:10.690Ztest test_util::test::test_bunyan_easy_cases ... ok
14922026-07-13T04:58:10.690Ztest test_util::test::test_bunyan_seq_bad_order - should panic ... ok
14932026-07-13T04:58:10.690Ztest test_util::test::test_bunyan_seq_easy_cases ... ok
14942026-07-13T04:58:10.690Ztest test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok
14952026-07-13T04:58:10.690Ztest logging::test::test_config_file ... ok
14962026-07-13T04:58:10.690Ztest test_util::test::test_bunyan_seq_upper_violated - should panic ... ok
14972026-07-13T04:58:10.690Ztest to_map::test::test_struct_with_options ... ok
14982026-07-13T04:58:10.690Ztest test_util::test::test_bunyan_seq_lower_violated - should panic ... ok
14992026-07-13T04:58:10.690Ztest to_map::test::test_to_map_enum ... ok
15002026-07-13T04:58:10.690Ztest to_map::test::test_to_map_num ... ok
15012026-07-13T04:58:10.690Ztest to_map::test::test_to_map_seq ... ok
15022026-07-13T04:58:10.690Ztest to_map::test::test_to_map_valid ... ok
15032026-07-13T04:58:10.690Ztest type_util::tests::test_commented_ref ... ok
15042026-07-13T04:58:10.690Ztest to_map::test::test_to_map_vec ... ok
15052026-07-13T04:58:10.690Ztest type_util::tests::test_reflexive_type - should panic ... ok
15062026-07-13T04:58:10.690Ztest type_util::tests::test_recursive_type - should panic ... ok
15072026-07-13T04:58:10.690Ztest server::test::test_drop_server_without_close_okay ... ok
15082026-07-13T04:58:10.691Ztest websocket::tests::test_ws_upg_task_is_spawned ... ok
15092026-07-13T04:58:10.691Ztest server::test::test_server_run_then_close ... ok
15102026-07-13T04:58:10.694Ztest server::test::test_http_acceptor_happy_path ... ok
15112026-07-13T04:58:10.694Z
15122026-07-13T04:58:10.697Ztest result: ok. 142 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
15132026-07-13T04:58:10.697Z
15142026-07-13T04:58:10.697Z Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-509b6516641d1bf6`
15152026-07-13T04:58:10.697Z
15162026-07-13T04:58:10.706Zrunning 1 test
15172026-07-13T04:58:10.932Z Compiling proc-macro2 v1.0.106
15182026-07-13T04:58:10.932Z Compiling quote v1.0.46
15192026-07-13T04:58:10.932Z Compiling unicode-ident v1.0.12
15202026-07-13T04:58:10.932Z Compiling libc v0.2.186
15212026-07-13T04:58:10.942Z Checking cfg-if v1.0.0
15222026-07-13T04:58:10.942Z Compiling serde_core v1.0.228
15232026-07-13T04:58:10.942Z Checking itoa v1.0.1
15242026-07-13T04:58:11.022Z Checking memchr v2.6.0
15252026-07-13T04:58:11.071Z Checking pin-project-lite v0.2.12
15262026-07-13T04:58:11.076Z Compiling version_check v0.9.5
15272026-07-13T04:58:11.153Z Compiling autocfg v1.1.0
15282026-07-13T04:58:11.357Z Compiling thiserror v2.0.18
15292026-07-13T04:58:11.404Z Checking futures-core v0.3.32
15302026-07-13T04:58:11.449Z Checking bytes v1.12.0
15312026-07-13T04:58:11.512Z Checking smallvec v1.13.2
15322026-07-13T04:58:11.560Z Compiling zmij v1.0.2
15332026-07-13T04:58:11.688Z Checking once_cell v1.20.1
15342026-07-13T04:58:11.795Z Compiling log v0.4.17
15352026-07-13T04:58:11.802Z Compiling serde v1.0.228
15362026-07-13T04:58:11.854Z Compiling serde_json v1.0.150
15372026-07-13T04:58:11.878Z Compiling jobserver v0.1.34
15382026-07-13T04:58:11.887Z Compiling parking_lot_core v0.9.4
15392026-07-13T04:58:11.905Z Compiling find-msvc-tools v0.1.9
15402026-07-13T04:58:12.107Z Compiling shlex v1.3.0
15412026-07-13T04:58:12.223Z Compiling syn v2.0.118
15422026-07-13T04:58:12.248Z Compiling slab v0.4.9
15432026-07-13T04:58:12.297Z Compiling cc v1.2.60
15442026-07-13T04:58:12.316Z Checking futures-sink v0.3.32
15452026-07-13T04:58:12.338Z Compiling typenum v1.19.0
15462026-07-13T04:58:12.345Z Checking scopeguard v1.2.0
15472026-07-13T04:58:12.432Z Checking lock_api v0.4.6
15482026-07-13T04:58:12.587Z Compiling dunce v1.0.5
15492026-07-13T04:58:12.597Z Compiling fs_extra v1.3.0
15502026-07-13T04:58:12.614Z Checking parking_lot v0.12.1
15512026-07-13T04:58:12.799Z Checking signal-hook-registry v1.4.0
15522026-07-13T04:58:12.821Z Checking mio v1.2.0
15532026-07-13T04:58:12.863Z Checking socket2 v0.6.3
15542026-07-13T04:58:12.924Z Checking stable_deref_trait v1.2.0
15552026-07-13T04:58:12.946Z Checking futures-channel v0.3.32
15562026-07-13T04:58:12.993Z Checking http v1.4.2
15572026-07-13T04:58:13.099Z Compiling cmake v0.1.58
15582026-07-13T04:58:13.105Z Compiling zerocopy v0.8.27
15592026-07-13T04:58:13.275Z Compiling ucd-trie v0.1.6
15602026-07-13T04:58:13.452Z Checking zeroize v1.8.2
15612026-07-13T04:58:13.561Z Checking futures-task v0.3.32
15622026-07-13T04:58:13.573Z Checking futures-io v0.3.32
15632026-07-13T04:58:13.580Z Compiling aws-lc-rs v1.16.3
15642026-07-13T04:58:13.590Z Checking rustls-pki-types v1.15.0
15652026-07-13T04:58:13.686Z Compiling rustversion v1.0.22
15662026-07-13T04:58:13.703Z Compiling httparse v1.10.0
15672026-07-13T04:58:14.126Z Checking litemap v0.7.4
15682026-07-13T04:58:14.139Z Compiling crossbeam-utils v0.8.21
15692026-07-13T04:58:14.166Z Checking writeable v0.5.5
15702026-07-13T04:58:14.192Z Compiling aws-lc-sys v0.40.0
15712026-07-13T04:58:14.377Z Compiling generic-array v0.14.5
15722026-07-13T04:58:14.384Z Compiling time-core v0.1.8
15732026-07-13T04:58:14.469Z Checking hashbrown v0.17.0
15742026-07-13T04:58:14.517Z Compiling getrandom v0.4.1
15752026-07-13T04:58:14.524Z Checking equivalent v1.0.0
15762026-07-13T04:58:14.595Z Compiling num-conv v0.2.0
15772026-07-13T04:58:14.634Z Checking powerfmt v0.2.0
15782026-07-13T04:58:15.156Z Compiling time-macros v0.2.27
15792026-07-13T04:58:15.202Z Checking deranged v0.5.5
15802026-07-13T04:58:15.202Z Checking indexmap v2.14.0
15812026-07-13T04:58:15.202Z Compiling synstructure v0.13.1
15822026-07-13T04:58:15.289Z Compiling slog v2.8.2
15832026-07-13T04:58:15.560Z Checking http-body v1.0.1
15842026-07-13T04:58:15.584Z Checking tracing-core v0.1.32
15852026-07-13T04:58:15.684Z Compiling unicase v2.6.0
15862026-07-13T04:58:15.797Z Compiling getrandom v0.3.4
15872026-07-13T04:58:15.830Z Checking percent-encoding v2.3.2
15882026-07-13T04:58:15.877Z Compiling rustls v0.23.41
15892026-07-13T04:58:15.913Z Checking bitflags v2.11.0
15902026-07-13T04:58:15.946Z Checking num_threads v0.1.3
15912026-07-13T04:58:16.020Z Checking atomic-waker v1.1.2
15922026-07-13T04:58:16.050Z Checking untrusted v0.9.0
15932026-07-13T04:58:16.083Z Checking icu_locid_transform_data v1.5.0
15942026-07-13T04:58:16.126Z Checking tracing v0.1.40
15952026-07-13T04:58:16.213Z Checking time v0.3.47
15962026-07-13T04:58:16.234Z Compiling num-traits v0.2.14
15972026-07-13T04:58:16.286Z Compiling usdt-impl v0.6.0
15982026-07-13T04:58:16.548Z Checking tower-service v0.3.3
15992026-07-13T04:58:16.575Z Checking base64 v0.22.1
16002026-07-13T04:58:16.580Z Compiling crc32fast v1.5.0
16012026-07-13T04:58:16.588Z Checking fnv v1.0.7
16022026-07-13T04:58:16.627Z Checking subtle v2.5.0
16032026-07-13T04:58:16.668Z Checking try-lock v0.2.3
16042026-07-13T04:58:16.754Z Checking tower-layer v0.3.3
16052026-07-13T04:58:16.761Z Checking icu_properties_data v1.5.0
16062026-07-13T04:58:16.800Z Checking want v0.3.0
16072026-07-13T04:58:16.992Z Checking hybrid-array v0.4.8
16082026-07-13T04:58:17.040Z Checking errno v0.3.10
16092026-07-13T04:58:17.052Z Compiling thread-id v5.0.0
16102026-07-13T04:58:17.116Z Checking plain v0.2.3
16112026-07-13T04:58:17.146Z Compiling rustix v1.1.4
16122026-07-13T04:58:17.154Z Checking icu_normalizer_data v1.5.0
16132026-07-13T04:58:17.182Z Checking adler2 v2.0.1
16142026-07-13T04:58:17.209Z Checking utf16_iter v1.0.5
16152026-07-13T04:58:17.220Z Checking httpdate v1.0.1
16162026-07-13T04:58:17.238Z Checking simd-adler32 v0.3.7
16172026-07-13T04:58:17.277Z Compiling byteorder v1.4.3
16182026-07-13T04:58:17.304Z Checking write16 v1.0.0
16192026-07-13T04:58:17.336Z Checking utf8_iter v1.0.4
16202026-07-13T04:58:17.375Z Compiling serde_derive v1.0.228
16212026-07-13T04:58:17.383Z Compiling thiserror-impl v2.0.18
16222026-07-13T04:58:17.418Z Compiling zerofrom-derive v0.1.5
16232026-07-13T04:58:17.445Z Compiling tokio-macros v2.7.0
16242026-07-13T04:58:17.494Z Compiling yoke-derive v0.7.5
16252026-07-13T04:58:17.507Z Compiling zerovec-derive v0.10.3
16262026-07-13T04:58:17.620Z Compiling displaydoc v0.2.5
16272026-07-13T04:58:18.578Z Checking tokio v1.52.3
16282026-07-13T04:58:18.805Z Compiling futures-macro v0.3.32
16292026-07-13T04:58:18.989Z Compiling zerocopy-derive v0.8.27
16302026-07-13T04:58:19.321Z Compiling icu_provider_macros v1.5.0
16312026-07-13T04:58:19.564Z Compiling pest v2.8.1
16322026-07-13T04:58:19.621Z Checking zerofrom v0.1.5
16332026-07-13T04:58:19.742Z Checking yoke v0.7.5
16342026-07-13T04:58:19.930Z Checking zerovec v0.10.4
16352026-07-13T04:58:20.076Z Checking futures-util v0.3.32
16362026-07-13T04:58:20.341Z Compiling scroll_derive v0.13.1
16372026-07-13T04:58:20.615Z Checking tinystr v0.7.6
16382026-07-13T04:58:20.790Z Compiling pest_meta v2.8.1
16392026-07-13T04:58:24.567Z Checking icu_locid v1.5.0
16402026-07-13T04:58:24.567Z Compiling pest_generator v2.8.1
16412026-07-13T04:58:24.567Z Checking icu_provider v1.5.0
16422026-07-13T04:58:24.567Z Checking tokio-util v0.7.18
16432026-07-13T04:58:24.567Z Checking erased-serde v0.3.31
16442026-07-13T04:58:24.567Z Checking icu_locid_transform v1.5.0
16452026-07-13T04:58:24.646Z Checking icu_collections v1.5.0
16462026-07-13T04:58:24.647Z Checking h2 v0.4.14
16472026-07-13T04:58:24.647Z Compiling dof v0.4.0
16482026-07-13T04:58:24.647Z Compiling serde_tokenstream v0.2.3
16492026-07-13T04:58:24.647Z Checking scroll v0.13.0
16502026-07-13T04:58:24.647Z Checking icu_properties v1.5.1
16512026-07-13T04:58:24.647Z Checking goblin v0.10.1
16522026-07-13T04:58:24.647Z Compiling pest_derive v2.8.1
16532026-07-13T04:58:24.647Z Checking miniz_oxide v0.8.9
16542026-07-13T04:58:24.647Z Compiling dtrace-parser v0.3.0
16552026-07-13T04:58:24.647Z Checking rand_core v0.9.5
16562026-07-13T04:58:24.647Z Checking icu_normalizer v1.5.0
16572026-07-13T04:58:24.647Z Checking crypto-common v0.1.6
16582026-07-13T04:58:24.647Z Checking block-buffer v0.10.2
16592026-07-13T04:58:24.647Z Checking form_urlencoded v1.2.2
16602026-07-13T04:58:24.647Z Checking hyper v1.10.1
16612026-07-13T04:58:24.647Z Compiling rustix v0.38.44
16622026-07-13T04:58:24.647Z Compiling ryu v1.0.5
16632026-07-13T04:58:24.647Z Checking mime v0.3.16
16642026-07-13T04:58:24.647Z Checking openssl-probe v0.2.1
16652026-07-13T04:58:24.647Z Checking ipnet v2.10.0
16662026-07-13T04:58:24.647Z Checking ppv-lite86 v0.2.15
16672026-07-13T04:58:24.647Z Checking pretty-hex v0.4.1
16682026-07-13T04:58:24.674Z Checking iana-time-zone v0.1.47
16692026-07-13T04:58:24.716Z Checking chrono v0.4.45
16702026-07-13T04:58:24.738Z Checking rustls-native-certs v0.8.3
16712026-07-13T04:58:24.756Z Checking rand_chacha v0.9.0
16722026-07-13T04:58:24.813Z Checking idna_adapter v1.2.0
16732026-07-13T04:58:24.854Z Checking digest v0.10.7
16742026-07-13T04:58:24.963Z Checking flate2 v1.1.9
16752026-07-13T04:58:24.981Z Checking hyper-util v0.1.20
16762026-07-13T04:58:25.211Z Checking block-buffer v0.12.0
16772026-07-13T04:58:25.250Z Checking crypto-common v0.2.1
16782026-07-13T04:58:25.265Z Checking concurrent-queue v2.5.0
16792026-07-13T04:58:25.348Z Compiling serde_derive_internals v0.29.0
16802026-07-13T04:58:25.509Z Checking thread_local v1.1.4
16812026-07-13T04:58:25.584Z Checking sync_wrapper v1.0.1
16822026-07-13T04:58:25.667Z Compiling multer v3.1.0
16832026-07-13T04:58:25.679Z Checking encoding_rs v0.8.32
16842026-07-13T04:58:25.683Z Checking const-oid v0.10.2
16852026-07-13T04:58:25.743Z Compiling camino v1.2.4
16862026-07-13T04:58:25.830Z Checking fastrand v2.1.1
16872026-07-13T04:58:25.916Z Checking compression-core v0.4.32
16882026-07-13T04:58:26.008Z Checking match_cfg v0.1.0
16892026-07-13T04:58:26.038Z Checking cpufeatures v0.2.17
16902026-07-13T04:58:26.067Z Checking winnow v1.0.0
16912026-07-13T04:58:26.097Z Checking parking v2.2.0
16922026-07-13T04:58:26.166Z Compiling paste v1.0.15
16932026-07-13T04:58:26.203Z Compiling schemars v0.8.22
16942026-07-13T04:58:26.278Z Compiling slog-async v2.8.0
16952026-07-13T04:58:26.345Z Checking toml_parser v1.1.2+spec-1.1.0
16962026-07-13T04:58:26.475Z Checking event-listener v5.0.0
16972026-07-13T04:58:26.528Z Compiling schemars_derive v0.8.22
16982026-07-13T04:58:26.595Z Checking sha1 v0.10.6
16992026-07-13T04:58:26.615Z Checking hostname v0.3.1
17002026-07-13T04:58:26.658Z Checking compression-codecs v0.4.38
17012026-07-13T04:58:26.673Z Checking tempfile v3.27.0
17022026-07-13T04:58:26.698Z Checking digest v0.11.2
17032026-07-13T04:58:26.714Z Checking tower v0.5.2
17042026-07-13T04:58:26.743Z Compiling mime_guess v2.0.5
17052026-07-13T04:58:26.815Z Checking idna v1.0.3
17062026-07-13T04:58:26.835Z Checking rand v0.9.2
17072026-07-13T04:58:27.085Z Compiling usdt-attr-macro v0.6.0
17082026-07-13T04:58:27.103Z Compiling usdt-macro v0.6.0
17092026-07-13T04:58:27.180Z Checking slog-json v2.6.1
17102026-07-13T04:58:27.293Z Checking futures-executor v0.3.32
17112026-07-13T04:58:27.331Z Compiling async-stream-impl v0.3.6
17122026-07-13T04:58:27.429Z Checking uuid v1.23.5
17132026-07-13T04:58:27.436Z Checking http-body-util v0.1.3
17142026-07-13T04:58:27.564Z Checking crossbeam-channel v0.5.15
17152026-07-13T04:58:27.639Z Checking toml_datetime v1.1.1+spec-1.1.0
17162026-07-13T04:58:27.705Z Checking serde_spanned v1.1.1
17172026-07-13T04:58:27.828Z Checking memmap2 v0.9.8
17182026-07-13T04:58:27.829Z Checking is-terminal v0.4.12
17192026-07-13T04:58:27.893Z Compiling dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot)
17202026-07-13T04:58:27.909Z Checking data-encoding v2.4.0
17212026-07-13T04:58:27.981Z Checking unicode-width v0.1.9
17222026-07-13T04:58:28.079Z Checking toml_writer v1.1.1+spec-1.1.0
17232026-07-13T04:58:28.150Z Compiling semver v1.0.28
17242026-07-13T04:58:28.153Z Checking take_mut v0.2.2
17252026-07-13T04:58:28.246Z Compiling anyhow v1.0.103
17262026-07-13T04:58:28.252Z Checking iri-string v0.7.8
17272026-07-13T04:58:28.265Z Checking dyn-clone v1.0.4
17282026-07-13T04:58:28.307Z Compiling heck v0.5.0
17292026-07-13T04:58:28.313Z Checking term v1.1.0
17302026-07-13T04:58:28.344Z Checking spin v0.9.8
17312026-07-13T04:58:28.448Z Checking cpufeatures v0.3.0
17322026-07-13T04:58:28.462Z Checking unicode-segmentation v1.10.0
17332026-07-13T04:58:28.487Z Checking lazy_static v1.5.0
17342026-07-13T04:58:28.509Z Checking sha1 v0.11.0
17352026-07-13T04:58:28.527Z Checking slog-term v2.9.2
17362026-07-13T04:58:28.561Z Compiling dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
17372026-07-13T04:58:28.571Z Checking console v0.15.7
17382026-07-13T04:58:28.739Z Checking newline-converter v0.3.0
17392026-07-13T04:58:28.830Z Checking async-stream v0.3.6
17402026-07-13T04:58:28.836Z Checking usdt v0.6.0
17412026-07-13T04:58:28.839Z Checking toml v1.1.2+spec-1.1.0
17422026-07-13T04:58:28.980Z Checking tungstenite v0.29.0
17432026-07-13T04:58:29.110Z Checking futures v0.3.32
17442026-07-13T04:58:29.162Z Checking atomicwrites v0.4.4
17452026-07-13T04:58:29.193Z Checking slog-bunyan v2.5.0
17462026-07-13T04:58:29.253Z Checking tower-http v0.6.8
17472026-07-13T04:58:29.276Z Checking serde_urlencoded v0.7.1
17482026-07-13T04:58:29.291Z Checking url v2.5.4
17492026-07-13T04:58:29.297Z Checking async-compression v0.4.42
17502026-07-13T04:58:29.402Z Checking event-listener-strategy v0.5.4
17512026-07-13T04:58:29.508Z Checking openapiv3 v2.2.0
17522026-07-13T04:58:29.521Z Compiling async-trait v0.1.89
17532026-07-13T04:58:29.526Z Checking yasna v0.6.0
17542026-07-13T04:58:29.653Z Checking pem v3.0.6
17552026-07-13T04:58:29.659Z Checking waitgroup v0.1.2
17562026-07-13T04:58:29.811Z Checking rustls-pemfile v2.2.0
17572026-07-13T04:58:29.814Z Checking serde_path_to_error v0.1.20
17582026-07-13T04:58:29.881Z Checking hostname v0.4.2
17592026-07-13T04:58:29.893Z Checking simple-mermaid v0.2.0
17602026-07-13T04:58:29.989Z Checking similar v2.2.1
17612026-07-13T04:58:30.112Z Checking debug-ignore v1.0.5
17622026-07-13T04:58:30.179Z Checking async-channel v2.5.0
17632026-07-13T04:58:30.185Z Checking tokio-tungstenite v0.29.0
17642026-07-13T04:58:30.323Z Checking expectorate v1.2.0
17652026-07-13T04:58:30.419Z Checking subprocess v1.2.0
17662026-07-13T04:58:30.440Z Checking buf-list v1.1.2
17672026-07-13T04:58:35.753Z Checking rustls-webpki v0.103.13
17682026-07-13T04:58:35.756Z Checking rcgen v0.14.8
17692026-07-13T04:58:37.937Z Checking tokio-rustls v0.26.4
17702026-07-13T04:58:37.937Z Checking rustls-platform-verifier v0.6.2
17712026-07-13T04:58:38.117Z Checking hyper-rustls v0.27.9
17722026-07-13T04:58:38.280Z Checking reqwest v0.13.4
17732026-07-13T04:58:39.742Z Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot)
17742026-07-13T04:58:39.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.12s
17752026-07-13T04:58:40.054Z
17762026-07-13T04:58:40.054Z
17772026-07-13T04:59:05.528Ztest tests/fail/bad_channel10.rs ... ok
17782026-07-13T04:59:05.528Ztest tests/fail/bad_channel11.rs ... ok
17792026-07-13T04:59:05.528Ztest tests/fail/bad_channel12.rs ... ok
17802026-07-13T04:59:05.528Ztest tests/fail/bad_channel13.rs ... ok
17812026-07-13T04:59:05.528Ztest tests/fail/bad_channel14.rs ... ok
17822026-07-13T04:59:05.532Ztest tests/fail/bad_channel15.rs ... ok
17832026-07-13T04:59:05.532Ztest tests/fail/bad_channel17.rs ... ok
17842026-07-13T04:59:05.532Ztest tests/fail/bad_channel18.rs ... ok
17852026-07-13T04:59:05.532Ztest tests/fail/bad_channel19.rs ... ok
17862026-07-13T04:59:05.532Ztest tests/fail/bad_channel1a.rs ... ok
17872026-07-13T04:59:05.532Ztest tests/fail/bad_channel1b.rs ... ok
17882026-07-13T04:59:05.532Ztest tests/fail/bad_channel2.rs ... ok
17892026-07-13T04:59:05.532Ztest tests/fail/bad_channel20.rs ... ok
17902026-07-13T04:59:05.532Ztest tests/fail/bad_channel21.rs ... ok
17912026-07-13T04:59:05.532Ztest tests/fail/bad_channel22.rs ... ok
17922026-07-13T04:59:05.532Ztest tests/fail/bad_channel23.rs ... ok
17932026-07-13T04:59:05.532Ztest tests/fail/bad_channel24.rs ... ok
17942026-07-13T04:59:05.532Ztest tests/fail/bad_channel25.rs ... ok
17952026-07-13T04:59:05.532Ztest tests/fail/bad_channel26.rs ... ok
17962026-07-13T04:59:05.532Ztest tests/fail/bad_channel27.rs ... ok
17972026-07-13T04:59:05.532Ztest tests/fail/bad_channel28.rs ... ok
17982026-07-13T04:59:05.532Ztest tests/fail/bad_channel3.rs ... ok
17992026-07-13T04:59:05.532Ztest tests/fail/bad_channel4.rs ... ok
18002026-07-13T04:59:05.533Ztest tests/fail/bad_channel5.rs ... ok
18012026-07-13T04:59:05.533Ztest tests/fail/bad_channel6.rs ... ok
18022026-07-13T04:59:05.533Ztest tests/fail/bad_channel8.rs ... ok
18032026-07-13T04:59:05.533Ztest tests/fail/bad_channel9.rs ... ok
18042026-07-13T04:59:05.533Ztest tests/fail/bad_endpoint1.rs ... ok
18052026-07-13T04:59:05.533Ztest tests/fail/bad_endpoint10.rs ... ok
18062026-07-13T04:59:05.533Ztest tests/fail/bad_endpoint11.rs ... ok
18072026-07-13T04:59:05.533Ztest tests/fail/bad_endpoint12.rs ... ok
18082026-07-13T04:59:05.533Ztest tests/fail/bad_endpoint13.rs ... ok
18092026-07-13T04:59:05.533Ztest tests/fail/bad_endpoint14.rs ... ok
18102026-07-13T04:59:05.533Ztest tests/fail/bad_endpoint15.rs ... ok
18112026-07-13T04:59:05.533Ztest tests/fail/bad_endpoint16.rs ... ok
18122026-07-13T04:59:05.533Ztest tests/fail/bad_endpoint17.rs ... ok
18132026-07-13T04:59:05.534Ztest tests/fail/bad_endpoint18.rs ... ok
18142026-07-13T04:59:05.534Ztest tests/fail/bad_endpoint19.rs ... ok
18152026-07-13T04:59:05.534Ztest tests/fail/bad_endpoint2.rs ... ok
18162026-07-13T04:59:05.534Ztest tests/fail/bad_endpoint20.rs ... ok
18172026-07-13T04:59:05.534Ztest tests/fail/bad_endpoint21.rs ... ok
18182026-07-13T04:59:05.534Ztest tests/fail/bad_endpoint22.rs ... ok
18192026-07-13T04:59:05.534Ztest tests/fail/bad_endpoint23.rs ... ok
18202026-07-13T04:59:05.534Ztest tests/fail/bad_endpoint24.rs ... ok
18212026-07-13T04:59:05.534Ztest tests/fail/bad_endpoint25.rs ... ok
18222026-07-13T04:59:05.534Ztest tests/fail/bad_endpoint26.rs ... ok
18232026-07-13T04:59:05.534Ztest tests/fail/bad_endpoint27.rs ... ok
18242026-07-13T04:59:05.534Ztest tests/fail/bad_endpoint28.rs ... ok
18252026-07-13T04:59:05.534Ztest tests/fail/bad_endpoint3.rs ... ok
18262026-07-13T04:59:05.534Ztest tests/fail/bad_endpoint4.rs ... ok
18272026-07-13T04:59:05.534Ztest tests/fail/bad_endpoint5.rs ... ok
18282026-07-13T04:59:05.534Ztest tests/fail/bad_endpoint6.rs ... ok
18292026-07-13T04:59:05.534Ztest tests/fail/bad_endpoint7.rs ... ok
18302026-07-13T04:59:05.534Ztest tests/fail/bad_endpoint8.rs ... ok
18312026-07-13T04:59:05.534Ztest tests/fail/bad_endpoint9.rs ... ok
18322026-07-13T04:59:05.534Ztest tests/fail/bad_trait_channel10.rs ... ok
18332026-07-13T04:59:05.534Ztest tests/fail/bad_trait_channel11.rs ... ok
18342026-07-13T04:59:05.534Ztest tests/fail/bad_trait_channel12.rs ... ok
18352026-07-13T04:59:05.534Ztest tests/fail/bad_trait_channel13.rs ... ok
18362026-07-13T04:59:05.534Ztest tests/fail/bad_trait_channel14.rs ... ok
18372026-07-13T04:59:05.534Ztest tests/fail/bad_trait_channel15.rs ... ok
18382026-07-13T04:59:05.534Ztest tests/fail/bad_trait_channel17.rs ... ok
18392026-07-13T04:59:05.534Ztest tests/fail/bad_trait_channel18.rs ... ok
18402026-07-13T04:59:05.534Ztest tests/fail/bad_trait_channel19.rs ... ok
18412026-07-13T04:59:05.534Ztest tests/fail/bad_trait_channel1a.rs ... ok
18422026-07-13T04:59:05.534Ztest tests/fail/bad_trait_channel1b.rs ... ok
18432026-07-13T04:59:05.534Ztest tests/fail/bad_trait_channel2.rs ... ok
18442026-07-13T04:59:05.534Ztest tests/fail/bad_trait_channel20.rs ... ok
18452026-07-13T04:59:05.534Ztest tests/fail/bad_trait_channel21.rs ... ok
18462026-07-13T04:59:05.534Ztest tests/fail/bad_trait_channel22.rs ... ok
18472026-07-13T04:59:05.534Ztest tests/fail/bad_trait_channel23.rs ... ok
18482026-07-13T04:59:05.534Ztest tests/fail/bad_trait_channel24.rs ... ok
18492026-07-13T04:59:05.534Ztest tests/fail/bad_trait_channel25.rs ... ok
18502026-07-13T04:59:05.534Ztest tests/fail/bad_trait_channel26.rs ... ok
18512026-07-13T04:59:05.534Ztest tests/fail/bad_trait_channel28.rs ... ok
18522026-07-13T04:59:05.535Ztest tests/fail/bad_trait_channel3.rs ... ok
18532026-07-13T04:59:05.535Ztest tests/fail/bad_trait_channel4.rs ... ok
18542026-07-13T04:59:05.535Ztest tests/fail/bad_trait_channel5.rs ... ok
18552026-07-13T04:59:05.535Ztest tests/fail/bad_trait_channel6.rs ... ok
18562026-07-13T04:59:05.535Ztest tests/fail/bad_trait_channel8.rs ... ok
18572026-07-13T04:59:05.535Ztest tests/fail/bad_trait_channel9.rs ... ok
18582026-07-13T04:59:05.535Ztest tests/fail/bad_trait_endpoint1.rs ... ok
18592026-07-13T04:59:05.535Ztest tests/fail/bad_trait_endpoint10.rs ... ok
18602026-07-13T04:59:05.535Ztest tests/fail/bad_trait_endpoint11.rs ... ok
18612026-07-13T04:59:05.535Ztest tests/fail/bad_trait_endpoint12.rs ... ok
18622026-07-13T04:59:05.535Ztest tests/fail/bad_trait_endpoint13.rs ... ok
18632026-07-13T04:59:05.535Ztest tests/fail/bad_trait_endpoint14.rs ... ok
18642026-07-13T04:59:05.535Ztest tests/fail/bad_trait_endpoint15.rs ... ok
18652026-07-13T04:59:05.535Ztest tests/fail/bad_trait_endpoint16.rs ... ok
18662026-07-13T04:59:05.535Ztest tests/fail/bad_trait_endpoint17.rs ... ok
18672026-07-13T04:59:05.535Ztest tests/fail/bad_trait_endpoint18.rs ... ok
18682026-07-13T04:59:05.535Ztest tests/fail/bad_trait_endpoint19.rs ... ok
18692026-07-13T04:59:05.535Ztest tests/fail/bad_trait_endpoint2.rs ... ok
18702026-07-13T04:59:05.535Ztest tests/fail/bad_trait_endpoint20.rs ... ok
18712026-07-13T04:59:05.535Ztest tests/fail/bad_trait_endpoint21.rs ... ok
18722026-07-13T04:59:05.535Ztest tests/fail/bad_trait_endpoint22.rs ... ok
18732026-07-13T04:59:05.535Ztest tests/fail/bad_trait_endpoint23.rs ... ok
18742026-07-13T04:59:05.535Ztest tests/fail/bad_trait_endpoint24.rs ... ok
18752026-07-13T04:59:05.535Ztest tests/fail/bad_trait_endpoint25.rs ... ok
18762026-07-13T04:59:05.535Ztest tests/fail/bad_trait_endpoint26.rs ... ok
18772026-07-13T04:59:05.535Ztest tests/fail/bad_trait_endpoint27.rs ... ok
18782026-07-13T04:59:05.535Ztest tests/fail/bad_trait_endpoint28.rs ... ok
18792026-07-13T04:59:05.535Ztest tests/fail/bad_trait_endpoint3.rs ... ok
18802026-07-13T04:59:05.535Ztest tests/fail/bad_trait_endpoint4.rs ... ok
18812026-07-13T04:59:05.535Ztest tests/fail/bad_trait_endpoint5.rs ... ok
18822026-07-13T04:59:05.540Ztest tests/fail/bad_trait_endpoint6.rs ... ok
18832026-07-13T04:59:05.540Ztest tests/fail/bad_trait_endpoint7.rs ... ok
18842026-07-13T04:59:05.540Ztest tests/fail/bad_trait_endpoint8.rs ... ok
18852026-07-13T04:59:05.540Ztest tests/fail/bad_trait_endpoint9.rs ... ok
18862026-07-13T04:59:05.540Ztest tests/fail/bad_trait_endpoint_error.rs ... ok
18872026-07-13T04:59:05.540Ztest tests/fail/bad_trait_only1.rs ... ok
18882026-07-13T04:59:05.540Ztest tests/fail/bad_trait_only10.rs ... ok
18892026-07-13T04:59:05.541Ztest tests/fail/bad_trait_only11.rs ... ok
18902026-07-13T04:59:05.541Ztest tests/fail/bad_trait_only12.rs ... ok
18912026-07-13T04:59:05.541Ztest tests/fail/bad_trait_only13.rs ... ok
18922026-07-13T04:59:05.541Ztest tests/fail/bad_trait_only14.rs ... ok
18932026-07-13T04:59:05.541Ztest tests/fail/bad_trait_only15.rs ... ok
18942026-07-13T04:59:05.541Ztest tests/fail/bad_trait_only16.rs ... ok
18952026-07-13T04:59:05.541Ztest tests/fail/bad_trait_only17.rs ... ok
18962026-07-13T04:59:05.541Ztest tests/fail/bad_trait_only18.rs ... ok
18972026-07-13T04:59:05.541Ztest tests/fail/bad_trait_only19.rs ... ok
18982026-07-13T04:59:05.541Ztest tests/fail/bad_trait_only2.rs ... ok
18992026-07-13T04:59:05.541Ztest tests/fail/bad_trait_only20.rs ... ok
19002026-07-13T04:59:05.541Ztest tests/fail/bad_trait_only21.rs ... ok
19012026-07-13T04:59:05.541Ztest tests/fail/bad_trait_only22.rs ... ok
19022026-07-13T04:59:05.541Ztest tests/fail/bad_trait_only3.rs ... ok
19032026-07-13T04:59:05.541Ztest tests/fail/bad_trait_only4.rs ... ok
19042026-07-13T04:59:05.541Ztest tests/fail/bad_trait_only5.rs ... ok
19052026-07-13T04:59:05.541Ztest tests/fail/bad_trait_only6.rs ... ok
19062026-07-13T04:59:05.541Ztest tests/fail/bad_trait_only7.rs ... ok
19072026-07-13T04:59:05.541Ztest tests/fail/bad_trait_only8.rs ... ok
19082026-07-13T04:59:05.541Ztest tests/fail/bad_trait_only9.rs ... ok
19092026-07-13T04:59:05.541Ztest tests/fail/bad_version_backwards.rs ... ok
19102026-07-13T04:59:05.541Ztest tests/fail/unused_endpoint.rs ... ok
19112026-07-13T04:59:05.541Z
19122026-07-13T04:59:05.541Z
19132026-07-13T04:59:05.541Ztest fail ... ok
19142026-07-13T04:59:05.541Z
19152026-07-13T04:59:05.541Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 54.88s
19162026-07-13T04:59:05.541Z
19172026-07-13T04:59:05.541Z Running `/work/oxidecomputer/dropshot/target/debug/deps/integration_tests-3015a6725cac9228`
19182026-07-13T04:59:05.545Z
19192026-07-13T04:59:05.545Zrunning 100 tests
19202026-07-13T04:59:05.545Ztest api_trait::test_api_trait_with_disallowed_tags ... ok
19212026-07-13T04:59:05.545Ztest config::test_config_bad_bind_address_garbage ... ok
19222026-07-13T04:59:05.546Ztest config::test_config_bad_bind_address_port_too_large ... ok
19232026-07-13T04:59:05.546Ztest config::test_config_bad_bind_address_port_too_small ... ok
19242026-07-13T04:59:05.546Ztest config::test_config_bad_request_body_max_bytes_negative ... ok
19252026-07-13T04:59:05.546Ztest api_trait::test_api_trait_with_empty_tag_config ... ok
19262026-07-13T04:59:05.546Ztest api_trait::test_api_trait_with_complex_tags ... ok
19272026-07-13T04:59:05.546Ztest config::test_config_bad_request_body_max_bytes_too_large ... ok
19282026-07-13T04:59:05.546Ztest config::test_config_deprecated_request_body_max_bytes ... ok
19292026-07-13T04:59:05.546Ztest config::test_valid_config_all_settings ... ok
19302026-07-13T04:59:05.546Ztest config::test_valid_config_basic ... ok
19312026-07-13T04:59:05.546Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-config_bind_address_http.6357.2.log"
19322026-07-13T04:59:05.546Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-config_bind_address_https.6357.1.log"
19332026-07-13T04:59:05.546Ztest config::test_valid_config_empty ... ok
19342026-07-13T04:59:05.546Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-config_handler_task_mode_detached.6357.5.log"
19352026-07-13T04:59:05.546Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-test_unversioned_servers_with_versioned_routes.6357.6.log"
19362026-07-13T04:59:05.546Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-api_trait_basic.6357.0.log"
19372026-07-13T04:59:05.546Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-config_bind_address_https_buffer.6357.4.log"
19382026-07-13T04:59:05.546Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-config_handler_task_mode_cancel.6357.3.log"
19392026-07-13T04:59:05.546Ztest config::test_unversioned_servers_with_versioned_routes ... ok
19402026-07-13T04:59:05.546Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-test_enum_extractor_error.6357.7.log"
19412026-07-13T04:59:05.546Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-test_enum_user_error.6357.8.log"
19422026-07-13T04:59:05.546Ztest config::test_config_handler_task_mode_detached ... ok
19432026-07-13T04:59:05.546Ztest config::test_config_handler_task_mode_cancel ... ok
19442026-07-13T04:59:05.550Ztest custom_errors::test_enum_extractor_error ... ok
19452026-07-13T04:59:05.550Ztest custom_errors::test_enum_user_error ... ok
19462026-07-13T04:59:05.550Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-test_struct_extractor_error.6357.9.log"
19472026-07-13T04:59:05.550Ztest custom_errors::test_trait_based_api ... ok
19482026-07-13T04:59:05.550Ztest api_trait::test_api_trait_basic ... ok
19492026-07-13T04:59:05.550Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-test_struct_user_error.6357.10.log"
19502026-07-13T04:59:05.550Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-test_trait_struct_user_error.6357.11.log"
19512026-07-13T04:59:05.550Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-test_trait_enum_user_error.6357.12.log"
19522026-07-13T04:59:05.550Ztest custom_errors::test_struct_user_error ... ok
19532026-07-13T04:59:05.550Ztest custom_errors::test_struct_extractor_error ... ok
19542026-07-13T04:59:05.550Ztest config::test_config_bind_address_http ... ok
19552026-07-13T04:59:05.550Ztest custom_errors::test_trait_struct_user_error ... ok
19562026-07-13T04:59:05.550Ztest custom_errors::test_trait_enum_user_error ... ok
19572026-07-13T04:59:05.550Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-test_302_bogus.6357.13.log"
19582026-07-13T04:59:05.550Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-test_302_found.6357.14.log"
19592026-07-13T04:59:05.550Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-test_307_temporary_redirect.6357.16.log"
19602026-07-13T04:59:05.550Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-test_303_see_other.6357.15.log"
19612026-07-13T04:59:05.550Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-test_delete_request.6357.17.log"
19622026-07-13T04:59:05.550Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-demo1.6357.18.log"
19632026-07-13T04:59:05.550Ztest demo::test_302_bogus ... ok
19642026-07-13T04:59:05.550Ztest demo::test_302_found ... ok
19652026-07-13T04:59:05.550Ztest demo::test_307_temporary_redirect ... ok
19662026-07-13T04:59:05.550Ztest demo::test_303_see_other ... ok
19672026-07-13T04:59:05.550Ztest demo::test_demo1 ... ok
19682026-07-13T04:59:05.550Ztest demo::test_delete_request ... ok
19692026-07-13T04:59:05.550Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-demo2json.6357.19.log"
19702026-07-13T04:59:05.550Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-demo2urlencoded.6357.20.log"
19712026-07-13T04:59:05.550Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-demo2query.6357.21.log"
19722026-07-13T04:59:05.550Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-demo3json.6357.22.log"
19732026-07-13T04:59:05.550Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-demo_path_param_u32.6357.23.log"
19742026-07-13T04:59:05.550Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-demo_path_param_string.6357.24.log"
19752026-07-13T04:59:05.556Ztest demo::test_demo_path_param_u32 ... ok
19762026-07-13T04:59:05.556Ztest demo::test_demo3json ... ok
19772026-07-13T04:59:05.556Ztest demo::test_demo2urlencoded ... ok
19782026-07-13T04:59:05.556Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-demo_path_param_uuid.6357.25.log"
19792026-07-13T04:59:05.556Ztest demo::test_demo2query ... ok
19802026-07-13T04:59:05.556Ztest demo::test_demo2json ... ok
19812026-07-13T04:59:05.556Ztest demo::test_demo_path_param_uuid ... ok
19822026-07-13T04:59:05.556Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-demo_websocket.6357.26.log"
19832026-07-13T04:59:05.556Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-test_head_request.6357.27.log"
19842026-07-13T04:59:05.556Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-test_header_request.6357.28.log"
19852026-07-13T04:59:05.556Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-test_large_typed_body.6357.29.log"
19862026-07-13T04:59:05.556Ztest demo::test_head_request ... ok
19872026-07-13T04:59:05.556Ztest demo::test_demo_websocket ... ok
19882026-07-13T04:59:05.556Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-tet_raw_request.6357.30.log"
19892026-07-13T04:59:05.556Ztest demo::test_header_request ... ok
19902026-07-13T04:59:05.556Ztest demo::test_demo_path_param_string ... ok
19912026-07-13T04:59:05.556Ztest demo::test_raw_request ... ok
19922026-07-13T04:59:05.556Ztest demo::test_large_typed_body ... ok
19932026-07-13T04:59:05.556Ztest demo::test_request_compat ... ok
19942026-07-13T04:59:05.556Ztest demo::test_request_remote_addr ... ok
19952026-07-13T04:59:05.556Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-test_request_compat.6357.31.log"
19962026-07-13T04:59:05.556Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-test_request_remote_addr.6357.32.log"
19972026-07-13T04:59:05.557Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-test_streaming_body.6357.33.log"
19982026-07-13T04:59:05.557Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-test_untyped_body.6357.34.log"
19992026-07-13T04:59:05.557Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-graceful_shutdown_with_detached_handler.6357.35.log"
20002026-07-13T04:59:05.557Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-compression_config_disabled.6357.36.log"
20012026-07-13T04:59:05.557Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-compression_config_enabled.6357.37.log"
20022026-07-13T04:59:05.562Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-compression_disabled_extension.6357.38.log"
20032026-07-13T04:59:05.562Ztest demo::test_streaming_body ... ok
20042026-07-13T04:59:05.562Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-gzip_compression_multiple_encodings.6357.39.log"
20052026-07-13T04:59:05.562Ztest demo::test_untyped_body ... ok
20062026-07-13T04:59:05.562Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-gzip_compression_accept_encoding.6357.40.log"
20072026-07-13T04:59:05.562Ztest gzip::test_compression_disabled_with_extension ... ok
20082026-07-13T04:59:05.562Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-json_suffix_compressed.6357.41.log"
20092026-07-13T04:59:05.562Ztest gzip::test_json_suffix_is_compressed ... ok
20102026-07-13T04:59:05.562Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-no_compression_small_response.6357.42.log"
20112026-07-13T04:59:05.562Ztest gzip::test_no_compression_below_size_threshold ... ok
20122026-07-13T04:59:05.562Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-no_compression_204.6357.43.log"
20132026-07-13T04:59:05.562Ztest gzip::test_no_compression_for_204_no_content ... ok
20142026-07-13T04:59:05.563Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-no_compression_304.6357.44.log"
20152026-07-13T04:59:05.563Ztest gzip::test_no_compression_for_304_not_modified ... ok
20162026-07-13T04:59:05.567Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-no_compression_non_compressible.6357.45.log"
20172026-07-13T04:59:05.567Ztest gzip::test_no_compression_for_non_compressible_content_types ... ok
20182026-07-13T04:59:05.567Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-no_gzip_without_accept.6357.46.log"
20192026-07-13T04:59:05.567Ztest gzip::test_compression_config_disabled ... ok
20202026-07-13T04:59:05.567Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-reject_gzip_quality_zero.6357.47.log"
20212026-07-13T04:59:05.573Ztest gzip::test_compression_config_enabled ... ok
20222026-07-13T04:59:05.573Ztest gzip::test_no_gzip_without_accept_encoding ... ok
20232026-07-13T04:59:05.576Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-streaming_with_content_type_compressed.6357.48.log"
20242026-07-13T04:59:05.576Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-streaming_missing_content_type.6357.49.log"
20252026-07-13T04:59:05.576Ztest gzip::test_streaming_without_content_type_skips_compression ... ok
20262026-07-13T04:59:05.576Ztest gzip::test_streaming_with_content_type_is_compressed ... ok
20272026-07-13T04:59:05.576Ztest gzip::test_gzip_compression_accepts_multiple_encodings ... ok
20282026-07-13T04:59:05.576Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-vary_header_set.6357.50.log"
20292026-07-13T04:59:05.576Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-vary_header_no_gzip.6357.51.log"
20302026-07-13T04:59:05.576Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-xml_suffix_compressed.6357.52.log"
20312026-07-13T04:59:05.576Ztest config::test_config_bind_address_https_buffer ... ok
20322026-07-13T04:59:05.577Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-multipart_client.6357.53.log"
20332026-07-13T04:59:05.577Ztest gzip::test_xml_suffix_is_compressed ... ok
20342026-07-13T04:59:05.577Ztest config::test_config_bind_address_https ... ok
20352026-07-13T04:59:05.577Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-multipart_client.6357.54.log"
20362026-07-13T04:59:05.577Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-multipart_client.6357.55.log"
20372026-07-13T04:59:05.577Ztest multipart::missing_boundary ... ok
20382026-07-13T04:59:05.577Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-multipart_client.6357.56.log"
20392026-07-13T04:59:05.577Ztest multipart::no_content_type ... ok
20402026-07-13T04:59:05.577Ztest multipart::test_multipart_client ... ok
20412026-07-13T04:59:05.577Ztest gzip::test_reject_gzip_with_quality_zero ... ok
20422026-07-13T04:59:05.577Ztest multipart::weird_content_type ... ok
20432026-07-13T04:59:05.580Ztest openapi::test_openapi_custom_error_types ... ok
20442026-07-13T04:59:05.580Ztest openapi::test_openapi_custom_error_types_trait_based ... ok
20452026-07-13T04:59:05.580Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-pagination-basic.6357.57.log"
20462026-07-13T04:59:05.580Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-pagination-multiple-resources.6357.58.log"
20472026-07-13T04:59:05.580Ztest openapi::test_openapi ... ok
20482026-07-13T04:59:05.580Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-pagination-multiple-sorts.6357.59.log"
20492026-07-13T04:59:05.597Ztest openapi::test_openapi_fuller ... ok
20502026-07-13T04:59:05.600Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-basic.6357.60.log"
20512026-07-13T04:59:05.603Ztest gzip::test_vary_header_on_non_gzip_requests ... ok
20522026-07-13T04:59:05.603Ztest gzip::test_gzip_compression_with_accept_encoding ... ok
20532026-07-13T04:59:05.603Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-dictionary.6357.61.log"
20542026-07-13T04:59:05.606Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-empty.6357.62.log"
20552026-07-13T04:59:05.606Ztest pagination::test_paginate_empty ... ok
20562026-07-13T04:59:05.606Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-errors.6357.63.log"
20572026-07-13T04:59:05.609Ztest gzip::test_vary_header_is_set ... ok
20582026-07-13T04:59:05.609Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-extra_params.6357.64.log"
20592026-07-13T04:59:05.609Ztest pagination::test_paginate_errors ... ok
20602026-07-13T04:59:05.609Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-required_params.6357.65.log"
20612026-07-13T04:59:05.609Ztest pagination::test_paginate_extra_params ... ok
20622026-07-13T04:59:05.609Ztest pagination::test_paginate_with_required_params ... ok
20632026-07-13T04:59:05.612Ztest path_names::test_path_names ... ok
20642026-07-13T04:59:05.612Ztest pagination_schema::test_pagination_schema ... ok
20652026-07-13T04:59:05.612Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-test_no_tls.6357.66.log"
20662026-07-13T04:59:05.612Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-test_with_tls.6357.67.log"
20672026-07-13T04:59:05.612Ztest starter::test_no_tls ... ok
20682026-07-13T04:59:05.612Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-non_streaming_servers_do_not_use_transfer_encoding.6357.68.log"
20692026-07-13T04:59:05.612Ztest streaming::test_non_streaming_servers_do_not_use_transfer_encoding ... ok
20702026-07-13T04:59:05.612Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-streaming_server_buffered_client.6357.69.log"
20712026-07-13T04:59:05.621Ztest streaming::test_streaming_server_buffered_client ... ok
20722026-07-13T04:59:05.624Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-streaming_server_streaming_client.6357.70.log"
20732026-07-13T04:59:05.626Ztest pagination::test_paginate_basic ... ok
20742026-07-13T04:59:05.627Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-test_server_is_http.6357.71.log"
20752026-07-13T04:59:05.627Ztest tls::test_server_is_http ... ok
20762026-07-13T04:59:05.627Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-test_server_is_https.6357.72.log"
20772026-07-13T04:59:05.629Ztest streaming::test_streaming_server_streaming_client ... ok
20782026-07-13T04:59:05.629Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-test_tls_aborted_negotiation.6357.73.log"
20792026-07-13T04:59:05.915Ztest starter::test_with_tls ... ok
20802026-07-13T04:59:05.919Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-test_tls_certificate_loading.6357.74.log"
20812026-07-13T04:59:05.930Ztest tls::test_server_is_https ... ok
20822026-07-13T04:59:05.934Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-test_tls_only.6357.75.log"
20832026-07-13T04:59:06.187Ztest pagination::test_paginate_dictionary ... ok
20842026-07-13T04:59:06.190Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-test_tls_refresh_certificates.6357.76.log"
20852026-07-13T04:59:06.221Ztest tls::test_tls_certificate_loading ... ok
20862026-07-13T04:59:06.224Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-test_versions.6357.77.log"
20872026-07-13T04:59:06.235Ztest tls::test_tls_aborted_negotiation ... ok
20882026-07-13T04:59:06.238Znote: configured to log to "/tmp/integration_tests-3015a6725cac9228-test_versions_on_missing.6357.78.log"
20892026-07-13T04:59:06.295Ztest pagination::test_example_basic ... ok
20902026-07-13T04:59:06.297Ztest versions::test_versions_openapi ... ok
20912026-07-13T04:59:06.297Ztest versions::test_versions_openapi_same_names ... ok
20922026-07-13T04:59:06.342Ztest versions::test_versions_on_missing ... ok
20932026-07-13T04:59:06.345Ztest versions::test_versions ... ok
20942026-07-13T04:59:06.536Ztest tls::test_tls_only ... ok
20952026-07-13T04:59:06.796Ztest tls::test_tls_refresh_certificates ... ok
20962026-07-13T04:59:07.122Ztest pagination::test_example_multiple_sorts ... ok
20972026-07-13T04:59:07.556Ztest detached_shutdown::test_graceful_shutdown_with_detached_handler ... ok
20982026-07-13T04:59:07.783Ztest pagination::test_example_multiple_resources ... ok
20992026-07-13T04:59:07.786Z
21002026-07-13T04:59:07.786Ztest result: ok. 100 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.24s
21012026-07-13T04:59:07.786Z
21022026-07-13T04:59:07.790Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-68a23acfcee39dec`
21032026-07-13T04:59:07.796Z
21042026-07-13T04:59:07.796Zrunning 35 tests
21052026-07-13T04:59:07.799Ztest channel::tests::test_channel_operation_id ... ok
21062026-07-13T04:59:07.802Ztest channel::tests::test_channel_with_versions ... ok
21072026-07-13T04:59:07.802Ztest channel::tests::test_channel_with_unnamed_params ... ok
21082026-07-13T04:59:07.802Ztest api_trait::tests::test_api_trait_no_endpoints ... ok
21092026-07-13T04:59:07.802Ztest endpoint::tests::test_endpoint_bad_metadata ... ok
21102026-07-13T04:59:07.802Ztest endpoint::tests::test_endpoint_bad_context_receiver ... ok
21112026-07-13T04:59:07.802Ztest doc::tests::test_extract_summary_description ... ok
21122026-07-13T04:59:07.802Ztest endpoint::tests::test_endpoint_bad_string ... ok
21132026-07-13T04:59:07.802Ztest endpoint::tests::test_endpoint_bad_versions ... ok
21142026-07-13T04:59:07.802Ztest endpoint::tests::test_endpoint_invalid_item ... ok
21152026-07-13T04:59:07.802Ztest endpoint::tests::test_endpoint_no_arguments ... ok
21162026-07-13T04:59:07.802Ztest channel::tests::test_channel_with_custom_params ... ok
21172026-07-13T04:59:07.802Ztest endpoint::tests::test_endpoint_not_async ... ok
21182026-07-13T04:59:07.802Ztest endpoint::tests::test_endpoint_basic ... ok
21192026-07-13T04:59:07.802Ztest endpoint::tests::test_endpoint_content_type ... ok
21202026-07-13T04:59:07.802Ztest api_trait::tests::test_api_trait_operation_id ... ok
21212026-07-13T04:59:07.802Ztest endpoint::tests::test_endpoint_context_fully_qualified_names ... ok
21222026-07-13T04:59:07.802Ztest api_trait::tests::test_api_trait_basic ... ok
21232026-07-13T04:59:07.802Ztest endpoint::tests::test_endpoint_pub_crate ... ok
21242026-07-13T04:59:07.802Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_1 ... ok
21252026-07-13T04:59:07.802Ztest api_trait::tests::test_api_trait_with_custom_params ... ok
21262026-07-13T04:59:07.802Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_2 ... ok
21272026-07-13T04:59:07.802Ztest endpoint::tests::test_endpoint_with_doc ... ok
21282026-07-13T04:59:07.802Ztest endpoint::tests::test_endpoint_with_empty_where_clause ... ok
21292026-07-13T04:59:07.805Ztest endpoint::tests::test_endpoint_with_query ... ok
21302026-07-13T04:59:07.805Ztest endpoint::tests::test_endpoint_with_tags ... ok
21312026-07-13T04:59:07.805Ztest endpoint::tests::test_endpoint_with_versions_all ... ok
21322026-07-13T04:59:07.805Ztest syn_parsing::tests::test_busted_function ... ok
21332026-07-13T04:59:07.805Ztest params::tests::test_extract_rqctx_ty_param ... ok
21342026-07-13T04:59:07.805Ztest endpoint::tests::test_endpoint_with_unnamed_params ... ok
21352026-07-13T04:59:07.805Ztest endpoint::tests::test_endpoint_with_custom_params ... ok
21362026-07-13T04:59:07.806Ztest endpoint::tests::test_operation_id ... ok
21372026-07-13T04:59:07.806Ztest endpoint::tests::test_endpoint_with_versions_until ... ok
21382026-07-13T04:59:07.806Ztest endpoint::tests::test_endpoint_with_versions_from ... ok
21392026-07-13T04:59:07.806Ztest endpoint::tests::test_endpoint_with_versions_from_until ... ok
21402026-07-13T04:59:07.806Z
21412026-07-13T04:59:07.806Ztest result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
21422026-07-13T04:59:07.806Z
21432026-07-13T04:59:07.809Z Doc-tests dropshot
21442026-07-13T04:59:07.809Z 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-976c7df4c24df0c4.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-6cff58a81a739181.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-1523630459be2c6d.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-33899ea511a07f5b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-1bae901f8a8d8c5a.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-99ef3776f172f049.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-35a8f4954d64bb8f.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-4d003b2c8fea51e9.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-be8d1ce81c53e3ea.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-711143339e243a85.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-13T04:59:08.541Z
21462026-07-13T04:59:08.541Zrunning 24 tests
21472026-07-13T04:59:08.544Ztest dropshot/src/compression.rs - compression::NoCompression (line 14) ... ignored
21482026-07-13T04:59:09.765Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 472) ... ok
21492026-07-13T04:59:09.765Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 149) ... ignored
21502026-07-13T04:59:09.765Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 156) ... ignored
21512026-07-13T04:59:09.768Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 413) ... ok
21522026-07-13T04:59:13.124Ztest dropshot/src/error_status_code.rs - error_status_code::ClientErrorStatusCode::from_u16 (line 556) ... ok
21532026-07-13T04:59:13.124Ztest dropshot/src/lib.rs - (line 337) ... ignored
21542026-07-13T04:59:13.154Ztest dropshot/src/error_status_code.rs - error_status_code::ErrorStatusCode::from_u16 (line 362) ... ok
21552026-07-13T04:59:13.269Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 357) ... ok
21562026-07-13T04:59:13.291Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 382) ... ok
21572026-07-13T04:59:13.313Ztest dropshot/src/lib.rs - (line 46) - compile ... ok
21582026-07-13T04:59:13.399Ztest dropshot/src/api_description.rs - api_description::ApiEndpoint<StubContext>::new_for_types (line 154) ... ok
21592026-07-13T04:59:13.422Ztest dropshot/src/config.rs - config::ConfigDropshot (line 31) ... ok
21602026-07-13T04:59:13.422Ztest dropshot/src/lib.rs - channel (line 1187) ... ignored
21612026-07-13T04:59:13.422Ztest dropshot/src/lib.rs - endpoint (line 1232) ... ignored
21622026-07-13T04:59:14.394Ztest dropshot/src/lib.rs - (line 401) ... ok
21632026-07-13T04:59:14.531Ztest dropshot/src/lib.rs - api_description (line 1052) ... ok
21642026-07-13T04:59:14.581Ztest dropshot/src/lib.rs - (line 664) ... ok
21652026-07-13T04:59:14.621Ztest dropshot/src/lib.rs - api_description (line 1113) ... ok
21662026-07-13T04:59:14.786Ztest dropshot/src/lib.rs - (line 113) ... ok
21672026-07-13T04:59:14.786Ztest dropshot/src/lib.rs - (line 192) ... ok
21682026-07-13T04:59:15.510Ztest dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 230) ... ok
21692026-07-13T04:59:17.495Ztest dropshot/src/test_util.rs - test_util::LogContext (line 469) ... ok
21702026-07-13T04:59:18.194Ztest dropshot/src/lib.rs - (line 500) ... ok
21712026-07-13T04:59:18.194Z
21722026-07-13T04:59:18.198Ztest result: ok. 18 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 9.65s
21732026-07-13T04:59:18.198Z
21742026-07-13T04:59:18.198Zall doctests ran in 10.07s; merged doctests compilation took 0.42s
21752026-07-13T04:59:18.219Z Doc-tests dropshot_endpoint
21762026-07-13T04:59:18.222Z 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-13T04:59:18.352Z
21782026-07-13T04:59:18.353Zrunning 0 tests
21792026-07-13T04:59:18.353Z
21802026-07-13T04:59:18.353Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
21812026-07-13T04:59:18.353Z
21822026-07-13T04:59:18.385Z
21832026-07-13T04:59:18.385Zreal 1:57.990116492
21842026-07-13T04:59:18.389Zuser 8:36.385310735
21852026-07-13T04:59:18.389Zsys 1:57.558455339
21862026-07-13T04:59:18.389Ztrap 0.358266953
21872026-07-13T04:59:18.389Ztflt 0.142557306
21882026-07-13T04:59:18.389Zdflt 0.277355748
21892026-07-13T04:59:18.389Zkflt 0.000271976
21902026-07-13T04:59:18.389Zlock 35:29.350849232
21912026-07-13T04:59:18.389Zslp 37:36.701492132
21922026-07-13T04:59:18.389Zlat 23.933106028
21932026-07-13T04:59:18.389Zstop 1:07.369425389
21942026-07-13T04:59:18.389Z+ banner docs
21952026-07-13T04:59:18.389Z
21962026-07-13T04:59:18.389Z ##### #### #### ####
21972026-07-13T04:59:18.389Z # # # # # # #
21982026-07-13T04:59:18.390Z # # # # # ####
21992026-07-13T04:59:18.390Z # # # # # #
22002026-07-13T04:59:18.390Z # # # # # # # #
22012026-07-13T04:59:18.390Z ##### #### #### ####
22022026-07-13T04:59:18.390Z
22032026-07-13T04:59:18.390Z+ ptime -m cargo doc --no-deps --lib --bins --examples
22042026-07-13T04:59:18.591Z Compiling proc-macro2 v1.0.106
22052026-07-13T04:59:18.591Z Compiling unicode-ident v1.0.12
22062026-07-13T04:59:18.594Z Checking cfg-if v1.0.0
22072026-07-13T04:59:18.594Z Checking itoa v1.0.1
22082026-07-13T04:59:18.595Z Checking pin-project-lite v0.2.12
22092026-07-13T04:59:18.595Z Compiling quote v1.0.46
22102026-07-13T04:59:18.634Z Checking libc v0.2.186
22112026-07-13T04:59:18.637Z Checking serde_core v1.0.228
22122026-07-13T04:59:18.980Z Checking bytes v1.12.0
22132026-07-13T04:59:18.995Z Checking smallvec v1.13.2
22142026-07-13T04:59:18.995Z Checking memchr v2.6.0
22152026-07-13T04:59:18.995Z Checking futures-core v0.3.32
22162026-07-13T04:59:18.996Z Checking once_cell v1.20.1
22172026-07-13T04:59:18.996Z Checking futures-sink v0.3.32
22182026-07-13T04:59:18.996Z Checking scopeguard v1.2.0
22192026-07-13T04:59:19.001Z Checking slab v0.4.9
22202026-07-13T04:59:19.018Z Checking lock_api v0.4.6
22212026-07-13T04:59:19.026Z Checking parking_lot_core v0.9.4
22222026-07-13T04:59:19.072Z Checking mio v1.2.0
22232026-07-13T04:59:19.088Z Checking signal-hook-registry v1.4.0
22242026-07-13T04:59:19.132Z Compiling jobserver v0.1.34
22252026-07-13T04:59:19.185Z Checking socket2 v0.6.3
22262026-07-13T04:59:19.197Z Checking typenum v1.19.0
22272026-07-13T04:59:19.207Z Checking parking_lot v0.12.1
22282026-07-13T04:59:19.233Z Checking http v1.4.2
22292026-07-13T04:59:19.381Z Compiling cc v1.2.60
22302026-07-13T04:59:19.418Z Checking futures-channel v0.3.32
22312026-07-13T04:59:19.451Z Checking zeroize v1.8.2
22322026-07-13T04:59:19.470Z Checking stable_deref_trait v1.2.0
22332026-07-13T04:59:19.539Z Compiling syn v2.0.118
22342026-07-13T04:59:19.583Z Checking log v0.4.17
22352026-07-13T04:59:19.586Z Checking futures-task v0.3.32
22362026-07-13T04:59:19.608Z Checking futures-io v0.3.32
22372026-07-13T04:59:19.712Z Checking rustls-pki-types v1.15.0
22382026-07-13T04:59:19.719Z Checking zmij v1.0.2
22392026-07-13T04:59:19.723Z Checking httparse v1.10.0
22402026-07-13T04:59:19.785Z Checking hashbrown v0.17.0
22412026-07-13T04:59:19.843Z Checking writeable v0.5.5
22422026-07-13T04:59:19.867Z Compiling time-core v0.1.8
22432026-07-13T04:59:19.920Z Checking powerfmt v0.2.0
22442026-07-13T04:59:20.003Z Checking equivalent v1.0.0
22452026-07-13T04:59:20.009Z Checking litemap v0.7.4
22462026-07-13T04:59:20.016Z Compiling num-conv v0.2.0
22472026-07-13T04:59:20.070Z Checking deranged v0.5.5
22482026-07-13T04:59:20.077Z Checking http-body v1.0.1
22492026-07-13T04:59:20.130Z Compiling cmake v0.1.58
22502026-07-13T04:59:20.133Z Checking serde_json v1.0.150
22512026-07-13T04:59:20.182Z Compiling time-macros v0.2.27
22522026-07-13T04:59:20.194Z Checking crossbeam-utils v0.8.21
22532026-07-13T04:59:20.267Z Checking indexmap v2.14.0
22542026-07-13T04:59:20.472Z Checking tracing-core v0.1.32
22552026-07-13T04:59:20.536Z Checking untrusted v0.9.0
22562026-07-13T04:59:20.668Z Compiling aws-lc-sys v0.40.0
22572026-07-13T04:59:20.737Z Checking num_threads v0.1.3
22582026-07-13T04:59:20.768Z Checking percent-encoding v2.3.2
22592026-07-13T04:59:20.814Z Checking atomic-waker v1.1.2
22602026-07-13T04:59:20.822Z Checking tracing v0.1.40
22612026-07-13T04:59:20.873Z Checking getrandom v0.4.1
22622026-07-13T04:59:20.897Z Checking tower-service v0.3.3
22632026-07-13T04:59:20.903Z Checking bitflags v2.11.0
22642026-07-13T04:59:20.978Z Checking icu_locid_transform_data v1.5.0
22652026-07-13T04:59:20.985Z Checking tower-layer v0.3.3
22662026-07-13T04:59:20.991Z Checking base64 v0.22.1
22672026-07-13T04:59:21.023Z Checking try-lock v0.2.3
22682026-07-13T04:59:21.039Z Checking fnv v1.0.7
22692026-07-13T04:59:21.053Z Checking subtle v2.5.0
22702026-07-13T04:59:21.115Z Checking want v0.3.0
22712026-07-13T04:59:21.169Z Checking generic-array v0.14.5
22722026-07-13T04:59:21.169Z Checking hybrid-array v0.4.8
22732026-07-13T04:59:21.177Z Checking icu_properties_data v1.5.0
22742026-07-13T04:59:21.201Z Checking time v0.3.47
22752026-07-13T04:59:21.223Z Checking simd-adler32 v0.3.7
22762026-07-13T04:59:21.231Z Checking httpdate v1.0.1
22772026-07-13T04:59:21.300Z Checking adler2 v2.0.1
22782026-07-13T04:59:21.355Z Checking num-traits v0.2.14
22792026-07-13T04:59:21.364Z Checking getrandom v0.3.4
22802026-07-13T04:59:21.397Z Checking miniz_oxide v0.8.9
22812026-07-13T04:59:21.495Z Checking crc32fast v1.5.0
22822026-07-13T04:59:21.550Z Checking form_urlencoded v1.2.2
22832026-07-13T04:59:21.556Z Checking errno v0.3.10
22842026-07-13T04:59:21.625Z Checking mime v0.3.16
22852026-07-13T04:59:21.662Z Checking utf16_iter v1.0.5
22862026-07-13T04:59:21.669Z Checking ipnet v2.10.0
22872026-07-13T04:59:21.734Z Checking write16 v1.0.0
22882026-07-13T04:59:21.763Z Checking iana-time-zone v0.1.47
22892026-07-13T04:59:21.774Z Checking winnow v1.0.0
22902026-07-13T04:59:21.780Z Checking icu_normalizer_data v1.5.0
22912026-07-13T04:59:21.813Z Checking utf8_iter v1.0.4
22922026-07-13T04:59:21.837Z Checking flate2 v1.1.9
22932026-07-13T04:59:21.858Z Checking block-buffer v0.12.0
22942026-07-13T04:59:21.875Z Checking crypto-common v0.2.1
22952026-07-13T04:59:21.924Z Checking block-buffer v0.10.2
22962026-07-13T04:59:21.990Z Checking crypto-common v0.1.6
22972026-07-13T04:59:22.024Z Checking rand_core v0.9.5
22982026-07-13T04:59:22.035Z Checking serde_spanned v1.1.1
22992026-07-13T04:59:22.045Z Checking toml_parser v1.1.2+spec-1.1.0
23002026-07-13T04:59:22.091Z Checking toml_datetime v1.1.1+spec-1.1.0
23012026-07-13T04:59:22.117Z Checking thread_local v1.1.4
23022026-07-13T04:59:22.153Z Checking encoding_rs v0.8.32
23032026-07-13T04:59:22.180Z Checking openssl-probe v0.2.1
23042026-07-13T04:59:22.265Z Checking match_cfg v0.1.0
23052026-07-13T04:59:22.276Z Compiling synstructure v0.13.1
23062026-07-13T04:59:22.279Z Compiling serde_derive_internals v0.29.0
23072026-07-13T04:59:22.323Z Checking const-oid v0.10.2
23082026-07-13T04:59:22.353Z Checking toml_writer v1.1.1+spec-1.1.0
23092026-07-13T04:59:22.360Z Checking compression-core v0.4.32
23102026-07-13T04:59:22.468Z Checking ppv-lite86 v0.2.15
23112026-07-13T04:59:22.474Z Checking compression-codecs v0.4.38
23122026-07-13T04:59:22.520Z Checking toml v1.1.2+spec-1.1.0
23132026-07-13T04:59:22.629Z Checking digest v0.11.2
23142026-07-13T04:59:22.726Z Checking rand_chacha v0.9.0
23152026-07-13T04:59:22.763Z Checking hostname v0.3.1
23162026-07-13T04:59:22.770Z Checking rustls-native-certs v0.8.3
23172026-07-13T04:59:22.852Z Checking digest v0.10.7
23182026-07-13T04:59:22.885Z Checking rustix v1.1.4
23192026-07-13T04:59:22.896Z Checking ryu v1.0.5
23202026-07-13T04:59:22.992Z Compiling unicase v2.6.0
23212026-07-13T04:59:23.018Z Checking uuid v1.23.5
23222026-07-13T04:59:23.021Z Checking crossbeam-channel v0.5.15
23232026-07-13T04:59:23.077Z Checking concurrent-queue v2.5.0
23242026-07-13T04:59:23.083Z Checking http-body-util v0.1.3
23252026-07-13T04:59:23.170Z Checking is-terminal v0.4.12
23262026-07-13T04:59:23.245Z Checking sync_wrapper v1.0.1
23272026-07-13T04:59:23.251Z Compiling dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot)
23282026-07-13T04:59:23.278Z Checking semver v1.0.28
23292026-07-13T04:59:23.289Z Checking spin v0.9.8
23302026-07-13T04:59:23.337Z Checking dyn-clone v1.0.4
23312026-07-13T04:59:23.342Z Checking take_mut v0.2.2
23322026-07-13T04:59:23.388Z Checking cpufeatures v0.2.17
23332026-07-13T04:59:23.431Z Checking cpufeatures v0.3.0
23342026-07-13T04:59:23.446Z Checking term v1.1.0
23352026-07-13T04:59:23.466Z Checking fastrand v2.1.1
23362026-07-13T04:59:23.482Z Checking parking v2.2.0
23372026-07-13T04:59:23.486Z Compiling serde_derive v1.0.228
23382026-07-13T04:59:23.492Z Compiling tokio-macros v2.7.0
23392026-07-13T04:59:23.496Z Compiling zerofrom-derive v0.1.5
23402026-07-13T04:59:23.584Z Compiling yoke-derive v0.7.5
23412026-07-13T04:59:23.630Z Compiling futures-macro v0.3.32
23422026-07-13T04:59:23.649Z Compiling zerovec-derive v0.10.3
23432026-07-13T04:59:23.687Z Compiling displaydoc v0.2.5
23442026-07-13T04:59:24.226Z Checking tokio v1.52.3
23452026-07-13T04:59:24.432Z Compiling icu_provider_macros v1.5.0
23462026-07-13T04:59:24.470Z Checking futures-util v0.3.32
23472026-07-13T04:59:24.615Z Compiling thiserror-impl v2.0.18
23482026-07-13T04:59:24.661Z Checking zerofrom v0.1.5
23492026-07-13T04:59:24.680Z Compiling schemars_derive v0.8.22
23502026-07-13T04:59:24.772Z Checking yoke v0.7.5
23512026-07-13T04:59:24.984Z Checking zerovec v0.10.4
23522026-07-13T04:59:25.019Z Compiling async-stream-impl v0.3.6
23532026-07-13T04:59:25.656Z Checking async-stream v0.3.6
23542026-07-13T04:59:25.663Z Checking tinystr v0.7.6
23552026-07-13T04:59:25.778Z Checking icu_collections v1.5.0
23562026-07-13T04:59:25.814Z Checking thiserror v2.0.18
23572026-07-13T04:59:25.832Z Checking icu_locid v1.5.0
23582026-07-13T04:59:25.905Z Checking tempfile v3.27.0
23592026-07-13T04:59:25.956Z Checking event-listener v5.0.0
23602026-07-13T04:59:26.092Z Checking sha1 v0.11.0
23612026-07-13T04:59:26.121Z Compiling async-trait v0.1.89
23622026-07-13T04:59:26.127Z Checking sha1 v0.10.6
23632026-07-13T04:59:26.178Z Checking serde v1.0.228
23642026-07-13T04:59:26.249Z Checking icu_provider v1.5.0
23652026-07-13T04:59:26.268Z Compiling mime_guess v2.0.5
23662026-07-13T04:59:26.387Z Checking futures-executor v0.3.32
23672026-07-13T04:59:26.527Z Checking futures v0.3.32
23682026-07-13T04:59:26.534Z Checking icu_locid_transform v1.5.0
23692026-07-13T04:59:26.567Z Checking erased-serde v0.3.31
23702026-07-13T04:59:26.594Z Checking chrono v0.4.45
23712026-07-13T04:59:26.741Z Compiling serde_tokenstream v0.2.3
23722026-07-13T04:59:26.780Z Checking openapiv3 v2.2.0
23732026-07-13T04:59:26.939Z Checking slog v2.8.2
23742026-07-13T04:59:26.979Z Checking icu_properties v1.5.1
23752026-07-13T04:59:27.017Z Compiling dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
23762026-07-13T04:59:27.083Z Checking serde_urlencoded v0.7.1
23772026-07-13T04:59:27.194Z Checking slog-json v2.6.1
23782026-07-13T04:59:27.239Z Checking tokio-util v0.7.18
23792026-07-13T04:59:27.282Z Checking async-compression v0.4.42
23802026-07-13T04:59:27.340Z Checking slog-bunyan v2.5.0
23812026-07-13T04:59:27.428Z Checking slog-term v2.9.2
23822026-07-13T04:59:27.443Z Checking schemars v0.8.22
23832026-07-13T04:59:27.513Z Checking tower v0.5.2
23842026-07-13T04:59:27.639Z Checking h2 v0.4.14
23852026-07-13T04:59:27.673Z Checking slog-async v2.8.0
23862026-07-13T04:59:27.840Z Checking multer v3.1.0
23872026-07-13T04:59:27.875Z Checking rand v0.9.2
23882026-07-13T04:59:28.047Z Checking rustix v0.38.44
23892026-07-13T04:59:28.047Z Checking camino v1.2.4
23902026-07-13T04:59:28.051Z Checking waitgroup v0.1.2
23912026-07-13T04:59:28.139Z Checking serde_path_to_error v0.1.20
23922026-07-13T04:59:28.298Z Checking rustls-pemfile v2.2.0
23932026-07-13T04:59:28.323Z Checking hostname v0.4.2
23942026-07-13T04:59:28.347Z Checking icu_normalizer v1.5.0
23952026-07-13T04:59:28.409Z Checking iri-string v0.7.8
23962026-07-13T04:59:28.418Z Checking data-encoding v2.4.0
23972026-07-13T04:59:28.427Z Checking unicode-width v0.1.9
23982026-07-13T04:59:28.522Z Checking unicode-segmentation v1.10.0
23992026-07-13T04:59:28.627Z Checking debug-ignore v1.0.5
24002026-07-13T04:59:28.665Z Checking lazy_static v1.5.0
24012026-07-13T04:59:28.711Z Checking idna_adapter v1.2.0
24022026-07-13T04:59:28.717Z Checking tungstenite v0.29.0
24032026-07-13T04:59:28.752Z Checking console v0.15.7
24042026-07-13T04:59:28.800Z Checking newline-converter v0.3.0
24052026-07-13T04:59:28.827Z Checking idna v1.0.3
24062026-07-13T04:59:28.900Z Checking atomicwrites v0.4.4
24072026-07-13T04:59:28.982Z Checking target-triple v1.0.0
24082026-07-13T04:59:29.005Z Checking event-listener-strategy v0.5.4
24092026-07-13T04:59:29.013Z Checking yasna v0.6.0
24102026-07-13T04:59:29.066Z Checking url v2.5.4
24112026-07-13T04:59:29.120Z Checking pem v3.0.6
24122026-07-13T04:59:29.120Z Checking termcolor v1.1.2
24132026-07-13T04:59:29.186Z Checking glob v0.3.0
24142026-07-13T04:59:29.268Z Checking similar v2.2.1
24152026-07-13T04:59:29.348Z Checking trybuild v1.0.117
24162026-07-13T04:59:29.376Z Checking tokio-tungstenite v0.29.0
24172026-07-13T04:59:29.426Z Checking tower-http v0.6.8
24182026-07-13T04:59:29.432Z Checking async-channel v2.5.0
24192026-07-13T04:59:29.531Z Checking hyper v1.10.1
24202026-07-13T04:59:29.587Z Checking expectorate v1.2.0
24212026-07-13T04:59:29.595Z Checking anyhow v1.0.103
24222026-07-13T04:59:29.606Z Checking buf-list v1.1.2
24232026-07-13T04:59:29.613Z Checking subprocess v1.2.0
24242026-07-13T04:59:29.761Z Checking heck v0.5.0
24252026-07-13T04:59:30.449Z Checking hyper-util v0.1.20
24262026-07-13T04:59:32.642Z Documenting dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
24272026-07-13T04:59:35.356Z Compiling aws-lc-rs v1.16.3
24282026-07-13T04:59:35.370Z Compiling rustls v0.23.41
24292026-07-13T04:59:36.385Z Checking rustls-webpki v0.103.13
24302026-07-13T04:59:36.385Z Checking rcgen v0.14.8
24312026-07-13T04:59:38.565Z Checking tokio-rustls v0.26.4
24322026-07-13T04:59:38.565Z Checking rustls-platform-verifier v0.6.2
24332026-07-13T04:59:38.744Z Checking hyper-rustls v0.27.9
24342026-07-13T04:59:38.748Z Documenting dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot)
24352026-07-13T04:59:38.911Z Checking reqwest v0.13.4
24362026-07-13T04:59:44.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.72s
24372026-07-13T04:59:44.158Z Generated /work/oxidecomputer/dropshot/target/doc/dropshot/index.html and 23 other files
24382026-07-13T04:59:44.173Z
24392026-07-13T04:59:44.176Zreal 25.767809177
24402026-07-13T04:59:44.176Zuser 1:43.850398572
24412026-07-13T04:59:44.176Zsys 28.806931188
24422026-07-13T04:59:44.176Ztrap 0.048052436
24432026-07-13T04:59:44.176Ztflt 0.014529934
24442026-07-13T04:59:44.176Zdflt 0.026213440
24452026-07-13T04:59:44.176Zkflt 0.000109235
24462026-07-13T04:59:44.176Zlock 4:40.951284609
24472026-07-13T04:59:44.176Zslp 5:09.286239127
24482026-07-13T04:59:44.177Zlat 4.587099225
24492026-07-13T04:59:44.177Zstop 14.193644461
24502026-07-13T04:59:44.177Zprocess exited: duration 239248 ms, exit code 0
 
24512026-07-13T04:59:44.184Zfound 0 output files