01KWTWBW2HJRK94QZC3GNFK60H: build-and-test / illumos

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

Buildomat Job: 01KWTWC47TSR2X4KXN75RAXC97

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-06T04:54:16.019Zjob assigned to worker 01KWTWC8CS1YCNXNZN081WP5S2 [factory aws, i-0a4aaa41dd1a6816f] (queued for 55 s)
 
22026-07-06T04:54:22.769Zstarting task 0: "setup"
32026-07-06T04:54:22.773Z++ uname -s
42026-07-06T04:54:22.776Z+ kern=SunOS
52026-07-06T04:54:22.776Z+ build_user=build
62026-07-06T04:54:22.776Z+ build_uid=12345
72026-07-06T04:54:22.776Z+ work_dir=/work
82026-07-06T04:54:22.776Z+ input_dir=/input
92026-07-06T04:54:22.776Z+ [[ 0 == 12345 ]]
102026-07-06T04:54:22.776Z+ case "$kern" in
112026-07-06T04:54:22.776Z+ groupadd -g 12345 build
122026-07-06T04:54:22.779Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-06T04:54:24.782Z+ zfs create -o mountpoint=/work rpool/work
142026-07-06T04:54:24.881Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-06T04:54:24.884Z+ home_fs=zfs
162026-07-06T04:54:24.884Z+ [[ zfs == autofs ]]
172026-07-06T04:54:24.884Z+ mkdir -p /home/build
182026-07-06T04:54:24.884Z+ chown build:build /home/build /work
192026-07-06T04:54:26.885Z+ chmod 0700 /home/build /work
202026-07-06T04:54:26.888Zprocess exited: duration 4118 ms, exit code 0
 
212026-07-06T04:54:26.894Zstarting task 1: "rust-toolchain"
222026-07-06T04:54:26.898Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-06T04:54:26.901Z * rust toolchain channel = "stable"
242026-07-06T04:54:26.901Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-06T04:54:26.902Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-06T04:54:26.902Z * rust toolchain profile = "default"
272026-07-06T04:54:26.902Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-06T04:54:26.902Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-06T04:54:26.902Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-06T04:54:26.995Zinfo: downloading installer
312026-07-06T04:54:28.680Zwarn: It looks like you have an existing installation of Rust at:
322026-07-06T04:54:28.680Zwarn: /opt/ooce/bin
332026-07-06T04:54:28.680Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-06T04:54:28.680Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-06T04:54:28.680Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-06T04:54:28.680Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-06T04:54:28.680Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-06T04:54:28.680Zerror: cannot install while Rust is installed
392026-07-06T04:54:28.680Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-06T04:54:28.680Zwarn: It looks like you have an existing rustup settings file at:
412026-07-06T04:54:28.680Zwarn: /home/build/.rustup/settings.toml
422026-07-06T04:54:28.680Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-06T04:54:28.680Zwarn: instead of the one inferred from the default host triple.
442026-07-06T04:54:28.694Zinfo: profile set to default
452026-07-06T04:54:28.694Zinfo: default host triple is x86_64-unknown-illumos
462026-07-06T04:54:28.697Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-06T04:54:28.848Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
482026-07-06T04:54:28.852Zinfo: downloading 6 components
492026-07-06T04:54:45.002Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-07-06T04:54:45.002Z
512026-07-06T04:54:45.028Z stable-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
522026-07-06T04:54:45.028Z
532026-07-06T04:54:45.028Z
542026-07-06T04:54:45.028ZRust is installed now. Great!
552026-07-06T04:54:45.028Z
562026-07-06T04:54:45.028ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-06T04:54:45.028Zenvironment variable. This has not been done automatically.
582026-07-06T04:54:45.028Z
592026-07-06T04:54:45.029ZTo configure your current shell, you need to source
602026-07-06T04:54:45.029Zthe corresponding env file under $HOME/.cargo.
612026-07-06T04:54:45.029Z
622026-07-06T04:54:45.029ZThis is usually done by running one of the following (note the leading DOT):
632026-07-06T04:54:45.029Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-06T04:54:45.029Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-06T04:54:45.030Zsource "~/.cargo/env.nu" # For nushell
662026-07-06T04:54:45.030Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-06T04:54:45.030Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-06T04:54:45.030Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-06T04:54:45.033Zwarn: no default linker (`cc`) was found in your PATH
702026-07-06T04:54:45.033Zwarn: many Rust crates require a system C toolchain to build
712026-07-06T04:54:45.128Z+ rustup --version
722026-07-06T04:54:45.137Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-06T04:54:45.139Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-06T04:54:45.158Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
752026-07-06T04:54:45.161Z+ cargo --version
762026-07-06T04:54:45.175Zcargo 1.96.1 (356927216 2026-06-26)
772026-07-06T04:54:45.178Z+ rustc --version
782026-07-06T04:54:45.197Zrustc 1.96.1 (31fca3adb 2026-06-26)
792026-07-06T04:54:45.200Zprocess exited: duration 18303 ms, exit code 0
 
802026-07-06T04:54:45.206Zstarting task 2: "authentication"
812026-07-06T04:54:45.222Zprocess exited: duration 16 ms, exit code 0
 
822026-07-06T04:54:45.228Zstarting task 3: "clone repository"
832026-07-06T04:54:45.231Z+ mkdir -p /work/oxidecomputer/dropshot
842026-07-06T04:54:45.234Z+ git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot
852026-07-06T04:54:45.264ZCloning into '/work/oxidecomputer/dropshot'...
862026-07-06T04:54:46.145Z+ cd /work/oxidecomputer/dropshot
872026-07-06T04:54:46.145Z+ git fetch origin 734321b895299eff30be9f06625c1b2bd4e42106
882026-07-06T04:54:46.387ZFrom https://github.com/oxidecomputer/dropshot
892026-07-06T04:54:46.387Z * branch 734321b895299eff30be9f06625c1b2bd4e42106 -> FETCH_HEAD
902026-07-06T04:54:46.392Z+ [[ -n dependabot/cargo/rustls-pki-types-1.15.0 ]]
912026-07-06T04:54:46.396Z++ git branch --show-current
922026-07-06T04:54:46.396Z+ current=main
932026-07-06T04:54:46.396Z+ [[ main != dependabot/cargo/rustls-pki-types-1.15.0 ]]
942026-07-06T04:54:46.396Z+ git branch -f dependabot/cargo/rustls-pki-types-1.15.0 734321b895299eff30be9f06625c1b2bd4e42106
952026-07-06T04:54:46.399Z+ git checkout -f dependabot/cargo/rustls-pki-types-1.15.0
962026-07-06T04:54:46.412ZSwitched to branch 'dependabot/cargo/rustls-pki-types-1.15.0'
972026-07-06T04:54:46.415Z+ git reset --hard 734321b895299eff30be9f06625c1b2bd4e42106
982026-07-06T04:54:46.426ZHEAD is now at 734321b Bump rustls-pki-types from 1.14.1 to 1.15.0
992026-07-06T04:54:46.429Zprocess exited: duration 1198 ms, exit code 0
 
1002026-07-06T04:54:46.436Zstarting task 4: "build"
1012026-07-06T04:54:46.439Z+ cargo --version
1022026-07-06T04:54:46.445Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
1032026-07-06T04:54:46.598Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
1042026-07-06T04:54:46.603Zinfo: downloading 6 components
1052026-07-06T04:55:04.543Zcargo 1.96.1 (356927216 2026-06-26)
1062026-07-06T04:55:04.546Z+ rustc --version
1072026-07-06T04:55:04.576Zrustc 1.96.1 (31fca3adb 2026-06-26)
1082026-07-06T04:55:04.581Z+ banner build
1092026-07-06T04:55:04.584Z
1102026-07-06T04:55:04.584Z ##### # # # # #####
1112026-07-06T04:55:04.584Z # # # # # # # #
1122026-07-06T04:55:04.584Z ##### # # # # # #
1132026-07-06T04:55:04.584Z # # # # # # # #
1142026-07-06T04:55:04.584Z # # # # # # # #
1152026-07-06T04:55:04.585Z ##### #### # ###### #####
1162026-07-06T04:55:04.585Z
1172026-07-06T04:55:04.585Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1182026-07-06T04:55:04.670Z Updating crates.io index
1192026-07-06T04:55:06.443Z Downloading crates ...
1202026-07-06T04:55:06.503Z Downloaded compression-core v0.4.32
1212026-07-06T04:55:06.512Z Downloaded cpufeatures v0.3.0
1222026-07-06T04:55:06.515Z Downloaded atomic-waker v1.1.2
1232026-07-06T04:55:06.520Z Downloaded adler2 v2.0.1
1242026-07-06T04:55:06.523Z Downloaded futures-sink v0.3.32
1252026-07-06T04:55:06.528Z Downloaded autocfg v1.1.0
1262026-07-06T04:55:06.530Z Downloaded asn1-rs-impl v0.2.0
1272026-07-06T04:55:06.530Z Downloaded deranged v0.5.5
1282026-07-06T04:55:06.533Z Downloaded byteorder v1.4.3
1292026-07-06T04:55:06.533Z Downloaded async-stream v0.3.6
1302026-07-06T04:55:06.536Z Downloaded pest_derive v2.8.1
1312026-07-06T04:55:06.539Z Downloaded block-buffer v0.10.2
1322026-07-06T04:55:06.539Z Downloaded atomicwrites v0.4.4
1332026-07-06T04:55:06.548Z Downloaded heck v0.5.0
1342026-07-06T04:55:06.552Z Downloaded console v0.15.7
1352026-07-06T04:55:06.552Z Downloaded sha1 v0.10.6
1362026-07-06T04:55:06.552Z Downloaded cpufeatures v0.2.17
1372026-07-06T04:55:06.556Z Downloaded data-encoding v2.4.0
1382026-07-06T04:55:06.558Z Downloaded generic-array v0.14.5
1392026-07-06T04:55:06.558Z Downloaded crossbeam-utils v0.8.21
1402026-07-06T04:55:06.561Z Downloaded nom v7.1.3
1412026-07-06T04:55:06.564Z Downloaded newline-converter v0.3.0
1422026-07-06T04:55:06.564Z Downloaded idna_adapter v1.2.0
1432026-07-06T04:55:06.566Z Downloaded num-conv v0.2.0
1442026-07-06T04:55:06.566Z Downloaded debug-ignore v1.0.5
1452026-07-06T04:55:06.567Z Downloaded shlex v1.3.0
1462026-07-06T04:55:06.569Z Downloaded anyhow v1.0.103
1472026-07-06T04:55:06.572Z Downloaded rustversion v1.0.22
1482026-07-06T04:55:06.572Z Downloaded crypto-common v0.2.1
1492026-07-06T04:55:06.575Z Downloaded cmake v0.1.58
1502026-07-06T04:55:06.575Z Downloaded httparse v1.10.0
1512026-07-06T04:55:06.578Z Downloaded signal-hook-registry v1.4.0
1522026-07-06T04:55:06.578Z Downloaded percent-encoding v2.3.2
1532026-07-06T04:55:06.578Z Downloaded quote v1.0.46
1542026-07-06T04:55:06.580Z Downloaded icu_locid v1.5.0
1552026-07-06T04:55:06.583Z Downloaded rustls-pki-types v1.15.0
1562026-07-06T04:55:06.583Z Downloaded once_cell v1.20.1
1572026-07-06T04:55:06.586Z Downloaded asn1-rs-derive v0.6.0
1582026-07-06T04:55:06.586Z Downloaded dof v0.4.0
1592026-07-06T04:55:06.589Z Downloaded getrandom v0.3.4
1602026-07-06T04:55:06.591Z Downloaded mime v0.3.16
1612026-07-06T04:55:06.591Z Downloaded bit-vec v0.9.1
1622026-07-06T04:55:06.592Z Downloaded num-integer v0.1.46
1632026-07-06T04:55:06.594Z Downloaded async-trait v0.1.89
1642026-07-06T04:55:06.594Z Downloaded block-buffer v0.12.0
1652026-07-06T04:55:06.598Z Downloaded icu_provider_macros v1.5.0
1662026-07-06T04:55:06.598Z Downloaded lazy_static v1.5.0
1672026-07-06T04:55:06.598Z Downloaded num_threads v0.1.3
1682026-07-06T04:55:06.598Z Downloaded match_cfg v0.1.0
1692026-07-06T04:55:06.601Z Downloaded parking_lot_core v0.9.4
1702026-07-06T04:55:06.604Z Downloaded icu_normalizer_data v1.5.0
1712026-07-06T04:55:06.606Z Downloaded event-listener-strategy v0.5.4
1722026-07-06T04:55:06.609Z Downloaded fastrand v2.1.1
1732026-07-06T04:55:06.609Z Downloaded cfg_aliases v0.2.1
1742026-07-06T04:55:06.609Z Downloaded parking v2.2.0
1752026-07-06T04:55:06.612Z Downloaded lru-slab v0.1.2
1762026-07-06T04:55:06.612Z Downloaded icu_provider v1.5.0
1772026-07-06T04:55:06.615Z Downloaded cfg-if v1.0.0
1782026-07-06T04:55:06.615Z Downloaded httpdate v1.0.1
1792026-07-06T04:55:06.615Z Downloaded async-stream-impl v0.3.6
1802026-07-06T04:55:06.617Z Downloaded simple-mermaid v0.2.0
1812026-07-06T04:55:06.618Z Downloaded hostname v0.4.2
1822026-07-06T04:55:06.618Z Downloaded fnv v1.0.7
1832026-07-06T04:55:06.622Z Downloaded dunce v1.0.5
1842026-07-06T04:55:06.624Z Downloaded http-body v1.0.1
1852026-07-06T04:55:06.624Z Downloaded hostname v0.3.1
1862026-07-06T04:55:06.627Z Downloaded futures-macro v0.3.32
1872026-07-06T04:55:06.627Z Downloaded schema-derive v0.1.0
1882026-07-06T04:55:06.627Z Downloaded crypto-common v0.1.6
1892026-07-06T04:55:06.630Z Downloaded form_urlencoded v1.2.2
1902026-07-06T04:55:06.630Z Downloaded equivalent v1.0.0
1912026-07-06T04:55:06.630Z Downloaded openssl-probe v0.2.1
1922026-07-06T04:55:06.633Z Downloaded itoa v1.0.1
1932026-07-06T04:55:06.633Z Downloaded futures-io v0.3.32
1942026-07-06T04:55:06.633Z Downloaded serde_urlencoded v0.7.1
1952026-07-06T04:55:06.636Z Downloaded schemars v0.8.22
1962026-07-06T04:55:06.641Z Downloaded simd-adler32 v0.3.7
1972026-07-06T04:55:06.643Z Downloaded multer v3.1.0
1982026-07-06T04:55:06.646Z Downloaded futures-task v0.3.32
1992026-07-06T04:55:06.646Z Downloaded dyn-clone v1.0.4
2002026-07-06T04:55:06.650Z Downloaded schema v0.1.0
2012026-07-06T04:55:06.653Z Downloaded rustc-hash v2.0.0
2022026-07-06T04:55:06.653Z Downloaded plain v0.2.3
2032026-07-06T04:55:06.656Z Downloaded sha1 v0.11.0
2042026-07-06T04:55:06.658Z Downloaded glob v0.3.0
2052026-07-06T04:55:06.658Z Downloaded digest v0.10.7
2062026-07-06T04:55:06.661Z Downloaded powerfmt v0.2.0
2072026-07-06T04:55:06.661Z Downloaded is-terminal v0.4.12
2082026-07-06T04:55:06.661Z Downloaded cc v1.2.60
2092026-07-06T04:55:06.664Z Downloaded rusticata-macros v4.1.0
2102026-07-06T04:55:06.664Z Downloaded errno v0.3.10
2112026-07-06T04:55:06.667Z Downloaded slog-bunyan v2.5.0
2122026-07-06T04:55:06.667Z Downloaded stable_deref_trait v1.2.0
2132026-07-06T04:55:06.672Z Downloaded thread-id v5.0.0
2142026-07-06T04:55:06.675Z Downloaded subtle v2.5.0
2152026-07-06T04:55:06.675Z Downloaded tinyvec_macros v0.1.0
2162026-07-06T04:55:06.675Z Downloaded thread_local v1.1.4
2172026-07-06T04:55:06.677Z Downloaded sync_wrapper v1.0.1
2182026-07-06T04:55:06.682Z Downloaded pretty-hex v0.4.1
2192026-07-06T04:55:06.686Z Downloaded scopeguard v1.2.0
2202026-07-06T04:55:06.688Z Downloaded digest v0.11.2
2212026-07-06T04:55:06.688Z Downloaded serde_spanned v1.1.1
2222026-07-06T04:55:06.691Z Downloaded futures-executor v0.3.32
2232026-07-06T04:55:06.691Z Downloaded concurrent-queue v2.5.0
2242026-07-06T04:55:06.694Z Downloaded scroll_derive v0.13.1
2252026-07-06T04:55:06.697Z Downloaded async-channel v2.5.0
2262026-07-06T04:55:06.702Z Downloaded dtrace-parser v0.3.0
2272026-07-06T04:55:06.706Z Downloaded pem v3.0.6
2282026-07-06T04:55:06.706Z Downloaded http-body-util v0.1.3
2292026-07-06T04:55:06.706Z Downloaded time-core v0.1.8
2302026-07-06T04:55:06.708Z Downloaded futures-core v0.3.32
2312026-07-06T04:55:06.708Z Downloaded fs_extra v1.3.0
2322026-07-06T04:55:06.711Z Downloaded erased-serde v0.3.31
2332026-07-06T04:55:06.711Z Downloaded paste v1.0.15
2342026-07-06T04:55:06.714Z Downloaded displaydoc v0.2.5
2352026-07-06T04:55:06.716Z Downloaded ppv-lite86 v0.2.15
2362026-07-06T04:55:06.716Z Downloaded log v0.4.17
2372026-07-06T04:55:06.719Z Downloaded target-triple v1.0.0
2382026-07-06T04:55:06.719Z Downloaded take_mut v0.2.2
2392026-07-06T04:55:06.719Z Downloaded tokio-macros v2.7.0
2402026-07-06T04:55:06.722Z Downloaded find-msvc-tools v0.1.9
2412026-07-06T04:55:06.722Z Downloaded oid-registry v0.8.1
2422026-07-06T04:55:06.724Z Downloaded slab v0.4.9
2432026-07-06T04:55:06.725Z Downloaded hyper-rustls v0.27.9
2442026-07-06T04:55:06.725Z Downloaded icu_locid_transform v1.5.0
2452026-07-06T04:55:06.727Z Downloaded camino v1.2.4
2462026-07-06T04:55:06.727Z Downloaded tower-service v0.3.3
2472026-07-06T04:55:06.730Z Downloaded iana-time-zone v0.1.47
2482026-07-06T04:55:06.730Z Downloaded try-lock v0.2.3
2492026-07-06T04:55:06.733Z Downloaded tower-layer v0.3.3
2502026-07-06T04:55:06.733Z Downloaded mime_guess v2.0.5
2512026-07-06T04:55:06.736Z Downloaded yoke-derive v0.7.5
2522026-07-06T04:55:06.736Z Downloaded want v0.3.0
2532026-07-06T04:55:06.738Z Downloaded ipnet v2.10.0
2542026-07-06T04:55:06.738Z Downloaded compression-codecs v0.4.38
2552026-07-06T04:55:06.741Z Downloaded rand_chacha v0.9.0
2562026-07-06T04:55:06.744Z Downloaded utf8_iter v1.0.4
2572026-07-06T04:55:06.744Z Downloaded litemap v0.7.4
2582026-07-06T04:55:06.747Z Downloaded untrusted v0.9.0
2592026-07-06T04:55:06.747Z Downloaded slog-json v2.6.1
2602026-07-06T04:55:06.749Z Downloaded slog-async v2.8.0
2612026-07-06T04:55:06.752Z Downloaded sha2 v0.10.8
2622026-07-06T04:55:06.752Z Downloaded lock_api v0.4.6
2632026-07-06T04:55:06.755Z Downloaded time-macros v0.2.27
2642026-07-06T04:55:06.757Z Downloaded thiserror-impl v2.0.18
2652026-07-06T04:55:06.757Z Downloaded pin-project-lite v0.2.12
2662026-07-06T04:55:06.760Z Downloaded utf16_iter v1.0.5
2672026-07-06T04:55:06.763Z Downloaded version_check v0.9.5
2682026-07-06T04:55:06.763Z Downloaded usdt-macro v0.6.0
2692026-07-06T04:55:06.763Z Downloaded usdt-attr-macro v0.6.0
2702026-07-06T04:55:06.766Z Downloaded schemars_derive v0.8.22
2712026-07-06T04:55:06.766Z Downloaded rustls-pemfile v2.2.0
2722026-07-06T04:55:06.766Z Downloaded pest_generator v2.8.1
2732026-07-06T04:55:06.768Z Downloaded jobserver v0.1.34
2742026-07-06T04:55:06.768Z Downloaded usdt v0.6.0
2752026-07-06T04:55:06.771Z Downloaded scroll v0.13.0
2762026-07-06T04:55:06.771Z Downloaded quinn-udp v0.5.5
2772026-07-06T04:55:06.774Z Downloaded buf-list v1.1.2
2782026-07-06T04:55:06.774Z Downloaded serde_derive_internals v0.29.0
2792026-07-06T04:55:06.777Z Downloaded thiserror v2.0.18
2802026-07-06T04:55:06.779Z Downloaded waitgroup v0.1.2
2812026-07-06T04:55:06.779Z Downloaded hybrid-array v0.4.8
2822026-07-06T04:55:06.782Z Downloaded icu_locid_transform_data v1.5.0
2832026-07-06T04:55:06.782Z Downloaded futures-channel v0.3.32
2842026-07-06T04:55:06.785Z Downloaded crc32fast v1.5.0
2852026-07-06T04:55:06.785Z Downloaded synstructure v0.13.1
2862026-07-06T04:55:06.788Z Downloaded parking_lot v0.12.1
2872026-07-06T04:55:06.791Z Downloaded serde_tokenstream v0.2.3
2882026-07-06T04:55:06.794Z Downloaded zerofrom-derive v0.1.5
2892026-07-06T04:55:06.794Z Downloaded memmap2 v0.9.8
2902026-07-06T04:55:06.796Z Downloaded zerofrom v0.1.5
2912026-07-06T04:55:06.800Z Downloaded termcolor v1.1.2
2922026-07-06T04:55:06.803Z Downloaded toml_writer v1.1.1+spec-1.1.0
2932026-07-06T04:55:06.805Z Downloaded tokio-tungstenite v0.29.0
2942026-07-06T04:55:06.808Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2952026-07-06T04:55:06.815Z Downloaded unicode-width v0.1.9
2962026-07-06T04:55:06.817Z Downloaded getrandom v0.2.11
2972026-07-06T04:55:06.817Z Downloaded untrusted v0.7.1
2982026-07-06T04:55:06.820Z Downloaded unicase v2.6.0
2992026-07-06T04:55:06.824Z Downloaded semver v1.0.28
3002026-07-06T04:55:06.827Z Downloaded spin v0.9.8
3012026-07-06T04:55:06.830Z Downloaded serde_path_to_error v0.1.20
3022026-07-06T04:55:06.830Z Downloaded rustls-native-certs v0.8.3
3032026-07-06T04:55:06.832Z Downloaded write16 v1.0.0
3042026-07-06T04:55:06.832Z Downloaded writeable v0.5.5
3052026-07-06T04:55:06.832Z Downloaded pest_meta v2.8.1
3062026-07-06T04:55:06.835Z Downloaded usdt-impl v0.6.0
3072026-07-06T04:55:06.835Z Downloaded tinystr v0.7.6
3082026-07-06T04:55:06.838Z Downloaded slog-term v2.9.2
3092026-07-06T04:55:06.838Z Downloaded num-traits v0.2.14
3102026-07-06T04:55:06.841Z Downloaded tinyvec v1.5.1
3112026-07-06T04:55:06.841Z Downloaded icu_normalizer v1.5.0
3122026-07-06T04:55:06.844Z Downloaded similar v2.2.1
3132026-07-06T04:55:06.846Z Downloaded rand_core v0.9.5
3142026-07-06T04:55:06.849Z Downloaded getrandom v0.4.1
3152026-07-06T04:55:06.852Z Downloaded yoke v0.7.5
3162026-07-06T04:55:06.852Z Downloaded zerovec-derive v0.10.3
3172026-07-06T04:55:06.852Z Downloaded event-listener v5.0.0
3182026-07-06T04:55:06.855Z Downloaded toml_parser v1.1.2+spec-1.1.0
3192026-07-06T04:55:06.858Z Downloaded der-parser v10.0.0
3202026-07-06T04:55:06.864Z Downloaded icu_properties v1.5.1
3212026-07-06T04:55:06.864Z Downloaded const-oid v0.10.2
3222026-07-06T04:55:06.864Z Downloaded bitflags v2.11.0
3232026-07-06T04:55:06.864Z Downloaded trybuild v1.0.117
3242026-07-06T04:55:06.867Z Downloaded zeroize v1.8.2
3252026-07-06T04:55:06.869Z Downloaded bytes v1.12.0
3262026-07-06T04:55:06.869Z Downloaded term v1.1.0
3272026-07-06T04:55:06.872Z Downloaded socket2 v0.5.9
3282026-07-06T04:55:06.875Z Downloaded tokio-rustls v0.26.4
3292026-07-06T04:55:06.875Z Downloaded slog v2.8.2
3302026-07-06T04:55:06.880Z Downloaded async-compression v0.4.42
3312026-07-06T04:55:06.883Z Downloaded unicode-ident v1.0.12
3322026-07-06T04:55:06.886Z Downloaded futures v0.3.32
3332026-07-06T04:55:06.890Z Downloaded serde_derive v1.0.228
3342026-07-06T04:55:06.892Z Downloaded ryu v1.0.5
3352026-07-06T04:55:06.895Z Downloaded zmij v1.0.2
3362026-07-06T04:55:06.898Z Downloaded ucd-trie v0.1.6
3372026-07-06T04:55:06.898Z Downloaded crossbeam-channel v0.5.15
3382026-07-06T04:55:06.900Z Downloaded socket2 v0.6.3
3392026-07-06T04:55:06.903Z Downloaded serde_core v1.0.228
3402026-07-06T04:55:06.903Z Downloaded asn1-rs v0.7.1
3412026-07-06T04:55:06.906Z Downloaded subprocess v1.2.0
3422026-07-06T04:55:06.909Z Downloaded yasna v0.6.0
3432026-07-06T04:55:06.912Z Downloaded smallvec v1.13.2
3442026-07-06T04:55:06.912Z Downloaded indexmap v2.14.0
3452026-07-06T04:55:06.914Z Downloaded rcgen v0.14.8
3462026-07-06T04:55:06.917Z Downloaded base64 v0.22.1
3472026-07-06T04:55:06.920Z Downloaded tempfile v3.27.0
3482026-07-06T04:55:06.920Z Downloaded mio v1.2.0
3492026-07-06T04:55:06.923Z Downloaded toml v1.1.2+spec-1.1.0
3502026-07-06T04:55:06.925Z Downloaded tracing-core v0.1.32
3512026-07-06T04:55:06.928Z Downloaded uuid v1.23.4
3522026-07-06T04:55:06.931Z Downloaded url v2.5.4
3532026-07-06T04:55:06.933Z Downloaded typenum v1.19.0
3542026-07-06T04:55:06.933Z Downloaded tungstenite v0.29.0
3552026-07-06T04:55:06.936Z Downloaded proc-macro2 v1.0.106
3562026-07-06T04:55:06.939Z Downloaded icu_collections v1.5.0
3572026-07-06T04:55:06.941Z Downloaded hyper-util v0.1.20
3582026-07-06T04:55:06.944Z Downloaded miniz_oxide v0.8.9
3592026-07-06T04:55:06.947Z Downloaded expectorate v1.2.0
3602026-07-06T04:55:06.947Z Downloaded http v1.4.2
3612026-07-06T04:55:06.949Z Downloaded rustls-platform-verifier v0.6.2
3622026-07-06T04:55:06.954Z Downloaded iri-string v0.7.8
3632026-07-06T04:55:06.957Z Downloaded num-bigint v0.4.3
3642026-07-06T04:55:06.960Z Downloaded flate2 v1.1.9
3652026-07-06T04:55:06.962Z Downloaded rustls-webpki v0.103.13
3662026-07-06T04:55:06.967Z Downloaded tracing v0.1.40
3672026-07-06T04:55:06.970Z Downloaded x509-parser v0.18.0
3682026-07-06T04:55:06.973Z Downloaded prettyplease v0.2.37
3692026-07-06T04:55:06.975Z Downloaded serde v1.0.228
3702026-07-06T04:55:06.993Z Downloaded zerovec v0.10.4
3712026-07-06T04:55:06.996Z Downloaded unicode-segmentation v1.10.0
3722026-07-06T04:55:06.999Z Downloaded hyper v1.10.1
3732026-07-06T04:55:07.002Z Downloaded minimal-lexical v0.2.1
3742026-07-06T04:55:07.005Z Downloaded memchr v2.6.0
3752026-07-06T04:55:07.008Z Downloaded quinn v0.11.9
3762026-07-06T04:55:07.010Z Downloaded hashbrown v0.17.0
3772026-07-06T04:55:07.013Z Downloaded idna v1.0.3
3782026-07-06T04:55:07.016Z Downloaded rand v0.9.2
3792026-07-06T04:55:07.018Z Downloaded pest v2.8.1
3802026-07-06T04:55:07.021Z Downloaded h2 v0.4.14
3812026-07-06T04:55:07.024Z Downloaded futures-util v0.3.32
3822026-07-06T04:55:07.031Z Downloaded zerocopy-derive v0.8.27
3832026-07-06T04:55:07.034Z Downloaded goblin v0.10.1
3842026-07-06T04:55:07.038Z Downloaded tower v0.5.2
3852026-07-06T04:55:07.043Z Downloaded aws-lc-rs v1.16.3
3862026-07-06T04:55:07.049Z Downloaded zerocopy v0.8.27
3872026-07-06T04:55:07.062Z Downloaded chrono v0.4.45
3882026-07-06T04:55:07.067Z Downloaded tokio-util v0.7.18
3892026-07-06T04:55:07.079Z Downloaded reqwest v0.13.4
3902026-07-06T04:55:07.089Z Downloaded serde_json v1.0.150
3912026-07-06T04:55:07.094Z Downloaded portable-atomic v1.9.0
3922026-07-06T04:55:07.102Z Downloaded tower-http v0.6.8
3932026-07-06T04:55:07.107Z Downloaded icu_properties_data v1.5.0
3942026-07-06T04:55:07.130Z Downloaded winnow v1.0.0
3952026-07-06T04:55:07.145Z Downloaded time v0.3.47
3962026-07-06T04:55:07.153Z Downloaded quinn-proto v0.11.14
3972026-07-06T04:55:07.198Z Downloaded syn v2.0.118
3982026-07-06T04:55:07.210Z Downloaded openapiv3 v2.2.0
3992026-07-06T04:55:07.218Z Downloaded tokio v1.52.3
4002026-07-06T04:55:07.242Z Downloaded rustls v0.23.41
4012026-07-06T04:55:07.248Z Downloaded rustix v1.1.4
4022026-07-06T04:55:07.269Z Downloaded rustix v0.38.44
4032026-07-06T04:55:07.319Z Downloaded libc v0.2.186
4042026-07-06T04:55:07.338Z Downloaded encoding_rs v0.8.32
4052026-07-06T04:55:07.389Z Downloaded ring v0.17.13
4062026-07-06T04:55:07.984Z Downloaded aws-lc-sys v0.40.0
4072026-07-06T04:55:08.204Z Compiling proc-macro2 v1.0.106
4082026-07-06T04:55:08.204Z Compiling quote v1.0.46
4092026-07-06T04:55:08.204Z Compiling unicode-ident v1.0.12
4102026-07-06T04:55:08.204Z Compiling libc v0.2.186
4112026-07-06T04:55:08.204Z Compiling cfg-if v1.0.0
4122026-07-06T04:55:08.209Z Compiling itoa v1.0.1
4132026-07-06T04:55:08.209Z Compiling memchr v2.6.0
4142026-07-06T04:55:08.209Z Compiling serde_core v1.0.228
4152026-07-06T04:55:08.306Z 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`
4162026-07-06T04:55:08.310Z 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`
4172026-07-06T04:55:08.310Z 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`
4182026-07-06T04:55:08.310Z 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`
4192026-07-06T04:55:08.310Z 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`
4202026-07-06T04:55:08.311Z 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`
4212026-07-06T04:55:08.311Z 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`
4222026-07-06T04:55:08.311Z 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`
4232026-07-06T04:55:08.372Z Compiling pin-project-lite v0.2.12
4242026-07-06T04:55:08.410Z 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`
4252026-07-06T04:55:08.426Z Compiling autocfg v1.1.0
4262026-07-06T04:55:08.437Z 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`
4272026-07-06T04:55:08.442Z Compiling version_check v0.9.5
4282026-07-06T04:55:08.451Z 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`
4292026-07-06T04:55:08.460Z Compiling smallvec v1.13.2
4302026-07-06T04:55:08.474Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=6d2fcb445cd23fee -C extra-filename=-cf0c22c050cb719a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4312026-07-06T04:55:08.663Z Compiling bytes v1.12.0
4322026-07-06T04:55:08.667Z 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`
4332026-07-06T04:55:08.671Z Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-b80ca5d71cc857e3/build-script-build`
4342026-07-06T04:55:08.675Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-81dcb56903da448c/build-script-build`
4352026-07-06T04:55:08.679Z Running `/work/oxidecomputer/dropshot/target/debug/build/quote-8e9687b2acb71334/build-script-build`
4362026-07-06T04:55:08.703Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-06eade19d5252546/build-script-build`
4372026-07-06T04:55:08.706Z Compiling futures-core v0.3.32
4382026-07-06T04:55:08.712Z 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`
4392026-07-06T04:55:08.716Z Compiling zmij v1.0.2
4402026-07-06T04:55:08.716Z 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)'`
4412026-07-06T04:55:08.727Z 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`
4422026-07-06T04:55:08.731Z Compiling serde v1.0.228
4432026-07-06T04:55:08.731Z 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`
4442026-07-06T04:55:08.764Z 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"))'`
4452026-07-06T04:55:08.849Z Compiling thiserror v2.0.18
4462026-07-06T04:55:08.861Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ee46abcfd791ded0 -C extra-filename=-6093beced8b3f5ae --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-6093beced8b3f5ae -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4472026-07-06T04:55:08.985Z Compiling once_cell v1.20.1
4482026-07-06T04:55:08.989Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=a05f407ab2b823eb -C extra-filename=-c032f9bc4585e39a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4492026-07-06T04:55:08.995Z 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)'`
4502026-07-06T04:55:09.017Z Running `/work/oxidecomputer/dropshot/target/debug/build/zmij-0b7c0ea1175a8a85/build-script-build`
4512026-07-06T04:55:09.054Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-12687b424eea7279/build-script-build`
4522026-07-06T04:55:09.064Z Compiling log v0.4.17
4532026-07-06T04:55:09.072Z 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`
4542026-07-06T04:55:09.096Z Compiling serde_json v1.0.150
4552026-07-06T04:55:09.100Z 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`
4562026-07-06T04:55:09.247Z Compiling jobserver v0.1.34
4572026-07-06T04:55:09.251Z 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`
4582026-07-06T04:55:09.275Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-6093beced8b3f5ae/build-script-build`
4592026-07-06T04:55:09.298Z 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)'`
4602026-07-06T04:55:09.367Z Compiling find-msvc-tools v0.1.9
4612026-07-06T04:55:09.370Z 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`
4622026-07-06T04:55:09.394Z Running `/work/oxidecomputer/dropshot/target/debug/build/log-fd21ab049a3119f3/build-script-build`
4632026-07-06T04:55:09.397Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-68cf30d5ba1a99ac/build-script-build`
4642026-07-06T04:55:09.403Z Compiling parking_lot_core v0.9.4
4652026-07-06T04:55:09.407Z 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`
4662026-07-06T04:55:09.412Z 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)'`
4672026-07-06T04:55:09.479Z Compiling shlex v1.3.0
4682026-07-06T04:55:09.483Z 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`
4692026-07-06T04:55:09.494Z 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`
4702026-07-06T04:55:09.584Z Compiling syn v2.0.118
4712026-07-06T04:55:09.588Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.118/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=9b208aff9b88f301 -C extra-filename=-1447a58af34b67bf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-8f6729caab1030b5.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-d0a1ec9ee5156da2.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-042d12c73b3dbea1.rmeta --cap-lints allow`
4722026-07-06T04:55:09.608Z Compiling cc v1.2.60
4732026-07-06T04:55:09.612Z 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`
4742026-07-06T04:55:09.677Z Compiling slab v0.4.9
4752026-07-06T04:55:09.680Z 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`
4762026-07-06T04:55:09.700Z Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-37b356ce13e04eea/build-script-build`
4772026-07-06T04:55:09.710Z Compiling typenum v1.19.0
4782026-07-06T04:55:09.713Z Compiling scopeguard v1.2.0
4792026-07-06T04:55:09.713Z 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`
4802026-07-06T04:55:09.726Z 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`
4812026-07-06T04:55:09.729Z Compiling futures-sink v0.3.32
4822026-07-06T04:55:09.735Z 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`
4832026-07-06T04:55:09.810Z Compiling lock_api v0.4.6
4842026-07-06T04:55:09.814Z 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`
4852026-07-06T04:55:09.820Z 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`
4862026-07-06T04:55:09.830Z Compiling dunce v1.0.5
4872026-07-06T04:55:09.833Z 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`
4882026-07-06T04:55:09.928Z Compiling fs_extra v1.3.0
4892026-07-06T04:55:09.931Z 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`
4902026-07-06T04:55:09.931Z Running `/work/oxidecomputer/dropshot/target/debug/build/slab-0f4d7e90ef83563a/build-script-build`
4912026-07-06T04:55:10.033Z 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`
4922026-07-06T04:55:10.041Z Compiling parking_lot v0.12.1
4932026-07-06T04:55:10.050Z 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`
4942026-07-06T04:55:10.096Z Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-ebcf70ee54175cec/build-script-build`
4952026-07-06T04:55:10.114Z 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`
4962026-07-06T04:55:10.150Z Compiling signal-hook-registry v1.4.0
4972026-07-06T04:55:10.154Z 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`
4982026-07-06T04:55:10.200Z Compiling socket2 v0.6.3
4992026-07-06T04:55:10.200Z Compiling mio v1.2.0
5002026-07-06T04:55:10.204Z 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`
5012026-07-06T04:55:10.204Z 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`
5022026-07-06T04:55:10.472Z Compiling cmake v0.1.58
5032026-07-06T04:55:10.476Z 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`
5042026-07-06T04:55:10.581Z Compiling stable_deref_trait v1.2.0
5052026-07-06T04:55:10.588Z 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`
5062026-07-06T04:55:10.663Z 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`
5072026-07-06T04:55:10.689Z Compiling futures-channel v0.3.32
5082026-07-06T04:55:10.692Z 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`
5092026-07-06T04:55:10.730Z Compiling http v1.4.2
5102026-07-06T04:55:10.738Z 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`
5112026-07-06T04:55:10.741Z Compiling zeroize v1.8.2
5122026-07-06T04:55:10.741Z 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`
5132026-07-06T04:55:10.832Z Compiling getrandom v0.4.1
5142026-07-06T04:55:10.835Z 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`
5152026-07-06T04:55:10.897Z Compiling aws-lc-rs v1.16.3
5162026-07-06T04:55:10.900Z 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`
5172026-07-06T04:55:10.923Z Compiling futures-task v0.3.32
5182026-07-06T04:55:10.926Z 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`
5192026-07-06T04:55:10.932Z 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`
5202026-07-06T04:55:10.985Z Compiling aws-lc-sys v0.40.0
5212026-07-06T04:55:10.988Z 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`
5222026-07-06T04:55:11.014Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-297bb68ce433dc88/build-script-build`
5232026-07-06T04:55:11.049Z 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)'`
5242026-07-06T04:55:11.101Z Compiling bitflags v2.11.0
5252026-07-06T04:55:11.108Z 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`
5262026-07-06T04:55:11.123Z Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-0124c2af72caa694/build-script-build`
5272026-07-06T04:55:11.136Z Compiling futures-io v0.3.32
5282026-07-06T04:55:11.139Z 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`
5292026-07-06T04:55:11.231Z Compiling ucd-trie v0.1.6
5302026-07-06T04:55:11.234Z 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`
5312026-07-06T04:55:11.282Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-559cf37f92e869a4/build-script-build`
5322026-07-06T04:55:11.303Z 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`
5332026-07-06T04:55:11.316Z Compiling rustls-pki-types v1.15.0
5342026-07-06T04:55:11.337Z 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`
5352026-07-06T04:55:11.353Z 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"))'`
5362026-07-06T04:55:11.459Z Compiling zerocopy v0.8.27
5372026-07-06T04:55:11.462Z 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`
5382026-07-06T04:55:11.549Z Compiling httparse v1.10.0
5392026-07-06T04:55:11.552Z 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`
5402026-07-06T04:55:11.795Z Compiling rustversion v1.0.22
5412026-07-06T04:55:11.798Z 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`
5422026-07-06T04:55:11.820Z Compiling errno v0.3.10
5432026-07-06T04:55:11.823Z 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`
5442026-07-06T04:55:11.866Z Running `/work/oxidecomputer/dropshot/target/debug/build/zerocopy-ca84adbc04fe817e/build-script-build`
5452026-07-06T04:55:11.899Z Running `/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5d518df8b61b92a1/build-script-main`
5462026-07-06T04:55:11.909Z Compiling litemap v0.7.4
5472026-07-06T04:55:11.917Z 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`
5482026-07-06T04:55:11.920Z Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-71443f14b00e84a9/build-script-build`
5492026-07-06T04:55:11.959Z Compiling writeable v0.5.5
5502026-07-06T04:55:11.962Z 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`
5512026-07-06T04:55:11.969Z Compiling rustix v1.1.4
5522026-07-06T04:55:11.972Z 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`
5532026-07-06T04:55:12.110Z Compiling crossbeam-utils v0.8.21
5542026-07-06T04:55:12.113Z 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`
5552026-07-06T04:55:12.156Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustversion-7d5933f3812a88cb/build-script-build`
5562026-07-06T04:55:12.197Z 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"))'`
5572026-07-06T04:55:12.246Z 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`
5582026-07-06T04:55:12.341Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-bc5ee6fa9ee305a1/build-script-build`
5592026-07-06T04:55:12.431Z Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-735ddb569a0e6bfd/build-script-build`
5602026-07-06T04:55:12.445Z Compiling generic-array v0.14.5
5612026-07-06T04:55:12.448Z 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`
5622026-07-06T04:55:12.541Z Compiling synstructure v0.13.1
5632026-07-06T04:55:12.544Z 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`
5642026-07-06T04:55:12.551Z Compiling hashbrown v0.17.0
5652026-07-06T04:55:12.553Z 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`
5662026-07-06T04:55:12.559Z Compiling powerfmt v0.2.0
5672026-07-06T04:55:12.562Z 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-06T04:55:12.685Z Compiling time-core v0.1.8
5692026-07-06T04:55:12.689Z 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`
5702026-07-06T04:55:12.774Z Compiling equivalent v1.0.0
5712026-07-06T04:55:12.778Z 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`
5722026-07-06T04:55:12.784Z Compiling num-conv v0.2.0
5732026-07-06T04:55:12.787Z 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`
5742026-07-06T04:55:12.842Z Compiling slog v2.8.2
5752026-07-06T04:55:12.846Z 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`
5762026-07-06T04:55:12.860Z Compiling deranged v0.5.5
5772026-07-06T04:55:12.863Z 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`
5782026-07-06T04:55:12.912Z Compiling time-macros v0.2.27
5792026-07-06T04:55:12.917Z 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`
5802026-07-06T04:55:12.935Z Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-bda21544d8e1148a/build-script-build`
5812026-07-06T04:55:12.977Z 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`
5822026-07-06T04:55:13.060Z Compiling indexmap v2.14.0
5832026-07-06T04:55:13.063Z 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`
5842026-07-06T04:55:13.086Z 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)'`
5852026-07-06T04:55:13.121Z Compiling http-body v1.0.1
5862026-07-06T04:55:13.125Z 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`
5872026-07-06T04:55:13.277Z Compiling tracing-core v0.1.32
5882026-07-06T04:55:13.280Z 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`
5892026-07-06T04:55:13.621Z Compiling icu_locid_transform_data v1.5.0
5902026-07-06T04:55:13.621Z 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`
5912026-07-06T04:55:13.691Z Compiling fastrand v2.1.1
5922026-07-06T04:55:13.695Z 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`
5932026-07-06T04:55:13.702Z Compiling atomic-waker v1.1.2
5942026-07-06T04:55:13.705Z 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`
5952026-07-06T04:55:13.731Z Compiling serde_derive v1.0.228
5962026-07-06T04:55:13.737Z 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`
5972026-07-06T04:55:13.825Z Compiling thiserror-impl v2.0.18
5982026-07-06T04:55:13.838Z 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`
5992026-07-06T04:55:13.883Z Compiling zerofrom-derive v0.1.5
6002026-07-06T04:55:13.886Z Compiling yoke-derive v0.7.5
6012026-07-06T04:55:13.887Z 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`
6022026-07-06T04:55:13.887Z 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`
6032026-07-06T04:55:13.900Z Compiling tokio-macros v2.7.0
6042026-07-06T04:55:13.903Z 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`
6052026-07-06T04:55:13.914Z Compiling zerovec-derive v0.10.3
6062026-07-06T04:55:13.918Z 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`
6072026-07-06T04:55:13.959Z Compiling displaydoc v0.2.5
6082026-07-06T04:55:13.964Z 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`
6092026-07-06T04:55:14.693Z Compiling tokio v1.52.3
6102026-07-06T04:55:14.696Z 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`
6112026-07-06T04:55:14.769Z Compiling futures-macro v0.3.32
6122026-07-06T04:55:14.772Z 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`
6132026-07-06T04:55:14.971Z Compiling zerocopy-derive v0.8.27
6142026-07-06T04:55:14.974Z 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`
6152026-07-06T04:55:15.015Z Compiling icu_provider_macros v1.5.0
6162026-07-06T04:55:15.018Z 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`
6172026-07-06T04:55:15.117Z Compiling zerofrom v0.1.5
6182026-07-06T04:55:15.120Z 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)'`
6192026-07-06T04:55:15.122Z 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`
6202026-07-06T04:55:15.223Z Compiling yoke v0.7.5
6212026-07-06T04:55:15.226Z 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`
6222026-07-06T04:55:15.251Z Compiling pest v2.8.1
6232026-07-06T04:55:15.254Z 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`
6242026-07-06T04:55:15.417Z Compiling zerovec v0.10.4
6252026-07-06T04:55:15.420Z 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`
6262026-07-06T04:55:15.619Z Compiling rustix v0.38.44
6272026-07-06T04:55:15.623Z 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`
6282026-07-06T04:55:15.638Z Compiling futures-util v0.3.32
6292026-07-06T04:55:15.641Z 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`
6302026-07-06T04:55:15.990Z Compiling percent-encoding v2.3.2
6312026-07-06T04:55:15.993Z 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`
6322026-07-06T04:55:16.185Z Compiling tinystr v0.7.6
6332026-07-06T04:55:16.188Z 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-06T04:55:16.252Z 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)'`
6352026-07-06T04:55:16.316Z Compiling pest_meta v2.8.1
6362026-07-06T04:55:16.320Z 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`
6372026-07-06T04:55:16.385Z Compiling icu_locid v1.5.0
6382026-07-06T04:55:16.388Z 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`
6392026-07-06T04:55:16.510Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=91f670565a8bf0a4 -C extra-filename=-7c52f04b61f98446 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-c7fb31c1245223b3.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-914d84b9badc058e.so --cap-lints allow --cfg if_docsrs_then_no_serde_core --check-cfg 'cfg(feature, values("result"))' --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
6402026-07-06T04:55:16.526Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=9e0cd6c405d42ff4 -C extra-filename=-05abcae39e938bd4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-8451510414c3f841.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-914d84b9badc058e.so --cap-lints allow --cfg if_docsrs_then_no_serde_core --check-cfg 'cfg(feature, values("result"))' --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
6412026-07-06T04:55:17.022Z Compiling pest_generator v2.8.1
6422026-07-06T04:55:17.022Z Compiling icu_provider v1.5.0
6432026-07-06T04:55:17.026Z 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`
6442026-07-06T04:55:17.026Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "datagen", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "experimental", "log_error_context", "logging", "macros", "serde", "std", "sync"))' -C metadata=416044f30b366a81 -C extra-filename=-39bcb5093d85f0d5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern displaydoc=/work/oxidecomputer/dropshot/target/debug/deps/libdisplaydoc-a4a8780abf4cc243.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-2f466c670a751a8b.rmeta --extern icu_provider_macros=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider_macros-3c7de2168e287676.so --extern stable_deref_trait=/work/oxidecomputer/dropshot/target/debug/deps/libstable_deref_trait-42c5c21ec56d1008.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-63b6ae8bbb3a1b9f.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-a51c3b4d9324593a.rmeta --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-ef51f64e45bb05cb.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-f15dba2e0ae4ccff.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-116d50bdd1f2ce2f.rmeta --cap-lints allow`
6452026-07-06T04:55:17.278Z Compiling untrusted v0.9.0
6462026-07-06T04:55:17.281Z 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`
6472026-07-06T04:55:17.399Z Compiling getrandom v0.3.4
6482026-07-06T04:55:17.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/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`
6492026-07-06T04:55:17.492Z Compiling rustls v0.23.41
6502026-07-06T04:55:17.502Z 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`
6512026-07-06T04:55:17.600Z Compiling num_threads v0.1.3
6522026-07-06T04:55:17.603Z 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`
6532026-07-06T04:55:17.635Z Compiling pest_derive v2.8.1
6542026-07-06T04:55:17.639Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_derive-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=fa1ed20b3925eea2 -C extra-filename=-e6038712ca2a44f4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern pest=/work/oxidecomputer/dropshot/target/debug/deps/libpest-b65777a9c73264ce.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-4f39b0a744f02532.rlib --extern proc_macro --cap-lints allow`
6552026-07-06T04:55:17.693Z Compiling time v0.3.47
6562026-07-06T04:55:17.693Z Compiling icu_locid_transform v1.5.0
6572026-07-06T04:55:17.697Z 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`
6582026-07-06T04:55:17.697Z 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`
6592026-07-06T04:55:17.717Z Compiling serde_tokenstream v0.2.3
6602026-07-06T04:55:17.720Z 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`
6612026-07-06T04:55:17.741Z Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-289f56293fb98151/build-script-build`
6622026-07-06T04:55:17.753Z Compiling erased-serde v0.3.31
6632026-07-06T04:55:17.762Z 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`
6642026-07-06T04:55:17.942Z Compiling icu_collections v1.5.0
6652026-07-06T04:55:17.946Z 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`
6662026-07-06T04:55:18.013Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-743d2f7120120ab0/build-script-build`
6672026-07-06T04:55:18.086Z Compiling scroll_derive v0.13.1
6682026-07-06T04:55:18.092Z 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`
6692026-07-06T04:55:18.211Z Compiling dtrace-parser v0.3.0
6702026-07-06T04:55:18.215Z 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`
6712026-07-06T04:55:18.263Z Compiling tokio-util v0.7.18
6722026-07-06T04:55:18.267Z 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`
6732026-07-06T04:55:18.567Z Compiling tracing v0.1.40
6742026-07-06T04:55:18.570Z 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`
6752026-07-06T04:55:18.801Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-79f238ccf64ba69a/build-script-build`
6762026-07-06T04:55:18.811Z 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`
6772026-07-06T04:55:18.821Z 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"))'`
6782026-07-06T04:55:18.835Z Compiling thread-id v5.0.0
6792026-07-06T04:55:18.839Z 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`
6802026-07-06T04:55:18.915Z Compiling num-traits v0.2.14
6812026-07-06T04:55:18.917Z 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`
6822026-07-06T04:55:18.925Z Compiling paste v1.0.15
6832026-07-06T04:55:18.928Z 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`
6842026-07-06T04:55:18.948Z Compiling subtle v2.5.0
6852026-07-06T04:55:18.951Z 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-06T04:55:19.100Z Compiling crc32fast v1.5.0
6872026-07-06T04:55:19.106Z Compiling base64 v0.22.1
6882026-07-06T04:55:19.107Z 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`
6892026-07-06T04:55:19.107Z 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`
6902026-07-06T04:55:19.196Z Compiling fnv v1.0.7
6912026-07-06T04:55:19.196Z 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`
6922026-07-06T04:55:19.305Z Compiling icu_properties_data v1.5.0
6932026-07-06T04:55:19.308Z 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`
6942026-07-06T04:55:19.315Z Compiling tower-layer v0.3.3
6952026-07-06T04:55:19.318Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-layer-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4aef92cfdfd67fca -C extra-filename=-080e4a8bc7422b6c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6962026-07-06T04:55:19.370Z Compiling tower-service v0.3.3
6972026-07-06T04:55:19.373Z 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`
6982026-07-06T04:55:19.445Z Compiling try-lock v0.2.3
6992026-07-06T04:55:19.445Z 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`
7002026-07-06T04:55:19.455Z Compiling usdt-impl v0.6.0
7012026-07-06T04:55:19.460Z 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`
7022026-07-06T04:55:19.464Z Compiling byteorder v1.4.3
7032026-07-06T04:55:19.467Z 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`
7042026-07-06T04:55:19.468Z Running `/work/oxidecomputer/dropshot/target/debug/build/crc32fast-e879fdab4b99266d/build-script-build`
7052026-07-06T04:55:19.482Z Compiling icu_properties v1.5.1
7062026-07-06T04:55:19.485Z 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`
7072026-07-06T04:55:19.504Z Running `/work/oxidecomputer/dropshot/target/debug/build/paste-75ee2529cc1ba230/build-script-build`
7082026-07-06T04:55:19.544Z Compiling want v0.3.0
7092026-07-06T04:55:19.547Z 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-06T04:55:19.554Z Compiling h2 v0.4.14
7112026-07-06T04:55:19.554Z 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`
7122026-07-06T04:55:19.694Z Compiling dof v0.4.0
7132026-07-06T04:55:19.697Z 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`
7142026-07-06T04:55:19.709Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-f404de320901a67d/build-script-build`
7152026-07-06T04:55:19.718Z Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-aca83a3ad3f559ab/build-script-build`
7162026-07-06T04:55:19.728Z Compiling scroll v0.13.0
7172026-07-06T04:55:19.731Z 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`
7182026-07-06T04:55:19.939Z 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)'`
7192026-07-06T04:55:20.001Z 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`
7202026-07-06T04:55:20.062Z 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`
7212026-07-06T04:55:20.160Z Compiling hybrid-array v0.4.8
7222026-07-06T04:55:20.163Z 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`
7232026-07-06T04:55:20.250Z Compiling unicase v2.6.0
7242026-07-06T04:55:20.253Z 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`
7252026-07-06T04:55:20.366Z Compiling simd-adler32 v0.3.7
7262026-07-06T04:55:20.375Z 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`
7272026-07-06T04:55:20.496Z Compiling plain v0.2.3
7282026-07-06T04:55:20.499Z 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`
7292026-07-06T04:55:20.572Z Compiling utf16_iter v1.0.5
7302026-07-06T04:55:20.575Z 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`
7312026-07-06T04:55:20.603Z Compiling utf8_iter v1.0.4
7322026-07-06T04:55:20.606Z 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`
7332026-07-06T04:55:20.621Z Compiling adler2 v2.0.1
7342026-07-06T04:55:20.624Z 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`
7352026-07-06T04:55:20.707Z Compiling httpdate v1.0.1
7362026-07-06T04:55:20.710Z 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`
7372026-07-06T04:55:20.753Z Compiling icu_normalizer_data v1.5.0
7382026-07-06T04:55:20.753Z Compiling write16 v1.0.0
7392026-07-06T04:55:20.756Z 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`
7402026-07-06T04:55:20.756Z 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`
7412026-07-06T04:55:20.828Z Compiling miniz_oxide v0.8.9
7422026-07-06T04:55:20.831Z 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`
7432026-07-06T04:55:20.855Z Compiling goblin v0.10.1
7442026-07-06T04:55:20.858Z 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`
7452026-07-06T04:55:20.882Z Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-b43f6d7864908fb4/build-script-build`
7462026-07-06T04:55:20.961Z Compiling rand_core v0.9.5
7472026-07-06T04:55:20.964Z 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`
7482026-07-06T04:55:21.006Z 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)'`
7492026-07-06T04:55:21.009Z Compiling icu_normalizer v1.5.0
7502026-07-06T04:55:21.009Z 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`
7512026-07-06T04:55:21.174Z 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`
7522026-07-06T04:55:21.509Z 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"))'`
7532026-07-06T04:55:21.520Z 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)'`
7542026-07-06T04:55:21.530Z Compiling block-buffer v0.10.2
7552026-07-06T04:55:21.533Z 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`
7562026-07-06T04:55:21.654Z Compiling crypto-common v0.1.6
7572026-07-06T04:55:21.657Z 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`
7582026-07-06T04:55:21.686Z Compiling form_urlencoded v1.2.2
7592026-07-06T04:55:21.689Z 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`
7602026-07-06T04:55:21.702Z Compiling iana-time-zone v0.1.47
7612026-07-06T04:55:21.705Z 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`
7622026-07-06T04:55:21.790Z Compiling hyper v1.10.1
7632026-07-06T04:55:21.793Z 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`
7642026-07-06T04:55:21.820Z Compiling unicode-segmentation v1.10.0
7652026-07-06T04:55:21.823Z 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`
7662026-07-06T04:55:21.886Z Compiling mime v0.3.16
7672026-07-06T04:55:21.889Z 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`
7682026-07-06T04:55:21.946Z Compiling ppv-lite86 v0.2.15
7692026-07-06T04:55:21.948Z 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`
7702026-07-06T04:55:22.053Z Compiling winnow v1.0.0
7712026-07-06T04:55:22.056Z 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`
7722026-07-06T04:55:22.158Z Compiling openssl-probe v0.2.1
7732026-07-06T04:55:22.161Z 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`
7742026-07-06T04:55:22.178Z 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`
7752026-07-06T04:55:22.241Z Compiling pretty-hex v0.4.1
7762026-07-06T04:55:22.243Z 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`
7772026-07-06T04:55:22.350Z Compiling ryu v1.0.5
7782026-07-06T04:55:22.353Z 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`
7792026-07-06T04:55:22.374Z Compiling unicode-width v0.1.9
7802026-07-06T04:55:22.378Z 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`
7812026-07-06T04:55:22.405Z Compiling lazy_static v1.5.0
7822026-07-06T04:55:22.408Z 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`
7832026-07-06T04:55:22.431Z Compiling ipnet v2.10.0
7842026-07-06T04:55:22.434Z 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`
7852026-07-06T04:55:22.479Z Compiling console v0.15.7
7862026-07-06T04:55:22.482Z 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`
7872026-07-06T04:55:22.503Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-6e32bbfdf32017de/build-script-build`
7882026-07-06T04:55:22.516Z Compiling toml_parser v1.1.2+spec-1.1.0
7892026-07-06T04:55:22.519Z 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`
7902026-07-06T04:55:22.655Z Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-3b8fedf1e74ad71d/build-script-build`
7912026-07-06T04:55:22.698Z Compiling rustls-native-certs v0.8.3
7922026-07-06T04:55:22.701Z 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`
7932026-07-06T04:55:22.823Z Compiling rand_chacha v0.9.0
7942026-07-06T04:55:22.826Z 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`
7952026-07-06T04:55:22.975Z Compiling hyper-util v0.1.20
7962026-07-06T04:55:22.979Z 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`
7972026-07-06T04:55:23.038Z Compiling newline-converter v0.3.0
7982026-07-06T04:55:23.041Z 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`
7992026-07-06T04:55:23.112Z Compiling chrono v0.4.45
8002026-07-06T04:55:23.116Z 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`
8012026-07-06T04:55:23.150Z Compiling digest v0.10.7
8022026-07-06T04:55:23.153Z 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`
8032026-07-06T04:55:23.233Z Compiling flate2 v1.1.9
8042026-07-06T04:55:23.236Z 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`
8052026-07-06T04:55:23.267Z Compiling idna_adapter v1.2.0
8062026-07-06T04:55:23.270Z 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`
8072026-07-06T04:55:23.346Z 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`
8082026-07-06T04:55:23.407Z Compiling block-buffer v0.12.0
8092026-07-06T04:55:23.410Z 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`
8102026-07-06T04:55:23.543Z Compiling crypto-common v0.2.1
8112026-07-06T04:55:23.546Z 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`
8122026-07-06T04:55:23.563Z Compiling concurrent-queue v2.5.0
8132026-07-06T04:55:23.566Z 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`
8142026-07-06T04:55:23.586Z 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`
8152026-07-06T04:55:23.654Z Compiling serde_derive_internals v0.29.0
8162026-07-06T04:55:23.657Z 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`
8172026-07-06T04:55:23.767Z Compiling serde_spanned v1.1.1
8182026-07-06T04:55:23.770Z 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`
8192026-07-06T04:55:23.918Z Compiling toml_datetime v1.1.1+spec-1.1.0
8202026-07-06T04:55:23.921Z 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`
8212026-07-06T04:55:24.277Z 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`
8222026-07-06T04:55:24.431Z Compiling thread_local v1.1.4
8232026-07-06T04:55:24.435Z 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`
8242026-07-06T04:55:24.515Z Compiling sync_wrapper v1.0.1
8252026-07-06T04:55:24.518Z 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`
8262026-07-06T04:55:24.626Z Compiling multer v3.1.0
8272026-07-06T04:55:24.630Z 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`
8282026-07-06T04:55:24.686Z Compiling encoding_rs v0.8.32
8292026-07-06T04:55:24.689Z 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`
8302026-07-06T04:55:24.713Z Compiling heck v0.5.0
8312026-07-06T04:55:24.716Z 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`
8322026-07-06T04:55:24.736Z Compiling compression-core v0.4.32
8332026-07-06T04:55:24.740Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name compression_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-core-0.4.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --deny=missing_debug_implementations --deny=rust_2018_idioms --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fe6a70b7935fa0d2 -C extra-filename=-3a65cefb03a5f85f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8342026-07-06T04:55:24.746Z Compiling slog-async v2.8.0
8352026-07-06T04:55:24.749Z 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`
8362026-07-06T04:55:24.867Z Compiling schemars v0.8.22
8372026-07-06T04:55:24.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/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`
8382026-07-06T04:55:24.892Z Compiling similar v2.2.1
8392026-07-06T04:55:24.896Z 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`
8402026-07-06T04:55:24.917Z Compiling camino v1.2.4
8412026-07-06T04:55:24.920Z 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`
8422026-07-06T04:55:25.053Z Compiling const-oid v0.10.2
8432026-07-06T04:55:25.062Z 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`
8442026-07-06T04:55:25.124Z Compiling parking v2.2.0
8452026-07-06T04:55:25.127Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=432877a8d74d6c04 -C extra-filename=-1cec537a8d595c1d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8462026-07-06T04:55:25.273Z Compiling cpufeatures v0.2.17
8472026-07-06T04:55:25.279Z Compiling target-triple v1.0.0
8482026-07-06T04:55:25.279Z 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`
8492026-07-06T04:55:25.284Z 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`
8502026-07-06T04:55:25.317Z Compiling match_cfg v0.1.0
8512026-07-06T04:55:25.320Z 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`
8522026-07-06T04:55:25.342Z Compiling toml_writer v1.1.1+spec-1.1.0
8532026-07-06T04:55:25.345Z 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`
8542026-07-06T04:55:25.383Z Compiling semver v1.0.28
8552026-07-06T04:55:25.386Z 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`
8562026-07-06T04:55:25.555Z Compiling toml v1.1.2+spec-1.1.0
8572026-07-06T04:55:25.559Z 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`
8582026-07-06T04:55:25.586Z Running `/work/oxidecomputer/dropshot/target/debug/build/target-triple-26d987728bc78027/build-script-build`
8592026-07-06T04:55:25.600Z Compiling hostname v0.3.1
8602026-07-06T04:55:25.603Z 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-06T04:55:25.664Z Compiling sha1 v0.10.6
8622026-07-06T04:55:25.668Z 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`
8632026-07-06T04:55:25.722Z Running `/work/oxidecomputer/dropshot/target/debug/build/camino-130f57fa10a66e54/build-script-build`
8642026-07-06T04:55:25.735Z Compiling event-listener v5.0.0
8652026-07-06T04:55:25.738Z 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`
8662026-07-06T04:55:25.763Z Compiling digest v0.11.2
8672026-07-06T04:55:25.766Z 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`
8682026-07-06T04:55:25.859Z Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-5a26d0f43f746e07/build-script-build`
8692026-07-06T04:55:25.881Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-4c19b42c25a8b154/build-script-build`
8702026-07-06T04:55:25.893Z Running `/work/oxidecomputer/dropshot/target/debug/build/multer-e636b9d747b55e6f/build-script-build`
8712026-07-06T04:55:25.913Z Compiling compression-codecs v0.4.38
8722026-07-06T04:55:25.928Z 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`
8732026-07-06T04:55:25.932Z Compiling tower v0.5.2
8742026-07-06T04:55:25.932Z 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`
8752026-07-06T04:55:25.939Z Compiling schemars_derive v0.8.22
8762026-07-06T04:55:25.942Z 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`
8772026-07-06T04:55:26.016Z Compiling mime_guess v2.0.5
8782026-07-06T04:55:26.019Z 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`
8792026-07-06T04:55:26.166Z Compiling idna v1.0.3
8802026-07-06T04:55:26.169Z 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`
8812026-07-06T04:55:26.392Z Compiling rand v0.9.2
8822026-07-06T04:55:26.401Z 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`
8832026-07-06T04:55:26.404Z 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`
8842026-07-06T04:55:26.542Z Compiling usdt-macro v0.6.0
8852026-07-06T04:55:26.545Z 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`
8862026-07-06T04:55:26.583Z Compiling usdt-attr-macro v0.6.0
8872026-07-06T04:55:26.591Z 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`
8882026-07-06T04:55:26.928Z 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)'`
8892026-07-06T04:55:26.991Z Compiling slog-json v2.6.1
8902026-07-06T04:55:27.001Z 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`
8912026-07-06T04:55:27.126Z Compiling futures-executor v0.3.32
8922026-07-06T04:55:27.129Z 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`
8932026-07-06T04:55:27.169Z Compiling tempfile v3.27.0
8942026-07-06T04:55:27.172Z 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`
8952026-07-06T04:55:27.206Z Compiling async-stream-impl v0.3.6
8962026-07-06T04:55:27.209Z 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`
8972026-07-06T04:55:27.346Z Compiling crossbeam-channel v0.5.15
8982026-07-06T04:55:27.349Z 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`
8992026-07-06T04:55:27.413Z Compiling http-body-util v0.1.3
9002026-07-06T04:55:27.416Z 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`
9012026-07-06T04:55:27.498Z Compiling uuid v1.23.4
9022026-07-06T04:55:27.498Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.23.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --allow=unexpected_cfgs --check-cfg 'cfg(uuid_unstable)' --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "rng-getrandom", "rng-rand", "serde", "sha1", "slog", "std", "uuid-rng-internal-lib", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=e4ec8ea6a2094c8d -C extra-filename=-2a48558ea6c7f9f6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-a424ff4eeea0727f.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-c7fb31c1245223b3.rmeta --cap-lints allow`
9032026-07-06T04:55:27.590Z Compiling memmap2 v0.9.8
9042026-07-06T04:55:27.592Z 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`
9052026-07-06T04:55:27.647Z Compiling is-terminal v0.4.12
9062026-07-06T04:55:27.650Z 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`
9072026-07-06T04:55:27.658Z Compiling dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot)
9082026-07-06T04:55:27.666Z 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`
9092026-07-06T04:55:27.743Z Compiling anyhow v1.0.103
9102026-07-06T04:55:27.746Z 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`
9112026-07-06T04:55:27.806Z Compiling cpufeatures v0.3.0
9122026-07-06T04:55:27.809Z 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-06T04:55:27.831Z Compiling take_mut v0.2.2
9142026-07-06T04:55:27.834Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=36ee0102d2b30b39 -C extra-filename=-10cf73c3b6b68844 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9152026-07-06T04:55:27.857Z Compiling dyn-clone v1.0.4
9162026-07-06T04:55:27.860Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dyn-clone-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fc666097e6c71d4d -C extra-filename=-abc5e4e84d2b5910 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9172026-07-06T04:55:27.870Z Compiling spin v0.9.8
9182026-07-06T04:55:27.873Z 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`
9192026-07-06T04:55:27.880Z Compiling term v1.1.0
9202026-07-06T04:55:27.883Z 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`
9212026-07-06T04:55:27.909Z Compiling iri-string v0.7.8
9222026-07-06T04:55:27.914Z 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`
9232026-07-06T04:55:27.934Z Compiling data-encoding v2.4.0
9242026-07-06T04:55:27.937Z 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`
9252026-07-06T04:55:27.945Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=7cd1b89d12e96445 -C extra-filename=-6ef3ce12fc1f1ba7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-14d3ac1f79f76392.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-abc5e4e84d2b5910.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-82270bce3b50375b.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-2a48558ea6c7f9f6.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
9262026-07-06T04:55:27.977Z 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`
9272026-07-06T04:55:28.085Z Running `/work/oxidecomputer/dropshot/target/debug/build/anyhow-e648dd1f2c89ec90/build-script-build`
9282026-07-06T04:55:28.291Z Compiling tungstenite v0.29.0
9292026-07-06T04:55:28.294Z 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`
9302026-07-06T04:55:28.486Z Compiling slog-term v2.9.2
9312026-07-06T04:55:28.489Z 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`
9322026-07-06T04:55:28.586Z Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-ab5be98a02031aa5/build-script-build`
9332026-07-06T04:55:28.628Z 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`
9342026-07-06T04:55:28.726Z Compiling async-stream v0.3.6
9352026-07-06T04:55:28.735Z 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`
9362026-07-06T04:55:28.903Z Compiling sha1 v0.11.0
9372026-07-06T04:55:28.906Z 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`
9382026-07-06T04:55:29.085Z Compiling tower-http v0.6.8
9392026-07-06T04:55:29.088Z 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`
9402026-07-06T04:55:29.110Z Compiling usdt v0.6.0
9412026-07-06T04:55:29.113Z 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`
9422026-07-06T04:55:29.186Z Compiling atomicwrites v0.4.4
9432026-07-06T04:55:29.186Z 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`
9442026-07-06T04:55:29.196Z Compiling futures v0.3.32
9452026-07-06T04:55:29.196Z 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`
9462026-07-06T04:55:29.287Z Compiling slog-bunyan v2.5.0
9472026-07-06T04:55:29.290Z 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`
9482026-07-06T04:55:29.374Z Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-f7db62862b23b572/build-script-build`
9492026-07-06T04:55:29.384Z Compiling serde_urlencoded v0.7.1
9502026-07-06T04:55:29.387Z 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`
9512026-07-06T04:55:29.394Z Compiling url v2.5.4
9522026-07-06T04:55:29.397Z 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`
9532026-07-06T04:55:29.421Z Compiling async-compression v0.4.42
9542026-07-06T04:55:29.424Z 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`
9552026-07-06T04:55:29.441Z Compiling event-listener-strategy v0.5.4
9562026-07-06T04:55:29.444Z 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`
9572026-07-06T04:55:29.460Z 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)'`
9582026-07-06T04:55:29.556Z Compiling dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
9592026-07-06T04:55:29.559Z 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`
9602026-07-06T04:55:29.574Z 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"))'`
9612026-07-06T04:55:29.620Z Compiling pem v3.0.6
9622026-07-06T04:55:29.623Z 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`
9632026-07-06T04:55:29.629Z Compiling yasna v0.6.0
9642026-07-06T04:55:29.634Z 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`
9652026-07-06T04:55:29.645Z Compiling openapiv3 v2.2.0
9662026-07-06T04:55:29.654Z 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`
9672026-07-06T04:55:29.734Z Compiling waitgroup v0.1.2
9682026-07-06T04:55:29.737Z 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`
9692026-07-06T04:55:29.879Z Compiling async-trait v0.1.89
9702026-07-06T04:55:29.882Z 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`
9712026-07-06T04:55:29.889Z Compiling rustls-pemfile v2.2.0
9722026-07-06T04:55:29.892Z 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`
9732026-07-06T04:55:30.008Z Compiling serde_path_to_error v0.1.20
9742026-07-06T04:55:30.011Z 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`
9752026-07-06T04:55:30.093Z Compiling hostname v0.4.2
9762026-07-06T04:55:30.101Z 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`
9772026-07-06T04:55:30.200Z Compiling simple-mermaid v0.2.0
9782026-07-06T04:55:30.203Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name simple_mermaid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simple-mermaid-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f619ac8462e55ca1 -C extra-filename=-911d03983c511a29 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9792026-07-06T04:55:30.234Z Compiling debug-ignore v1.0.5
9802026-07-06T04:55:30.237Z 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`
9812026-07-06T04:55:30.270Z Compiling glob v0.3.0
9822026-07-06T04:55:30.273Z 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`
9832026-07-06T04:55:30.339Z Compiling termcolor v1.1.2
9842026-07-06T04:55:30.348Z 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`
9852026-07-06T04:55:30.377Z Compiling async-channel v2.5.0
9862026-07-06T04:55:30.380Z 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`
9872026-07-06T04:55:30.412Z 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`
9882026-07-06T04:55:30.585Z Compiling trybuild v1.0.117
9892026-07-06T04:55:30.588Z 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`
9902026-07-06T04:55:30.704Z Compiling expectorate v1.2.0
9912026-07-06T04:55:30.705Z Compiling tokio-tungstenite v0.29.0
9922026-07-06T04:55:30.709Z 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`
9932026-07-06T04:55:30.709Z 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`
9942026-07-06T04:55:30.862Z 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)'`
9952026-07-06T04:55:30.866Z Compiling subprocess v1.2.0
9962026-07-06T04:55:30.869Z 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`
9972026-07-06T04:55:30.919Z Compiling buf-list v1.1.2
9982026-07-06T04:55:30.928Z 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`
9992026-07-06T04:55:31.003Z 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`
10002026-07-06T04:55:31.200Z 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`
10012026-07-06T04:55:31.209Z Compiling prettyplease v0.2.37
10022026-07-06T04:55:31.212Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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`
10032026-07-06T04:55:31.245Z Compiling schema-derive v0.1.0
10042026-07-06T04:55:31.248Z 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`
10052026-07-06T04:55:31.456Z Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-c02bf535dfa97c77/build-script-build`
10062026-07-06T04:55:31.476Z 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`
10072026-07-06T04:55:31.626Z 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`
10082026-07-06T04:55:31.671Z 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)'`
10092026-07-06T04:55:32.204Z Compiling schema v0.1.0
10102026-07-06T04:55:32.207Z 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`
10112026-07-06T04:55:32.359Z 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`
10122026-07-06T04:55:36.041Z 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`
10132026-07-06T04:55:36.041Z Running `/work/oxidecomputer/dropshot/target/debug/build/aws-lc-rs-87a3e0240387b6be/build-script-build`
10142026-07-06T04:55:36.061Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-49dad5cf8c508f46/build-script-build`
10152026-07-06T04:55:36.410Z 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)'`
10162026-07-06T04:55:37.127Z Compiling rustls-webpki v0.103.13
10172026-07-06T04:55:37.127Z Compiling rcgen v0.14.8
10182026-07-06T04:55:37.130Z 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`
10192026-07-06T04:55:37.131Z 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`
10202026-07-06T04:55:37.534Z 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`
10212026-07-06T04:55:39.893Z Compiling tokio-rustls v0.26.4
10222026-07-06T04:55:39.893Z Compiling rustls-platform-verifier v0.6.2
10232026-07-06T04:55:39.896Z 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`
10242026-07-06T04:55:39.896Z 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`
10252026-07-06T04:55:40.079Z Compiling hyper-rustls v0.27.9
10262026-07-06T04:55:40.082Z 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`
10272026-07-06T04:55:40.082Z 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=eb360c80c3906738 -C extra-filename=-37067d4b4c3b79d0 --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-6ef3ce12fc1f1ba7.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-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-2a48558ea6c7f9f6.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10282026-07-06T04:55:40.260Z Compiling reqwest v0.13.4
10292026-07-06T04:55:40.263Z 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`
10302026-07-06T04:55:42.329Z 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=650e5f5e7533f0af -C extra-filename=-9960e2da02baab30 --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-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-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-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10312026-07-06T04:55:45.279Z 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=4bc53b79fe5c0c05 -C extra-filename=-7e62be7ef2a34094 --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-37067d4b4c3b79d0.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-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-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-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10322026-07-06T04:55:45.286Z 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=525ffff818b82a68 -C extra-filename=-cc821c01c1959d13 --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-37067d4b4c3b79d0.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-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-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-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10332026-07-06T04:55:45.286Z 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=37546d3a7927be03 -C extra-filename=-ffcbe3afa6c98989 --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-37067d4b4c3b79d0.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-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-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-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10342026-07-06T04:55:45.289Z 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=012da715616f3f46 -C extra-filename=-1727dc5fe632e4de --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-37067d4b4c3b79d0.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-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-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-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10352026-07-06T04:55:45.294Z 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=73daf94e39407d00 -C extra-filename=-983cf368db924e90 --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-37067d4b4c3b79d0.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-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-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-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10362026-07-06T04:55:45.297Z 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=6ba858fc0c0563ca -C extra-filename=-77f54673a56eb1ae --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-37067d4b4c3b79d0.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-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-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-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10372026-07-06T04:55:45.298Z 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=a5cdbbe293c4da38 -C extra-filename=-11ed56905c7cc06d --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-37067d4b4c3b79d0.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-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-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-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10382026-07-06T04:55:53.213Z 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=4087e655f2c79f53 -C extra-filename=-a064818faf302925 --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-37067d4b4c3b79d0.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-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-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-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10392026-07-06T04:55:54.366Z 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=2e7d2a5d4f6f7db7 -C extra-filename=-c93bd6696d08344f --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-37067d4b4c3b79d0.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-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-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-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10402026-07-06T04:55:55.514Z 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=47c942bc73a49421 -C extra-filename=-813e5385d11c3cae --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-37067d4b4c3b79d0.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-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-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-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10412026-07-06T04:55:56.200Z 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=27798502ff17ac75 -C extra-filename=-83ff536233449871 --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-37067d4b4c3b79d0.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-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-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-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10422026-07-06T04:55:56.455Z 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=822ce565cc96cb08 -C extra-filename=-8de7d26137a999bc --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-37067d4b4c3b79d0.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-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-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-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10432026-07-06T04:55:57.086Z 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=68fbeb85575aa169 -C extra-filename=-cabb4d343e01f972 --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-37067d4b4c3b79d0.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-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-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-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10442026-07-06T04:56:04.797Z 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=b76c54a63bc8f044 -C extra-filename=-c81667f82e9c3f64 --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-37067d4b4c3b79d0.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-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-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-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10452026-07-06T04:56:05.688Z 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=18f54a636c1bef35 -C extra-filename=-82d180bceada9bc5 --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-37067d4b4c3b79d0.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-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-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-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10462026-07-06T04:56:05.967Z 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=b638f94f3ca6f22a -C extra-filename=-e30b9c0c2b2e670e --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-37067d4b4c3b79d0.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-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-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-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10472026-07-06T04:56:06.558Z 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=89ca1e2ed0f8abdb -C extra-filename=-10bbf011d9dc7c72 --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-37067d4b4c3b79d0.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-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-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-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10482026-07-06T04:56:06.836Z 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=39199daad6fdaa0a -C extra-filename=-aa26b270260da2bb --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-37067d4b4c3b79d0.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-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-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-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10492026-07-06T04:56:08.616Z 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=15918577bb788e69 -C extra-filename=-1e90319e2e188e8e --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-37067d4b4c3b79d0.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-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-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-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10502026-07-06T04:56:09.217Z 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=1d1efed288071728 -C extra-filename=-3bbb41b7c90ebac4 --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-37067d4b4c3b79d0.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-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-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-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10512026-07-06T04:56:09.467Z 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=2c44214a3adf0e7f -C extra-filename=-b394e7fba22047f0 --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-37067d4b4c3b79d0.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-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-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-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10522026-07-06T04:56:16.465Z 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=5902b4033ef61d91 -C extra-filename=-b6d3824f19488ace --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-37067d4b4c3b79d0.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-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-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-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10532026-07-06T04:56:16.552Z 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=8f7c90adcdbafb14 -C extra-filename=-3d7c5cf41abec056 --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-37067d4b4c3b79d0.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-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-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-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10542026-07-06T04:56:17.679Z 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=7084a3cbc4dd86ce -C extra-filename=-cd11236ccbf9b832 --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-37067d4b4c3b79d0.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-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-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-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
10552026-07-06T04:56:26.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
10562026-07-06T04:56:26.727Z
10572026-07-06T04:56:26.727Zreal 1:22.093317527
10582026-07-06T04:56:26.727Zuser 7:08.381549173
10592026-07-06T04:56:26.727Zsys 1:14.089838899
10602026-07-06T04:56:26.727Ztrap 0.329516982
10612026-07-06T04:56:26.727Ztflt 0.233650308
10622026-07-06T04:56:26.727Zdflt 0.369774532
10632026-07-06T04:56:26.727Zkflt 0.007987744
10642026-07-06T04:56:26.727Zlock 30:01.885447799
10652026-07-06T04:56:26.727Zslp 28:12.309474231
10662026-07-06T04:56:26.727Zlat 22.791461239
10672026-07-06T04:56:26.728Zstop 51.247050010
10682026-07-06T04:56:26.731Z+ banner test
10692026-07-06T04:56:26.731Z
10702026-07-06T04:56:26.731Z ##### ###### #### #####
10712026-07-06T04:56:26.731Z # # # #
10722026-07-06T04:56:26.731Z # ##### #### #
10732026-07-06T04:56:26.731Z # # # #
10742026-07-06T04:56:26.731Z # # # # #
10752026-07-06T04:56:26.731Z # ###### #### #
10762026-07-06T04:56:26.731Z
10772026-07-06T04:56:26.731Z+ ptime -m cargo test --all-features --locked --verbose
10782026-07-06T04:56:26.930Z Fresh unicode-ident v1.0.12
10792026-07-06T04:56:26.930Z Fresh cfg-if v1.0.0
10802026-07-06T04:56:26.930Z Fresh itoa v1.0.1
10812026-07-06T04:56:26.934Z Fresh memchr v2.6.0
10822026-07-06T04:56:26.934Z Fresh proc-macro2 v1.0.106
10832026-07-06T04:56:26.934Z Fresh pin-project-lite v0.2.12
10842026-07-06T04:56:26.934Z Fresh autocfg v1.1.0
10852026-07-06T04:56:26.934Z Fresh version_check v0.9.5
10862026-07-06T04:56:26.934Z Fresh futures-core v0.3.32
10872026-07-06T04:56:26.934Z Fresh quote v1.0.46
10882026-07-06T04:56:26.934Z Fresh libc v0.2.186
10892026-07-06T04:56:26.934Z Fresh bytes v1.12.0
10902026-07-06T04:56:26.934Z Fresh smallvec v1.13.2
10912026-07-06T04:56:26.934Z Fresh jobserver v0.1.34
10922026-07-06T04:56:26.934Z Fresh serde_derive v1.0.228
10932026-07-06T04:56:26.934Z Fresh thiserror-impl v2.0.18
10942026-07-06T04:56:26.934Z Fresh synstructure v0.13.1
10952026-07-06T04:56:26.934Z Fresh zmij v1.0.2
10962026-07-06T04:56:26.934Z Fresh shlex v1.3.0
10972026-07-06T04:56:26.935Z Fresh find-msvc-tools v0.1.9
10982026-07-06T04:56:26.935Z Fresh log v0.4.17
10992026-07-06T04:56:26.935Z Fresh cc v1.2.60
11002026-07-06T04:56:26.936Z Fresh thiserror v2.0.18
11012026-07-06T04:56:26.936Z Fresh futures-sink v0.3.32
11022026-07-06T04:56:26.936Z Fresh scopeguard v1.2.0
11032026-07-06T04:56:26.936Z Fresh cmake v0.1.58
11042026-07-06T04:56:26.936Z Fresh lock_api v0.4.6
11052026-07-06T04:56:26.936Z Fresh zerofrom-derive v0.1.5
11062026-07-06T04:56:26.936Z Fresh dunce v1.0.5
11072026-07-06T04:56:26.936Z Fresh fs_extra v1.3.0
11082026-07-06T04:56:26.936Z Fresh parking_lot_core v0.9.4
11092026-07-06T04:56:26.936Z Fresh zerofrom v0.1.5
11102026-07-06T04:56:26.936Z Fresh slab v0.4.9
11112026-07-06T04:56:26.936Z Fresh yoke-derive v0.7.5
11122026-07-06T04:56:26.936Z Fresh tokio-macros v2.7.0
11132026-07-06T04:56:26.936Z Fresh typenum v1.19.0
11142026-07-06T04:56:26.936Z Fresh parking_lot v0.12.1
11152026-07-06T04:56:26.936Z Fresh signal-hook-registry v1.4.0
11162026-07-06T04:56:26.936Z Fresh mio v1.2.0
11172026-07-06T04:56:26.936Z Fresh socket2 v0.6.3
11182026-07-06T04:56:26.936Z Fresh stable_deref_trait v1.2.0
11192026-07-06T04:56:26.936Z Fresh yoke v0.7.5
11202026-07-06T04:56:26.936Z Fresh tokio v1.52.3
11212026-07-06T04:56:26.936Z Fresh serde_core v1.0.228
11222026-07-06T04:56:26.936Z Fresh futures-channel v0.3.32
11232026-07-06T04:56:26.936Z Fresh zerovec-derive v0.10.3
11242026-07-06T04:56:26.936Z Fresh http v1.4.2
11252026-07-06T04:56:26.937Z Fresh bitflags v2.11.0
11262026-07-06T04:56:26.937Z Fresh zeroize v1.8.2
11272026-07-06T04:56:26.937Z Fresh zerovec v0.10.4
11282026-07-06T04:56:26.937Z Fresh getrandom v0.4.1
11292026-07-06T04:56:26.937Z Fresh futures-macro v0.3.32
11302026-07-06T04:56:26.937Z Fresh displaydoc v0.2.5
11312026-07-06T04:56:26.937Z Fresh futures-io v0.3.32
11322026-07-06T04:56:26.937Z Fresh ucd-trie v0.1.6
11332026-07-06T04:56:26.937Z Fresh futures-task v0.3.32
11342026-07-06T04:56:26.937Z Fresh rustls-pki-types v1.15.0
11352026-07-06T04:56:26.937Z Fresh errno v0.3.10
11362026-07-06T04:56:26.937Z Fresh futures-util v0.3.32
11372026-07-06T04:56:26.937Z Fresh pest v2.8.1
11382026-07-06T04:56:26.937Z Fresh serde v1.0.228
11392026-07-06T04:56:26.937Z Fresh pest_meta v2.8.1
11402026-07-06T04:56:26.937Z Fresh tinystr v0.7.6
11412026-07-06T04:56:26.937Z Fresh aws-lc-sys v0.40.0
11422026-07-06T04:56:26.937Z Fresh zerocopy-derive v0.8.27
11432026-07-06T04:56:26.937Z Fresh writeable v0.5.5
11442026-07-06T04:56:26.937Z Fresh litemap v0.7.4
11452026-07-06T04:56:26.937Z Fresh httparse v1.10.0
11462026-07-06T04:56:26.937Z Fresh zerocopy v0.8.27
11472026-07-06T04:56:26.937Z Fresh rustversion v1.0.22
11482026-07-06T04:56:26.938Z Fresh pest_generator v2.8.1
11492026-07-06T04:56:26.938Z Fresh aws-lc-rs v1.16.3
11502026-07-06T04:56:26.938Z Fresh rustix v1.1.4
11512026-07-06T04:56:26.938Z Fresh icu_locid v1.5.0
11522026-07-06T04:56:26.938Z Fresh icu_provider_macros v1.5.0
11532026-07-06T04:56:26.939Z Fresh fastrand v2.1.1
11542026-07-06T04:56:26.939Z Fresh hashbrown v0.17.0
11552026-07-06T04:56:26.939Z Fresh powerfmt v0.2.0
11562026-07-06T04:56:26.939Z Fresh equivalent v1.0.0
11572026-07-06T04:56:26.939Z Fresh num-conv v0.2.0
11582026-07-06T04:56:26.939Z Fresh time-core v0.1.8
11592026-07-06T04:56:26.939Z Fresh crossbeam-utils v0.8.21
11602026-07-06T04:56:26.939Z Fresh icu_provider v1.5.0
11612026-07-06T04:56:26.939Z Fresh deranged v0.5.5
11622026-07-06T04:56:26.939Z Fresh time-macros v0.2.27
11632026-07-06T04:56:26.939Z Fresh indexmap v2.14.0
11642026-07-06T04:56:26.939Z Fresh pest_derive v2.8.1
11652026-07-06T04:56:26.940Z Fresh serde_tokenstream v0.2.3
11662026-07-06T04:56:26.940Z Fresh http-body v1.0.1
11672026-07-06T04:56:26.940Z Fresh tracing-core v0.1.32
11682026-07-06T04:56:26.940Z Fresh atomic-waker v1.1.2
11692026-07-06T04:56:26.940Z Fresh untrusted v0.9.0
11702026-07-06T04:56:26.940Z Fresh percent-encoding v2.3.2
11712026-07-06T04:56:26.940Z Fresh num_threads v0.1.3
11722026-07-06T04:56:26.943Z Fresh icu_locid_transform_data v1.5.0
11732026-07-06T04:56:26.943Z Fresh tracing v0.1.40
11742026-07-06T04:56:26.943Z Fresh rustls-webpki v0.103.13
11752026-07-06T04:56:26.943Z Fresh icu_locid_transform v1.5.0
11762026-07-06T04:56:26.943Z Fresh time v0.3.47
11772026-07-06T04:56:26.943Z Fresh dtrace-parser v0.3.0
11782026-07-06T04:56:26.943Z Fresh rustix v0.38.44
11792026-07-06T04:56:26.944Z Fresh generic-array v0.14.5
11802026-07-06T04:56:26.944Z Fresh icu_collections v1.5.0
11812026-07-06T04:56:26.944Z Fresh tokio-util v0.7.18
11822026-07-06T04:56:26.944Z Fresh serde_json v1.0.150
11832026-07-06T04:56:26.944Z Fresh erased-serde v0.3.31
11842026-07-06T04:56:26.944Z Fresh scroll_derive v0.13.1
11852026-07-06T04:56:26.944Z Fresh thread-id v5.0.0
11862026-07-06T04:56:26.944Z Fresh tower-service v0.3.3
11872026-07-06T04:56:26.944Z Fresh icu_properties_data v1.5.0
11882026-07-06T04:56:26.944Z Fresh tower-layer v0.3.3
11892026-07-06T04:56:26.944Z Fresh base64 v0.22.1
11902026-07-06T04:56:26.944Z Fresh byteorder v1.4.3
11912026-07-06T04:56:26.944Z Fresh fnv v1.0.7
11922026-07-06T04:56:26.944Z Fresh subtle v2.5.0
11932026-07-06T04:56:26.944Z Fresh try-lock v0.2.3
11942026-07-06T04:56:26.944Z Fresh icu_properties v1.5.1
11952026-07-06T04:56:26.944Z Fresh h2 v0.4.14
11962026-07-06T04:56:26.944Z Fresh slog v2.8.2
11972026-07-06T04:56:26.944Z Fresh rustls v0.23.41
11982026-07-06T04:56:26.944Z Fresh want v0.3.0
11992026-07-06T04:56:26.945Z Fresh scroll v0.13.0
12002026-07-06T04:56:26.945Z Fresh paste v1.0.15
12012026-07-06T04:56:26.945Z Fresh getrandom v0.3.4
12022026-07-06T04:56:26.945Z Fresh hybrid-array v0.4.8
12032026-07-06T04:56:26.945Z Fresh plain v0.2.3
12042026-07-06T04:56:26.945Z Fresh utf8_iter v1.0.4
12052026-07-06T04:56:26.945Z Fresh simd-adler32 v0.3.7
12062026-07-06T04:56:26.945Z Fresh icu_normalizer_data v1.5.0
12072026-07-06T04:56:26.945Z Fresh httpdate v1.0.1
12082026-07-06T04:56:26.945Z Fresh utf16_iter v1.0.5
12092026-07-06T04:56:26.945Z Fresh unicode-segmentation v1.10.0
12102026-07-06T04:56:26.945Z Fresh unicode-width v0.1.9
12112026-07-06T04:56:26.945Z Fresh lazy_static v1.5.0
12122026-07-06T04:56:26.945Z Fresh adler2 v2.0.1
12132026-07-06T04:56:26.945Z Fresh write16 v1.0.0
12142026-07-06T04:56:26.945Z Fresh hyper v1.10.1
12152026-07-06T04:56:26.945Z Fresh goblin v0.10.1
12162026-07-06T04:56:26.945Z Fresh newline-converter v0.3.0
12172026-07-06T04:56:26.945Z Fresh console v0.15.7
12182026-07-06T04:56:26.945Z Fresh miniz_oxide v0.8.9
12192026-07-06T04:56:26.946Z Fresh icu_normalizer v1.5.0
12202026-07-06T04:56:26.946Z Fresh rand_core v0.9.5
12212026-07-06T04:56:26.946Z Fresh crc32fast v1.5.0
12222026-07-06T04:56:26.946Z Fresh num-traits v0.2.14
12232026-07-06T04:56:26.946Z Fresh block-buffer v0.10.2
12242026-07-06T04:56:26.946Z Fresh crypto-common v0.1.6
12252026-07-06T04:56:26.946Z Fresh form_urlencoded v1.2.2
12262026-07-06T04:56:26.946Z Fresh semver v1.0.28
12272026-07-06T04:56:26.946Z Fresh mime v0.3.16
12282026-07-06T04:56:26.946Z Fresh pretty-hex v0.4.1
12292026-07-06T04:56:26.946Z Fresh openssl-probe v0.2.1
12302026-07-06T04:56:26.946Z Fresh similar v2.2.1
12312026-07-06T04:56:26.946Z Fresh ppv-lite86 v0.2.15
12322026-07-06T04:56:26.946Z Fresh heck v0.5.0
12332026-07-06T04:56:26.946Z Fresh iana-time-zone v0.1.47
12342026-07-06T04:56:26.946Z Fresh ipnet v2.10.0
12352026-07-06T04:56:26.946Z Fresh winnow v1.0.0
12362026-07-06T04:56:26.946Z Fresh digest v0.10.7
12372026-07-06T04:56:26.946Z Fresh rand_chacha v0.9.0
12382026-07-06T04:56:26.946Z Fresh hyper-util v0.1.20
12392026-07-06T04:56:26.946Z Fresh toml_parser v1.1.2+spec-1.1.0
12402026-07-06T04:56:26.947Z Fresh chrono v0.4.45
12412026-07-06T04:56:26.947Z Fresh dof v0.4.0
12422026-07-06T04:56:26.947Z Fresh rustls-native-certs v0.8.3
12432026-07-06T04:56:26.947Z Fresh flate2 v1.1.9
12442026-07-06T04:56:26.947Z Fresh idna_adapter v1.2.0
12452026-07-06T04:56:26.947Z Fresh unicase v2.6.0
12462026-07-06T04:56:26.947Z Fresh crypto-common v0.2.1
12472026-07-06T04:56:26.947Z Fresh block-buffer v0.12.0
12482026-07-06T04:56:26.947Z Fresh tokio-rustls v0.26.4
12492026-07-06T04:56:26.947Z Fresh concurrent-queue v2.5.0
12502026-07-06T04:56:26.947Z Fresh serde_derive_internals v0.29.0
12512026-07-06T04:56:26.947Z Fresh thread_local v1.1.4
12522026-07-06T04:56:26.947Z Fresh serde_spanned v1.1.1
12532026-07-06T04:56:26.947Z Fresh toml_datetime v1.1.1+spec-1.1.0
12542026-07-06T04:56:26.947Z Fresh syn v2.0.118
12552026-07-06T04:56:26.947Z Fresh sync_wrapper v1.0.1
12562026-07-06T04:56:26.947Z Fresh encoding_rs v0.8.32
12572026-07-06T04:56:26.947Z Fresh match_cfg v0.1.0
12582026-07-06T04:56:26.947Z Fresh const-oid v0.10.2
12592026-07-06T04:56:26.947Z Fresh compression-core v0.4.32
12602026-07-06T04:56:26.947Z Fresh cpufeatures v0.2.17
12612026-07-06T04:56:26.947Z Fresh parking v2.2.0
12622026-07-06T04:56:26.947Z Fresh toml_writer v1.1.1+spec-1.1.0
12632026-07-06T04:56:26.947Z Fresh digest v0.11.2
12642026-07-06T04:56:26.947Z Fresh hostname v0.3.1
12652026-07-06T04:56:26.948Z Fresh event-listener v5.0.0
12662026-07-06T04:56:26.949Z Fresh toml v1.1.2+spec-1.1.0
12672026-07-06T04:56:26.949Z Fresh compression-codecs v0.4.38
12682026-07-06T04:56:26.949Z Fresh sha1 v0.10.6
12692026-07-06T04:56:26.949Z Fresh tower v0.5.2
12702026-07-06T04:56:26.949Z Fresh usdt-impl v0.6.0
12712026-07-06T04:56:26.949Z Fresh schemars_derive v0.8.22
12722026-07-06T04:56:26.952Z Fresh idna v1.0.3
12732026-07-06T04:56:26.952Z Fresh rand v0.9.2
12742026-07-06T04:56:26.952Z Fresh ryu v1.0.5
12752026-07-06T04:56:26.952Z Compiling dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
12762026-07-06T04:56:26.952Z Fresh usdt-attr-macro v0.6.0
12772026-07-06T04:56:26.952Z Fresh usdt-macro v0.6.0
12782026-07-06T04:56:26.952Z Fresh slog-json v2.6.1
12792026-07-06T04:56:26.952Z Fresh http-body-util v0.1.3
12802026-07-06T04:56:26.952Z Fresh crossbeam-channel v0.5.15
12812026-07-06T04:56:26.952Z 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`
12822026-07-06T04:56:26.953Z Fresh futures-executor v0.3.32
12832026-07-06T04:56:26.953Z Fresh uuid v1.23.4
12842026-07-06T04:56:26.980Z Fresh async-stream-impl v0.3.6
12852026-07-06T04:56:26.983Z Fresh is-terminal v0.4.12
12862026-07-06T04:56:26.983Z Fresh memmap2 v0.9.8
12872026-07-06T04:56:26.983Z Fresh term v1.1.0
12882026-07-06T04:56:26.983Z Fresh spin v0.9.8
12892026-07-06T04:56:26.983Z Fresh cpufeatures v0.3.0
12902026-07-06T04:56:26.983Z Fresh data-encoding v2.4.0
12912026-07-06T04:56:26.983Z Fresh take_mut v0.2.2
12922026-07-06T04:56:26.983Z Fresh iri-string v0.7.8
12932026-07-06T04:56:26.983Z Fresh dyn-clone v1.0.4
12942026-07-06T04:56:26.983Z Fresh multer v3.1.0
12952026-07-06T04:56:26.983Z Fresh tower-http v0.6.8
12962026-07-06T04:56:26.984Z Fresh tungstenite v0.29.0
12972026-07-06T04:56:26.984Z Fresh sha1 v0.11.0
12982026-07-06T04:56:26.984Z Fresh slog-term v2.9.2
12992026-07-06T04:56:26.984Z Fresh schemars v0.8.22
13002026-07-06T04:56:26.984Z Fresh slog-async v2.8.0
13012026-07-06T04:56:26.984Z Fresh async-stream v0.3.6
13022026-07-06T04:56:26.984Z Fresh usdt v0.6.0
13032026-07-06T04:56:26.984Z Fresh futures v0.3.32
13042026-07-06T04:56:26.984Z Fresh serde_urlencoded v0.7.1
13052026-07-06T04:56:26.984Z Fresh slog-bunyan v2.5.0
13062026-07-06T04:56:26.984Z Fresh camino v1.2.4
13072026-07-06T04:56:26.988Z Fresh url v2.5.4
13082026-07-06T04:56:26.988Z Fresh target-triple v1.0.0
13092026-07-06T04:56:26.988Z Fresh event-listener-strategy v0.5.4
13102026-07-06T04:56:26.988Z Fresh async-compression v0.4.42
13112026-07-06T04:56:26.988Z Fresh hyper-rustls v0.27.9
13122026-07-06T04:56:26.988Z Fresh rustls-platform-verifier v0.6.2
13132026-07-06T04:56:26.988Z Fresh pem v3.0.6
13142026-07-06T04:56:26.988Z Fresh yasna v0.6.0
13152026-07-06T04:56:26.988Z Fresh openapiv3 v2.2.0
13162026-07-06T04:56:26.988Z Fresh waitgroup v0.1.2
13172026-07-06T04:56:26.988Z Fresh rustls-pemfile v2.2.0
13182026-07-06T04:56:26.988Z Fresh async-trait v0.1.89
13192026-07-06T04:56:26.988Z Fresh hostname v0.4.2
13202026-07-06T04:56:26.988Z Fresh serde_path_to_error v0.1.20
13212026-07-06T04:56:26.988Z Fresh simple-mermaid v0.2.0
13222026-07-06T04:56:26.988Z Fresh termcolor v1.1.2
13232026-07-06T04:56:26.988Z Fresh glob v0.3.0
13242026-07-06T04:56:26.988Z Fresh debug-ignore v1.0.5
13252026-07-06T04:56:26.989Z Fresh trybuild v1.0.117
13262026-07-06T04:56:26.989Z Fresh reqwest v0.13.4
13272026-07-06T04:56:26.989Z Fresh rcgen v0.14.8
13282026-07-06T04:56:26.989Z Fresh mime_guess v2.0.5
13292026-07-06T04:56:26.989Z Fresh async-channel v2.5.0
13302026-07-06T04:56:26.989Z Fresh anyhow v1.0.103
13312026-07-06T04:56:26.989Z Fresh tokio-tungstenite v0.29.0
13322026-07-06T04:56:26.990Z Fresh buf-list v1.1.2
13332026-07-06T04:56:26.990Z Fresh subprocess v1.2.0
13342026-07-06T04:56:26.990Z Fresh once_cell v1.20.1
13352026-07-06T04:56:26.990Z Fresh schema-derive v0.1.0
13362026-07-06T04:56:26.990Z Fresh tempfile v3.27.0
13372026-07-06T04:56:26.990Z Fresh schema v0.1.0
13382026-07-06T04:56:26.990Z Fresh atomicwrites v0.4.4
13392026-07-06T04:56:26.990Z Fresh prettyplease v0.2.37
13402026-07-06T04:56:26.990Z Fresh expectorate v1.2.0
13412026-07-06T04:56:28.253Z Compiling dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot)
13422026-07-06T04:56:28.257Z 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=ceca026b0de40911 -C extra-filename=-dc5e9a4c15d695cc --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-6ef3ce12fc1f1ba7.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-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-2a48558ea6c7f9f6.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13432026-07-06T04:56:28.258Z 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=4b8876306a8efe3c -C extra-filename=-59ec4a6d0b5a9aa0 --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-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-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-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13442026-07-06T04:56:33.228Z 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=6cc152823c47fe6a -C extra-filename=-7d165ce970f3d6f5 --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-dc5e9a4c15d695cc.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-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-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-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13452026-07-06T04:56:33.229Z 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=7e6e5e896ca9dc43 -C extra-filename=-13995015fe9c4961 --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-dc5e9a4c15d695cc.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-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-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-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13462026-07-06T04:56:33.229Z 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=0928d301852a0568 -C extra-filename=-bea01c15cd409f82 --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-dc5e9a4c15d695cc.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-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-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-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13472026-07-06T04:56:33.229Z 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=dff1e2a6ee6af7d2 -C extra-filename=-3fd9fdca8d83bb1e --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-dc5e9a4c15d695cc.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-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-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-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13482026-07-06T04:56:33.236Z 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=82add6e8d15d0da5 -C extra-filename=-3895eea3324d610b --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-dc5e9a4c15d695cc.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-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-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-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13492026-07-06T04:56:33.237Z 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=25485f0ab35c7f79 -C extra-filename=-d27a0d20e12c1d79 --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-dc5e9a4c15d695cc.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-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-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-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13502026-07-06T04:56:33.239Z 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=fcd93ffedc061f04 -C extra-filename=-4340e1512f106f73 --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-dc5e9a4c15d695cc.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-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-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-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13512026-07-06T04:56:42.278Z 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=984ca7e75d12c1ce -C extra-filename=-ffd456750068fe0e --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-dc5e9a4c15d695cc.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-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-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-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13522026-07-06T04:56:43.706Z 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=9544bdd20d8c379a -C extra-filename=-c88e64ae090101b7 --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-dc5e9a4c15d695cc.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-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-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-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13532026-07-06T04:56:44.018Z 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=7f89b57c958e0aaf -C extra-filename=-f97481bbb3db0185 --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-dc5e9a4c15d695cc.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-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-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-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13542026-07-06T04:56:44.133Z 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=c02183903cf9840b -C extra-filename=-47deea7e8f5e4c3f --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-dc5e9a4c15d695cc.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-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-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-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13552026-07-06T04:56:44.156Z 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=cc74851d785de82e -C extra-filename=-7ff94aa7f0e82cda --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-dc5e9a4c15d695cc.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-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-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-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13562026-07-06T04:56:44.620Z 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=72cfa77db7f31f28 -C extra-filename=-cafeacb5fc4bb2d7 --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-dc5e9a4c15d695cc.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-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-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-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13572026-07-06T04:56:45.338Z 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=4166409612091665 -C extra-filename=-d45bebaf21833d4d --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-dc5e9a4c15d695cc.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-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-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-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13582026-07-06T04:56:51.913Z 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=1b9d54a7287e7fd0 -C extra-filename=-d2ebb5ce5a3a6661 --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-dc5e9a4c15d695cc.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-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-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-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13592026-07-06T04:56:53.057Z 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=2afc247e32513ac1 -C extra-filename=-ba41c2261f5b7d22 --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-dc5e9a4c15d695cc.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-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-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-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13602026-07-06T04:56:53.963Z 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=831f3a248ad1dd3e -C extra-filename=-b2328d9b2390099c --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-dc5e9a4c15d695cc.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-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-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-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13612026-07-06T04:56:54.740Z 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=fe9dd7f6bba5a777 -C extra-filename=-175ee5694249c69a --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-dc5e9a4c15d695cc.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-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-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-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13622026-07-06T04:56:54.747Z 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=e89869da48681616 -C extra-filename=-c0d8fe0dc0fa215b --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-dc5e9a4c15d695cc.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-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-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-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13632026-07-06T04:56:56.881Z 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=ddca6581b2de6eae -C extra-filename=-da7bde19a4d5b3f3 --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-dc5e9a4c15d695cc.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-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-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-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13642026-07-06T04:56:56.883Z 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=9e15276cc88c0f11 -C extra-filename=-947c8fcfcfcca6b1 --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-dc5e9a4c15d695cc.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-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-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-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13652026-07-06T04:56:57.274Z 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=580fb0dfba171066 -C extra-filename=-4f9006ceebc09b1a --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-dc5e9a4c15d695cc.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-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-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-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13662026-07-06T04:56:57.599Z 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=6234e2aa7a1fe3e8 -C extra-filename=-2a06f9f64421b47c --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-dc5e9a4c15d695cc.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-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-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-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13672026-07-06T04:57:04.387Z 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=9530d088e02b82e8 -C extra-filename=-1bcaef273b39481c --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-dc5e9a4c15d695cc.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-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-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-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-cf94fb08a43d9b69/out`
13682026-07-06T04:57:19.887Z Finished `test` profile [unoptimized + debuginfo] target(s) in 53.14s
13692026-07-06T04:57:19.928Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-59ec4a6d0b5a9aa0`
13702026-07-06T04:57:19.931Z
13712026-07-06T04:57:19.931Zrunning 142 tests
13722026-07-06T04:57:19.934Ztest api_description::test::test_endpoint_versions_range ... ok
13732026-07-06T04:57:19.934Ztest api_description::test::test_endpoint_versions_matches ... ok
13742026-07-06T04:57:19.934Ztest api_description::test::test_endpoint_versions_overlaps ... ok
13752026-07-06T04:57:19.934Ztest api_description::test::test_badpath4 - should panic ... ok
13762026-07-06T04:57:19.934Ztest api_description::test::test_tag_config_deserialize_old ... ok
13772026-07-06T04:57:19.934Ztest api_description::test::test_tags_need_one ... ok
13782026-07-06T04:57:19.934Ztest api_description::test::test_badpath2 ... ok
13792026-07-06T04:57:19.934Ztest api_description::test::test_badpath3 ... ok
13802026-07-06T04:57:19.934Ztest api_description::test::test_badpath1 ... ok
13812026-07-06T04:57:19.934Ztest api_description::test::test_dup_names ... ok
13822026-07-06T04:57:19.936Ztest api_description::test::test_tags_too_many ... ok
13832026-07-06T04:57:19.936Ztest api_description::test::test_tags_just_right ... ok
13842026-07-06T04:57:19.936Ztest compression::tests::test_accepts_gzip_encoding_gzip_takes_precedence_over_wildcard ... ok
13852026-07-06T04:57:19.936Ztest compression::tests::test_accepts_gzip_encoding_ignores_malformed_parameters ... ok
13862026-07-06T04:57:19.936Ztest compression::tests::test_accepts_gzip_encoding_basic ... ok
13872026-07-06T04:57:19.936Ztest compression::tests::test_accepts_gzip_encoding_malformed_quality ... ok
13882026-07-06T04:57:19.936Ztest compression::tests::test_accepts_gzip_encoding_gzip_acceptance_overrides_wildcard_rejection ... ok
13892026-07-06T04:57:19.936Ztest compression::tests::test_accepts_gzip_encoding_case_insensitive ... ok
13902026-07-06T04:57:19.936Ztest compression::tests::test_accepts_gzip_encoding_multiple_encodings ... ok
13912026-07-06T04:57:19.936Ztest compression::tests::test_accepts_gzip_encoding_non_finite_quality_defaults ... ok
13922026-07-06T04:57:19.936Ztest compression::tests::test_accepts_gzip_encoding_no_header ... ok
13932026-07-06T04:57:19.936Ztest compression::tests::test_accepts_gzip_encoding_prefers_highest_quality ... ok
13942026-07-06T04:57:19.936Ztest compression::tests::test_accepts_gzip_encoding_rejects_zero_quality ... ok
13952026-07-06T04:57:19.936Ztest compression::tests::test_accepts_gzip_encoding_with_positive_quality ... ok
13962026-07-06T04:57:19.936Ztest compression::tests::test_accepts_gzip_encoding_wildcard ... ok
13972026-07-06T04:57:19.936Ztest compression::tests::test_accepts_gzip_encoding_multiple_headers ... ok
13982026-07-06T04:57:19.936Ztest compression::tests::test_accepts_gzip_encoding_wildcard_rejected ... ok
13992026-07-06T04:57:19.936Ztest compression::tests::test_accepts_gzip_encoding_wildcard_with_quality ... ok
14002026-07-06T04:57:19.936Ztest compression::tests::test_should_compress_response_already_encoded ... ok
14012026-07-06T04:57:19.937Ztest compression::tests::test_should_compress_response_basic ... ok
14022026-07-06T04:57:19.937Ztest compression::tests::test_accepts_gzip_encoding_with_spaces ... ok
14032026-07-06T04:57:19.938Ztest compression::tests::test_should_compress_response_head_method ... ok
14042026-07-06T04:57:19.938Ztest compression::tests::test_should_compress_response_compressible_content_types ... ok
14052026-07-06T04:57:19.938Ztest compression::tests::test_should_compress_response_no_accept_encoding ... ok
14062026-07-06T04:57:19.938Ztest compression::tests::test_should_compress_response_no_content ... ok
14072026-07-06T04:57:19.938Ztest compression::tests::test_should_compress_response_no_content_type ... ok
14082026-07-06T04:57:19.938Ztest compression::tests::test_should_compress_response_non_compressible_content_types ... ok
14092026-07-06T04:57:19.938Ztest compression::tests::test_should_compress_response_not_modified ... ok
14102026-07-06T04:57:19.938Ztest compression::tests::test_should_compress_response_no_compression_extension ... ok
14112026-07-06T04:57:19.938Ztest compression::tests::test_should_compress_response_respects_content_length_threshold ... ok
14122026-07-06T04:57:19.938Ztest compression::tests::test_should_compress_response_rejects_content_range ... ok
14132026-07-06T04:57:19.938Ztest compression::tests::test_should_compress_response_partial_content ... ok
14142026-07-06T04:57:19.938Ztest compression::tests::test_should_compress_response_sse ... ok
14152026-07-06T04:57:19.938Ztest error::test::test_serialize_error_response_body ... ok
14162026-07-06T04:57:19.942Ztest extractor::body::tests::test_typed_body_from ... ok
14172026-07-06T04:57:19.942Ztest extractor::metadata::test::test_metadata_flattened ... ok
14182026-07-06T04:57:19.942Ztest extractor::header::tests::test_header_parsing ... ok
14192026-07-06T04:57:19.942Ztest extractor::metadata::test::test_metadata_pagination ... ok
14202026-07-06T04:57:19.942Ztest extractor::metadata::test::test_metadata_flattened_enum ... ok
14212026-07-06T04:57:19.942Ztest from_map::test::test_deep ... ok
14222026-07-06T04:57:19.942Ztest from_map::test::test_lone_literal ... ok
14232026-07-06T04:57:19.942Ztest compression::tests::test_apply_gzip_compression_removes_accept_ranges_and_sets_vary ... ok
14242026-07-06T04:57:19.944Ztest extractor::metadata::test::test_metadata_simple ... ok
14252026-07-06T04:57:19.945Ztest compression::tests::test_apply_gzip_compression_avoids_duplicate_vary_entries ... ok
14262026-07-06T04:57:19.945Ztest from_map::test::test_case_insensitive ... ok
14272026-07-06T04:57:19.945Ztest from_map::test::test_missing_data1 ... ok
14282026-07-06T04:57:19.945Ztest from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok
14292026-07-06T04:57:19.945Ztest from_map::test::test_missing_data2 ... ok
14302026-07-06T04:57:19.945Ztest from_map::test::test_types ... ok
14312026-07-06T04:57:19.945Ztest logging::test::test_config_bad_log_mode ... ok
14322026-07-06T04:57:19.946Ztest logging::test::test_config_bad_file_no_file ... ok
14332026-07-06T04:57:19.946Ztest logging::test::test_config_bad_terminal_bad_level ... ok
14342026-07-06T04:57:19.946Ztest logging::test::test_config_bad_file_no_level ... ok
14352026-07-06T04:57:19.946Ztest logging::test::test_config_bad_file_path_exists_fail ... ok
14362026-07-06T04:57:19.946Ztest logging::test::test_config_bad_file_bad_path_type ... ok
14372026-07-06T04:57:19.946Ztest logging::test::test_config_bad_terminal_no_level ... ok
14382026-07-06T04:57:19.946Ztest pagination::test::test_pagination_schema ... ok
14392026-07-06T04:57:19.946Ztest extractor::body::tests::test_content_plus_json ... ok
14402026-07-06T04:57:19.946Ztest pagination::test::test_results_page ... ok
14412026-07-06T04:57:19.946Ztest router::test::test_bad_path_segment2 - should panic ... ok
14422026-07-06T04:57:19.946Ztest router::test::test_bad_path_segment1 - should panic ... ok
14432026-07-06T04:57:19.946Ztest pagination::test::test_pagparams_parsing ... ok
14442026-07-06T04:57:19.946Ztest pagination::test::test_page_token_serialization ... ok
14452026-07-06T04:57:19.946Znote: configured to log to "/tmp/dropshot-59ec4a6d0b5a9aa0.3081.file_dir/log.out"
14462026-07-06T04:57:19.946Ztest router::test::test_bad_path_segment3 - should panic ... ok
14472026-07-06T04:57:19.946Ztest router::test::test_duplicate_route1 - should panic ... ok
14482026-07-06T04:57:19.947Ztest router::test::test_bogus_regex - should panic ... ok
14492026-07-06T04:57:19.947Ztest router::test::test_bad_path_segment4 - should panic ... ok
14502026-07-06T04:57:19.947Ztest router::test::test_duplicate_route2 - should panic ... ok
14512026-07-06T04:57:19.947Ztest api_description::test::test_tags_set ... ok
14522026-07-06T04:57:19.947Ztest router::test::test_duplicate_route3 - should panic ... ok
14532026-07-06T04:57:19.947Ztest logging::test::test_config_stderr_terminal ... ok
14542026-07-06T04:57:19.947Ztest router::test::test_duplicate_route_overlapping_version - should panic ... ok
14552026-07-06T04:57:19.947Ztest router::test::test_duplicate_route_same_version - should panic ... ok
14562026-07-06T04:57:19.948Ztest router::test::test_embedded_non_variable ... ok
14572026-07-06T04:57:19.948Ztest router::test::test_duplicate_varname - should panic ... ok
14582026-07-06T04:57:19.948Ztest router::test::test_inconsistent_varname - should panic ... ok
14592026-07-06T04:57:19.948Ztest router::test::test_empty_variable ... ok
14602026-07-06T04:57:19.948Ztest router::test::test_iter_null ... ok
14612026-07-06T04:57:19.948Ztest router::test::test_iter ... ok
14622026-07-06T04:57:19.948Ztest router::test::test_literal_after_regex - should panic ... ok
14632026-07-06T04:57:19.948Ztest router::test::test_map ... ok
14642026-07-06T04:57:19.948Ztest router::test::test_map_bad_value ... ok
14652026-07-06T04:57:19.948Ztest router::test::test_error_cases ... ok
14662026-07-06T04:57:19.948Ztest router::test::test_literal_after_variable - should panic ... ok
14672026-07-06T04:57:19.948Ztest router::test::test_map_bad_seq ... ok
14682026-07-06T04:57:19.948Ztest router::test::test_path_segment ... ok
14692026-07-06T04:57:19.948Ztest router::test::test_more_after_regex - should panic ... ok
14702026-07-06T04:57:19.948Ztest router::test::test_iter2 ... ok
14712026-07-06T04:57:19.948Ztest router::test::test_segments ... ok
14722026-07-06T04:57:19.948Znote: configured to log to "/tmp/dropshot-59ec4a6d0b5a9aa0.3081.file_dir/log.out"
14732026-07-06T04:57:19.948Ztest router::test::test_router_versioned ... ok
14742026-07-06T04:57:19.948Ztest router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok
14752026-07-06T04:57:19.948Ztest router::test::test_variable_after_literal - should panic ... ok
14762026-07-06T04:57:19.948Ztest router::test::test_router_basic ... ok
14772026-07-06T04:57:19.948Ztest router::test::test_variable_name_bad_end - should panic ... ok
14782026-07-06T04:57:19.948Ztest router::test::test_variable_name_bad_start - should panic ... ok
14792026-07-06T04:57:19.948Ztest router::test::test_variable_name_empty - should panic ... ok
14802026-07-06T04:57:19.948Ztest router::test::test_variable_rename ... ok
14812026-07-06T04:57:19.948Ztest router::test::test_variables_multi ... ok
14822026-07-06T04:57:19.948Ztest router::test::test_variables_glob ... ok
14832026-07-06T04:57:19.948Ztest router::test::test_variables_basic ... ok
14842026-07-06T04:57:19.948Ztest schema_util::test::test_additional_properties ... ok
14852026-07-06T04:57:19.948Ztest schema_util::test::test_empty_struct ... ok
14862026-07-06T04:57:19.948Ztest schema_util::test::test_nullable ... ok
14872026-07-06T04:57:19.948Ztest schema_util::test::test_two_types - should panic ... ok
14882026-07-06T04:57:19.948Znote: configured to log to "/tmp/dropshot-59ec4a6d0b5a9aa0.3081.file_dir/log.out"
14892026-07-06T04:57:19.948Ztest schema_util::test::test_embedded_schema ... ok
14902026-07-06T04:57:19.948Ztest schema_util::test::test_extension_conversion ... ok
14912026-07-06T04:57:19.948Ztest schema_util::test::test_garbage_barge_structure_conversion ... ok
14922026-07-06T04:57:19.948Ztest test_util::test::test_bunyan_bad_name - should panic ... ok
14932026-07-06T04:57:19.948Ztest test_util::test::test_bunyan_bad_hostname - should panic ... ok
14942026-07-06T04:57:19.948Ztest logging::test::test_config_file ... ok
14952026-07-06T04:57:19.949Ztest test_util::test::test_bunyan_bad_pid - should panic ... ok
14962026-07-06T04:57:19.950Ztest test_util::test::test_bunyan_bad_v - should panic ... ok
14972026-07-06T04:57:19.950Ztest test_util::test::test_bunyan_easy_cases ... ok
14982026-07-06T04:57:19.950Ztest test_util::test::test_bunyan_seq_bad_order - should panic ... ok
14992026-07-06T04:57:19.950Ztest test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok
15002026-07-06T04:57:19.950Ztest test_util::test::test_bunyan_seq_easy_cases ... ok
15012026-07-06T04:57:19.950Ztest test_util::test::test_bunyan_seq_lower_violated - should panic ... ok
15022026-07-06T04:57:19.950Ztest schema_util::test::test_schema2struct_with_enum_variants ... ok
15032026-07-06T04:57:19.950Ztest to_map::test::test_struct_with_options ... ok
15042026-07-06T04:57:19.950Ztest test_util::test::test_bunyan_seq_upper_violated - should panic ... ok
15052026-07-06T04:57:19.950Ztest to_map::test::test_to_map_enum ... ok
15062026-07-06T04:57:19.950Ztest to_map::test::test_to_map_num ... ok
15072026-07-06T04:57:19.950Ztest to_map::test::test_to_map_seq ... ok
15082026-07-06T04:57:19.950Ztest to_map::test::test_to_map_valid ... ok
15092026-07-06T04:57:19.950Ztest to_map::test::test_to_map_vec ... ok
15102026-07-06T04:57:19.950Ztest type_util::tests::test_commented_ref ... ok
15112026-07-06T04:57:19.950Ztest type_util::tests::test_reflexive_type - should panic ... ok
15122026-07-06T04:57:19.950Ztest type_util::tests::test_recursive_type - should panic ... ok
15132026-07-06T04:57:19.950Ztest websocket::tests::test_ws_upg_task_is_spawned ... ok
15142026-07-06T04:57:19.950Ztest server::test::test_drop_server_without_close_okay ... ok
15152026-07-06T04:57:19.950Ztest server::test::test_server_run_then_close ... ok
15162026-07-06T04:57:19.955Ztest server::test::test_http_acceptor_happy_path ... ok
15172026-07-06T04:57:19.955Z
15182026-07-06T04:57:19.955Ztest result: ok. 142 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
15192026-07-06T04:57:19.955Z
15202026-07-06T04:57:19.955Z Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-ba41c2261f5b7d22`
15212026-07-06T04:57:19.956Z
15222026-07-06T04:57:19.956Zrunning 1 test
15232026-07-06T04:57:20.245Z Compiling proc-macro2 v1.0.106
15242026-07-06T04:57:20.245Z Compiling quote v1.0.46
15252026-07-06T04:57:20.245Z Compiling unicode-ident v1.0.12
15262026-07-06T04:57:20.245Z Compiling libc v0.2.186
15272026-07-06T04:57:20.248Z Checking cfg-if v1.0.0
15282026-07-06T04:57:20.248Z Compiling serde_core v1.0.228
15292026-07-06T04:57:20.248Z Checking itoa v1.0.1
15302026-07-06T04:57:20.343Z Checking memchr v2.6.0
15312026-07-06T04:57:20.397Z Compiling version_check v0.9.5
15322026-07-06T04:57:20.400Z Checking pin-project-lite v0.2.12
15332026-07-06T04:57:20.490Z Compiling autocfg v1.1.0
15342026-07-06T04:57:20.679Z Compiling thiserror v2.0.18
15352026-07-06T04:57:20.731Z Checking smallvec v1.13.2
15362026-07-06T04:57:20.854Z Checking bytes v1.12.0
15372026-07-06T04:57:20.904Z Checking futures-core v0.3.32
15382026-07-06T04:57:20.977Z Compiling zmij v1.0.2
15392026-07-06T04:57:21.025Z Compiling serde v1.0.228
15402026-07-06T04:57:21.182Z Checking once_cell v1.20.1
15412026-07-06T04:57:21.244Z Compiling log v0.4.17
15422026-07-06T04:57:21.300Z Compiling serde_json v1.0.150
15432026-07-06T04:57:21.322Z Compiling jobserver v0.1.34
15442026-07-06T04:57:21.350Z Compiling find-msvc-tools v0.1.9
15452026-07-06T04:57:21.359Z Compiling shlex v1.3.0
15462026-07-06T04:57:21.564Z Compiling parking_lot_core v0.9.4
15472026-07-06T04:57:21.576Z Compiling cc v1.2.60
15482026-07-06T04:57:21.683Z Compiling syn v2.0.118
15492026-07-06T04:57:21.723Z Compiling slab v0.4.9
15502026-07-06T04:57:21.769Z Checking futures-sink v0.3.32
15512026-07-06T04:57:21.772Z Checking scopeguard v1.2.0
15522026-07-06T04:57:21.835Z Compiling typenum v1.19.0
15532026-07-06T04:57:21.876Z Checking lock_api v0.4.6
15542026-07-06T04:57:22.076Z Compiling fs_extra v1.3.0
15552026-07-06T04:57:22.106Z Compiling dunce v1.0.5
15562026-07-06T04:57:22.207Z Checking parking_lot v0.12.1
15572026-07-06T04:57:22.262Z Checking socket2 v0.6.3
15582026-07-06T04:57:22.351Z Compiling cmake v0.1.58
15592026-07-06T04:57:22.369Z Checking mio v1.2.0
15602026-07-06T04:57:22.406Z Checking signal-hook-registry v1.4.0
15612026-07-06T04:57:22.518Z Checking stable_deref_trait v1.2.0
15622026-07-06T04:57:22.568Z Checking futures-channel v0.3.32
15632026-07-06T04:57:22.596Z Checking http v1.4.2
15642026-07-06T04:57:22.770Z Compiling zerocopy v0.8.27
15652026-07-06T04:57:22.797Z Checking zeroize v1.8.2
15662026-07-06T04:57:22.839Z Compiling ucd-trie v0.1.6
15672026-07-06T04:57:22.992Z Checking futures-io v0.3.32
15682026-07-06T04:57:23.019Z Checking futures-task v0.3.32
15692026-07-06T04:57:23.113Z Compiling aws-lc-rs v1.16.3
15702026-07-06T04:57:23.159Z Checking rustls-pki-types v1.15.0
15712026-07-06T04:57:23.191Z Compiling rustversion v1.0.22
15722026-07-06T04:57:23.307Z Compiling httparse v1.10.0
15732026-07-06T04:57:23.534Z Compiling aws-lc-sys v0.40.0
15742026-07-06T04:57:23.698Z Checking litemap v0.7.4
15752026-07-06T04:57:23.704Z Compiling crossbeam-utils v0.8.21
15762026-07-06T04:57:23.748Z Checking writeable v0.5.5
15772026-07-06T04:57:23.975Z Compiling generic-array v0.14.5
15782026-07-06T04:57:24.034Z Checking hashbrown v0.17.0
15792026-07-06T04:57:24.084Z Checking equivalent v1.0.0
15802026-07-06T04:57:24.099Z Checking powerfmt v0.2.0
15812026-07-06T04:57:24.170Z Compiling getrandom v0.4.1
15822026-07-06T04:57:24.249Z Compiling time-core v0.1.8
15832026-07-06T04:57:24.255Z Compiling num-conv v0.2.0
15842026-07-06T04:57:24.394Z Checking deranged v0.5.5
15852026-07-06T04:57:24.402Z Compiling time-macros v0.2.27
15862026-07-06T04:57:24.528Z Checking indexmap v2.14.0
15872026-07-06T04:57:24.566Z Compiling synstructure v0.13.1
15882026-07-06T04:57:24.689Z Compiling slog v2.8.2
15892026-07-06T04:57:25.156Z Checking http-body v1.0.1
15902026-07-06T04:57:25.276Z Checking tracing-core v0.1.32
15912026-07-06T04:57:25.289Z Compiling unicase v2.6.0
15922026-07-06T04:57:25.308Z Checking atomic-waker v1.1.2
15932026-07-06T04:57:25.367Z Checking num_threads v0.1.3
15942026-07-06T04:57:25.390Z Checking untrusted v0.9.0
15952026-07-06T04:57:25.406Z Checking percent-encoding v2.3.2
15962026-07-06T04:57:25.501Z Checking bitflags v2.11.0
15972026-07-06T04:57:25.550Z Checking icu_locid_transform_data v1.5.0
15982026-07-06T04:57:25.586Z Compiling getrandom v0.3.4
15992026-07-06T04:57:25.619Z Compiling rustls v0.23.41
16002026-07-06T04:57:25.669Z Checking tracing v0.1.40
16012026-07-06T04:57:25.799Z Checking time v0.3.47
16022026-07-06T04:57:25.914Z Compiling num-traits v0.2.14
16032026-07-06T04:57:26.103Z Compiling usdt-impl v0.6.0
16042026-07-06T04:57:26.178Z Checking icu_properties_data v1.5.0
16052026-07-06T04:57:26.218Z Checking tower-service v0.3.3
16062026-07-06T04:57:26.307Z Checking tower-layer v0.3.3
16072026-07-06T04:57:26.314Z Compiling crc32fast v1.5.0
16082026-07-06T04:57:26.407Z Checking fnv v1.0.7
16092026-07-06T04:57:26.410Z Checking try-lock v0.2.3
16102026-07-06T04:57:26.456Z Checking base64 v0.22.1
16112026-07-06T04:57:26.493Z Checking subtle v2.5.0
16122026-07-06T04:57:26.631Z Checking want v0.3.0
16132026-07-06T04:57:26.755Z Checking hybrid-array v0.4.8
16142026-07-06T04:57:26.761Z Checking errno v0.3.10
16152026-07-06T04:57:26.844Z Compiling thread-id v5.0.0
16162026-07-06T04:57:26.913Z Checking plain v0.2.3
16172026-07-06T04:57:26.923Z Checking httpdate v1.0.1
16182026-07-06T04:57:26.926Z Compiling byteorder v1.4.3
16192026-07-06T04:57:26.926Z Checking write16 v1.0.0
16202026-07-06T04:57:26.976Z Compiling serde_derive v1.0.228
16212026-07-06T04:57:27.002Z Compiling thiserror-impl v2.0.18
16222026-07-06T04:57:27.008Z Compiling zerofrom-derive v0.1.5
16232026-07-06T04:57:27.038Z Compiling yoke-derive v0.7.5
16242026-07-06T04:57:27.057Z Compiling tokio-macros v2.7.0
16252026-07-06T04:57:27.139Z Compiling zerovec-derive v0.10.3
16262026-07-06T04:57:27.207Z Compiling displaydoc v0.2.5
16272026-07-06T04:57:28.247Z Checking tokio v1.52.3
16282026-07-06T04:57:28.453Z Compiling futures-macro v0.3.32
16292026-07-06T04:57:28.709Z Compiling zerocopy-derive v0.8.27
16302026-07-06T04:57:28.927Z Compiling icu_provider_macros v1.5.0
16312026-07-06T04:57:29.221Z Compiling pest v2.8.1
16322026-07-06T04:57:29.270Z Checking zerofrom v0.1.5
16332026-07-06T04:57:29.395Z Checking yoke v0.7.5
16342026-07-06T04:57:29.585Z Checking zerovec v0.10.4
16352026-07-06T04:57:29.716Z Checking futures-util v0.3.32
16362026-07-06T04:57:29.928Z Compiling scroll_derive v0.13.1
16372026-07-06T04:57:30.277Z Compiling pest_meta v2.8.1
16382026-07-06T04:57:30.534Z Checking tinystr v0.7.6
16392026-07-06T04:57:30.716Z Checking icu_locid v1.5.0
16402026-07-06T04:57:31.217Z Compiling pest_generator v2.8.1
16412026-07-06T04:57:31.404Z Checking icu_provider v1.5.0
16422026-07-06T04:57:31.458Z Checking tokio-util v0.7.18
16432026-07-06T04:57:31.725Z Checking icu_locid_transform v1.5.0
16442026-07-06T04:57:31.732Z Checking erased-serde v0.3.31
16452026-07-06T04:57:31.799Z Checking icu_collections v1.5.0
16462026-07-06T04:57:31.897Z Checking h2 v0.4.14
16472026-07-06T04:57:32.085Z Compiling dof v0.4.0
16482026-07-06T04:57:32.140Z Compiling serde_tokenstream v0.2.3
16492026-07-06T04:57:32.176Z Checking scroll v0.13.0
16502026-07-06T04:57:32.225Z Checking icu_properties v1.5.1
16512026-07-06T04:57:32.398Z Checking icu_normalizer_data v1.5.0
16522026-07-06T04:57:32.415Z Checking utf16_iter v1.0.5
16532026-07-06T04:57:32.419Z Compiling pest_derive v2.8.1
16542026-07-06T04:57:32.465Z Checking utf8_iter v1.0.4
16552026-07-06T04:57:32.495Z Checking adler2 v2.0.1
16562026-07-06T04:57:32.525Z Checking simd-adler32 v0.3.7
16572026-07-06T04:57:32.591Z Compiling rustix v1.1.4
16582026-07-06T04:57:32.603Z Checking goblin v0.10.1
16592026-07-06T04:57:32.667Z Checking miniz_oxide v0.8.9
16602026-07-06T04:57:33.312Z Compiling dtrace-parser v0.3.0
16612026-07-06T04:57:33.662Z Checking icu_normalizer v1.5.0
16622026-07-06T04:57:33.855Z Checking hyper v1.10.1
16632026-07-06T04:57:34.052Z Checking rand_core v0.9.5
16642026-07-06T04:57:34.171Z Checking crypto-common v0.1.6
16652026-07-06T04:57:34.205Z Checking block-buffer v0.10.2
16662026-07-06T04:57:34.242Z Checking form_urlencoded v1.2.2
16672026-07-06T04:57:34.288Z Checking mime v0.3.16
16682026-07-06T04:57:34.331Z Compiling rustix v0.38.44
16692026-07-06T04:57:34.372Z Checking iana-time-zone v0.1.47
16702026-07-06T04:57:34.466Z Checking openssl-probe v0.2.1
16712026-07-06T04:57:34.479Z Checking pretty-hex v0.4.1
16722026-07-06T04:57:34.558Z Checking ipnet v2.10.0
16732026-07-06T04:57:34.575Z Compiling ryu v1.0.5
16742026-07-06T04:57:34.599Z Checking ppv-lite86 v0.2.15
16752026-07-06T04:57:34.659Z Checking rustls-native-certs v0.8.3
16762026-07-06T04:57:34.787Z Checking chrono v0.4.45
16772026-07-06T04:57:34.832Z Checking hyper-util v0.1.20
16782026-07-06T04:57:34.881Z Checking rand_chacha v0.9.0
16792026-07-06T04:57:34.887Z Checking digest v0.10.7
16802026-07-06T04:57:34.990Z Checking flate2 v1.1.9
16812026-07-06T04:57:35.059Z Checking idna_adapter v1.2.0
16822026-07-06T04:57:35.280Z Checking block-buffer v0.12.0
16832026-07-06T04:57:35.292Z Checking crypto-common v0.2.1
16842026-07-06T04:57:35.356Z Checking concurrent-queue v2.5.0
16852026-07-06T04:57:35.428Z Compiling serde_derive_internals v0.29.0
16862026-07-06T04:57:35.540Z Checking thread_local v1.1.4
16872026-07-06T04:57:35.707Z Checking sync_wrapper v1.0.1
16882026-07-06T04:57:35.750Z Compiling multer v3.1.0
16892026-07-06T04:57:35.794Z Checking encoding_rs v0.8.32
16902026-07-06T04:57:35.828Z Compiling schemars v0.8.22
16912026-07-06T04:57:35.980Z Checking const-oid v0.10.2
16922026-07-06T04:57:36.022Z Checking parking v2.2.0
16932026-07-06T04:57:36.025Z Compiling paste v1.0.15
16942026-07-06T04:57:36.098Z Compiling camino v1.2.4
16952026-07-06T04:57:36.136Z Checking winnow v1.0.0
16962026-07-06T04:57:36.141Z Checking fastrand v2.1.1
16972026-07-06T04:57:36.328Z Checking compression-core v0.4.32
16982026-07-06T04:57:36.397Z Checking match_cfg v0.1.0
16992026-07-06T04:57:36.439Z Compiling slog-async v2.8.0
17002026-07-06T04:57:36.461Z Checking cpufeatures v0.2.17
17012026-07-06T04:57:36.464Z Checking compression-codecs v0.4.38
17022026-07-06T04:57:36.530Z Checking sha1 v0.10.6
17032026-07-06T04:57:36.582Z Checking hostname v0.3.1
17042026-07-06T04:57:36.638Z Checking toml_parser v1.1.2+spec-1.1.0
17052026-07-06T04:57:36.678Z Compiling schemars_derive v0.8.22
17062026-07-06T04:57:36.695Z Checking tempfile v3.27.0
17072026-07-06T04:57:36.719Z Checking digest v0.11.2
17082026-07-06T04:57:36.822Z Checking event-listener v5.0.0
17092026-07-06T04:57:36.870Z Checking tower v0.5.2
17102026-07-06T04:57:36.895Z Checking idna v1.0.3
17112026-07-06T04:57:36.903Z Checking rand v0.9.2
17122026-07-06T04:57:36.979Z Compiling mime_guess v2.0.5
17132026-07-06T04:57:37.175Z Compiling usdt-macro v0.6.0
17142026-07-06T04:57:37.215Z Compiling usdt-attr-macro v0.6.0
17152026-07-06T04:57:37.254Z Checking slog-json v2.6.1
17162026-07-06T04:57:37.372Z Checking futures-executor v0.3.32
17172026-07-06T04:57:37.421Z Compiling async-stream-impl v0.3.6
17182026-07-06T04:57:37.525Z Checking uuid v1.23.4
17192026-07-06T04:57:37.755Z Checking crossbeam-channel v0.5.15
17202026-07-06T04:57:37.823Z Checking http-body-util v0.1.3
17212026-07-06T04:57:37.829Z Checking toml_datetime v1.1.1+spec-1.1.0
17222026-07-06T04:57:38.028Z Checking serde_spanned v1.1.1
17232026-07-06T04:57:38.037Z Checking memmap2 v0.9.8
17242026-07-06T04:57:38.101Z Checking is-terminal v0.4.12
17252026-07-06T04:57:38.160Z Compiling dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot)
17262026-07-06T04:57:38.189Z Checking term v1.1.0
17272026-07-06T04:57:38.197Z Checking lazy_static v1.5.0
17282026-07-06T04:57:38.293Z Checking iri-string v0.7.8
17292026-07-06T04:57:38.374Z Checking unicode-segmentation v1.10.0
17302026-07-06T04:57:38.416Z Checking spin v0.9.8
17312026-07-06T04:57:38.420Z Compiling anyhow v1.0.103
17322026-07-06T04:57:38.427Z Checking unicode-width v0.1.9
17332026-07-06T04:57:38.481Z Checking toml_writer v1.1.1+spec-1.1.0
17342026-07-06T04:57:38.522Z Compiling semver v1.0.28
17352026-07-06T04:57:38.525Z Compiling heck v0.5.0
17362026-07-06T04:57:38.659Z Checking data-encoding v2.4.0
17372026-07-06T04:57:38.662Z Checking take_mut v0.2.2
17382026-07-06T04:57:38.690Z Checking cpufeatures v0.3.0
17392026-07-06T04:57:38.758Z Checking dyn-clone v1.0.4
17402026-07-06T04:57:38.795Z Checking sha1 v0.11.0
17412026-07-06T04:57:38.872Z Compiling dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
17422026-07-06T04:57:38.921Z Checking tungstenite v0.29.0
17432026-07-06T04:57:38.934Z Checking newline-converter v0.3.0
17442026-07-06T04:57:38.967Z Checking toml v1.1.2+spec-1.1.0
17452026-07-06T04:57:39.039Z Checking console v0.15.7
17462026-07-06T04:57:39.258Z Checking usdt v0.6.0
17472026-07-06T04:57:39.349Z Checking async-stream v0.3.6
17482026-07-06T04:57:39.352Z Checking tower-http v0.6.8
17492026-07-06T04:57:39.352Z Checking slog-term v2.9.2
17502026-07-06T04:57:39.472Z Checking atomicwrites v0.4.4
17512026-07-06T04:57:39.493Z Checking futures v0.3.32
17522026-07-06T04:57:39.551Z Checking slog-bunyan v2.5.0
17532026-07-06T04:57:39.567Z Checking serde_urlencoded v0.7.1
17542026-07-06T04:57:39.574Z Checking url v2.5.4
17552026-07-06T04:57:39.596Z Checking event-listener-strategy v0.5.4
17562026-07-06T04:57:39.621Z Checking async-compression v0.4.42
17572026-07-06T04:57:39.723Z Checking openapiv3 v2.2.0
17582026-07-06T04:57:39.771Z Compiling async-trait v0.1.89
17592026-07-06T04:57:39.860Z Checking pem v3.0.6
17602026-07-06T04:57:39.921Z Checking yasna v0.6.0
17612026-07-06T04:57:39.957Z Checking waitgroup v0.1.2
17622026-07-06T04:57:40.026Z Checking rustls-pemfile v2.2.0
17632026-07-06T04:57:40.061Z Checking serde_path_to_error v0.1.20
17642026-07-06T04:57:40.171Z Checking hostname v0.4.2
17652026-07-06T04:57:40.274Z Checking simple-mermaid v0.2.0
17662026-07-06T04:57:40.303Z Checking similar v2.2.1
17672026-07-06T04:57:40.382Z Checking debug-ignore v1.0.5
17682026-07-06T04:57:40.382Z Checking async-channel v2.5.0
17692026-07-06T04:57:40.524Z Checking tokio-tungstenite v0.29.0
17702026-07-06T04:57:40.648Z Checking expectorate v1.2.0
17712026-07-06T04:57:40.730Z Checking subprocess v1.2.0
17722026-07-06T04:57:40.774Z Checking buf-list v1.1.2
17732026-07-06T04:57:45.997Z Checking rustls-webpki v0.103.13
17742026-07-06T04:57:46.001Z Checking rcgen v0.14.8
17752026-07-06T04:57:48.258Z Checking tokio-rustls v0.26.4
17762026-07-06T04:57:48.258Z Checking rustls-platform-verifier v0.6.2
17772026-07-06T04:57:48.453Z Checking hyper-rustls v0.27.9
17782026-07-06T04:57:48.632Z Checking reqwest v0.13.4
17792026-07-06T04:57:50.121Z Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot)
17802026-07-06T04:57:50.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.20s
17812026-07-06T04:57:50.440Z
17822026-07-06T04:57:50.441Z
17832026-07-06T04:58:16.807Ztest tests/fail/bad_channel10.rs ... ok
17842026-07-06T04:58:16.807Ztest tests/fail/bad_channel11.rs ... ok
17852026-07-06T04:58:16.807Ztest tests/fail/bad_channel12.rs ... ok
17862026-07-06T04:58:16.807Ztest tests/fail/bad_channel13.rs ... ok
17872026-07-06T04:58:16.807Ztest tests/fail/bad_channel14.rs ... ok
17882026-07-06T04:58:16.812Ztest tests/fail/bad_channel15.rs ... ok
17892026-07-06T04:58:16.812Ztest tests/fail/bad_channel17.rs ... ok
17902026-07-06T04:58:16.812Ztest tests/fail/bad_channel18.rs ... ok
17912026-07-06T04:58:16.812Ztest tests/fail/bad_channel19.rs ... ok
17922026-07-06T04:58:16.812Ztest tests/fail/bad_channel1a.rs ... ok
17932026-07-06T04:58:16.812Ztest tests/fail/bad_channel1b.rs ... ok
17942026-07-06T04:58:16.812Ztest tests/fail/bad_channel2.rs ... ok
17952026-07-06T04:58:16.812Ztest tests/fail/bad_channel20.rs ... ok
17962026-07-06T04:58:16.812Ztest tests/fail/bad_channel21.rs ... ok
17972026-07-06T04:58:16.812Ztest tests/fail/bad_channel22.rs ... ok
17982026-07-06T04:58:16.812Ztest tests/fail/bad_channel23.rs ... ok
17992026-07-06T04:58:16.812Ztest tests/fail/bad_channel24.rs ... ok
18002026-07-06T04:58:16.812Ztest tests/fail/bad_channel25.rs ... ok
18012026-07-06T04:58:16.812Ztest tests/fail/bad_channel26.rs ... ok
18022026-07-06T04:58:16.812Ztest tests/fail/bad_channel27.rs ... ok
18032026-07-06T04:58:16.812Ztest tests/fail/bad_channel28.rs ... ok
18042026-07-06T04:58:16.812Ztest tests/fail/bad_channel3.rs ... ok
18052026-07-06T04:58:16.812Ztest tests/fail/bad_channel4.rs ... ok
18062026-07-06T04:58:16.812Ztest tests/fail/bad_channel5.rs ... ok
18072026-07-06T04:58:16.812Ztest tests/fail/bad_channel6.rs ... ok
18082026-07-06T04:58:16.812Ztest tests/fail/bad_channel8.rs ... ok
18092026-07-06T04:58:16.812Ztest tests/fail/bad_channel9.rs ... ok
18102026-07-06T04:58:16.812Ztest tests/fail/bad_endpoint1.rs ... ok
18112026-07-06T04:58:16.812Ztest tests/fail/bad_endpoint10.rs ... ok
18122026-07-06T04:58:16.812Ztest tests/fail/bad_endpoint11.rs ... ok
18132026-07-06T04:58:16.812Ztest tests/fail/bad_endpoint12.rs ... ok
18142026-07-06T04:58:16.812Ztest tests/fail/bad_endpoint13.rs ... ok
18152026-07-06T04:58:16.812Ztest tests/fail/bad_endpoint14.rs ... ok
18162026-07-06T04:58:16.813Ztest tests/fail/bad_endpoint15.rs ... ok
18172026-07-06T04:58:16.813Ztest tests/fail/bad_endpoint16.rs ... ok
18182026-07-06T04:58:16.813Ztest tests/fail/bad_endpoint17.rs ... ok
18192026-07-06T04:58:16.813Ztest tests/fail/bad_endpoint18.rs ... ok
18202026-07-06T04:58:16.813Ztest tests/fail/bad_endpoint19.rs ... ok
18212026-07-06T04:58:16.813Ztest tests/fail/bad_endpoint2.rs ... ok
18222026-07-06T04:58:16.814Ztest tests/fail/bad_endpoint20.rs ... ok
18232026-07-06T04:58:16.814Ztest tests/fail/bad_endpoint21.rs ... ok
18242026-07-06T04:58:16.814Ztest tests/fail/bad_endpoint22.rs ... ok
18252026-07-06T04:58:16.814Ztest tests/fail/bad_endpoint23.rs ... ok
18262026-07-06T04:58:16.814Ztest tests/fail/bad_endpoint24.rs ... ok
18272026-07-06T04:58:16.814Ztest tests/fail/bad_endpoint25.rs ... ok
18282026-07-06T04:58:16.814Ztest tests/fail/bad_endpoint26.rs ... ok
18292026-07-06T04:58:16.814Ztest tests/fail/bad_endpoint27.rs ... ok
18302026-07-06T04:58:16.814Ztest tests/fail/bad_endpoint28.rs ... ok
18312026-07-06T04:58:16.814Ztest tests/fail/bad_endpoint3.rs ... ok
18322026-07-06T04:58:16.814Ztest tests/fail/bad_endpoint4.rs ... ok
18332026-07-06T04:58:16.814Ztest tests/fail/bad_endpoint5.rs ... ok
18342026-07-06T04:58:16.814Ztest tests/fail/bad_endpoint6.rs ... ok
18352026-07-06T04:58:16.814Ztest tests/fail/bad_endpoint7.rs ... ok
18362026-07-06T04:58:16.814Ztest tests/fail/bad_endpoint8.rs ... ok
18372026-07-06T04:58:16.814Ztest tests/fail/bad_endpoint9.rs ... ok
18382026-07-06T04:58:16.814Ztest tests/fail/bad_trait_channel10.rs ... ok
18392026-07-06T04:58:16.814Ztest tests/fail/bad_trait_channel11.rs ... ok
18402026-07-06T04:58:16.814Ztest tests/fail/bad_trait_channel12.rs ... ok
18412026-07-06T04:58:16.814Ztest tests/fail/bad_trait_channel13.rs ... ok
18422026-07-06T04:58:16.815Ztest tests/fail/bad_trait_channel14.rs ... ok
18432026-07-06T04:58:16.815Ztest tests/fail/bad_trait_channel15.rs ... ok
18442026-07-06T04:58:16.815Ztest tests/fail/bad_trait_channel17.rs ... ok
18452026-07-06T04:58:16.815Ztest tests/fail/bad_trait_channel18.rs ... ok
18462026-07-06T04:58:16.815Ztest tests/fail/bad_trait_channel19.rs ... ok
18472026-07-06T04:58:16.815Ztest tests/fail/bad_trait_channel1a.rs ... ok
18482026-07-06T04:58:16.815Ztest tests/fail/bad_trait_channel1b.rs ... ok
18492026-07-06T04:58:16.815Ztest tests/fail/bad_trait_channel2.rs ... ok
18502026-07-06T04:58:16.815Ztest tests/fail/bad_trait_channel20.rs ... ok
18512026-07-06T04:58:16.815Ztest tests/fail/bad_trait_channel21.rs ... ok
18522026-07-06T04:58:16.815Ztest tests/fail/bad_trait_channel22.rs ... ok
18532026-07-06T04:58:16.815Ztest tests/fail/bad_trait_channel23.rs ... ok
18542026-07-06T04:58:16.815Ztest tests/fail/bad_trait_channel24.rs ... ok
18552026-07-06T04:58:16.815Ztest tests/fail/bad_trait_channel25.rs ... ok
18562026-07-06T04:58:16.815Ztest tests/fail/bad_trait_channel26.rs ... ok
18572026-07-06T04:58:16.815Ztest tests/fail/bad_trait_channel28.rs ... ok
18582026-07-06T04:58:16.815Ztest tests/fail/bad_trait_channel3.rs ... ok
18592026-07-06T04:58:16.815Ztest tests/fail/bad_trait_channel4.rs ... ok
18602026-07-06T04:58:16.815Ztest tests/fail/bad_trait_channel5.rs ... ok
18612026-07-06T04:58:16.815Ztest tests/fail/bad_trait_channel6.rs ... ok
18622026-07-06T04:58:16.815Ztest tests/fail/bad_trait_channel8.rs ... ok
18632026-07-06T04:58:16.815Ztest tests/fail/bad_trait_channel9.rs ... ok
18642026-07-06T04:58:16.815Ztest tests/fail/bad_trait_endpoint1.rs ... ok
18652026-07-06T04:58:16.815Ztest tests/fail/bad_trait_endpoint10.rs ... ok
18662026-07-06T04:58:16.815Ztest tests/fail/bad_trait_endpoint11.rs ... ok
18672026-07-06T04:58:16.815Ztest tests/fail/bad_trait_endpoint12.rs ... ok
18682026-07-06T04:58:16.815Ztest tests/fail/bad_trait_endpoint13.rs ... ok
18692026-07-06T04:58:16.815Ztest tests/fail/bad_trait_endpoint14.rs ... ok
18702026-07-06T04:58:16.816Ztest tests/fail/bad_trait_endpoint15.rs ... ok
18712026-07-06T04:58:16.816Ztest tests/fail/bad_trait_endpoint16.rs ... ok
18722026-07-06T04:58:16.816Ztest tests/fail/bad_trait_endpoint17.rs ... ok
18732026-07-06T04:58:16.816Ztest tests/fail/bad_trait_endpoint18.rs ... ok
18742026-07-06T04:58:16.816Ztest tests/fail/bad_trait_endpoint19.rs ... ok
18752026-07-06T04:58:16.816Ztest tests/fail/bad_trait_endpoint2.rs ... ok
18762026-07-06T04:58:16.816Ztest tests/fail/bad_trait_endpoint20.rs ... ok
18772026-07-06T04:58:16.816Ztest tests/fail/bad_trait_endpoint21.rs ... ok
18782026-07-06T04:58:16.816Ztest tests/fail/bad_trait_endpoint22.rs ... ok
18792026-07-06T04:58:16.816Ztest tests/fail/bad_trait_endpoint23.rs ... ok
18802026-07-06T04:58:16.816Ztest tests/fail/bad_trait_endpoint24.rs ... ok
18812026-07-06T04:58:16.816Ztest tests/fail/bad_trait_endpoint25.rs ... ok
18822026-07-06T04:58:16.816Ztest tests/fail/bad_trait_endpoint26.rs ... ok
18832026-07-06T04:58:16.816Ztest tests/fail/bad_trait_endpoint27.rs ... ok
18842026-07-06T04:58:16.818Ztest tests/fail/bad_trait_endpoint28.rs ... ok
18852026-07-06T04:58:16.818Ztest tests/fail/bad_trait_endpoint3.rs ... ok
18862026-07-06T04:58:16.818Ztest tests/fail/bad_trait_endpoint4.rs ... ok
18872026-07-06T04:58:16.818Ztest tests/fail/bad_trait_endpoint5.rs ... ok
18882026-07-06T04:58:16.822Ztest tests/fail/bad_trait_endpoint6.rs ... ok
18892026-07-06T04:58:16.822Ztest tests/fail/bad_trait_endpoint7.rs ... ok
18902026-07-06T04:58:16.822Ztest tests/fail/bad_trait_endpoint8.rs ... ok
18912026-07-06T04:58:16.822Ztest tests/fail/bad_trait_endpoint9.rs ... ok
18922026-07-06T04:58:16.822Ztest tests/fail/bad_trait_endpoint_error.rs ... ok
18932026-07-06T04:58:16.823Ztest tests/fail/bad_trait_only1.rs ... ok
18942026-07-06T04:58:16.823Ztest tests/fail/bad_trait_only10.rs ... ok
18952026-07-06T04:58:16.823Ztest tests/fail/bad_trait_only11.rs ... ok
18962026-07-06T04:58:16.823Ztest tests/fail/bad_trait_only12.rs ... ok
18972026-07-06T04:58:16.823Ztest tests/fail/bad_trait_only13.rs ... ok
18982026-07-06T04:58:16.823Ztest tests/fail/bad_trait_only14.rs ... ok
18992026-07-06T04:58:16.823Ztest tests/fail/bad_trait_only15.rs ... ok
19002026-07-06T04:58:16.823Ztest tests/fail/bad_trait_only16.rs ... ok
19012026-07-06T04:58:16.824Ztest tests/fail/bad_trait_only17.rs ... ok
19022026-07-06T04:58:16.824Ztest tests/fail/bad_trait_only18.rs ... ok
19032026-07-06T04:58:16.824Ztest tests/fail/bad_trait_only19.rs ... ok
19042026-07-06T04:58:16.824Ztest tests/fail/bad_trait_only2.rs ... ok
19052026-07-06T04:58:16.824Ztest tests/fail/bad_trait_only20.rs ... ok
19062026-07-06T04:58:16.824Ztest tests/fail/bad_trait_only21.rs ... ok
19072026-07-06T04:58:16.824Ztest tests/fail/bad_trait_only22.rs ... ok
19082026-07-06T04:58:16.824Ztest tests/fail/bad_trait_only3.rs ... ok
19092026-07-06T04:58:16.824Ztest tests/fail/bad_trait_only4.rs ... ok
19102026-07-06T04:58:16.824Ztest tests/fail/bad_trait_only5.rs ... ok
19112026-07-06T04:58:16.824Ztest tests/fail/bad_trait_only6.rs ... ok
19122026-07-06T04:58:16.824Ztest tests/fail/bad_trait_only7.rs ... ok
19132026-07-06T04:58:16.824Ztest tests/fail/bad_trait_only8.rs ... ok
19142026-07-06T04:58:16.824Ztest tests/fail/bad_trait_only9.rs ... ok
19152026-07-06T04:58:16.824Ztest tests/fail/bad_version_backwards.rs ... ok
19162026-07-06T04:58:16.824Ztest tests/fail/unused_endpoint.rs ... ok
19172026-07-06T04:58:16.824Z
19182026-07-06T04:58:16.824Z
19192026-07-06T04:58:16.824Ztest fail ... ok
19202026-07-06T04:58:16.825Z
19212026-07-06T04:58:16.825Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 56.86s
19222026-07-06T04:58:16.825Z
19232026-07-06T04:58:16.825Z Running `/work/oxidecomputer/dropshot/target/debug/deps/integration_tests-2a06f9f64421b47c`
19242026-07-06T04:58:16.825Z
19252026-07-06T04:58:16.825Zrunning 100 tests
19262026-07-06T04:58:16.825Ztest api_trait::test_api_trait_with_disallowed_tags ... ok
19272026-07-06T04:58:16.825Ztest config::test_config_bad_bind_address_garbage ... ok
19282026-07-06T04:58:16.825Ztest config::test_config_bad_bind_address_port_too_small ... ok
19292026-07-06T04:58:16.825Ztest config::test_config_bad_bind_address_port_too_large ... ok
19302026-07-06T04:58:16.825Ztest config::test_config_bad_request_body_max_bytes_negative ... ok
19312026-07-06T04:58:16.825Ztest api_trait::test_api_trait_with_empty_tag_config ... ok
19322026-07-06T04:58:16.825Ztest api_trait::test_api_trait_with_complex_tags ... ok
19332026-07-06T04:58:16.825Ztest config::test_config_bad_request_body_max_bytes_too_large ... ok
19342026-07-06T04:58:16.825Ztest config::test_config_deprecated_request_body_max_bytes ... ok
19352026-07-06T04:58:16.825Ztest config::test_valid_config_all_settings ... ok
19362026-07-06T04:58:16.825Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-config_handler_task_mode_detached.6365.5.log"
19372026-07-06T04:58:16.825Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-config_bind_address_http.6365.3.log"
19382026-07-06T04:58:16.825Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-config_handler_task_mode_cancel.6365.4.log"
19392026-07-06T04:58:16.825Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-config_bind_address_https.6365.0.log"
19402026-07-06T04:58:16.825Ztest config::test_valid_config_basic ... ok
19412026-07-06T04:58:16.825Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-api_trait_basic.6365.2.log"
19422026-07-06T04:58:16.825Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-test_unversioned_servers_with_versioned_routes.6365.6.log"
19432026-07-06T04:58:16.825Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-config_bind_address_https_buffer.6365.1.log"
19442026-07-06T04:58:16.825Ztest config::test_valid_config_empty ... ok
19452026-07-06T04:58:16.825Ztest config::test_unversioned_servers_with_versioned_routes ... ok
19462026-07-06T04:58:16.825Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-test_enum_extractor_error.6365.7.log"
19472026-07-06T04:58:16.826Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-test_enum_user_error.6365.8.log"
19482026-07-06T04:58:16.829Ztest config::test_config_handler_task_mode_detached ... ok
19492026-07-06T04:58:16.829Ztest config::test_config_handler_task_mode_cancel ... ok
19502026-07-06T04:58:16.829Ztest custom_errors::test_enum_extractor_error ... ok
19512026-07-06T04:58:16.829Ztest custom_errors::test_enum_user_error ... ok
19522026-07-06T04:58:16.829Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-test_struct_extractor_error.6365.9.log"
19532026-07-06T04:58:16.829Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-test_struct_user_error.6365.10.log"
19542026-07-06T04:58:16.829Ztest custom_errors::test_trait_based_api ... ok
19552026-07-06T04:58:16.829Ztest api_trait::test_api_trait_basic ... ok
19562026-07-06T04:58:16.830Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-test_trait_enum_user_error.6365.11.log"
19572026-07-06T04:58:16.830Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-test_trait_struct_user_error.6365.12.log"
19582026-07-06T04:58:16.830Ztest custom_errors::test_struct_extractor_error ... ok
19592026-07-06T04:58:16.830Ztest custom_errors::test_struct_user_error ... ok
19602026-07-06T04:58:16.830Ztest config::test_config_bind_address_http ... ok
19612026-07-06T04:58:16.830Ztest custom_errors::test_trait_enum_user_error ... ok
19622026-07-06T04:58:16.830Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-test_302_bogus.6365.13.log"
19632026-07-06T04:58:16.830Ztest custom_errors::test_trait_struct_user_error ... ok
19642026-07-06T04:58:16.830Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-test_307_temporary_redirect.6365.15.log"
19652026-07-06T04:58:16.830Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-test_303_see_other.6365.14.log"
19662026-07-06T04:58:16.830Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-test_302_found.6365.16.log"
19672026-07-06T04:58:16.830Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-demo1.6365.17.log"
19682026-07-06T04:58:16.830Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-test_delete_request.6365.18.log"
19692026-07-06T04:58:16.830Ztest demo::test_302_bogus ... ok
19702026-07-06T04:58:16.830Ztest demo::test_307_temporary_redirect ... ok
19712026-07-06T04:58:16.830Ztest demo::test_303_see_other ... ok
19722026-07-06T04:58:16.830Ztest demo::test_302_found ... ok
19732026-07-06T04:58:16.830Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-demo2query.6365.20.log"
19742026-07-06T04:58:16.830Ztest demo::test_demo1 ... ok
19752026-07-06T04:58:16.830Ztest demo::test_delete_request ... ok
19762026-07-06T04:58:16.831Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-demo2json.6365.19.log"
19772026-07-06T04:58:16.831Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-demo2urlencoded.6365.21.log"
19782026-07-06T04:58:16.831Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-demo3json.6365.22.log"
19792026-07-06T04:58:16.831Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-demo_path_param_string.6365.23.log"
19802026-07-06T04:58:16.831Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-demo_path_param_u32.6365.24.log"
19812026-07-06T04:58:16.831Ztest demo::test_demo_path_param_u32 ... ok
19822026-07-06T04:58:16.831Ztest demo::test_demo2query ... ok
19832026-07-06T04:58:16.831Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-demo_path_param_uuid.6365.25.log"
19842026-07-06T04:58:16.835Ztest demo::test_demo2json ... ok
19852026-07-06T04:58:16.835Ztest demo::test_demo2urlencoded ... ok
19862026-07-06T04:58:16.835Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-demo_websocket.6365.26.log"
19872026-07-06T04:58:16.835Ztest demo::test_demo3json ... ok
19882026-07-06T04:58:16.835Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-test_header_request.6365.27.log"
19892026-07-06T04:58:16.835Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-test_large_typed_body.6365.29.log"
19902026-07-06T04:58:16.835Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-test_head_request.6365.28.log"
19912026-07-06T04:58:16.835Ztest demo::test_demo_path_param_uuid ... ok
19922026-07-06T04:58:16.835Ztest demo::test_header_request ... ok
19932026-07-06T04:58:16.835Ztest demo::test_demo_path_param_string ... ok
19942026-07-06T04:58:16.835Ztest demo::test_demo_websocket ... ok
19952026-07-06T04:58:16.835Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-tet_raw_request.6365.30.log"
19962026-07-06T04:58:16.835Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-test_request_compat.6365.31.log"
19972026-07-06T04:58:16.835Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-test_request_remote_addr.6365.32.log"
19982026-07-06T04:58:16.835Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-test_streaming_body.6365.33.log"
19992026-07-06T04:58:16.835Ztest demo::test_head_request ... ok
20002026-07-06T04:58:16.835Ztest demo::test_large_typed_body ... ok
20012026-07-06T04:58:16.835Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-graceful_shutdown_with_detached_handler.6365.34.log"
20022026-07-06T04:58:16.835Ztest demo::test_raw_request ... ok
20032026-07-06T04:58:16.835Ztest demo::test_request_remote_addr ... ok
20042026-07-06T04:58:16.835Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-test_untyped_body.6365.35.log"
20052026-07-06T04:58:16.835Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-compression_config_enabled.6365.36.log"
20062026-07-06T04:58:16.835Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-compression_config_disabled.6365.37.log"
20072026-07-06T04:58:16.835Ztest demo::test_request_compat ... ok
20082026-07-06T04:58:16.837Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-compression_disabled_extension.6365.38.log"
20092026-07-06T04:58:16.837Ztest demo::test_streaming_body ... ok
20102026-07-06T04:58:16.837Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-gzip_compression_multiple_encodings.6365.39.log"
20112026-07-06T04:58:16.837Ztest gzip::test_compression_disabled_with_extension ... ok
20122026-07-06T04:58:16.837Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-gzip_compression_accept_encoding.6365.40.log"
20132026-07-06T04:58:16.837Ztest demo::test_untyped_body ... ok
20142026-07-06T04:58:16.840Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-json_suffix_compressed.6365.41.log"
20152026-07-06T04:58:16.840Ztest gzip::test_json_suffix_is_compressed ... ok
20162026-07-06T04:58:16.840Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-no_compression_small_response.6365.42.log"
20172026-07-06T04:58:16.840Ztest gzip::test_no_compression_below_size_threshold ... ok
20182026-07-06T04:58:16.840Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-no_compression_204.6365.43.log"
20192026-07-06T04:58:16.840Ztest gzip::test_no_compression_for_204_no_content ... ok
20202026-07-06T04:58:16.840Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-no_compression_304.6365.44.log"
20212026-07-06T04:58:16.840Ztest gzip::test_no_compression_for_304_not_modified ... ok
20222026-07-06T04:58:16.840Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-no_compression_non_compressible.6365.45.log"
20232026-07-06T04:58:16.843Ztest gzip::test_no_compression_for_non_compressible_content_types ... ok
20242026-07-06T04:58:16.843Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-no_gzip_without_accept.6365.46.log"
20252026-07-06T04:58:16.846Ztest gzip::test_compression_config_disabled ... ok
20262026-07-06T04:58:16.846Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-reject_gzip_quality_zero.6365.47.log"
20272026-07-06T04:58:16.850Ztest gzip::test_compression_config_enabled ... ok
20282026-07-06T04:58:16.853Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-streaming_with_content_type_compressed.6365.48.log"
20292026-07-06T04:58:16.854Ztest gzip::test_no_gzip_without_accept_encoding ... ok
20302026-07-06T04:58:16.854Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-streaming_missing_content_type.6365.49.log"
20312026-07-06T04:58:16.854Ztest gzip::test_gzip_compression_accepts_multiple_encodings ... ok
20322026-07-06T04:58:16.854Ztest gzip::test_streaming_without_content_type_skips_compression ... ok
20332026-07-06T04:58:16.854Ztest gzip::test_streaming_with_content_type_is_compressed ... ok
20342026-07-06T04:58:16.854Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-vary_header_set.6365.50.log"
20352026-07-06T04:58:16.854Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-vary_header_no_gzip.6365.51.log"
20362026-07-06T04:58:16.854Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-xml_suffix_compressed.6365.52.log"
20372026-07-06T04:58:16.854Ztest config::test_config_bind_address_https_buffer ... ok
20382026-07-06T04:58:16.854Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-multipart_client.6365.53.log"
20392026-07-06T04:58:16.854Ztest gzip::test_xml_suffix_is_compressed ... ok
20402026-07-06T04:58:16.854Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-multipart_client.6365.54.log"
20412026-07-06T04:58:16.857Ztest config::test_config_bind_address_https ... ok
20422026-07-06T04:58:16.858Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-multipart_client.6365.55.log"
20432026-07-06T04:58:16.858Ztest gzip::test_reject_gzip_with_quality_zero ... ok
20442026-07-06T04:58:16.858Ztest multipart::missing_boundary ... ok
20452026-07-06T04:58:16.858Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-multipart_client.6365.56.log"
20462026-07-06T04:58:16.858Ztest multipart::no_content_type ... ok
20472026-07-06T04:58:16.858Ztest multipart::test_multipart_client ... ok
20482026-07-06T04:58:16.858Ztest multipart::weird_content_type ... ok
20492026-07-06T04:58:16.858Ztest openapi::test_openapi_custom_error_types ... ok
20502026-07-06T04:58:16.858Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-pagination-basic.6365.57.log"
20512026-07-06T04:58:16.858Ztest openapi::test_openapi_custom_error_types_trait_based ... ok
20522026-07-06T04:58:16.859Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-pagination-multiple-resources.6365.58.log"
20532026-07-06T04:58:16.875Ztest openapi::test_openapi ... ok
20542026-07-06T04:58:16.878Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-pagination-multiple-sorts.6365.59.log"
20552026-07-06T04:58:16.878Ztest openapi::test_openapi_fuller ... ok
20562026-07-06T04:58:16.882Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-basic.6365.60.log"
20572026-07-06T04:58:16.885Ztest gzip::test_gzip_compression_with_accept_encoding ... ok
20582026-07-06T04:58:16.885Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-dictionary.6365.61.log"
20592026-07-06T04:58:16.888Ztest gzip::test_vary_header_on_non_gzip_requests ... ok
20602026-07-06T04:58:16.889Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-empty.6365.62.log"
20612026-07-06T04:58:16.889Ztest pagination::test_paginate_empty ... ok
20622026-07-06T04:58:16.889Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-errors.6365.63.log"
20632026-07-06T04:58:16.891Ztest gzip::test_vary_header_is_set ... ok
20642026-07-06T04:58:16.891Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-extra_params.6365.64.log"
20652026-07-06T04:58:16.891Ztest pagination::test_paginate_errors ... ok
20662026-07-06T04:58:16.892Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-required_params.6365.65.log"
20672026-07-06T04:58:16.892Ztest pagination::test_paginate_extra_params ... ok
20682026-07-06T04:58:16.896Ztest pagination_schema::test_pagination_schema ... ok
20692026-07-06T04:58:16.896Ztest path_names::test_path_names ... ok
20702026-07-06T04:58:16.896Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-test_no_tls.6365.66.log"
20712026-07-06T04:58:16.896Ztest pagination::test_paginate_with_required_params ... ok
20722026-07-06T04:58:16.896Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-test_with_tls.6365.67.log"
20732026-07-06T04:58:16.898Ztest starter::test_no_tls ... ok
20742026-07-06T04:58:16.898Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-non_streaming_servers_do_not_use_transfer_encoding.6365.68.log"
20752026-07-06T04:58:16.898Ztest streaming::test_non_streaming_servers_do_not_use_transfer_encoding ... ok
20762026-07-06T04:58:16.898Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-streaming_server_buffered_client.6365.69.log"
20772026-07-06T04:58:16.903Ztest streaming::test_streaming_server_buffered_client ... ok
20782026-07-06T04:58:16.906Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-streaming_server_streaming_client.6365.70.log"
20792026-07-06T04:58:16.911Ztest streaming::test_streaming_server_streaming_client ... ok
20802026-07-06T04:58:16.914Ztest pagination::test_paginate_basic ... ok
20812026-07-06T04:58:16.914Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-test_server_is_http.6365.71.log"
20822026-07-06T04:58:16.914Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-test_server_is_https.6365.72.log"
20832026-07-06T04:58:16.914Ztest tls::test_server_is_http ... ok
20842026-07-06T04:58:16.914Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-test_tls_aborted_negotiation.6365.73.log"
20852026-07-06T04:58:17.199Ztest starter::test_with_tls ... ok
20862026-07-06T04:58:17.202Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-test_tls_certificate_loading.6365.74.log"
20872026-07-06T04:58:17.216Ztest tls::test_server_is_https ... ok
20882026-07-06T04:58:17.219Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-test_tls_only.6365.75.log"
20892026-07-06T04:58:17.470Ztest pagination::test_paginate_dictionary ... ok
20902026-07-06T04:58:17.473Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-test_tls_refresh_certificates.6365.76.log"
20912026-07-06T04:58:17.503Ztest tls::test_tls_certificate_loading ... ok
20922026-07-06T04:58:17.506Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-test_versions.6365.77.log"
20932026-07-06T04:58:17.519Ztest tls::test_tls_aborted_negotiation ... ok
20942026-07-06T04:58:17.522Znote: configured to log to "/tmp/integration_tests-2a06f9f64421b47c-test_versions_on_missing.6365.78.log"
20952026-07-06T04:58:17.566Ztest pagination::test_example_basic ... ok
20962026-07-06T04:58:17.569Ztest versions::test_versions_openapi ... ok
20972026-07-06T04:58:17.569Ztest versions::test_versions_openapi_same_names ... ok
20982026-07-06T04:58:17.627Ztest versions::test_versions_on_missing ... ok
20992026-07-06T04:58:17.631Ztest versions::test_versions ... ok
21002026-07-06T04:58:17.822Ztest tls::test_tls_only ... ok
21012026-07-06T04:58:18.080Ztest tls::test_tls_refresh_certificates ... ok
21022026-07-06T04:58:18.468Ztest pagination::test_example_multiple_resources ... ok
21032026-07-06T04:58:18.835Ztest detached_shutdown::test_graceful_shutdown_with_detached_handler ... ok
21042026-07-06T04:58:19.012Ztest pagination::test_example_multiple_sorts ... ok
21052026-07-06T04:58:19.012Z
21062026-07-06T04:58:19.015Ztest result: ok. 100 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.19s
21072026-07-06T04:58:19.015Z
21082026-07-06T04:58:19.018Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-68a23acfcee39dec`
21092026-07-06T04:58:19.024Z
21102026-07-06T04:58:19.024Zrunning 35 tests
21112026-07-06T04:58:19.027Ztest channel::tests::test_channel_with_versions ... ok
21122026-07-06T04:58:19.027Ztest channel::tests::test_channel_operation_id ... ok
21132026-07-06T04:58:19.030Ztest channel::tests::test_channel_with_unnamed_params ... ok
21142026-07-06T04:58:19.031Ztest api_trait::tests::test_api_trait_no_endpoints ... ok
21152026-07-06T04:58:19.031Ztest endpoint::tests::test_endpoint_bad_metadata ... ok
21162026-07-06T04:58:19.031Ztest endpoint::tests::test_endpoint_bad_string ... ok
21172026-07-06T04:58:19.031Ztest endpoint::tests::test_endpoint_bad_context_receiver ... ok
21182026-07-06T04:58:19.031Ztest doc::tests::test_extract_summary_description ... ok
21192026-07-06T04:58:19.031Ztest endpoint::tests::test_endpoint_bad_versions ... ok
21202026-07-06T04:58:19.031Ztest endpoint::tests::test_endpoint_invalid_item ... ok
21212026-07-06T04:58:19.031Ztest channel::tests::test_channel_with_custom_params ... ok
21222026-07-06T04:58:19.031Ztest endpoint::tests::test_endpoint_no_arguments ... ok
21232026-07-06T04:58:19.031Ztest endpoint::tests::test_endpoint_not_async ... ok
21242026-07-06T04:58:19.031Ztest endpoint::tests::test_endpoint_basic ... ok
21252026-07-06T04:58:19.031Ztest endpoint::tests::test_endpoint_content_type ... ok
21262026-07-06T04:58:19.031Ztest api_trait::tests::test_api_trait_operation_id ... ok
21272026-07-06T04:58:19.031Ztest endpoint::tests::test_endpoint_context_fully_qualified_names ... ok
21282026-07-06T04:58:19.031Ztest api_trait::tests::test_api_trait_basic ... ok
21292026-07-06T04:58:19.031Ztest api_trait::tests::test_api_trait_with_custom_params ... ok
21302026-07-06T04:58:19.031Ztest endpoint::tests::test_endpoint_pub_crate ... ok
21312026-07-06T04:58:19.031Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_2 ... ok
21322026-07-06T04:58:19.031Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_1 ... ok
21332026-07-06T04:58:19.031Ztest endpoint::tests::test_endpoint_with_doc ... ok
21342026-07-06T04:58:19.031Ztest endpoint::tests::test_endpoint_with_empty_where_clause ... ok
21352026-07-06T04:58:19.031Ztest endpoint::tests::test_endpoint_with_query ... ok
21362026-07-06T04:58:19.031Ztest endpoint::tests::test_endpoint_with_tags ... ok
21372026-07-06T04:58:19.035Ztest endpoint::tests::test_endpoint_with_versions_all ... ok
21382026-07-06T04:58:19.035Ztest params::tests::test_extract_rqctx_ty_param ... ok
21392026-07-06T04:58:19.035Ztest syn_parsing::tests::test_busted_function ... ok
21402026-07-06T04:58:19.035Ztest endpoint::tests::test_endpoint_with_unnamed_params ... ok
21412026-07-06T04:58:19.035Ztest endpoint::tests::test_endpoint_with_custom_params ... ok
21422026-07-06T04:58:19.037Ztest endpoint::tests::test_operation_id ... ok
21432026-07-06T04:58:19.037Ztest endpoint::tests::test_endpoint_with_versions_until ... ok
21442026-07-06T04:58:19.037Ztest endpoint::tests::test_endpoint_with_versions_from ... ok
21452026-07-06T04:58:19.037Ztest endpoint::tests::test_endpoint_with_versions_from_until ... ok
21462026-07-06T04:58:19.037Z
21472026-07-06T04:58:19.037Ztest result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
21482026-07-06T04:58:19.037Z
21492026-07-06T04:58:19.037Z Doc-tests dropshot
21502026-07-06T04:58:19.037Z 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-dc5e9a4c15d695cc.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-6ef3ce12fc1f1ba7.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5716efd1b12c8c15.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-2d3cf261b151e30f.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-7c52f04b61f98446.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-efb264f629c18673.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-741d0e3a0ba76787.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-a961dd78238825d8.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-dc8de2461a45b336.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-911d03983c511a29.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6fe39f5803a9d9a5.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-af35418344ad62e0.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-408bb5cfe97ab0da.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-dad0fd9296b2dad3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e705fe35de2be58f.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-34497c455e68c8a6.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-1c6bfcecd3ee012f.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-bd2bd5205f9e97ac.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-c6c9eee3f3ec4c9c.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-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-2a48558ea6c7f9f6.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-db9d69c7e33e75fc.rlib -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -C embed-bitcode=no --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --error-format human`
21512026-07-06T04:58:19.813Z
21522026-07-06T04:58:19.814Zrunning 24 tests
21532026-07-06T04:58:19.817Ztest dropshot/src/compression.rs - compression::NoCompression (line 14) ... ignored
21542026-07-06T04:58:21.093Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 413) ... ok
21552026-07-06T04:58:21.093Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 149) ... ignored
21562026-07-06T04:58:21.094Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 156) ... ignored
21572026-07-06T04:58:21.120Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 472) ... ok
21582026-07-06T04:58:24.529Ztest dropshot/src/error_status_code.rs - error_status_code::ErrorStatusCode::from_u16 (line 362) ... ok
21592026-07-06T04:58:24.529Ztest dropshot/src/lib.rs - (line 337) ... ignored
21602026-07-06T04:58:24.551Ztest dropshot/src/error_status_code.rs - error_status_code::ClientErrorStatusCode::from_u16 (line 556) ... ok
21612026-07-06T04:58:24.640Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 357) ... ok
21622026-07-06T04:58:24.658Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 382) ... ok
21632026-07-06T04:58:24.720Ztest dropshot/src/lib.rs - (line 46) - compile ... ok
21642026-07-06T04:58:24.815Ztest dropshot/src/config.rs - config::ConfigDropshot (line 31) ... ok
21652026-07-06T04:58:24.890Ztest dropshot/src/api_description.rs - api_description::ApiEndpoint<StubContext>::new_for_types (line 154) ... ok
21662026-07-06T04:58:24.890Ztest dropshot/src/lib.rs - channel (line 1187) ... ignored
21672026-07-06T04:58:24.890Ztest dropshot/src/lib.rs - endpoint (line 1232) ... ignored
21682026-07-06T04:58:25.834Ztest dropshot/src/lib.rs - (line 401) ... ok
21692026-07-06T04:58:25.983Ztest dropshot/src/lib.rs - api_description (line 1052) ... ok
21702026-07-06T04:58:26.000Ztest dropshot/src/lib.rs - (line 664) ... ok
21712026-07-06T04:58:26.070Ztest dropshot/src/lib.rs - api_description (line 1113) ... ok
21722026-07-06T04:58:26.208Ztest dropshot/src/lib.rs - (line 113) ... ok
21732026-07-06T04:58:26.254Ztest dropshot/src/lib.rs - (line 192) ... ok
21742026-07-06T04:58:27.018Ztest dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 230) ... ok
21752026-07-06T04:58:29.014Ztest dropshot/src/test_util.rs - test_util::LogContext (line 469) ... ok
21762026-07-06T04:58:29.701Ztest dropshot/src/lib.rs - (line 500) ... ok
21772026-07-06T04:58:29.701Z
21782026-07-06T04:58:29.705Ztest result: ok. 18 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 9.89s
21792026-07-06T04:58:29.705Z
21802026-07-06T04:58:29.705Zall doctests ran in 10.32s; merged doctests compilation took 0.43s
21812026-07-06T04:58:29.730Z Doc-tests dropshot_endpoint
21822026-07-06T04:58:29.733Z 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`
21832026-07-06T04:58:29.872Z
21842026-07-06T04:58:29.872Zrunning 0 tests
21852026-07-06T04:58:29.872Z
21862026-07-06T04:58:29.872Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
21872026-07-06T04:58:29.872Z
21882026-07-06T04:58:29.910Z
21892026-07-06T04:58:29.910Zreal 2:03.145662204
21902026-07-06T04:58:29.910Zuser 8:49.504810965
21912026-07-06T04:58:29.910Zsys 2:05.264277000
21922026-07-06T04:58:29.910Ztrap 0.354374400
21932026-07-06T04:58:29.910Ztflt 0.174194631
21942026-07-06T04:58:29.913Zdflt 0.167620781
21952026-07-06T04:58:29.913Zkflt 0.000169413
21962026-07-06T04:58:29.913Zlock 35:51.478151292
21972026-07-06T04:58:29.915Zslp 38:21.225904492
21982026-07-06T04:58:29.915Zlat 25.190981012
21992026-07-06T04:58:29.915Zstop 1:08.566865773
22002026-07-06T04:58:29.915Z+ banner docs
22012026-07-06T04:58:29.915Z
22022026-07-06T04:58:29.915Z ##### #### #### ####
22032026-07-06T04:58:29.915Z # # # # # # #
22042026-07-06T04:58:29.915Z # # # # # ####
22052026-07-06T04:58:29.915Z # # # # # #
22062026-07-06T04:58:29.915Z # # # # # # # #
22072026-07-06T04:58:29.915Z ##### #### #### ####
22082026-07-06T04:58:29.915Z
22092026-07-06T04:58:29.915Z+ ptime -m cargo doc --no-deps --lib --bins --examples
22102026-07-06T04:58:30.121Z Compiling proc-macro2 v1.0.106
22112026-07-06T04:58:30.121Z Compiling unicode-ident v1.0.12
22122026-07-06T04:58:30.121Z Checking cfg-if v1.0.0
22132026-07-06T04:58:30.124Z Checking itoa v1.0.1
22142026-07-06T04:58:30.124Z Checking pin-project-lite v0.2.12
22152026-07-06T04:58:30.124Z Compiling quote v1.0.46
22162026-07-06T04:58:30.161Z Checking libc v0.2.186
22172026-07-06T04:58:30.164Z Checking serde_core v1.0.228
22182026-07-06T04:58:30.194Z Checking bytes v1.12.0
22192026-07-06T04:58:30.217Z Checking memchr v2.6.0
22202026-07-06T04:58:30.238Z Checking futures-core v0.3.32
22212026-07-06T04:58:30.269Z Checking smallvec v1.13.2
22222026-07-06T04:58:30.360Z Checking once_cell v1.20.1
22232026-07-06T04:58:30.453Z Checking futures-sink v0.3.32
22242026-07-06T04:58:30.529Z Checking scopeguard v1.2.0
22252026-07-06T04:58:30.550Z Checking slab v0.4.9
22262026-07-06T04:58:30.570Z Checking parking_lot_core v0.9.4
22272026-07-06T04:58:30.592Z Checking mio v1.2.0
22282026-07-06T04:58:30.615Z Checking socket2 v0.6.3
22292026-07-06T04:58:30.626Z Checking lock_api v0.4.6
22302026-07-06T04:58:30.701Z Compiling jobserver v0.1.34
22312026-07-06T04:58:30.749Z Checking signal-hook-registry v1.4.0
22322026-07-06T04:58:30.757Z Checking typenum v1.19.0
22332026-07-06T04:58:30.814Z Checking parking_lot v0.12.1
22342026-07-06T04:58:30.876Z Checking http v1.4.2
22352026-07-06T04:58:30.910Z Compiling cc v1.2.60
22362026-07-06T04:58:31.012Z Checking futures-channel v0.3.32
22372026-07-06T04:58:31.046Z Compiling syn v2.0.118
22382026-07-06T04:58:31.060Z Checking zeroize v1.8.2
22392026-07-06T04:58:31.116Z Checking stable_deref_trait v1.2.0
22402026-07-06T04:58:31.191Z Checking log v0.4.17
22412026-07-06T04:58:31.202Z Checking futures-task v0.3.32
22422026-07-06T04:58:31.208Z Checking futures-io v0.3.32
22432026-07-06T04:58:31.319Z Checking rustls-pki-types v1.15.0
22442026-07-06T04:58:31.339Z Checking httparse v1.10.0
22452026-07-06T04:58:31.339Z Checking zmij v1.0.2
22462026-07-06T04:58:31.460Z Compiling time-core v0.1.8
22472026-07-06T04:58:31.475Z Checking litemap v0.7.4
22482026-07-06T04:58:31.478Z Checking powerfmt v0.2.0
22492026-07-06T04:58:31.550Z Compiling num-conv v0.2.0
22502026-07-06T04:58:31.605Z Checking equivalent v1.0.0
22512026-07-06T04:58:31.615Z Checking hashbrown v0.17.0
22522026-07-06T04:58:31.626Z Checking writeable v0.5.5
22532026-07-06T04:58:31.654Z Compiling cmake v0.1.58
22542026-07-06T04:58:31.678Z Compiling time-macros v0.2.27
22552026-07-06T04:58:31.684Z Checking deranged v0.5.5
22562026-07-06T04:58:31.714Z Checking serde_json v1.0.150
22572026-07-06T04:58:31.805Z Checking http-body v1.0.1
22582026-07-06T04:58:31.940Z Checking crossbeam-utils v0.8.21
22592026-07-06T04:58:32.010Z Checking tracing-core v0.1.32
22602026-07-06T04:58:32.094Z Checking indexmap v2.14.0
22612026-07-06T04:58:32.217Z Compiling aws-lc-sys v0.40.0
22622026-07-06T04:58:32.324Z Checking percent-encoding v2.3.2
22632026-07-06T04:58:32.337Z Checking untrusted v0.9.0
22642026-07-06T04:58:32.409Z Checking atomic-waker v1.1.2
22652026-07-06T04:58:32.466Z Checking num_threads v0.1.3
22662026-07-06T04:58:32.506Z Checking tracing v0.1.40
22672026-07-06T04:58:32.552Z Checking getrandom v0.4.1
22682026-07-06T04:58:32.586Z Checking base64 v0.22.1
22692026-07-06T04:58:32.667Z Checking tower-service v0.3.3
22702026-07-06T04:58:32.677Z Checking icu_locid_transform_data v1.5.0
22712026-07-06T04:58:32.685Z Checking tower-layer v0.3.3
22722026-07-06T04:58:32.685Z Checking fnv v1.0.7
22732026-07-06T04:58:32.710Z Checking time v0.3.47
22742026-07-06T04:58:32.743Z Checking subtle v2.5.0
22752026-07-06T04:58:32.753Z Checking try-lock v0.2.3
22762026-07-06T04:58:32.777Z Checking bitflags v2.11.0
22772026-07-06T04:58:32.836Z Checking generic-array v0.14.5
22782026-07-06T04:58:32.836Z Checking hybrid-array v0.4.8
22792026-07-06T04:58:32.850Z Checking want v0.3.0
22802026-07-06T04:58:32.878Z Checking simd-adler32 v0.3.7
22812026-07-06T04:58:32.945Z Checking adler2 v2.0.1
22822026-07-06T04:58:32.974Z Checking icu_properties_data v1.5.0
22832026-07-06T04:58:33.024Z Checking httpdate v1.0.1
22842026-07-06T04:58:33.053Z Checking miniz_oxide v0.8.9
22852026-07-06T04:58:33.108Z Checking num-traits v0.2.14
22862026-07-06T04:58:33.171Z Checking getrandom v0.3.4
22872026-07-06T04:58:33.282Z Checking crc32fast v1.5.0
22882026-07-06T04:58:33.285Z Checking form_urlencoded v1.2.2
22892026-07-06T04:58:33.315Z Checking errno v0.3.10
22902026-07-06T04:58:33.402Z Checking icu_normalizer_data v1.5.0
22912026-07-06T04:58:33.408Z Checking ipnet v2.10.0
22922026-07-06T04:58:33.418Z Checking iana-time-zone v0.1.47
22932026-07-06T04:58:33.432Z Checking utf8_iter v1.0.4
22942026-07-06T04:58:33.467Z Checking mime v0.3.16
22952026-07-06T04:58:33.521Z Checking winnow v1.0.0
22962026-07-06T04:58:33.544Z Checking utf16_iter v1.0.5
22972026-07-06T04:58:33.554Z Checking write16 v1.0.0
22982026-07-06T04:58:33.568Z Checking flate2 v1.1.9
22992026-07-06T04:58:33.622Z Checking rand_core v0.9.5
23002026-07-06T04:58:33.636Z Checking crypto-common v0.2.1
23012026-07-06T04:58:33.642Z Checking block-buffer v0.12.0
23022026-07-06T04:58:33.649Z Checking crypto-common v0.1.6
23032026-07-06T04:58:33.760Z Checking block-buffer v0.10.2
23042026-07-06T04:58:33.773Z Checking toml_datetime v1.1.1+spec-1.1.0
23052026-07-06T04:58:33.786Z Checking serde_spanned v1.1.1
23062026-07-06T04:58:33.812Z Checking toml_parser v1.1.2+spec-1.1.0
23072026-07-06T04:58:33.855Z Compiling synstructure v0.13.1
23082026-07-06T04:58:33.878Z Compiling serde_derive_internals v0.29.0
23092026-07-06T04:58:33.911Z Checking thread_local v1.1.4
23102026-07-06T04:58:33.966Z Checking encoding_rs v0.8.32
23112026-07-06T04:58:34.076Z Checking ppv-lite86 v0.2.15
23122026-07-06T04:58:34.125Z Checking openssl-probe v0.2.1
23132026-07-06T04:58:34.134Z Checking compression-core v0.4.32
23142026-07-06T04:58:34.234Z Checking toml_writer v1.1.1+spec-1.1.0
23152026-07-06T04:58:34.260Z Checking match_cfg v0.1.0
23162026-07-06T04:58:34.325Z Checking const-oid v0.10.2
23172026-07-06T04:58:34.344Z Checking rand_chacha v0.9.0
23182026-07-06T04:58:34.356Z Checking hostname v0.3.1
23192026-07-06T04:58:34.416Z Checking toml v1.1.2+spec-1.1.0
23202026-07-06T04:58:34.451Z Checking compression-codecs v0.4.38
23212026-07-06T04:58:34.483Z Checking digest v0.11.2
23222026-07-06T04:58:34.524Z Checking rustls-native-certs v0.8.3
23232026-07-06T04:58:34.615Z Checking digest v0.10.7
23242026-07-06T04:58:34.618Z Checking ryu v1.0.5
23252026-07-06T04:58:34.630Z Checking rustix v1.1.4
23262026-07-06T04:58:34.648Z Compiling unicase v2.6.0
23272026-07-06T04:58:34.749Z Checking uuid v1.23.4
23282026-07-06T04:58:34.789Z Checking crossbeam-channel v0.5.15
23292026-07-06T04:58:34.833Z Checking concurrent-queue v2.5.0
23302026-07-06T04:58:34.924Z Checking http-body-util v0.1.3
23312026-07-06T04:58:35.000Z Checking is-terminal v0.4.12
23322026-07-06T04:58:35.008Z Checking sync_wrapper v1.0.1
23332026-07-06T04:58:35.033Z Compiling dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot)
23342026-07-06T04:58:35.054Z Compiling serde_derive v1.0.228
23352026-07-06T04:58:35.083Z Compiling zerofrom-derive v0.1.5
23362026-07-06T04:58:35.100Z Compiling tokio-macros v2.7.0
23372026-07-06T04:58:35.119Z Compiling yoke-derive v0.7.5
23382026-07-06T04:58:35.136Z Compiling zerovec-derive v0.10.3
23392026-07-06T04:58:35.239Z Compiling futures-macro v0.3.32
23402026-07-06T04:58:35.287Z Compiling displaydoc v0.2.5
23412026-07-06T04:58:35.859Z Checking tokio v1.52.3
23422026-07-06T04:58:36.085Z Compiling icu_provider_macros v1.5.0
23432026-07-06T04:58:36.103Z Checking futures-util v0.3.32
23442026-07-06T04:58:36.185Z Compiling thiserror-impl v2.0.18
23452026-07-06T04:58:36.193Z Compiling async-stream-impl v0.3.6
23462026-07-06T04:58:36.335Z Checking zerofrom v0.1.5
23472026-07-06T04:58:36.463Z Checking yoke v0.7.5
23482026-07-06T04:58:36.647Z Checking zerovec v0.10.4
23492026-07-06T04:58:36.688Z Compiling schemars_derive v0.8.22
23502026-07-06T04:58:36.856Z Checking semver v1.0.28
23512026-07-06T04:58:37.067Z Checking cpufeatures v0.2.17
23522026-07-06T04:58:37.137Z Checking cpufeatures v0.3.0
23532026-07-06T04:58:37.344Z Checking tinystr v0.7.6
23542026-07-06T04:58:37.454Z Checking icu_collections v1.5.0
23552026-07-06T04:58:37.500Z Checking thiserror v2.0.18
23562026-07-06T04:58:37.525Z Checking icu_locid v1.5.0
23572026-07-06T04:58:37.601Z Checking dyn-clone v1.0.4
23582026-07-06T04:58:37.695Z Checking parking v2.2.0
23592026-07-06T04:58:37.782Z Checking take_mut v0.2.2
23602026-07-06T04:58:37.791Z Checking serde v1.0.228
23612026-07-06T04:58:37.885Z Checking fastrand v2.1.1
23622026-07-06T04:58:37.912Z Checking term v1.1.0
23632026-07-06T04:58:37.970Z Checking icu_provider v1.5.0
23642026-07-06T04:58:38.043Z Checking futures-executor v0.3.32
23652026-07-06T04:58:38.068Z Checking spin v0.9.8
23662026-07-06T04:58:38.132Z Checking tempfile v3.27.0
23672026-07-06T04:58:38.179Z Checking multer v3.1.0
23682026-07-06T04:58:38.188Z Checking futures v0.3.32
23692026-07-06T04:58:38.195Z Checking erased-serde v0.3.31
23702026-07-06T04:58:38.261Z Checking chrono v0.4.45
23712026-07-06T04:58:38.270Z Checking icu_locid_transform v1.5.0
23722026-07-06T04:58:38.316Z Compiling serde_tokenstream v0.2.3
23732026-07-06T04:58:38.328Z Checking openapiv3 v2.2.0
23742026-07-06T04:58:38.396Z Checking serde_urlencoded v0.7.1
23752026-07-06T04:58:38.572Z Checking slog v2.8.2
23762026-07-06T04:58:38.603Z Compiling dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
23772026-07-06T04:58:38.603Z Checking event-listener v5.0.0
23782026-07-06T04:58:38.736Z Checking icu_properties v1.5.1
23792026-07-06T04:58:38.815Z Checking sha1 v0.11.0
23802026-07-06T04:58:38.835Z Checking slog-json v2.6.1
23812026-07-06T04:58:38.969Z Checking tokio-util v0.7.18
23822026-07-06T04:58:38.988Z Checking async-compression v0.4.42
23832026-07-06T04:58:38.995Z Checking slog-bunyan v2.5.0
23842026-07-06T04:58:39.109Z Checking tower v0.5.2
23852026-07-06T04:58:39.118Z Checking schemars v0.8.22
23862026-07-06T04:58:39.241Z Checking slog-term v2.9.2
23872026-07-06T04:58:39.403Z Checking h2 v0.4.14
23882026-07-06T04:58:39.502Z Checking slog-async v2.8.0
23892026-07-06T04:58:39.507Z Checking sha1 v0.10.6
23902026-07-06T04:58:39.638Z Checking async-stream v0.3.6
23912026-07-06T04:58:39.680Z Compiling async-trait v0.1.89
23922026-07-06T04:58:39.705Z Compiling mime_guess v2.0.5
23932026-07-06T04:58:39.756Z Checking rustix v0.38.44
23942026-07-06T04:58:39.767Z Checking rand v0.9.2
23952026-07-06T04:58:40.170Z Checking icu_normalizer v1.5.0
23962026-07-06T04:58:40.241Z Checking camino v1.2.4
23972026-07-06T04:58:40.247Z Checking waitgroup v0.1.2
23982026-07-06T04:58:40.344Z Checking serde_path_to_error v0.1.20
23992026-07-06T04:58:40.387Z Checking rustls-pemfile v2.2.0
24002026-07-06T04:58:40.497Z Checking hostname v0.4.2
24012026-07-06T04:58:40.505Z Checking unicode-width v0.1.9
24022026-07-06T04:58:40.545Z Checking idna_adapter v1.2.0
24032026-07-06T04:58:40.595Z Checking lazy_static v1.5.0
24042026-07-06T04:58:40.607Z Checking debug-ignore v1.0.5
24052026-07-06T04:58:40.616Z Checking iri-string v0.7.8
24062026-07-06T04:58:40.619Z Checking data-encoding v2.4.0
24072026-07-06T04:58:40.669Z Checking unicode-segmentation v1.10.0
24082026-07-06T04:58:40.672Z Checking idna v1.0.3
24092026-07-06T04:58:40.687Z Checking console v0.15.7
24102026-07-06T04:58:40.700Z Checking atomicwrites v0.4.4
24112026-07-06T04:58:40.863Z Checking target-triple v1.0.0
24122026-07-06T04:58:40.903Z Checking tungstenite v0.29.0
24132026-07-06T04:58:40.937Z Checking event-listener-strategy v0.5.4
24142026-07-06T04:58:40.940Z Checking url v2.5.4
24152026-07-06T04:58:40.989Z Checking yasna v0.6.0
24162026-07-06T04:58:41.019Z Checking newline-converter v0.3.0
24172026-07-06T04:58:41.128Z Checking pem v3.0.6
24182026-07-06T04:58:41.225Z Checking termcolor v1.1.2
24192026-07-06T04:58:41.294Z Checking similar v2.2.1
24202026-07-06T04:58:41.324Z Checking glob v0.3.0
24212026-07-06T04:58:41.338Z Checking tokio-tungstenite v0.29.0
24222026-07-06T04:58:41.411Z Checking hyper v1.10.1
24232026-07-06T04:58:41.418Z Checking async-channel v2.5.0
24242026-07-06T04:58:41.500Z Checking trybuild v1.0.117
24252026-07-06T04:58:41.587Z Checking anyhow v1.0.103
24262026-07-06T04:58:41.593Z Checking buf-list v1.1.2
24272026-07-06T04:58:41.634Z Checking expectorate v1.2.0
24282026-07-06T04:58:41.710Z Checking subprocess v1.2.0
24292026-07-06T04:58:41.730Z Checking tower-http v0.6.8
24302026-07-06T04:58:41.788Z Checking heck v0.5.0
24312026-07-06T04:58:42.352Z Checking hyper-util v0.1.20
24322026-07-06T04:58:44.768Z Documenting dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
24332026-07-06T04:58:47.384Z Compiling aws-lc-rs v1.16.3
24342026-07-06T04:58:47.398Z Compiling rustls v0.23.41
24352026-07-06T04:58:48.464Z Checking rustls-webpki v0.103.13
24362026-07-06T04:58:48.464Z Checking rcgen v0.14.8
24372026-07-06T04:58:50.708Z Checking tokio-rustls v0.26.4
24382026-07-06T04:58:50.708Z Checking rustls-platform-verifier v0.6.2
24392026-07-06T04:58:50.908Z Checking hyper-rustls v0.27.9
24402026-07-06T04:58:50.908Z Documenting dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot)
24412026-07-06T04:58:51.095Z Checking reqwest v0.13.4
24422026-07-06T04:58:56.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.53s
24432026-07-06T04:58:56.497Z Generated /work/oxidecomputer/dropshot/target/doc/dropshot/index.html and 23 other files
24442026-07-06T04:58:56.513Z
24452026-07-06T04:58:56.516Zreal 26.581243104
24462026-07-06T04:58:56.516Zuser 1:46.290668214
24472026-07-06T04:58:56.516Zsys 31.396134989
24482026-07-06T04:58:56.516Ztrap 0.051872462
24492026-07-06T04:58:56.516Ztflt 0.009552776
24502026-07-06T04:58:56.516Zdflt 0.027916103
24512026-07-06T04:58:56.516Zkflt 0.000040319
24522026-07-06T04:58:56.516Zlock 4:51.373791791
24532026-07-06T04:58:56.517Zslp 5:21.425793358
24542026-07-06T04:58:56.517Zlat 4.492651317
24552026-07-06T04:58:56.517Zstop 15.046480017
24562026-07-06T04:58:56.517Zprocess exited: duration 250052 ms, exit code 0
 
24572026-07-06T04:58:56.523Zfound 0 output files