01KX55PP8NZSNTCBW1QQ5RDBRG: build-and-test / illumos

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

Buildomat Job: 01KX55Q1FFPDG9D185TA2CSXXD

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-10T04:49:45.121Zjob assigned to worker 01KX55Q5MF50HDRXYB0K94PYSS [factory aws, i-07003d7a596ca587f] (queued for 45 s)
 
22026-07-10T04:49:51.825Zstarting task 0: "setup"
32026-07-10T04:49:51.829Z++ uname -s
42026-07-10T04:49:51.832Z+ kern=SunOS
52026-07-10T04:49:51.832Z+ build_user=build
62026-07-10T04:49:51.832Z+ build_uid=12345
72026-07-10T04:49:51.832Z+ work_dir=/work
82026-07-10T04:49:51.832Z+ input_dir=/input
92026-07-10T04:49:51.832Z+ [[ 0 == 12345 ]]
102026-07-10T04:49:51.832Z+ case "$kern" in
112026-07-10T04:49:51.832Z+ groupadd -g 12345 build
122026-07-10T04:49:51.835Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-10T04:49:53.839Z+ zfs create -o mountpoint=/work rpool/work
142026-07-10T04:49:53.918Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-10T04:49:53.921Z+ home_fs=zfs
162026-07-10T04:49:53.921Z+ [[ zfs == autofs ]]
172026-07-10T04:49:53.922Z+ mkdir -p /home/build
182026-07-10T04:49:53.922Z+ chown build:build /home/build /work
192026-07-10T04:49:55.923Z+ chmod 0700 /home/build /work
202026-07-10T04:49:55.926Zprocess exited: duration 4102 ms, exit code 0
 
212026-07-10T04:49:55.932Zstarting task 1: "rust-toolchain"
222026-07-10T04:49:55.937Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-10T04:49:55.937Z * rust toolchain channel = "stable"
242026-07-10T04:49:55.937Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-10T04:49:55.937Z * rust toolchain profile = "default"
262026-07-10T04:49:55.937Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-10T04:49:55.937Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-10T04:49:55.940Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-10T04:49:55.940Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-10T04:49:56.060Zinfo: downloading installer
312026-07-10T04:49:57.472Zwarn: It looks like you have an existing installation of Rust at:
322026-07-10T04:49:57.472Zwarn: /opt/ooce/bin
332026-07-10T04:49:57.472Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-10T04:49:57.472Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-10T04:49:57.472Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-10T04:49:57.472Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-10T04:49:57.472Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-10T04:49:57.472Zerror: cannot install while Rust is installed
392026-07-10T04:49:57.472Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-10T04:49:57.472Zwarn: It looks like you have an existing rustup settings file at:
412026-07-10T04:49:57.472Zwarn: /home/build/.rustup/settings.toml
422026-07-10T04:49:57.472Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-10T04:49:57.472Zwarn: instead of the one inferred from the default host triple.
442026-07-10T04:49:57.485Zinfo: profile set to default
452026-07-10T04:49:57.485Zinfo: default host triple is x86_64-unknown-illumos
462026-07-10T04:49:57.488Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-10T04:49:57.627Zinfo: latest update on 2026-07-09 for version 1.97.0 (2d8144b78 2026-07-07)
482026-07-10T04:49:57.627Zinfo: downloading 6 components
492026-07-10T04:50:12.908Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-07-10T04:50:12.908Z
512026-07-10T04:50:12.936Z stable-x86_64-unknown-illumos installed - rustc 1.97.0 (2d8144b78 2026-07-07)
522026-07-10T04:50:12.936Z
532026-07-10T04:50:12.936Z
542026-07-10T04:50:12.936ZRust is installed now. Great!
552026-07-10T04:50:12.936Z
562026-07-10T04:50:12.940ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-10T04:50:12.940Zenvironment variable. This has not been done automatically.
582026-07-10T04:50:12.940Z
592026-07-10T04:50:12.940ZTo configure your current shell, you need to source
602026-07-10T04:50:12.940Zthe corresponding env file under $HOME/.cargo.
612026-07-10T04:50:12.940Z
622026-07-10T04:50:12.940ZThis is usually done by running one of the following (note the leading DOT):
632026-07-10T04:50:12.940Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-10T04:50:12.940Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-10T04:50:12.940Zsource "~/.cargo/env.nu" # For nushell
662026-07-10T04:50:12.940Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-10T04:50:12.940Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-10T04:50:12.940Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-10T04:50:12.940Zwarn: no default linker (`cc`) was found in your PATH
702026-07-10T04:50:12.940Zwarn: many Rust crates require a system C toolchain to build
712026-07-10T04:50:13.023Z+ rustup --version
722026-07-10T04:50:13.031Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-10T04:50:13.034Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-10T04:50:13.052Zinfo: the currently active `rustc` version is `rustc 1.97.0 (2d8144b78 2026-07-07)`
752026-07-10T04:50:13.055Z+ cargo --version
762026-07-10T04:50:13.070Zcargo 1.97.0 (c980f4866 2026-06-30)
772026-07-10T04:50:13.073Z+ rustc --version
782026-07-10T04:50:13.092Zrustc 1.97.0 (2d8144b78 2026-07-07)
792026-07-10T04:50:13.095Zprocess exited: duration 17161 ms, exit code 0
 
802026-07-10T04:50:13.101Zstarting task 2: "authentication"
812026-07-10T04:50:13.117Zprocess exited: duration 16 ms, exit code 0
 
822026-07-10T04:50:13.123Zstarting task 3: "clone repository"
832026-07-10T04:50:13.126Z+ mkdir -p /work/oxidecomputer/dropshot
842026-07-10T04:50:13.129Z+ git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot
852026-07-10T04:50:13.159ZCloning into '/work/oxidecomputer/dropshot'...
862026-07-10T04:50:14.075Z+ cd /work/oxidecomputer/dropshot
872026-07-10T04:50:14.075Z+ git fetch origin b1382cc17b3d2cb2d447ae72985ac173a0ad3608
882026-07-10T04:50:14.342ZFrom https://github.com/oxidecomputer/dropshot
892026-07-10T04:50:14.342Z * branch b1382cc17b3d2cb2d447ae72985ac173a0ad3608 -> FETCH_HEAD
902026-07-10T04:50:14.347Z+ [[ -n renovate/rust-1.x ]]
912026-07-10T04:50:14.350Z++ git branch --show-current
922026-07-10T04:50:14.350Z+ current=main
932026-07-10T04:50:14.350Z+ [[ main != renovate/rust-1.x ]]
942026-07-10T04:50:14.350Z+ git branch -f renovate/rust-1.x b1382cc17b3d2cb2d447ae72985ac173a0ad3608
952026-07-10T04:50:14.353Z+ git checkout -f renovate/rust-1.x
962026-07-10T04:50:14.366ZSwitched to branch 'renovate/rust-1.x'
972026-07-10T04:50:14.369Z+ git reset --hard b1382cc17b3d2cb2d447ae72985ac173a0ad3608
982026-07-10T04:50:14.372ZHEAD is now at b1382cc Update Rust to v1.97.0
992026-07-10T04:50:14.372Zprocess exited: duration 1247 ms, exit code 0
 
1002026-07-10T04:50:14.379Zstarting task 4: "build"
1012026-07-10T04:50:14.382Z+ cargo --version
1022026-07-10T04:50:14.388Zinfo: syncing channel updates for 1.97.0-x86_64-unknown-illumos
1032026-07-10T04:50:14.534Zinfo: latest update on 2026-07-09 for version 1.97.0 (2d8144b78 2026-07-07)
1042026-07-10T04:50:14.538Zinfo: downloading 6 components
1052026-07-10T04:50:29.691Zcargo 1.97.0 (c980f4866 2026-06-30)
1062026-07-10T04:50:29.694Z+ rustc --version
1072026-07-10T04:50:29.722Zrustc 1.97.0 (2d8144b78 2026-07-07)
1082026-07-10T04:50:29.727Z+ banner build
1092026-07-10T04:50:29.730Z
1102026-07-10T04:50:29.730Z ##### # # # # #####
1112026-07-10T04:50:29.730Z # # # # # # # #
1122026-07-10T04:50:29.730Z ##### # # # # # #
1132026-07-10T04:50:29.730Z # # # # # # # #
1142026-07-10T04:50:29.730Z # # # # # # # #
1152026-07-10T04:50:29.731Z ##### #### # ###### #####
1162026-07-10T04:50:29.731Z
1172026-07-10T04:50:29.731Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1182026-07-10T04:50:29.813Z Updating crates.io index
1192026-07-10T04:50:31.544Z Downloading crates ...
1202026-07-10T04:50:31.609Z Downloaded adler2 v2.0.1
1212026-07-10T04:50:31.613Z Downloaded serde_path_to_error v0.1.20
1222026-07-10T04:50:31.619Z Downloaded stable_deref_trait v1.2.0
1232026-07-10T04:50:31.622Z Downloaded http-body-util v0.1.3
1242026-07-10T04:50:31.622Z Downloaded rustversion v1.0.22
1252026-07-10T04:50:31.626Z Downloaded ryu v1.0.5
1262026-07-10T04:50:31.626Z Downloaded schema v0.1.0
1272026-07-10T04:50:31.626Z Downloaded subtle v2.5.0
1282026-07-10T04:50:31.626Z Downloaded icu_locid_transform_data v1.5.0
1292026-07-10T04:50:31.629Z Downloaded slog v2.8.2
1302026-07-10T04:50:31.629Z Downloaded openssl-probe v0.2.1
1312026-07-10T04:50:31.632Z Downloaded percent-encoding v2.3.2
1322026-07-10T04:50:31.632Z Downloaded scroll_derive v0.13.1
1332026-07-10T04:50:31.632Z Downloaded rusticata-macros v4.1.0
1342026-07-10T04:50:31.632Z Downloaded rand_core v0.9.5
1352026-07-10T04:50:31.635Z Downloaded yoke v0.7.5
1362026-07-10T04:50:31.635Z Downloaded prettyplease v0.2.37
1372026-07-10T04:50:31.638Z Downloaded match_cfg v0.1.0
1382026-07-10T04:50:31.638Z Downloaded jobserver v0.1.34
1392026-07-10T04:50:31.638Z Downloaded scopeguard v1.2.0
1402026-07-10T04:50:31.641Z Downloaded serde_tokenstream v0.2.3
1412026-07-10T04:50:31.641Z Downloaded http-body v1.0.1
1422026-07-10T04:50:31.644Z Downloaded idna_adapter v1.2.0
1432026-07-10T04:50:31.644Z Downloaded sha1 v0.10.6
1442026-07-10T04:50:31.648Z Downloaded slog-bunyan v2.5.0
1452026-07-10T04:50:31.651Z Downloaded scroll v0.13.0
1462026-07-10T04:50:31.651Z Downloaded indexmap v2.14.0
1472026-07-10T04:50:31.655Z Downloaded event-listener-strategy v0.5.4
1482026-07-10T04:50:31.658Z Downloaded schema-derive v0.1.0
1492026-07-10T04:50:31.658Z Downloaded sha2 v0.10.8
1502026-07-10T04:50:31.658Z Downloaded signal-hook-registry v1.4.0
1512026-07-10T04:50:31.661Z Downloaded tower-service v0.3.3
1522026-07-10T04:50:31.661Z Downloaded smallvec v1.13.2
1532026-07-10T04:50:31.661Z Downloaded idna v1.0.3
1542026-07-10T04:50:31.665Z Downloaded log v0.4.17
1552026-07-10T04:50:31.665Z Downloaded lock_api v0.4.6
1562026-07-10T04:50:31.668Z Downloaded rustls-pki-types v1.15.0
1572026-07-10T04:50:31.668Z Downloaded mime v0.3.16
1582026-07-10T04:50:31.668Z Downloaded multer v3.1.0
1592026-07-10T04:50:31.671Z Downloaded icu_normalizer v1.5.0
1602026-07-10T04:50:31.671Z Downloaded pest_derive v2.8.1
1612026-07-10T04:50:31.674Z Downloaded tinyvec_macros v0.1.0
1622026-07-10T04:50:31.674Z Downloaded utf16_iter v1.0.5
1632026-07-10T04:50:31.674Z Downloaded serde_urlencoded v0.7.1
1642026-07-10T04:50:31.677Z Downloaded take_mut v0.2.2
1652026-07-10T04:50:31.680Z Downloaded litemap v0.7.4
1662026-07-10T04:50:31.680Z Downloaded sync_wrapper v1.0.1
1672026-07-10T04:50:31.680Z Downloaded itoa v1.0.1
1682026-07-10T04:50:31.683Z Downloaded quinn v0.11.9
1692026-07-10T04:50:31.683Z Downloaded yoke-derive v0.7.5
1702026-07-10T04:50:31.683Z Downloaded sha1 v0.11.0
1712026-07-10T04:50:31.686Z Downloaded usdt-attr-macro v0.6.0
1722026-07-10T04:50:31.686Z Downloaded usdt-macro v0.6.0
1732026-07-10T04:50:31.686Z Downloaded simd-adler32 v0.3.7
1742026-07-10T04:50:31.686Z Downloaded lru-slab v0.1.2
1752026-07-10T04:50:31.690Z Downloaded icu_provider v1.5.0
1762026-07-10T04:50:31.693Z Downloaded tower-layer v0.3.3
1772026-07-10T04:50:31.696Z Downloaded miniz_oxide v0.8.9
1782026-07-10T04:50:31.696Z Downloaded target-triple v1.0.0
1792026-07-10T04:50:31.699Z Downloaded icu_locid v1.5.0
1802026-07-10T04:50:31.702Z Downloaded try-lock v0.2.3
1812026-07-10T04:50:31.702Z Downloaded untrusted v0.7.1
1822026-07-10T04:50:31.707Z Downloaded utf8_iter v1.0.4
1832026-07-10T04:50:31.710Z Downloaded time-core v0.1.8
1842026-07-10T04:50:31.710Z Downloaded usdt v0.6.0
1852026-07-10T04:50:31.713Z Downloaded newline-converter v0.3.0
1862026-07-10T04:50:31.713Z Downloaded thread_local v1.1.4
1872026-07-10T04:50:31.716Z Downloaded plain v0.2.3
1882026-07-10T04:50:31.716Z Downloaded waitgroup v0.1.2
1892026-07-10T04:50:31.716Z Downloaded serde_spanned v1.1.1
1902026-07-10T04:50:31.719Z Downloaded tokio-macros v2.7.0
1912026-07-10T04:50:31.719Z Downloaded untrusted v0.9.0
1922026-07-10T04:50:31.719Z Downloaded icu_provider_macros v1.5.0
1932026-07-10T04:50:31.719Z Downloaded lazy_static v1.5.0
1942026-07-10T04:50:31.723Z Downloaded zerofrom-derive v0.1.5
1952026-07-10T04:50:31.723Z Downloaded parking_lot_core v0.9.4
1962026-07-10T04:50:31.723Z Downloaded pin-project-lite v0.2.12
1972026-07-10T04:50:31.726Z Downloaded serde_derive v1.0.228
1982026-07-10T04:50:31.726Z Downloaded similar v2.2.1
1992026-07-10T04:50:31.729Z Downloaded num-integer v0.1.46
2002026-07-10T04:50:31.733Z Downloaded socket2 v0.5.9
2012026-07-10T04:50:31.733Z Downloaded thread-id v5.0.0
2022026-07-10T04:50:31.733Z Downloaded memmap2 v0.9.8
2032026-07-10T04:50:31.736Z Downloaded hostname v0.4.2
2042026-07-10T04:50:31.739Z Downloaded is-terminal v0.4.12
2052026-07-10T04:50:31.739Z Downloaded dof v0.4.0
2062026-07-10T04:50:31.739Z Downloaded num_threads v0.1.3
2072026-07-10T04:50:31.742Z Downloaded hyper-rustls v0.27.9
2082026-07-10T04:50:31.745Z Downloaded simple-mermaid v0.2.0
2092026-07-10T04:50:31.745Z Downloaded slog-async v2.8.0
2102026-07-10T04:50:31.745Z Downloaded rustls-native-certs v0.8.3
2112026-07-10T04:50:31.745Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2122026-07-10T04:50:31.749Z Downloaded toml_writer v1.1.1+spec-1.1.0
2132026-07-10T04:50:31.749Z Downloaded powerfmt v0.2.0
2142026-07-10T04:50:31.749Z Downloaded want v0.3.0
2152026-07-10T04:50:31.752Z Downloaded version_check v0.9.5
2162026-07-10T04:50:31.752Z Downloaded futures-io v0.3.32
2172026-07-10T04:50:31.752Z Downloaded futures-macro v0.3.32
2182026-07-10T04:50:31.752Z Downloaded block-buffer v0.10.2
2192026-07-10T04:50:31.755Z Downloaded cpufeatures v0.2.17
2202026-07-10T04:50:31.755Z Downloaded pretty-hex v0.4.1
2212026-07-10T04:50:31.758Z Downloaded dyn-clone v1.0.4
2222026-07-10T04:50:31.759Z Downloaded num-conv v0.2.0
2232026-07-10T04:50:31.761Z Downloaded rustls-pemfile v2.2.0
2242026-07-10T04:50:31.761Z Downloaded slab v0.4.9
2252026-07-10T04:50:31.761Z Downloaded slog-json v2.6.1
2262026-07-10T04:50:31.764Z Downloaded thiserror-impl v2.0.18
2272026-07-10T04:50:31.764Z Downloaded httpdate v1.0.1
2282026-07-10T04:50:31.764Z Downloaded rustc-hash v2.0.0
2292026-07-10T04:50:31.765Z Downloaded httparse v1.10.0
2302026-07-10T04:50:31.768Z Downloaded schemars_derive v0.8.22
2312026-07-10T04:50:31.768Z Downloaded slog-term v2.9.2
2322026-07-10T04:50:31.768Z Downloaded quote v1.0.46
2332026-07-10T04:50:31.771Z Downloaded rand_chacha v0.9.0
2342026-07-10T04:50:31.771Z Downloaded once_cell v1.20.1
2352026-07-10T04:50:31.774Z Downloaded termcolor v1.1.2
2362026-07-10T04:50:31.774Z Downloaded unicase v2.6.0
2372026-07-10T04:50:31.774Z Downloaded unicode-width v0.1.9
2382026-07-10T04:50:31.774Z Downloaded parking v2.2.0
2392026-07-10T04:50:31.778Z Downloaded synstructure v0.13.1
2402026-07-10T04:50:31.781Z Downloaded time-macros v0.2.27
2412026-07-10T04:50:31.781Z Downloaded tokio-tungstenite v0.29.0
2422026-07-10T04:50:31.781Z Downloaded cfg_aliases v0.2.1
2432026-07-10T04:50:31.781Z Downloaded debug-ignore v1.0.5
2442026-07-10T04:50:31.784Z Downloaded compression-core v0.4.32
2452026-07-10T04:50:31.784Z Downloaded zerofrom v0.1.5
2462026-07-10T04:50:31.784Z Downloaded equivalent v1.0.0
2472026-07-10T04:50:31.784Z Downloaded write16 v1.0.0
2482026-07-10T04:50:31.787Z Downloaded autocfg v1.1.0
2492026-07-10T04:50:31.787Z Downloaded errno v0.3.10
2502026-07-10T04:50:31.787Z Downloaded serde v1.0.228
2512026-07-10T04:50:31.790Z Downloaded asn1-rs-derive v0.6.0
2522026-07-10T04:50:31.790Z Downloaded pem v3.0.6
2532026-07-10T04:50:31.793Z Downloaded quinn-udp v0.5.5
2542026-07-10T04:50:31.793Z Downloaded usdt-impl v0.6.0
2552026-07-10T04:50:31.796Z Downloaded zeroize v1.8.2
2562026-07-10T04:50:31.799Z Downloaded async-channel v2.5.0
2572026-07-10T04:50:31.799Z Downloaded cfg-if v1.0.0
2582026-07-10T04:50:31.799Z Downloaded dtrace-parser v0.3.0
2592026-07-10T04:50:31.799Z Downloaded async-stream v0.3.6
2602026-07-10T04:50:31.802Z Downloaded semver v1.0.28
2612026-07-10T04:50:31.802Z Downloaded block-buffer v0.12.0
2622026-07-10T04:50:31.805Z Downloaded serde_derive_internals v0.29.0
2632026-07-10T04:50:31.805Z Downloaded data-encoding v2.4.0
2642026-07-10T04:50:31.805Z Downloaded form_urlencoded v1.2.2
2652026-07-10T04:50:31.806Z Downloaded asn1-rs-impl v0.2.0
2662026-07-10T04:50:31.809Z Downloaded shlex v1.3.0
2672026-07-10T04:50:31.809Z Downloaded bit-vec v0.9.1
2682026-07-10T04:50:31.809Z Downloaded compression-codecs v0.4.38
2692026-07-10T04:50:31.812Z Downloaded displaydoc v0.2.5
2702026-07-10T04:50:31.812Z Downloaded mime_guess v2.0.5
2712026-07-10T04:50:31.815Z Downloaded iana-time-zone v0.1.47
2722026-07-10T04:50:31.815Z Downloaded hostname v0.3.1
2732026-07-10T04:50:31.815Z Downloaded atomic-waker v1.1.2
2742026-07-10T04:50:31.815Z Downloaded dunce v1.0.5
2752026-07-10T04:50:31.818Z Downloaded futures-task v0.3.32
2762026-07-10T04:50:31.822Z Downloaded cpufeatures v0.3.0
2772026-07-10T04:50:31.825Z Downloaded icu_locid_transform v1.5.0
2782026-07-10T04:50:31.828Z Downloaded ppv-lite86 v0.2.15
2792026-07-10T04:50:31.831Z Downloaded toml_parser v1.1.2+spec-1.1.0
2802026-07-10T04:50:31.831Z Downloaded spin v0.9.8
2812026-07-10T04:50:31.831Z Downloaded term v1.1.0
2822026-07-10T04:50:31.831Z Downloaded async-trait v0.1.89
2832026-07-10T04:50:31.834Z Downloaded paste v1.0.15
2842026-07-10T04:50:31.834Z Downloaded thiserror v2.0.18
2852026-07-10T04:50:31.838Z Downloaded rcgen v0.14.8
2862026-07-10T04:50:31.838Z Downloaded tempfile v3.27.0
2872026-07-10T04:50:31.841Z Downloaded tokio-rustls v0.26.4
2882026-07-10T04:50:31.841Z Downloaded async-stream-impl v0.3.6
2892026-07-10T04:50:31.841Z Downloaded fnv v1.0.7
2902026-07-10T04:50:31.844Z Downloaded tinyvec v1.5.1
2912026-07-10T04:50:31.844Z Downloaded atomicwrites v0.4.4
2922026-07-10T04:50:31.844Z Downloaded tinystr v0.7.6
2932026-07-10T04:50:31.848Z Downloaded ucd-trie v0.1.6
2942026-07-10T04:50:31.848Z Downloaded oid-registry v0.8.1
2952026-07-10T04:50:31.848Z Downloaded pest_generator v2.8.1
2962026-07-10T04:50:31.848Z Downloaded futures-sink v0.3.32
2972026-07-10T04:50:31.848Z Downloaded schemars v0.8.22
2982026-07-10T04:50:31.853Z Downloaded heck v0.5.0
2992026-07-10T04:50:31.856Z Downloaded ipnet v2.10.0
3002026-07-10T04:50:31.856Z Downloaded crypto-common v0.1.6
3012026-07-10T04:50:31.856Z Downloaded futures-executor v0.3.32
3022026-07-10T04:50:31.856Z Downloaded futures-core v0.3.32
3032026-07-10T04:50:31.859Z Downloaded zerovec-derive v0.10.3
3042026-07-10T04:50:31.859Z Downloaded concurrent-queue v2.5.0
3052026-07-10T04:50:31.859Z Downloaded unicode-ident v1.0.12
3062026-07-10T04:50:31.863Z Downloaded byteorder v1.4.3
3072026-07-10T04:50:31.863Z Downloaded fastrand v2.1.1
3082026-07-10T04:50:31.863Z Downloaded fs_extra v1.3.0
3092026-07-10T04:50:31.863Z Downloaded erased-serde v0.3.31
3102026-07-10T04:50:31.866Z Downloaded anyhow v1.0.103
3112026-07-10T04:50:31.866Z Downloaded digest v0.10.7
3122026-07-10T04:50:31.869Z Downloaded buf-list v1.1.2
3132026-07-10T04:50:31.874Z Downloaded pest_meta v2.8.1
3142026-07-10T04:50:31.874Z Downloaded serde_core v1.0.228
3152026-07-10T04:50:31.877Z Downloaded bitflags v2.11.0
3162026-07-10T04:50:31.877Z Downloaded console v0.15.7
3172026-07-10T04:50:31.877Z Downloaded yasna v0.6.0
3182026-07-10T04:50:31.880Z Downloaded tracing-core v0.1.32
3192026-07-10T04:50:31.880Z Downloaded cmake v0.1.58
3202026-07-10T04:50:31.880Z Downloaded toml v1.1.2+spec-1.1.0
3212026-07-10T04:50:31.883Z Downloaded writeable v0.5.5
3222026-07-10T04:50:31.883Z Downloaded num-traits v0.2.14
3232026-07-10T04:50:31.886Z Downloaded rustls-platform-verifier v0.6.2
3242026-07-10T04:50:31.886Z Downloaded rustls-webpki v0.103.13
3252026-07-10T04:50:31.890Z Downloaded getrandom v0.2.11
3262026-07-10T04:50:31.890Z Downloaded trybuild v1.0.117
3272026-07-10T04:50:31.893Z Downloaded reqwest v0.13.4
3282026-07-10T04:50:31.896Z Downloaded url v2.5.4
3292026-07-10T04:50:31.899Z Downloaded crypto-common v0.2.1
3302026-07-10T04:50:31.899Z Downloaded generic-array v0.14.5
3312026-07-10T04:50:31.899Z Downloaded glob v0.3.0
3322026-07-10T04:50:31.899Z Downloaded zmij v1.0.2
3332026-07-10T04:50:31.902Z Downloaded camino v1.2.4
3342026-07-10T04:50:31.902Z Downloaded const-oid v0.10.2
3352026-07-10T04:50:31.905Z Downloaded digest v0.11.2
3362026-07-10T04:50:31.905Z Downloaded find-msvc-tools v0.1.9
3372026-07-10T04:50:31.905Z Downloaded parking_lot v0.12.1
3382026-07-10T04:50:31.908Z Downloaded socket2 v0.6.3
3392026-07-10T04:50:31.911Z Downloaded crossbeam-utils v0.8.21
3402026-07-10T04:50:31.911Z Downloaded icu_normalizer_data v1.5.0
3412026-07-10T04:50:31.911Z Downloaded tracing v0.1.40
3422026-07-10T04:50:31.914Z Downloaded tungstenite v0.29.0
3432026-07-10T04:50:31.917Z Downloaded icu_properties v1.5.1
3442026-07-10T04:50:31.917Z Downloaded rustix v0.38.44
3452026-07-10T04:50:31.928Z Downloaded base64 v0.22.1
3462026-07-10T04:50:31.931Z Downloaded event-listener v5.0.0
3472026-07-10T04:50:31.932Z Downloaded subprocess v1.2.0
3482026-07-10T04:50:31.935Z Downloaded unicode-segmentation v1.10.0
3492026-07-10T04:50:31.935Z Downloaded typenum v1.19.0
3502026-07-10T04:50:31.938Z Downloaded getrandom v0.3.4
3512026-07-10T04:50:31.938Z Downloaded hybrid-array v0.4.8
3522026-07-10T04:50:31.941Z Downloaded der-parser v10.0.0
3532026-07-10T04:50:31.941Z Downloaded tower v0.5.2
3542026-07-10T04:50:31.945Z Downloaded deranged v0.5.5
3552026-07-10T04:50:31.948Z Downloaded uuid v1.23.4
3562026-07-10T04:50:31.948Z Downloaded futures v0.3.32
3572026-07-10T04:50:31.951Z Downloaded futures-channel v0.3.32
3582026-07-10T04:50:31.951Z Downloaded getrandom v0.4.1
3592026-07-10T04:50:31.955Z Downloaded crc32fast v1.5.0
3602026-07-10T04:50:31.959Z Downloaded proc-macro2 v1.0.106
3612026-07-10T04:50:31.978Z Downloaded tower-http v0.6.8
3622026-07-10T04:50:31.982Z Downloaded zerovec v0.10.4
3632026-07-10T04:50:31.985Z Downloaded bytes v1.12.0
3642026-07-10T04:50:31.988Z Downloaded tokio-util v0.7.18
3652026-07-10T04:50:31.991Z Downloaded serde_json v1.0.150
3662026-07-10T04:50:31.995Z Downloaded minimal-lexical v0.2.1
3672026-07-10T04:50:31.998Z Downloaded icu_collections v1.5.0
3682026-07-10T04:50:32.001Z Downloaded zerocopy-derive v0.8.27
3692026-07-10T04:50:32.005Z Downloaded memchr v2.6.0
3702026-07-10T04:50:32.007Z Downloaded flate2 v1.1.9
3712026-07-10T04:50:32.012Z Downloaded crossbeam-channel v0.5.15
3722026-07-10T04:50:32.015Z Downloaded time v0.3.47
3732026-07-10T04:50:32.020Z Downloaded rand v0.9.2
3742026-07-10T04:50:32.023Z Downloaded x509-parser v0.18.0
3752026-07-10T04:50:32.027Z Downloaded cc v1.2.60
3762026-07-10T04:50:32.030Z Downloaded num-bigint v0.4.3
3772026-07-10T04:50:32.033Z Downloaded aws-lc-rs v1.16.3
3782026-07-10T04:50:32.038Z Downloaded asn1-rs v0.7.1
3792026-07-10T04:50:32.041Z Downloaded nom v7.1.3
3802026-07-10T04:50:32.044Z Downloaded mio v1.2.0
3812026-07-10T04:50:32.047Z Downloaded hyper-util v0.1.20
3822026-07-10T04:50:32.050Z Downloaded hyper v1.10.1
3832026-07-10T04:50:32.053Z Downloaded expectorate v1.2.0
3842026-07-10T04:50:32.056Z Downloaded pest v2.8.1
3852026-07-10T04:50:32.059Z Downloaded http v1.4.2
3862026-07-10T04:50:32.059Z Downloaded async-compression v0.4.42
3872026-07-10T04:50:32.062Z Downloaded syn v2.0.118
3882026-07-10T04:50:32.067Z Downloaded rustls v0.23.41
3892026-07-10T04:50:32.079Z Downloaded rustix v1.1.4
3902026-07-10T04:50:32.091Z Downloaded iri-string v0.7.8
3912026-07-10T04:50:32.095Z Downloaded portable-atomic v1.9.0
3922026-07-10T04:50:32.098Z Downloaded hashbrown v0.17.0
3932026-07-10T04:50:32.101Z Downloaded futures-util v0.3.32
3942026-07-10T04:50:32.107Z Downloaded winnow v1.0.0
3952026-07-10T04:50:32.112Z Downloaded h2 v0.4.14
3962026-07-10T04:50:32.117Z Downloaded quinn-proto v0.11.14
3972026-07-10T04:50:32.127Z Downloaded icu_properties_data v1.5.0
3982026-07-10T04:50:32.133Z Downloaded zerocopy v0.8.27
3992026-07-10T04:50:32.146Z Downloaded chrono v0.4.45
4002026-07-10T04:50:32.149Z Downloaded goblin v0.10.1
4012026-07-10T04:50:32.157Z Downloaded openapiv3 v2.2.0
4022026-07-10T04:50:32.186Z Downloaded tokio v1.52.3
4032026-07-10T04:50:32.217Z Downloaded libc v0.2.186
4042026-07-10T04:50:32.251Z Downloaded encoding_rs v0.8.32
4052026-07-10T04:50:32.262Z Downloaded ring v0.17.13
4062026-07-10T04:50:32.804Z Downloaded aws-lc-sys v0.40.0
4072026-07-10T04:50:33.023Z Compiling proc-macro2 v1.0.106
4082026-07-10T04:50:33.023Z Compiling unicode-ident v1.0.12
4092026-07-10T04:50:33.023Z Compiling quote v1.0.46
4102026-07-10T04:50:33.023Z Compiling libc v0.2.186
4112026-07-10T04:50:33.023Z Compiling cfg-if v1.0.0
4122026-07-10T04:50:33.027Z Compiling itoa v1.0.1
4132026-07-10T04:50:33.027Z Compiling memchr v2.6.0
4142026-07-10T04:50:33.119Z Compiling serde_core v1.0.228
4152026-07-10T04:50:33.124Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=bcd99897bf71d99e -C extra-filename=-3e1a0eb3ea6a1c84 --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-3e1a0eb3ea6a1c84 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4162026-07-10T04:50:33.124Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.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=121232a07b4c90d0 -C extra-filename=-b88bcde3d771ce31 --out-dir /work/oxidecomputer/dropshot/target/debug/build/quote-b88bcde3d771ce31 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4172026-07-10T04:50:33.124Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cbb02445f194729e -C extra-filename=-15bd0bdf3d8f7e84 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4182026-07-10T04:50:33.124Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=45b21ff8fb0d1953 -C extra-filename=-2d3d11220dbd12d0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4192026-07-10T04:50:33.124Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.186/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=030fc5292ac65018 -C extra-filename=-f2d559e9ab0637e3 --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-f2d559e9ab0637e3 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4202026-07-10T04:50:33.124Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7349f8e65d519215 -C extra-filename=-b8e4eec12f074966 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4212026-07-10T04:50:33.127Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=0662f0c8f593e1e5 -C extra-filename=-6a1604f6fea73503 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4222026-07-10T04:50:33.134Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=5e916a676a7cb260 -C extra-filename=-03a5911f9ed0df70 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-03a5911f9ed0df70 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4232026-07-10T04:50:33.188Z Compiling pin-project-lite v0.2.12
4242026-07-10T04:50:33.196Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=27605ab4c1f7843f -C extra-filename=-cbfe4f3dc560f263 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4252026-07-10T04:50:33.236Z Compiling autocfg v1.1.0
4262026-07-10T04:50:33.240Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5aece3b41a765010 -C extra-filename=-6490615181cc3db2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4272026-07-10T04:50:33.247Z Compiling version_check v0.9.5
4282026-07-10T04:50:33.251Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7d93d723c5eabbcb -C extra-filename=-b73d9d5791cddff0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4292026-07-10T04:50:33.271Z Compiling bytes v1.12.0
4302026-07-10T04:50:33.279Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=e9aa9e42a749896f -C extra-filename=-36c5ac0f4820805c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4312026-07-10T04:50:33.477Z Running `/work/oxidecomputer/dropshot/target/debug/build/quote-b88bcde3d771ce31/build-script-build`
4322026-07-10T04:50:33.477Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-03a5911f9ed0df70/build-script-build`
4332026-07-10T04:50:33.477Z Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-3e1a0eb3ea6a1c84/build-script-build`
4342026-07-10T04:50:33.502Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-f2d559e9ab0637e3/build-script-build`
4352026-07-10T04:50:33.512Z Compiling smallvec v1.13.2
4362026-07-10T04:50:33.520Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=b9ea661ccbe334fb -C extra-filename=-e829c38c2a2085c6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4372026-07-10T04:50:33.523Z Compiling futures-core v0.3.32
4382026-07-10T04:50:33.523Z Compiling zmij v1.0.2
4392026-07-10T04:50:33.523Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=7115729aae70736c -C extra-filename=-2d7e2170095db4ae --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4402026-07-10T04:50:33.529Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=d1ecc5ee56bc6adb -C extra-filename=-fc7102f5d18c132b --out-dir /work/oxidecomputer/dropshot/target/debug/build/zmij-fc7102f5d18c132b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4412026-07-10T04:50:33.537Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=6ae11e98a6e8c06d -C extra-filename=-096e7e9c77085253 --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)'`
4422026-07-10T04:50:33.545Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.186/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=ff20123d82f9e838 -C extra-filename=-8b058f9e95c8ede0 --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"))'`
4432026-07-10T04:50:33.661Z Compiling serde v1.0.228
4442026-07-10T04:50:33.670Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=66275a1058aff91f -C extra-filename=-32e42472423044d8 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-32e42472423044d8 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4452026-07-10T04:50:33.708Z Compiling once_cell v1.20.1
4462026-07-10T04:50:33.711Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=ced3527909ece5aa -C extra-filename=-b3b9535088d8c029 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4472026-07-10T04:50:33.784Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=1f65f0094c9be7ec -C extra-filename=-570758be45320499 --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-15bd0bdf3d8f7e84.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)'`
4482026-07-10T04:50:33.826Z Running `/work/oxidecomputer/dropshot/target/debug/build/zmij-fc7102f5d18c132b/build-script-build`
4492026-07-10T04:50:33.835Z Compiling serde_json v1.0.150
4502026-07-10T04:50:33.838Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.150/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=5895a5c503c1ad14 -C extra-filename=-7ce78e786825e51c --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-7ce78e786825e51c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4512026-07-10T04:50:33.855Z Compiling log v0.4.17
4522026-07-10T04:50:33.858Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "value-bag"))' -C metadata=cf623cf8ea6c5827 -C extra-filename=-9f32eddc9b3da3f6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-9f32eddc9b3da3f6 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4532026-07-10T04:50:33.916Z Compiling thiserror v2.0.18
4542026-07-10T04:50:33.919Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=17a1dfb3efab75e4 -C extra-filename=-b031a42cfacafb59 --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-b031a42cfacafb59 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4552026-07-10T04:50:33.934Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name zmij --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=ae995555b3b24eda -C extra-filename=-ac96e8d09e0b8522 --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)'`
4562026-07-10T04:50:33.976Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-32e42472423044d8/build-script-build`
4572026-07-10T04:50:34.015Z Compiling jobserver v0.1.34
4582026-07-10T04:50:34.019Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a25ba8d82ca3ed0e -C extra-filename=-9b20028994fad0cc --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-8b058f9e95c8ede0.rmeta --cap-lints allow`
4592026-07-10T04:50:34.025Z Compiling find-msvc-tools v0.1.9
4602026-07-10T04:50:34.025Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name find_msvc_tools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/find-msvc-tools-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --allow=unexpected_cfgs --check-cfg 'cfg(disable_clang_cl_tests)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=80d23659c5ad3919 -C extra-filename=-162e78ed8b8d4b8b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4612026-07-10T04:50:34.170Z Compiling shlex v1.3.0
4622026-07-10T04:50:34.185Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=792491b808fc1f63 -C extra-filename=-19a5d5e4652dc7fe --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4632026-07-10T04:50:34.188Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-7ce78e786825e51c/build-script-build`
4642026-07-10T04:50:34.191Z Compiling parking_lot_core v0.9.4
4652026-07-10T04:50:34.191Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=cb3e5980dd38ea60 -C extra-filename=-c00ec6c8a8d77329 --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-c00ec6c8a8d77329 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4662026-07-10T04:50:34.203Z Running `/work/oxidecomputer/dropshot/target/debug/build/log-9f32eddc9b3da3f6/build-script-build`
4672026-07-10T04:50:34.215Z Running `/home/build/.rustup/toolchains/1.97.0-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=6dd2573001c0a4af -C extra-filename=-1e45462e1f7e5d0b --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-570758be45320499.rmeta --cap-lints allow --check-cfg 'cfg(no_diagnostic_namespace)'`
4682026-07-10T04:50:34.309Z Compiling cc v1.2.60
4692026-07-10T04:50:34.312Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.60/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --allow=unexpected_cfgs --check-cfg 'cfg(disable_clang_cl_tests)' --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=1fad7422744b848a -C extra-filename=-a8c66c371d2b3216 --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-162e78ed8b8d4b8b.rmeta --extern jobserver=/work/oxidecomputer/dropshot/target/debug/deps/libjobserver-9b20028994fad0cc.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rmeta --extern shlex=/work/oxidecomputer/dropshot/target/debug/deps/libshlex-19a5d5e4652dc7fe.rmeta --cap-lints allow`
4702026-07-10T04:50:34.327Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-b031a42cfacafb59/build-script-build`
4712026-07-10T04:50:34.367Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "value-bag"))' -C metadata=f78cca0b62b18ad4 -C extra-filename=-d99c8c47957afc88 --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-2d3d11220dbd12d0.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics`
4722026-07-10T04:50:34.393Z Compiling syn v2.0.118
4732026-07-10T04:50:34.396Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.118/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=c1f7d8532b3a1192 -C extra-filename=-a89bc80d4c0b12b5 --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-570758be45320499.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-15bd0bdf3d8f7e84.rmeta --cap-lints allow`
4742026-07-10T04:50:34.469Z Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-c00ec6c8a8d77329/build-script-build`
4752026-07-10T04:50:34.482Z Compiling slab v0.4.9
4762026-07-10T04:50:34.490Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=1696b1b0add3ad0d -C extra-filename=-8d19e8362494a16f --out-dir /work/oxidecomputer/dropshot/target/debug/build/slab-8d19e8362494a16f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-6490615181cc3db2.rlib --cap-lints allow`
4772026-07-10T04:50:34.508Z Compiling futures-sink v0.3.32
4782026-07-10T04:50:34.511Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=c35ab7c68cc39229 -C extra-filename=-f3a36cf4f4411e6b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4792026-07-10T04:50:34.517Z Compiling typenum v1.19.0
4802026-07-10T04:50:34.520Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="const-generics"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=b31ecf463bacaaf2 -C extra-filename=-34c44d4a1d20fdae --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-34c44d4a1d20fdae -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4812026-07-10T04:50:34.559Z Compiling scopeguard v1.2.0
4822026-07-10T04:50:34.562Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=88f7bc96e21d2734 -C extra-filename=-8ff3209ca8d7b927 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4832026-07-10T04:50:34.595Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=d25a0103ee286067 -C extra-filename=-6842f0d6d5b49c73 --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-2d3d11220dbd12d0.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-e829c38c2a2085c6.rmeta --cap-lints allow`
4842026-07-10T04:50:34.609Z Compiling fs_extra v1.3.0
4852026-07-10T04:50:34.612Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_extra --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs_extra-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0da2f8f7e1456192 -C extra-filename=-3c0640be29c2f42f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4862026-07-10T04:50:34.664Z Compiling lock_api v0.4.6
4872026-07-10T04:50:34.667Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "nightly", "owning_ref", "serde"))' -C metadata=644943308df6387d -C extra-filename=-7090d7cf16d42862 --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-8ff3209ca8d7b927.rmeta --cap-lints allow`
4882026-07-10T04:50:34.732Z Running `/work/oxidecomputer/dropshot/target/debug/build/slab-8d19e8362494a16f/build-script-build`
4892026-07-10T04:50:34.825Z Compiling dunce v1.0.5
4902026-07-10T04:50:34.828Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name dunce --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dunce-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0c83b8a5560f06df -C extra-filename=-3fc5c8cfd68cb3e4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4912026-07-10T04:50:34.862Z Compiling parking_lot v0.12.1
4922026-07-10T04:50:34.865Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=0993f2b62548c3c6 -C extra-filename=-f58534e2af2cd558 --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-7090d7cf16d42862.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-6842f0d6d5b49c73.rmeta --cap-lints allow`
4932026-07-10T04:50:34.878Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=eeb1532e8603a42a -C extra-filename=-8311b027b97c9209 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4942026-07-10T04:50:34.878Z Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-34c44d4a1d20fdae/build-script-build`
4952026-07-10T04:50:34.904Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="const-generics"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=bd5cb4043218921a -C extra-filename=-d94fd4f1e3eeab3b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4962026-07-10T04:50:34.907Z Compiling socket2 v0.6.3
4972026-07-10T04:50:34.907Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=d9a0ef2345162490 -C extra-filename=-8732e73023e613ee --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-8b058f9e95c8ede0.rmeta --cap-lints allow`
4982026-07-10T04:50:34.920Z Compiling signal-hook-registry v1.4.0
4992026-07-10T04:50:34.924Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=14f2963db60dab48 -C extra-filename=-455020e64ffb1285 --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-8b058f9e95c8ede0.rmeta --cap-lints allow`
5002026-07-10T04:50:35.036Z Compiling cmake v0.1.58
5012026-07-10T04:50:35.039Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name cmake --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cmake-0.1.58/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=52b737e7d4411dfe -C extra-filename=-4840326ea85cd682 --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-a8c66c371d2b3216.rmeta --cap-lints allow`
5022026-07-10T04:50:35.278Z Compiling mio v1.2.0
5032026-07-10T04:50:35.281Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=3a289e725f45f903 -C extra-filename=-58cffe901bf88425 --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-8b058f9e95c8ede0.rmeta --cap-lints allow`
5042026-07-10T04:50:35.323Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=f84392b0e81aac53 -C extra-filename=-ec17bcb7f1b9346c --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-ec17bcb7f1b9346c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5052026-07-10T04:50:35.363Z Compiling stable_deref_trait v1.2.0
5062026-07-10T04:50:35.366Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=bca9f0ff9818d18a -C extra-filename=-32caaadbe6e38aae --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5072026-07-10T04:50:35.385Z Compiling futures-channel v0.3.32
5082026-07-10T04:50:35.397Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=923eec08bcd702bf -C extra-filename=-2fcecc0919c74395 --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-2d7e2170095db4ae.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-f3a36cf4f4411e6b.rmeta --cap-lints allow`
5092026-07-10T04:50:35.439Z Compiling http v1.4.2
5102026-07-10T04:50:35.442Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c61d6de6ee5e4790 -C extra-filename=-6f0da843c95ad62a --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-36c5ac0f4820805c.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-b8e4eec12f074966.rmeta --cap-lints allow`
5112026-07-10T04:50:35.521Z Compiling zeroize v1.8.2
5122026-07-10T04:50:35.524Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-1.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=fc1d2a193b08d06f -C extra-filename=-99da136aa5dd279f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5132026-07-10T04:50:35.611Z Compiling getrandom v0.4.1
5142026-07-10T04:50:35.615Z Compiling aws-lc-sys v0.40.0
5152026-07-10T04:50:35.615Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=50101883d4b033a7 -C extra-filename=-a091b2badfe512dc --out-dir /work/oxidecomputer/dropshot/target/debug/build/getrandom-a091b2badfe512dc -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5162026-07-10T04:50:35.615Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.40.0/builder/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-bindings", "asan", "bindgen", "default", "disable-prebuilt-nasm", "fips", "prebuilt-nasm", "ssl"))' -C metadata=f2f7b68fe4df3c66 -C extra-filename=-6c07463711d7a34a --out-dir /work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-6c07463711d7a34a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-a8c66c371d2b3216.rlib --extern cmake=/work/oxidecomputer/dropshot/target/debug/deps/libcmake-4840326ea85cd682.rlib --extern dunce=/work/oxidecomputer/dropshot/target/debug/deps/libdunce-3fc5c8cfd68cb3e4.rlib --extern fs_extra=/work/oxidecomputer/dropshot/target/debug/deps/libfs_extra-3c0640be29c2f42f.rlib --cap-lints allow`
5172026-07-10T04:50:35.640Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=d39028036241022f -C extra-filename=-e4b4f5df453f9648 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-e4b4f5df453f9648 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5182026-07-10T04:50:35.658Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-ec17bcb7f1b9346c/build-script-build`
5192026-07-10T04:50:35.698Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=f63c0e210a07c441 -C extra-filename=-0b8397ddfc27030d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
5202026-07-10T04:50:35.708Z Compiling bitflags v2.11.0
5212026-07-10T04:50:35.712Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "example_generated", "serde", "serde_core", "std"))' -C metadata=9d49b550a9d19be2 -C extra-filename=-178dfc930b1d81f4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5222026-07-10T04:50:35.805Z Compiling ucd-trie v0.1.6
5232026-07-10T04:50:35.805Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=7b48fdcac6bd11bb -C extra-filename=-fdfcf9c3a6f74eda --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5242026-07-10T04:50:35.897Z Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-a091b2badfe512dc/build-script-build`
5252026-07-10T04:50:35.910Z Compiling futures-task v0.3.32
5262026-07-10T04:50:35.913Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=3665fd6743904c2f -C extra-filename=-7a870013278f6708 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5272026-07-10T04:50:35.940Z Compiling aws-lc-rs v1.16.3
5282026-07-10T04:50:35.943Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.16.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="aws-lc-sys"' --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "dev-tests-only", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=c9fb8849a2836a24 -C extra-filename=-cabaa5594dac8dbb --out-dir /work/oxidecomputer/dropshot/target/debug/build/aws-lc-rs-cabaa5594dac8dbb -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5292026-07-10T04:50:35.959Z Compiling futures-io v0.3.32
5302026-07-10T04:50:35.962Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=8a0b0e392f21955b -C extra-filename=-993ddb7258e45f91 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5312026-07-10T04:50:36.081Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-e4b4f5df453f9648/build-script-build`
5322026-07-10T04:50:36.109Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=0c853d7d3143c87b -C extra-filename=-10ec669294a4db72 --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-2d3d11220dbd12d0.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rmeta --cap-lints allow`
5332026-07-10T04:50:36.118Z Compiling rustls-pki-types v1.15.0
5342026-07-10T04:50:36.121Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.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=cc11dc48fed68943 -C extra-filename=-59d2c8ae010154fe --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-99da136aa5dd279f.rmeta --cap-lints allow`
5352026-07-10T04:50:36.128Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.150/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=8656202ed5d3f6c7 -C extra-filename=-0c44a964c6216ab1 --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-b8e4eec12f074966.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-6a1604f6fea73503.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-096e7e9c77085253.rmeta --extern zmij=/work/oxidecomputer/dropshot/target/debug/deps/libzmij-ac96e8d09e0b8522.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
5362026-07-10T04:50:36.259Z Compiling rustversion v1.0.22
5372026-07-10T04:50:36.262Z Compiling zerocopy v0.8.27
5382026-07-10T04:50:36.268Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9fb5fa902e576b6d -C extra-filename=-186ffdb5069f88f0 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustversion-186ffdb5069f88f0 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5392026-07-10T04:50:36.272Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.27/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=8bc28f5750e65397 -C extra-filename=-fbcf29002672bd40 --out-dir /work/oxidecomputer/dropshot/target/debug/build/zerocopy-fbcf29002672bd40 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5402026-07-10T04:50:36.465Z Compiling httparse v1.10.0
5412026-07-10T04:50:36.468Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=eeb9f96e84e3e165 -C extra-filename=-69429ed2800d5157 --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-69429ed2800d5157 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5422026-07-10T04:50:36.491Z Running `/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-6c07463711d7a34a/build-script-main`
5432026-07-10T04:50:36.613Z Compiling errno v0.3.10
5442026-07-10T04:50:36.616Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4497fc6ce6bbd85f -C extra-filename=-8a425f815f1effd7 --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-8b058f9e95c8ede0.rmeta --cap-lints allow`
5452026-07-10T04:50:36.632Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustversion-186ffdb5069f88f0/build-script-build`
5462026-07-10T04:50:36.656Z Running `/work/oxidecomputer/dropshot/target/debug/build/zerocopy-fbcf29002672bd40/build-script-build`
5472026-07-10T04:50:36.669Z Compiling litemap v0.7.4
5482026-07-10T04:50:36.672Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "testing", "yoke"))' -C metadata=da031e3259291b8b -C extra-filename=-4018e869ea196f95 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5492026-07-10T04:50:36.694Z Compiling writeable v0.5.5
5502026-07-10T04:50:36.697Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name writeable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "either"))' -C metadata=383c34bd5ec3fc3b -C extra-filename=-602881c61ce4bee0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5512026-07-10T04:50:36.762Z Compiling rustix v1.1.4
5522026-07-10T04:50:36.765Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=c63576787fc37c07 -C extra-filename=-cd066dd7ff1fbfe8 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-cd066dd7ff1fbfe8 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5532026-07-10T04:50:36.830Z Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-69429ed2800d5157/build-script-build`
5542026-07-10T04:50:36.863Z Compiling crossbeam-utils v0.8.21
5552026-07-10T04:50:36.866Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=6d2e27966f456f99 -C extra-filename=-465cbd5d3a1d3180 --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-465cbd5d3a1d3180 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5562026-07-10T04:50:36.881Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2590f56b082e8182 -C extra-filename=-972387bdbdd21697 --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`
5572026-07-10T04:50:36.983Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=438aa28741c9a1ef -C extra-filename=-a70f7e6cd963b4ce --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"))'`
5582026-07-10T04:50:37.128Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-cd066dd7ff1fbfe8/build-script-build`
5592026-07-10T04:50:37.182Z Compiling generic-array v0.14.5
5602026-07-10T04:50:37.185Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde"))' -C metadata=a5ce0d9570d8c032 -C extra-filename=-6e92dcd8385d103c --out-dir /work/oxidecomputer/dropshot/target/debug/build/generic-array-6e92dcd8385d103c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-b73d9d5791cddff0.rlib --cap-lints allow`
5612026-07-10T04:50:37.192Z Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-465cbd5d3a1d3180/build-script-build`
5622026-07-10T04:50:37.204Z Compiling synstructure v0.13.1
5632026-07-10T04:50:37.207Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=0c6171927dccaf25 -C extra-filename=-25d98fd50d1aec2d --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-570758be45320499.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a89bc80d4c0b12b5.rmeta --cap-lints allow`
5642026-07-10T04:50:37.287Z Compiling time-core v0.1.8
5652026-07-10T04:50:37.295Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("large-dates"))' -C metadata=53ee105e585d352d -C extra-filename=-b9996392b81d9535 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5662026-07-10T04:50:37.317Z Compiling equivalent v1.0.0
5672026-07-10T04:50:37.320Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b20abd06466428c9 -C extra-filename=-1a6665162163f05b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5682026-07-10T04:50:37.401Z Compiling powerfmt v0.2.0
5692026-07-10T04:50:37.410Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=8a8a551f5a764290 -C extra-filename=-b5b79ebd932c6979 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5702026-07-10T04:50:37.413Z Compiling hashbrown v0.17.0
5712026-07-10T04:50:37.413Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused_extern_crates --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_else' '--warn=clippy::ptr_cast_constness' '--warn=clippy::ptr_as_ptr' '--allow=clippy::option_if_let_else' '--warn=clippy::needless_continue' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_safety_doc' '--allow=clippy::missing_errors_doc' --warn=missing_docs '--allow=clippy::manual_map' '--warn=clippy::manual_let_else' --warn=explicit_outlives_requirements --warn=ellipsis_inclusive_range_patterns --warn=elided_lifetimes_in_paths '--allow=clippy::doc_markdown' '--warn=clippy::borrow_as_ptr' --warn=bare_trait_objects --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=2f923d364c8b1611 -C extra-filename=-7c3ea8ce54417e79 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5722026-07-10T04:50:37.424Z Compiling num-conv v0.2.0
5732026-07-10T04:50:37.427Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e8a8121f521d92ec -C extra-filename=-638386831b8cf425 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5742026-07-10T04:50:37.533Z Compiling deranged v0.5.5
5752026-07-10T04:50:37.536Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--allow=clippy::redundant-pub-crate' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints '--allow=clippy::option-if-let-else' --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --warn=unstable-name-collisions --allow=path-statements --cfg 'feature="default"' --cfg 'feature="powerfmt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "num", "powerfmt", "quickcheck", "rand", "rand08", "rand09", "serde"))' -C metadata=1597f8ba60216c8a -C extra-filename=-0a67b1ca4c00d947 --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-b5b79ebd932c6979.rmeta --cap-lints allow`
5762026-07-10T04:50:37.542Z Compiling slog v2.8.2
5772026-07-10T04:50:37.545Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=44470e5ae142649a -C extra-filename=-d85eee274854d105 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-d85eee274854d105 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rustversion=/work/oxidecomputer/dropshot/target/debug/deps/librustversion-a70f7e6cd963b4ce.so --cap-lints allow`
5782026-07-10T04:50:37.551Z Compiling time-macros v0.2.27
5792026-07-10T04:50:37.554Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="formatting"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=f83474fc81e976ac -C extra-filename=-0c8dd7ce44906b1b --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-638386831b8cf425.rlib --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-b9996392b81d9535.rlib --extern proc_macro --cap-lints allow`
5802026-07-10T04:50:37.600Z Running `/work/oxidecomputer/dropshot/target/debug/build/generic-array-6e92dcd8385d103c/build-script-build`
5812026-07-10T04:50:37.640Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=eaaef019648298e8 -C extra-filename=-754cca0c5f4d424c --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-178dfc930b1d81f4.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-8a425f815f1effd7.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rmeta --cap-lints allow --cfg static_assertions --cfg lower_upper_exp_for_non_zero --cfg rustc_diagnostics --cfg libc --cfg solarish`
5822026-07-10T04:50:37.686Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=3e1234a741be7b50 -C extra-filename=-a0d5c4f8c9049b74 --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)'`
5832026-07-10T04:50:37.770Z Compiling http-body v1.0.1
5842026-07-10T04:50:37.773Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5cecb8897e940e6e -C extra-filename=-9050be0aacf854d9 --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-36c5ac0f4820805c.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rmeta --cap-lints allow`
5852026-07-10T04:50:37.916Z Compiling indexmap v2.14.0
5862026-07-10T04:50:37.919Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --deny=unsafe-code --deny=unreachable-pub --deny=unnameable-types '--allow=clippy::style' --warn=rust-2018-idioms --deny=private-interfaces --deny=private-bounds --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "serde", "std", "sval", "test_debug"))' -C metadata=27bdf936ad083f8a -C extra-filename=-d85df076a5edd234 --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-1a6665162163f05b.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-7c3ea8ce54417e79.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-096e7e9c77085253.rmeta --cap-lints allow`
5872026-07-10T04:50:37.949Z Compiling tracing-core v0.1.32
5882026-07-10T04:50:37.952Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=ed5bf50e794b6514 -C extra-filename=-da28916c26d02af4 --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-b3b9535088d8c029.rmeta --cap-lints allow`
5892026-07-10T04:50:38.195Z Compiling fastrand v2.1.1
5902026-07-10T04:50:38.198Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=4306a9bb664a10bc -C extra-filename=-97dfe570e9e88700 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5912026-07-10T04:50:38.413Z Compiling serde_derive v1.0.228
5922026-07-10T04:50:38.417Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=f2a2ad4c53d11813 -C extra-filename=-b49367c0d710b303 --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-570758be45320499.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a89bc80d4c0b12b5.rlib --extern proc_macro --cap-lints allow`
5932026-07-10T04:50:38.459Z Compiling thiserror-impl v2.0.18
5942026-07-10T04:50:38.462Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0e6d36ede84b3b8f -C extra-filename=-9f7b1b80c8c9ecbb --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-570758be45320499.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a89bc80d4c0b12b5.rlib --extern proc_macro --cap-lints allow`
5952026-07-10T04:50:38.490Z Compiling zerofrom-derive v0.1.5
5962026-07-10T04:50:38.493Z Compiling tokio-macros v2.7.0
5972026-07-10T04:50:38.493Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6805c692c47ba3de -C extra-filename=-4fdb41ab2482b233 --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-570758be45320499.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a89bc80d4c0b12b5.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-25d98fd50d1aec2d.rlib --extern proc_macro --cap-lints allow`
5982026-07-10T04:50:38.493Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=69eabcc833a8d9ee -C extra-filename=-33af910042e5624c --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-570758be45320499.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a89bc80d4c0b12b5.rlib --extern proc_macro --cap-lints allow`
5992026-07-10T04:50:38.508Z Compiling yoke-derive v0.7.5
6002026-07-10T04:50:38.517Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1d90a0d333001f7a -C extra-filename=-196796059bdb8fe1 --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-570758be45320499.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a89bc80d4c0b12b5.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-25d98fd50d1aec2d.rlib --extern proc_macro --cap-lints allow`
6012026-07-10T04:50:38.523Z Compiling zerovec-derive v0.10.3
6022026-07-10T04:50:38.527Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=61409c985a5175bc -C extra-filename=-be3b20493c8f5922 --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-570758be45320499.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a89bc80d4c0b12b5.rlib --extern proc_macro --cap-lints allow`
6032026-07-10T04:50:38.532Z Compiling futures-macro v0.3.32
6042026-07-10T04:50:38.535Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=40efbe61c6b9e9d5 -C extra-filename=-ea6ee566c1ccb4c5 --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-570758be45320499.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a89bc80d4c0b12b5.rlib --extern proc_macro --cap-lints allow`
6052026-07-10T04:50:39.275Z Compiling tokio v1.52.3
6062026-07-10T04:50:39.279Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-uring", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "taskdump", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=ba6fcd26a50435df -C extra-filename=-075abf9f70d266dc --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-36c5ac0f4820805c.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-58cffe901bf88425.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-f58534e2af2cd558.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cbfe4f3dc560f263.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-455020e64ffb1285.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-8732e73023e613ee.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-33af910042e5624c.so --cap-lints allow`
6072026-07-10T04:50:39.385Z Compiling displaydoc v0.2.5
6082026-07-10T04:50:39.387Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name displaydoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=fbbd5b544b1e85b0 -C extra-filename=-77a8fe7850ce46ef --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-570758be45320499.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a89bc80d4c0b12b5.rlib --extern proc_macro --cap-lints allow`
6092026-07-10T04:50:39.544Z Compiling futures-util v0.3.32
6102026-07-10T04:50:39.547Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "libc", "memchr", "portable-atomic", "sink", "slab", "spin", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=890dbdb9d4d76848 -C extra-filename=-2885b56e8df985f7 --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-2fcecc0919c74395.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-2d7e2170095db4ae.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-993ddb7258e45f91.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-ea6ee566c1ccb4c5.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-f3a36cf4f4411e6b.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-7a870013278f6708.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-6a1604f6fea73503.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cbfe4f3dc560f263.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-8311b027b97c9209.rmeta --cap-lints allow`
6112026-07-10T04:50:39.591Z Compiling zerocopy-derive v0.8.27
6122026-07-10T04:50:39.595Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.8.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=de80f8cbaef7779d -C extra-filename=-ed862682bc66ee05 --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-570758be45320499.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a89bc80d4c0b12b5.rlib --extern proc_macro --cap-lints allow`
6132026-07-10T04:50:39.683Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=13057573be170aba -C extra-filename=-d2cf2e85dcdcda72 --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-9f7b1b80c8c9ecbb.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
6142026-07-10T04:50:39.719Z Compiling zerofrom v0.1.5
6152026-07-10T04:50:39.722Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=4df1ab5e41d26e7d -C extra-filename=-9a01046f41a395ad --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-4fdb41ab2482b233.so --cap-lints allow`
6162026-07-10T04:50:39.780Z Compiling pest v2.8.1
6172026-07-10T04:50:39.783Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=137488f97392e8a1 -C extra-filename=-af78a832f6103e17 --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-6a1604f6fea73503.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-fdfcf9c3a6f74eda.rmeta --cap-lints allow`
6182026-07-10T04:50:39.836Z Compiling yoke v0.7.5
6192026-07-10T04:50:39.840Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=1d71ceaf0ba4edbd -C extra-filename=-a105466fa68f8fd1 --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-32caaadbe6e38aae.rmeta --extern yoke_derive=/work/oxidecomputer/dropshot/target/debug/deps/libyoke_derive-196796059bdb8fe1.so --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-9a01046f41a395ad.rmeta --cap-lints allow`
6202026-07-10T04:50:40.035Z Compiling zerovec v0.10.4
6212026-07-10T04:50:40.039Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=3a7da93b361fbdb3 -C extra-filename=-1277d63ec89d236a --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-a105466fa68f8fd1.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-9a01046f41a395ad.rmeta --extern zerovec_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec_derive-be3b20493c8f5922.so --cap-lints allow`
6222026-07-10T04:50:40.152Z Compiling icu_provider_macros v1.5.0
6232026-07-10T04:50:40.155Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider_macros-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fa647f670aef4ae6 -C extra-filename=-de4b881b6a078a60 --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-570758be45320499.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a89bc80d4c0b12b5.rlib --extern proc_macro --cap-lints allow`
6242026-07-10T04:50:40.723Z Compiling getrandom v0.3.4
6252026-07-10T04:50:40.727Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js", "windows_legacy", "unsupported"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "wasm_js"))' -C metadata=75124ed85b85b9b2 -C extra-filename=-cec0a3ef5951b64e --out-dir /work/oxidecomputer/dropshot/target/debug/build/getrandom-cec0a3ef5951b64e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6262026-07-10T04:50:40.854Z Compiling pest_meta v2.8.1
6272026-07-10T04:50:40.858Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=f5d3920355de0766 -C extra-filename=-fc98c6e31775fc06 --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-af78a832f6103e17.rmeta --cap-lints allow`
6282026-07-10T04:50:40.918Z Compiling tinystr v0.7.6
6292026-07-10T04:50:40.921Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=26597c2830232765 -C extra-filename=-4cccc976f2f4353d --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-77a8fe7850ce46ef.so --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-1277d63ec89d236a.rmeta --cap-lints allow`
6302026-07-10T04:50:41.029Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=fc0c6ec07a9ef669 -C extra-filename=-b8c0bcec03eeef6a --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-ed862682bc66ee05.so --cap-lints allow --cfg zerocopy_core_error_1_81_0 --cfg zerocopy_diagnostic_on_unimplemented_1_78_0 --cfg zerocopy_generic_bounds_in_const_fn_1_61_0 --cfg zerocopy_target_has_atomics_1_60_0 --cfg zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(rust, values("1.81.0"))' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(rust, values("1.78.0"))' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(rust, values("1.61.0"))' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(rust, values("1.60.0"))' --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(rust, values("1.59.0"))' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(rust, values("1.57.0"))' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(coverage_nightly)'`
6312026-07-10T04:50:41.052Z Compiling num_threads v0.1.3
6322026-07-10T04:50:41.063Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_threads-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c60e65671bafe60b -C extra-filename=-976824e2b1dc7e23 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6332026-07-10T04:50:41.100Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=721bce47c4f6a628 -C extra-filename=-60232b45c82eda82 --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-096e7e9c77085253.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-b49367c0d710b303.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)'`
6342026-07-10T04:50:41.110Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=276b857e735edfc0 -C extra-filename=-79974a0c1e25eb0a --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-0b8397ddfc27030d.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-b49367c0d710b303.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)'`
6352026-07-10T04:50:41.137Z Compiling icu_locid v1.5.0
6362026-07-10T04:50:41.141Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std", "zerovec"))' -C metadata=6eca9d56e93cfbd7 -C extra-filename=-72e6c34abe0787c0 --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-77a8fe7850ce46ef.so --extern litemap=/work/oxidecomputer/dropshot/target/debug/deps/liblitemap-4018e869ea196f95.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-4cccc976f2f4353d.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-602881c61ce4bee0.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-1277d63ec89d236a.rmeta --cap-lints allow`
6372026-07-10T04:50:41.578Z Compiling pest_generator v2.8.1
6382026-07-10T04:50:41.584Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=25114e8fa555f4e7 -C extra-filename=-a5239d6f30fcbbd9 --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-af78a832f6103e17.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-fc98c6e31775fc06.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-570758be45320499.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a89bc80d4c0b12b5.rmeta --cap-lints allow`
6392026-07-10T04:50:41.595Z Compiling icu_provider v1.5.0
6402026-07-10T04:50:41.598Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "datagen", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "experimental", "log_error_context", "logging", "macros", "serde", "std", "sync"))' -C metadata=97fbf916b3652417 -C extra-filename=-77c5e36ce0525429 --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-77a8fe7850ce46ef.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-72e6c34abe0787c0.rmeta --extern icu_provider_macros=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider_macros-de4b881b6a078a60.so --extern stable_deref_trait=/work/oxidecomputer/dropshot/target/debug/deps/libstable_deref_trait-32caaadbe6e38aae.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-4cccc976f2f4353d.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-602881c61ce4bee0.rmeta --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-a105466fa68f8fd1.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-9a01046f41a395ad.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-1277d63ec89d236a.rmeta --cap-lints allow`
6412026-07-10T04:50:41.818Z Compiling atomic-waker v1.1.2
6422026-07-10T04:50:41.822Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-waker-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=a68c29dbfd36a1ba -C extra-filename=-88cd89f0e4b8f245 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6432026-07-10T04:50:41.937Z Compiling untrusted v0.9.0
6442026-07-10T04:50:41.940Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cbbe966922eaf113 -C extra-filename=-06e0be4dee54d07e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6452026-07-10T04:50:42.021Z Compiling rustls v0.23.41
6462026-07-10T04:50:42.024Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.41/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(bench)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(read_buf)' --check-cfg 'cfg(rustls_docsrs)' --cfg 'feature="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "prefer-post-quantum", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=1020d3b7b3ac0439 -C extra-filename=-452b63d1d1c5a510 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-452b63d1d1c5a510 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6472026-07-10T04:50:42.044Z Compiling rustix v0.38.44
6482026-07-10T04:50:42.047Z Compiling percent-encoding v2.3.2
6492026-07-10T04:50:42.047Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=d8ed0d62fada9020 -C extra-filename=-d8108b8499530baf --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-d8108b8499530baf -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6502026-07-10T04:50:42.047Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=fb7f0f918d6c4714 -C extra-filename=-772334ce17b4a826 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6512026-07-10T04:50:42.089Z Compiling icu_locid_transform_data v1.5.0
6522026-07-10T04:50:42.092Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=437d635d0d4b2508 -C extra-filename=-941541f563e7ddc5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6532026-07-10T04:50:42.155Z Compiling icu_locid_transform v1.5.0
6542026-07-10T04:50:42.159Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=a1977ad4e4e7714c -C extra-filename=-b581a07e0e6a6e8f --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-77a8fe7850ce46ef.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-72e6c34abe0787c0.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform_data-941541f563e7ddc5.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-77c5e36ce0525429.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-4cccc976f2f4353d.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-1277d63ec89d236a.rmeta --cap-lints allow`
6552026-07-10T04:50:42.165Z Compiling pest_derive v2.8.1
6562026-07-10T04:50:42.168Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_derive-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=a0a020a523fe072a -C extra-filename=-59c1da3765e1a40c --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-af78a832f6103e17.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-a5239d6f30fcbbd9.rlib --extern proc_macro --cap-lints allow`
6572026-07-10T04:50:42.235Z Compiling serde_tokenstream v0.2.3
6582026-07-10T04:50:42.238Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_tokenstream-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d99b49ed44ab23eb -C extra-filename=-dd01b1a0e213824e --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-570758be45320499.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-79974a0c1e25eb0a.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a89bc80d4c0b12b5.rmeta --cap-lints allow`
6592026-07-10T04:50:42.255Z Compiling erased-serde v0.3.31
6602026-07-10T04:50:42.256Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=7d0539742653831e -C extra-filename=-f55c9fc5b908a3df --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-60232b45c82eda82.rmeta --cap-lints allow`
6612026-07-10T04:50:42.391Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-d8108b8499530baf/build-script-build`
6622026-07-10T04:50:42.429Z Compiling time v0.3.47
6632026-07-10T04:50:42.432Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "rand08", "rand09", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=ea9210e97840d5e9 -C extra-filename=-fc4f5bc638e67b1a --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-0a67b1ca4c00d947.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-b8e4eec12f074966.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rmeta --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-638386831b8cf425.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-976824e2b1dc7e23.rmeta --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-b5b79ebd932c6979.rmeta --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-b9996392b81d9535.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-0c8dd7ce44906b1b.so --cap-lints allow`
6642026-07-10T04:50:42.464Z Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-cec0a3ef5951b64e/build-script-build`
6652026-07-10T04:50:42.477Z Compiling icu_collections v1.5.0
6662026-07-10T04:50:42.485Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std"))' -C metadata=1dfb294cc32cec8d -C extra-filename=-45bb3c018168cefb --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-77a8fe7850ce46ef.so --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-a105466fa68f8fd1.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-9a01046f41a395ad.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-1277d63ec89d236a.rmeta --cap-lints allow`
6672026-07-10T04:50:42.507Z Compiling scroll_derive v0.13.1
6682026-07-10T04:50:42.510Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=183f5ac793c5d5bb -C extra-filename=-e85780c75d971bec --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-570758be45320499.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a89bc80d4c0b12b5.rlib --extern proc_macro --cap-lints allow`
6692026-07-10T04:50:42.721Z Compiling tracing v0.1.40
6702026-07-10T04:50:42.724Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=281aa41b9b49889e -C extra-filename=-801b57760ef7b014 --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-cbfe4f3dc560f263.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-da28916c26d02af4.rmeta --cap-lints allow`
6712026-07-10T04:50:42.730Z Compiling dtrace-parser v0.3.0
6722026-07-10T04:50:42.733Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtrace-parser-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b37b921d38838a8e -C extra-filename=-d074b3397977b8b9 --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-af78a832f6103e17.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-59c1da3765e1a40c.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rmeta --cap-lints allow`
6732026-07-10T04:50:42.939Z Compiling tokio-util v0.7.18
6742026-07-10T04:50:42.942Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "join-map", "net", "rt", "slab", "time", "tracing"))' -C metadata=fb794f0af6f5e625 -C extra-filename=-6375b1867f364cc1 --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-36c5ac0f4820805c.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-2d7e2170095db4ae.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-f3a36cf4f4411e6b.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cbfe4f3dc560f263.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rmeta --cap-lints allow`
6752026-07-10T04:50:43.086Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-d85eee274854d105/build-script-build`
6762026-07-10T04:50:43.108Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde"))' -C metadata=bb8c03fe12cd16de -C extra-filename=-f6de379d4d6b9a8b --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-d94fd4f1e3eeab3b.rmeta --cap-lints allow --cfg relaxed_coherence`
6772026-07-10T04:50:43.264Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.150/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=a33fc42f6d012ebd -C extra-filename=-850ac232b7c584e3 --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-b8e4eec12f074966.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-6a1604f6fea73503.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-0b8397ddfc27030d.rmeta --extern zmij=/work/oxidecomputer/dropshot/target/debug/deps/libzmij-ac96e8d09e0b8522.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
6782026-07-10T04:50:43.344Z Compiling thread-id v5.0.0
6792026-07-10T04:50:43.347Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread-id-5.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=77f5d2241c91c936 -C extra-filename=-c7d68832ec57867d --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-8b058f9e95c8ede0.rmeta --cap-lints allow`
6802026-07-10T04:50:43.422Z Compiling num-traits v0.2.14
6812026-07-10T04:50:43.425Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=4062f7eacd47f208 -C extra-filename=-627a3b60676cb109 --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-627a3b60676cb109 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-6490615181cc3db2.rlib --cap-lints allow`
6822026-07-10T04:50:43.487Z Compiling crc32fast v1.5.0
6832026-07-10T04:50:43.490Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=915906506b61dc7b -C extra-filename=-632c819340302bac --out-dir /work/oxidecomputer/dropshot/target/debug/build/crc32fast-632c819340302bac -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6842026-07-10T04:50:43.567Z Compiling icu_properties_data v1.5.0
6852026-07-10T04:50:43.570Z Compiling base64 v0.22.1
6862026-07-10T04:50:43.570Z Compiling byteorder v1.4.3
6872026-07-10T04:50:43.570Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b9f7fb8483586406 -C extra-filename=-a128154450186889 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6882026-07-10T04:50:43.570Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=478312cfc1396e19 -C extra-filename=-282ff39453dd4f45 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6892026-07-10T04:50:43.570Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=ebb2f04cef188011 -C extra-filename=-12a239f7e2bb5de1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6902026-07-10T04:50:43.653Z Compiling tower-layer v0.3.3
6912026-07-10T04:50:43.656Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-layer-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=777c9dd77e33f3ab -C extra-filename=-22c61e2003803f8f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6922026-07-10T04:50:43.698Z Compiling fnv v1.0.7
6932026-07-10T04:50:43.701Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=6ae17854c5879dc2 -C extra-filename=-9876fa9c033400a5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6942026-07-10T04:50:43.772Z Compiling try-lock v0.2.3
6952026-07-10T04:50:43.775Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/try-lock-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0b4137d8e070c6ce -C extra-filename=-6abc7001ce36b5f0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6962026-07-10T04:50:43.788Z Compiling tower-service v0.3.3
6972026-07-10T04:50:43.788Z Compiling paste v1.0.15
6982026-07-10T04:50:43.791Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-service-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8f55262c45a0c710 -C extra-filename=-26192f836a957ed7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6992026-07-10T04:50:43.791Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a4d53acc8a4da56b -C extra-filename=-238bccdcfa61d72b --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-238bccdcfa61d72b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7002026-07-10T04:50:43.806Z Compiling usdt-impl v0.6.0
7012026-07-10T04:50:43.809Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=ae58571b2a64124a -C extra-filename=-ae93121cca51b240 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-ae93121cca51b240 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7022026-07-10T04:50:43.868Z Compiling subtle v2.5.0
7032026-07-10T04:50:43.871Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=8833afb4732afd06 -C extra-filename=-8d64b1f3067482e3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7042026-07-10T04:50:43.877Z Compiling want v0.3.0
7052026-07-10T04:50:43.880Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/want-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0cb2e942997a7069 -C extra-filename=-b1ceaa5b12023c29 --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-d99c8c47957afc88.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-6abc7001ce36b5f0.rmeta --cap-lints allow`
7062026-07-10T04:50:43.889Z Running `/work/oxidecomputer/dropshot/target/debug/build/crc32fast-632c819340302bac/build-script-build`
7072026-07-10T04:50:43.927Z Compiling h2 v0.4.14
7082026-07-10T04:50:43.936Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=d859a483b13861a0 -C extra-filename=-b31efdc6b8a1bab5 --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-88cd89f0e4b8f245.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-9876fa9c033400a5.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-2d7e2170095db4ae.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-f3a36cf4f4411e6b.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-8311b027b97c9209.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-801b57760ef7b014.rmeta --cap-lints allow`
7092026-07-10T04:50:44.011Z Compiling dof v0.4.0
7102026-07-10T04:50:44.016Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=4c0699b1acbfd031 -C extra-filename=-e9d9b32c0f4fe821 --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-79974a0c1e25eb0a.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-850ac232b7c584e3.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-b8c0bcec03eeef6a.rmeta --cap-lints allow`
7112026-07-10T04:50:44.039Z Compiling icu_properties v1.5.1
7122026-07-10T04:50:44.080Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bidi", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=40ddd09ccbe52362 -C extra-filename=-952ca07eab06c0ef --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-77a8fe7850ce46ef.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-45bb3c018168cefb.rmeta --extern icu_locid_transform=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform-b581a07e0e6a6e8f.rmeta --extern icu_properties_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties_data-a128154450186889.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-77c5e36ce0525429.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-4cccc976f2f4353d.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-1277d63ec89d236a.rmeta --cap-lints allow`
7132026-07-10T04:50:44.084Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-ae93121cca51b240/build-script-build`
7142026-07-10T04:50:44.133Z Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-627a3b60676cb109/build-script-build`
7152026-07-10T04:50:44.147Z Running `/work/oxidecomputer/dropshot/target/debug/build/paste-238bccdcfa61d72b/build-script-build`
7162026-07-10T04:50:44.186Z Compiling scroll v0.13.0
7172026-07-10T04:50:44.189Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=f1645aa63e695563 -C extra-filename=-30285adda08237b0 --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-e85780c75d971bec.so --cap-lints allow`
7182026-07-10T04:50:44.341Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=9a06bb187637c147 -C extra-filename=-c550d171f8bc52ab --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-f55c9fc5b908a3df.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-096e7e9c77085253.rmeta --cap-lints allow --cfg has_std_error --check-cfg 'cfg(has_std_error)'`
7192026-07-10T04:50:44.449Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js", "windows_legacy", "unsupported"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "wasm_js"))' -C metadata=05cacf5648a8ee49 -C extra-filename=-304057816831738d --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-2d3d11220dbd12d0.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rmeta --cap-lints allow`
7202026-07-10T04:50:44.468Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=6e03fed3de39dc18 -C extra-filename=-49ff3848ed40f741 --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-178dfc930b1d81f4.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-8a425f815f1effd7.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
7212026-07-10T04:50:44.526Z Compiling hybrid-array v0.4.8
7222026-07-10T04:50:44.535Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name hybrid_array --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hybrid-array-0.4.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--warn=clippy::panic_in_result_fn' '--warn=clippy::panic' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' '--warn=clippy::arithmetic_side_effects' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytemuck", "ctutils", "extra-sizes", "serde", "subtle", "zerocopy", "zeroize"))' -C metadata=91479d96bae83bf8 -C extra-filename=-6fc51c2720ac8cfe --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-d94fd4f1e3eeab3b.rmeta --cap-lints allow`
7232026-07-10T04:50:44.641Z Compiling unicase v2.6.0
7242026-07-10T04:50:44.649Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=db80cb4c748c5738 -C extra-filename=-0010d5d92a1b29d7 --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-0010d5d92a1b29d7 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-b73d9d5791cddff0.rlib --cap-lints allow`
7252026-07-10T04:50:44.765Z Compiling utf16_iter v1.0.5
7262026-07-10T04:50:44.774Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name utf16_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf16_iter-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=34cc4d136d2ea96a -C extra-filename=-5a7ba36805a9773c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7272026-07-10T04:50:44.877Z Compiling plain v0.2.3
7282026-07-10T04:50:44.880Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=acefd84fc3ebc62d -C extra-filename=-d99410603e32e469 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7292026-07-10T04:50:44.895Z Compiling adler2 v2.0.1
7302026-07-10T04:50:44.898Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name adler2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "rustc-dep-of-std", "std"))' -C metadata=bdd386384662f6a5 -C extra-filename=-e6475cc31f159ef3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7312026-07-10T04:50:44.972Z Compiling icu_normalizer_data v1.5.0
7322026-07-10T04:50:44.975Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=59265077156d8a2c -C extra-filename=-a212bfe352f60834 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7332026-07-10T04:50:44.982Z Compiling simd-adler32 v0.3.7
7342026-07-10T04:50:44.984Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name simd_adler32 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "default", "nightly", "std"))' -C metadata=743708cb3ac292b1 -C extra-filename=-45eb796ad8d6f03c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7352026-07-10T04:50:45.021Z Compiling write16 v1.0.0
7362026-07-10T04:50:45.023Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name write16 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/write16-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "smallvec"))' -C metadata=59460287d38f835b -C extra-filename=-4675b1affd8bc18e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7372026-07-10T04:50:45.039Z Compiling httpdate v1.0.1
7382026-07-10T04:50:45.042Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpdate-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=712e310a350f737a -C extra-filename=-19af4a57e748d926 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7392026-07-10T04:50:45.111Z Compiling utf8_iter v1.0.4
7402026-07-10T04:50:45.115Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fade154e35bcaa19 -C extra-filename=-4c24e79fff5ff218 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7412026-07-10T04:50:45.174Z Compiling miniz_oxide v0.8.9
7422026-07-10T04:50:45.178Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="simd"' --cfg 'feature="simd-adler32"' --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-boundary", "core", "default", "rustc-dep-of-std", "serde", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=56be83268642a2d0 -C extra-filename=-640ad6bc675347ad --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-e6475cc31f159ef3.rmeta --extern simd_adler32=/work/oxidecomputer/dropshot/target/debug/deps/libsimd_adler32-45eb796ad8d6f03c.rmeta --cap-lints allow`
7432026-07-10T04:50:45.255Z Compiling goblin v0.10.1
7442026-07-10T04:50:45.264Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --cfg 'feature="te"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std", "te"))' -C metadata=c760047e90610938 -C extra-filename=-3e68e3347f1895ed --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-d99c8c47957afc88.rmeta --extern plain=/work/oxidecomputer/dropshot/target/debug/deps/libplain-d99410603e32e469.rmeta --extern scroll=/work/oxidecomputer/dropshot/target/debug/deps/libscroll-30285adda08237b0.rmeta --cap-lints allow`
7452026-07-10T04:50:45.283Z Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-0010d5d92a1b29d7/build-script-build`
7462026-07-10T04:50:45.306Z Compiling rand_core v0.9.5
7472026-07-10T04:50:45.309Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="os_rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("os_rng", "serde", "std"))' -C metadata=3fa803377da01d8d -C extra-filename=-c5eef8cf8c2568d8 --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-304057816831738d.rmeta --cap-lints allow`
7482026-07-10T04:50:45.402Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=21b23ef4cf07f35e -C extra-filename=-036f0d4e3f37ecb8 --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-12a239f7e2bb5de1.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-e9d9b32c0f4fe821.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-d074b3397977b8b9.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-570758be45320499.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-79974a0c1e25eb0a.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-850ac232b7c584e3.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a89bc80d4c0b12b5.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-c7d68832ec57867d.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-10T04:50:45.469Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=3bac8542317542f9 -C extra-filename=-e9e8bc7013567e77 --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`
7502026-07-10T04:50:45.509Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e5a757f7d71d3074 -C extra-filename=-462e4a91e91f07ef --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"))'`
7512026-07-10T04:50:45.839Z Compiling icu_normalizer v1.5.0
7522026-07-10T04:50:45.842Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "serde", "std"))' -C metadata=0b7c787d5766e4a8 -C extra-filename=-f9f9e78fe5518a1d --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-77a8fe7850ce46ef.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-45bb3c018168cefb.rmeta --extern icu_normalizer_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_normalizer_data-a212bfe352f60834.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-952ca07eab06c0ef.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-77c5e36ce0525429.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-e829c38c2a2085c6.rmeta --extern utf16_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf16_iter-5a7ba36805a9773c.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-4c24e79fff5ff218.rmeta --extern write16=/work/oxidecomputer/dropshot/target/debug/deps/libwrite16-4675b1affd8bc18e.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-1277d63ec89d236a.rmeta --cap-lints allow`
7532026-07-10T04:50:45.904Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=565fafb0ff41869b -C extra-filename=-1ecedba6568e7cd9 --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-2d3d11220dbd12d0.rmeta --cap-lints allow --cfg stable_arm_crc32_intrinsics --check-cfg 'cfg(stable_arm_crc32_intrinsics)'`
7542026-07-10T04:50:45.963Z Compiling crypto-common v0.1.6
7552026-07-10T04:50:45.966Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=900c80e619b3794d -C extra-filename=-a7b4166b5e2aa64f --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-f6de379d4d6b9a8b.rmeta --extern typenum=/work/oxidecomputer/dropshot/target/debug/deps/libtypenum-d94fd4f1e3eeab3b.rmeta --cap-lints allow`
7562026-07-10T04:50:46.000Z Compiling block-buffer v0.10.2
7572026-07-10T04:50:46.004Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8e73c0797a3131ea -C extra-filename=-41814dc478c4efaf --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-f6de379d4d6b9a8b.rmeta --cap-lints allow`
7582026-07-10T04:50:46.077Z Compiling form_urlencoded v1.2.2
7592026-07-10T04:50:46.080Z Compiling iana-time-zone v0.1.47
7602026-07-10T04:50:46.086Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=0d8fe0f8b01fa052 -C extra-filename=-ed0dc1f59c250750 --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-772334ce17b4a826.rmeta --cap-lints allow`
7612026-07-10T04:50:46.089Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=1f528dd719f7b4ab -C extra-filename=-3a5c10296f3694fe --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7622026-07-10T04:50:46.096Z Compiling lazy_static v1.5.0
7632026-07-10T04:50:46.096Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=e3bac55b4d35e141 -C extra-filename=-89859f43c7644ac1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7642026-07-10T04:50:46.117Z Compiling hyper v1.10.1
7652026-07-10T04:50:46.120Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::restriction' '--warn=clippy::pedantic' '--allow=clippy::wildcard_enum_match_arm' '--allow=clippy::useless_borrows_in_formatting' '--allow=clippy::used_underscore_items' '--allow=clippy::unwrap_in_result' '--allow=clippy::unused_trait_names' '--allow=clippy::unused_async' '--allow=clippy::unseparated_literal_suffix' '--allow=clippy::unreachable' '--allow=clippy::unnested_or_patterns' '--allow=clippy::unnecessary_trailing_comma' '--allow=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_safety_comment' '--allow=clippy::uninlined_format_args' --warn=unexpected_cfgs '--allow=clippy::undocumented_unsafe_blocks' '--allow=clippy::type_complexity' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::too_many_lines' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::std_instead_of_core' '--allow=clippy::std_instead_of_alloc' '--allow=clippy::single_match_else' '--allow=clippy::single_char_lifetime_names' '--allow=clippy::single_call_fn' '--allow=clippy::shadow_unrelated' '--allow=clippy::shadow_same' '--allow=clippy::shadow_reuse' '--allow=clippy::semicolon_outside_block' '--allow=clippy::semicolon_inside_block' '--allow=clippy::semicolon_if_nothing_returned' '--deny=clippy::self_named_module_files' '--allow=clippy::same_name_method' '--allow=clippy::renamed_function_params' '--allow=clippy::ref_patterns' '--allow=clippy::ref_option' '--allow=clippy::redundant_else' '--allow=clippy::redundant_closure_for_method_calls' '--allow=clippy::question_mark_used' '--allow=clippy::question_mark' '--allow=clippy::pub_with_shorthand' '--allow=clippy::pub_use' '--allow=clippy::ptr_as_ptr' '--allow=clippy::pattern_type_mismatch' '--allow=clippy::panic_in_result_fn' '--allow=clippy::panic' '--allow=clippy::new_without_default' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_continue' '--allow=clippy::must_use_candidate' '--allow=clippy::multiple_unsafe_ops_per_block' '--allow=clippy::multiple_inherent_impl' '--allow=clippy::module_name_repetitions' '--allow=clippy::module_inception' '--allow=clippy::mod_module_files' '--allow=clippy::missing_trait_methods' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_inline_in_public_items' '--allow=clippy::missing_fields_in_debug' '--allow=clippy::missing_errors_doc' '--allow=clippy::missing_docs_in_private_items' '--allow=clippy::missing_assert_message' '--allow=clippy::min_ident_chars' '--allow=clippy::match_wild_err_arm' '--allow=clippy::map_unwrap_or' '--allow=clippy::map_err_ignore' '--allow=clippy::manual_assert_eq' '--allow=clippy::let_unit_value' '--allow=clippy::let_underscore_untyped' '--allow=clippy::let_underscore_must_use' '--allow=clippy::large_enum_variant' '--allow=clippy::items_after_statements' '--allow=clippy::integer_division_remainder_used' '--allow=clippy::integer_division' '--allow=clippy::inline_trait_bounds' '--allow=clippy::inline_modules' '--allow=clippy::indexing_slicing' '--allow=clippy::implicit_return' '--allow=clippy::impl_trait_in_params' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_then_some_else_none' '--allow=clippy::if_not_else' '--allow=clippy::float_arithmetic' '--allow=clippy::field_scoped_visibility_modifiers' '--allow=clippy::explicit_iter_loop' '--allow=clippy::expect_used' '--allow=clippy::error_impl_error' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_structs_with_brackets' '--allow=clippy::else_if_without_else' '--allow=clippy::default_trait_access' '--allow=clippy::default_numeric_fallback' '--allow=clippy::decimal_literal_representation' '--allow=clippy::collapsible_match' '--allow=clippy::cognitive_complexity' '--allow=clippy::clone_on_ref_ptr' '--allow=clippy::checked_conversions' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::blanket_clippy_restriction_lints' '--allow=clippy::as_conversions' '--allow=clippy::arithmetic_side_effects' '--allow=clippy::arbitrary_source_item_ordering' '--allow=clippy::absolute_paths' --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("capi", "client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=57079ee2dc150f38 -C extra-filename=-b7b7452a0d68f9d4 --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-88cd89f0e4b8f245.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-2fcecc0919c74395.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-2d7e2170095db4ae.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-b31efdc6b8a1bab5.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-9050be0aacf854d9.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-972387bdbdd21697.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-19af4a57e748d926.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-b8e4eec12f074966.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cbfe4f3dc560f263.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-e829c38c2a2085c6.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-b1ceaa5b12023c29.rmeta --cap-lints allow`
7662026-07-10T04:50:46.185Z Compiling openssl-probe v0.2.1
7672026-07-10T04:50:46.188Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a8682ec22c0d7b0a -C extra-filename=-813bd6d9febf80a6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7682026-07-10T04:50:46.251Z Compiling unicode-width v0.1.9
7692026-07-10T04:50:46.254Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=6e4d531808714bec -C extra-filename=-3162e02979739fdc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7702026-07-10T04:50:46.297Z Compiling ppv-lite86 v0.2.15
7712026-07-10T04:50:46.301Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=ce4235d865eb6b79 -C extra-filename=-9d619068948e0fc9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7722026-07-10T04:50:46.353Z Compiling mime v0.3.16
7732026-07-10T04:50:46.357Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime-0.3.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a1c99de853f39fc5 -C extra-filename=-1d44f6b583d2f65d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7742026-07-10T04:50:46.363Z Compiling ipnet v2.10.0
7752026-07-10T04:50:46.371Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=8e2ff5c38f6284b4 -C extra-filename=-5a65d6c27e82875a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7762026-07-10T04:50:46.583Z Compiling ryu v1.0.5
7772026-07-10T04:50:46.592Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=516f5d08b2c6c58a -C extra-filename=-49ac8b033da9759f --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-49ac8b033da9759f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7782026-07-10T04:50:46.609Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=331581221da72d70 -C extra-filename=-1f4a42abeb9f3045 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-1f4a42abeb9f3045 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7792026-07-10T04:50:46.618Z Compiling unicode-segmentation v1.10.0
7802026-07-10T04:50:46.621Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=417113afe64b2953 -C extra-filename=-093d36440f14d029 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7812026-07-10T04:50:46.860Z Compiling pretty-hex v0.4.1
7822026-07-10T04:50:46.864Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=5ef682d18a30a465 -C extra-filename=-feccea15b062eaaf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7832026-07-10T04:50:46.871Z Compiling winnow v1.0.0
7842026-07-10T04:50:46.881Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ascii", "binary", "debug", "default", "parser", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=f7206b3e9bad75e8 -C extra-filename=-3de287395f187837 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7852026-07-10T04:50:46.884Z Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-49ac8b033da9759f/build-script-build`
7862026-07-10T04:50:46.920Z Compiling newline-converter v0.3.0
7872026-07-10T04:50:46.923Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=729734cf7127cce5 -C extra-filename=-9a170b5b787de52e --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-093d36440f14d029.rmeta --cap-lints allow`
7882026-07-10T04:50:46.955Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-1f4a42abeb9f3045/build-script-build`
7892026-07-10T04:50:46.968Z Compiling rand_chacha v0.9.0
7902026-07-10T04:50:46.971Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "os_rng", "serde", "std"))' -C metadata=d443ebf7bc9b4a4a -C extra-filename=-c392ec5e4eb5c21d --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-9d619068948e0fc9.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-c5eef8cf8c2568d8.rmeta --cap-lints allow`
7912026-07-10T04:50:46.986Z Compiling console v0.15.7
7922026-07-10T04:50:46.989Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.15.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=91935395d3e05884 -C extra-filename=-2928ece0a2a9c3f5 --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-89859f43c7644ac1.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-3162e02979739fdc.rmeta --cap-lints allow`
7932026-07-10T04:50:47.024Z Compiling rustls-native-certs v0.8.3
7942026-07-10T04:50:47.027Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-native-certs-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8bf16572fee9a4fb -C extra-filename=-de3b27ca72a26785 --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-813bd6d9febf80a6.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rmeta --cap-lints allow`
7952026-07-10T04:50:47.167Z Compiling hyper-util v0.1.20
7962026-07-10T04:50:47.175Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="client-pool"' --cfg 'feature="client-proxy"' --cfg 'feature="client-proxy-system"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="server-graceful"' --cfg 'feature="service"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "client-pool", "client-proxy", "client-proxy-system", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio", "tracing"))' -C metadata=e22b660a70821f26 -C extra-filename=-6c47124c9d4dc2df --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-282ff39453dd4f45.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-2fcecc0919c74395.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-2885b56e8df985f7.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-9050be0aacf854d9.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rmeta --extern ipnet=/work/oxidecomputer/dropshot/target/debug/deps/libipnet-5a65d6c27e82875a.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cbfe4f3dc560f263.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-8732e73023e613ee.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-22c61e2003803f8f.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-26192f836a957ed7.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-801b57760ef7b014.rmeta --cap-lints allow`
7972026-07-10T04:50:47.207Z Compiling toml_parser v1.1.2+spec-1.1.0
7982026-07-10T04:50:47.211Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_parser --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.1.2+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unsafe"))' -C metadata=d385ebdd6fe9bd23 -C extra-filename=-ee22c677429ed625 --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-3de287395f187837.rmeta --cap-lints allow`
7992026-07-10T04:50:47.344Z Compiling idna_adapter v1.2.0
8002026-07-10T04:50:47.347Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=656ea2aa041c5eb6 -C extra-filename=-af0a54e2f4152f6d --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-f9f9e78fe5518a1d.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-952ca07eab06c0ef.rmeta --cap-lints allow`
8012026-07-10T04:50:47.386Z Compiling chrono v0.4.45
8022026-07-10T04:50:47.389Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-link"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "arbitrary", "clock", "core-error", "default", "defmt", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-link"))' -C metadata=08bd6c85b3876d38 -C extra-filename=-c257880f3815f68b --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-3a5c10296f3694fe.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-e9e8bc7013567e77.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rmeta --cap-lints allow`
8032026-07-10T04:50:47.491Z Compiling digest v0.10.7
8042026-07-10T04:50:47.494Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=6ccdf89856335cfc -C extra-filename=-fea104dd82682674 --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-41814dc478c4efaf.rmeta --extern crypto_common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-a7b4166b5e2aa64f.rmeta --cap-lints allow`
8052026-07-10T04:50:47.585Z Compiling flate2 v1.1.9
8062026-07-10T04:50:47.588Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("any_c_zlib", "any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "document-features", "libz-ng-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=ce164f02bba598e1 -C extra-filename=-b294bc7baafb0e55 --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-1ecedba6568e7cd9.rmeta --extern miniz_oxide=/work/oxidecomputer/dropshot/target/debug/deps/libminiz_oxide-640ad6bc675347ad.rmeta --cap-lints allow`
8072026-07-10T04:50:47.679Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=5a3b7b578251161d -C extra-filename=-eb576f644dd9693d --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-10T04:50:47.839Z Compiling block-buffer v0.12.0
8092026-07-10T04:50:47.842Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=2ad10678a797fbb6 -C extra-filename=-406b7c94bf341092 --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-6fc51c2720ac8cfe.rmeta --cap-lints allow`
8102026-07-10T04:50:47.868Z Compiling crypto-common v0.2.1
8112026-07-10T04:50:47.871Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "zeroize"))' -C metadata=faf04301b6ed303f -C extra-filename=-ef955b34e28df900 --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-6fc51c2720ac8cfe.rmeta --cap-lints allow`
8122026-07-10T04:50:47.896Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=d18cf3980a897422 -C extra-filename=-4dc8345ecd207ea3 --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-3e68e3347f1895ed.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-feccea15b062eaaf.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-b8c0bcec03eeef6a.rmeta --cap-lints allow`
8132026-07-10T04:50:47.984Z Compiling concurrent-queue v2.5.0
8142026-07-10T04:50:47.988Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=7dba8ea7496f6bd3 -C extra-filename=-a77cc656e8521ed1 --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-a0d5c4f8c9049b74.rmeta --cap-lints allow`
8152026-07-10T04:50:47.994Z Compiling serde_derive_internals v0.29.0
8162026-07-10T04:50:47.998Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive_internals-0.29.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=973763f52ab1baa0 -C extra-filename=-73ddc4510df44e91 --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-570758be45320499.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a89bc80d4c0b12b5.rmeta --cap-lints allow`
8172026-07-10T04:50:48.178Z Compiling toml_datetime v1.1.1+spec-1.1.0
8182026-07-10T04:50:48.182Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-1.1.1+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=55d959ebbfd5a897 -C extra-filename=-cfb5b31b9263084b --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-096e7e9c77085253.rmeta --cap-lints allow`
8192026-07-10T04:50:48.475Z Compiling serde_spanned v1.1.1
8202026-07-10T04:50:48.479Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=b37e278ed19651bf -C extra-filename=-040ee72e7a119774 --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-096e7e9c77085253.rmeta --cap-lints allow`
8212026-07-10T04:50:48.620Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.118/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=1d61c3ab6cca8243 -C extra-filename=-e05d84f4dc810500 --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-570758be45320499.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-15bd0bdf3d8f7e84.rmeta --cap-lints allow`
8222026-07-10T04:50:48.687Z Compiling thread_local v1.1.4
8232026-07-10T04:50:48.691Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=73fb53c37c9dbc65 -C extra-filename=-481ebbc3f7f54cbf --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-b3b9535088d8c029.rmeta --cap-lints allow`
8242026-07-10T04:50:48.790Z Compiling sync_wrapper v1.0.1
8252026-07-10T04:50:48.793Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync_wrapper-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=728ffb0b55c9aa94 -C extra-filename=-45bf549031d46e5c --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-2d7e2170095db4ae.rmeta --cap-lints allow`
8262026-07-10T04:50:48.816Z Compiling multer v3.1.0
8272026-07-10T04:50:48.820Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=66e444d464940460 -C extra-filename=-184dded9c0e621c7 --out-dir /work/oxidecomputer/dropshot/target/debug/build/multer-184dded9c0e621c7 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-b73d9d5791cddff0.rlib --cap-lints allow`
8282026-07-10T04:50:48.864Z Compiling encoding_rs v0.8.32
8292026-07-10T04:50:48.867Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "packed_simd", "serde", "simd-accel"))' -C metadata=5ef24168893ea594 -C extra-filename=-e38ca13b6e76d7ce --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-2d3d11220dbd12d0.rmeta --cap-lints allow`
8302026-07-10T04:50:48.888Z Compiling schemars v0.8.22
8312026-07-10T04:50:48.892Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=1e7d9c70f475c622 -C extra-filename=-09e0e01ec5a69700 --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-09e0e01ec5a69700 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8322026-07-10T04:50:48.942Z Compiling compression-core v0.4.32
8332026-07-10T04:50:48.945Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name compression_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-core-0.4.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --deny=missing_debug_implementations --deny=rust_2018_idioms --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=34186430ec959a93 -C extra-filename=-f483737a0a77db1d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8342026-07-10T04:50:48.951Z Compiling toml_writer v1.1.1+spec-1.1.0
8352026-07-10T04:50:48.955Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_writer --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-1.1.1+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=da176b88ca581ae9 -C extra-filename=-b95cea9ff1c62ba8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8362026-07-10T04:50:49.045Z Compiling similar v2.2.1
8372026-07-10T04:50:49.049Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/similar-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="text"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation"))' -C metadata=f3375b898322a248 -C extra-filename=-c18d8752fafaad17 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8382026-07-10T04:50:49.137Z Compiling const-oid v0.10.2
8392026-07-10T04:50:49.141Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "db"))' -C metadata=aaecdfa1e0a53523 -C extra-filename=-e5dcc9893910386f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8402026-07-10T04:50:49.174Z Compiling parking v2.2.0
8412026-07-10T04:50:49.177Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=388b1fe2da12cd0f -C extra-filename=-dfa2946f1a4c406f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8422026-07-10T04:50:49.187Z Compiling semver v1.0.28
8432026-07-10T04:50:49.190Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=4e7cdc96f57857d3 -C extra-filename=-e0803d1bd1213114 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8442026-07-10T04:50:49.340Z Compiling slog-async v2.8.0
8452026-07-10T04:50:49.349Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=6a3f10251c74b208 -C extra-filename=-94d5e65cc0ee7fa5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-94d5e65cc0ee7fa5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8462026-07-10T04:50:49.357Z Compiling target-triple v1.0.0
8472026-07-10T04:50:49.360Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-1.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a42f25b2eccc40c1 -C extra-filename=-3881d36a53fd1d30 --out-dir /work/oxidecomputer/dropshot/target/debug/build/target-triple-3881d36a53fd1d30 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8482026-07-10T04:50:49.520Z Compiling heck v0.5.0
8492026-07-10T04:50:49.524Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2d52f7169dabd4ea -C extra-filename=-ddfd7599b55080e0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8502026-07-10T04:50:49.638Z Compiling camino v1.2.4
8512026-07-10T04:50:49.641Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.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=7f29976e64c54e58 -C extra-filename=-98e23bc2a77af529 --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-98e23bc2a77af529 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8522026-07-10T04:50:49.654Z Compiling cpufeatures v0.2.17
8532026-07-10T04:50:49.657Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=809eef0e666ff34e -C extra-filename=-bb6fb4880f828e14 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8542026-07-10T04:50:49.715Z Compiling match_cfg v0.1.0
8552026-07-10T04:50:49.718Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=c323d5ae1bb98bc4 -C extra-filename=-d1aa928336d56448 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8562026-07-10T04:50:49.725Z Compiling sha1 v0.10.6
8572026-07-10T04:50:49.729Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=d0832c5fe7463601 -C extra-filename=-5b5e2b4c8d0110f2 --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-2d3d11220dbd12d0.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-bb6fb4880f828e14.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-fea104dd82682674.rmeta --cap-lints allow`
8582026-07-10T04:50:49.781Z Compiling hostname v0.3.1
8592026-07-10T04:50:49.784Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=ab72b2d293143b4a -C extra-filename=-6895fb118d82dc63 --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-8b058f9e95c8ede0.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-d1aa928336d56448.rmeta --cap-lints allow`
8602026-07-10T04:50:49.913Z Running `/work/oxidecomputer/dropshot/target/debug/build/target-triple-3881d36a53fd1d30/build-script-build`
8612026-07-10T04:50:49.923Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-94d5e65cc0ee7fa5/build-script-build`
8622026-07-10T04:50:49.933Z Compiling event-listener v5.0.0
8632026-07-10T04:50:49.936Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=65a56a7d72df0b94 -C extra-filename=-7daee06f0c366d12 --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-a77cc656e8521ed1.rmeta --extern parking=/work/oxidecomputer/dropshot/target/debug/deps/libparking-dfa2946f1a4c406f.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cbfe4f3dc560f263.rmeta --cap-lints allow`
8642026-07-10T04:50:49.942Z Compiling digest v0.11.2
8652026-07-10T04:50:49.946Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="alloc"' --cfg 'feature="block-api"' --cfg 'feature="default"' --cfg 'feature="oid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-api", "default", "dev", "getrandom", "mac", "oid", "rand_core", "zeroize"))' -C metadata=6abda5ae672f8a23 -C extra-filename=-8d57685c53c8f5e5 --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-406b7c94bf341092.rmeta --extern const_oid=/work/oxidecomputer/dropshot/target/debug/deps/libconst_oid-e5dcc9893910386f.rmeta --extern common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-ef955b34e28df900.rmeta --cap-lints allow`
8662026-07-10T04:50:49.970Z Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-09e0e01ec5a69700/build-script-build`
8672026-07-10T04:50:49.979Z Running `/work/oxidecomputer/dropshot/target/debug/build/camino-98e23bc2a77af529/build-script-build`
8682026-07-10T04:50:49.982Z Compiling toml v1.1.2+spec-1.1.0
8692026-07-10T04:50:49.982Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-1.1.2+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "display", "fast_hash", "parse", "preserve_order", "serde", "std", "unbounded"))' -C metadata=3cbfec6d57114a8c -C extra-filename=-fc8b424bdf8efdd6 --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-096e7e9c77085253.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-040ee72e7a119774.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-cfb5b31b9263084b.rmeta --extern toml_parser=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_parser-ee22c677429ed625.rmeta --extern toml_writer=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_writer-b95cea9ff1c62ba8.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-3de287395f187837.rmeta --cap-lints allow`
8702026-07-10T04:50:50.009Z Compiling compression-codecs v0.4.38
8712026-07-10T04:50:50.013Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name compression_codecs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --deny=missing_debug_implementations --deny=rust_2018_idioms --cfg 'feature="flate2"' --cfg 'feature="gzip"' --cfg 'feature="memchr"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-algorithms", "brotli", "bzip2", "deflate", "deflate64", "flate2", "gzip", "libzstd", "lz4", "lzma", "memchr", "xz", "xz-parallel", "xz2", "zlib", "zstd", "zstd-safe", "zstdmt"))' -C metadata=d23677881c018a1f -C extra-filename=-52e212795fe8ef70 --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-f483737a0a77db1d.rmeta --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-6a1604f6fea73503.rmeta --cap-lints allow`
8722026-07-10T04:50:50.028Z Running `/work/oxidecomputer/dropshot/target/debug/build/multer-184dded9c0e621c7/build-script-build`
8732026-07-10T04:50:50.060Z Compiling tower v0.5.2
8742026-07-10T04:50:50.068Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="__common"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="pin-project-lite"' --cfg 'feature="retry"' --cfg 'feature="sync_wrapper"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__common", "balance", "buffer", "discover", "filter", "full", "futures-core", "futures-util", "hdrhistogram", "hedge", "indexmap", "limit", "load", "load-shed", "log", "make", "pin-project-lite", "ready-cache", "reconnect", "retry", "slab", "spawn-ready", "steer", "sync_wrapper", "timeout", "tokio", "tokio-stream", "tokio-util", "tracing", "util"))' -C metadata=86d3877b8344524b -C extra-filename=-74fedd5b03ae3ab1 --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-2d7e2170095db4ae.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-2885b56e8df985f7.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cbfe4f3dc560f263.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-45bf549031d46e5c.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-22c61e2003803f8f.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-26192f836a957ed7.rmeta --cap-lints allow`
8752026-07-10T04:50:50.099Z Compiling schemars_derive v0.8.22
8762026-07-10T04:50:50.102Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars_derive-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9377d18d60c61475 -C extra-filename=-d22299eb65ad87bf --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-570758be45320499.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-73ddc4510df44e91.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a89bc80d4c0b12b5.rlib --extern proc_macro --cap-lints allow`
8772026-07-10T04:50:50.209Z Compiling mime_guess v2.0.5
8782026-07-10T04:50:50.212Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=365bf8d396d22bd6 -C extra-filename=-c1d83ead9a5bd85e --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-c1d83ead9a5bd85e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-eb576f644dd9693d.rlib --cap-lints allow`
8792026-07-10T04:50:50.261Z Compiling idna v1.0.3
8802026-07-10T04:50:50.270Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=fbf16650ec2365cc -C extra-filename=-fcdddc2d83f84602 --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-af0a54e2f4152f6d.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-e829c38c2a2085c6.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-4c24e79fff5ff218.rmeta --cap-lints allow`
8812026-07-10T04:50:50.518Z Compiling rand v0.9.2
8822026-07-10T04:50:50.522Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="os_rng"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "log", "nightly", "os_rng", "serde", "simd_support", "small_rng", "std", "std_rng", "thread_rng", "unbiased"))' -C metadata=d0056b256af4539b -C extra-filename=-faeb3e6bfbac1f12 --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-c392ec5e4eb5c21d.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-c5eef8cf8c2568d8.rmeta --cap-lints allow`
8832026-07-10T04:50:50.555Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=a9c85cabf175f9e5 -C extra-filename=-157eaa33f79a0639 --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-10T04:50:50.715Z Compiling usdt-macro v0.6.0
8852026-07-10T04:50:50.718Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f0d3391db897dab9 -C extra-filename=-10419470c5efd48f --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-d074b3397977b8b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-570758be45320499.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-dd01b1a0e213824e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a89bc80d4c0b12b5.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-036f0d4e3f37ecb8.rlib --extern proc_macro --cap-lints allow`
8862026-07-10T04:50:50.728Z Compiling usdt-attr-macro v0.6.0
8872026-07-10T04:50:50.737Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-attr-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=081fe68c16b698ce -C extra-filename=-0c69bfbe30de426b --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-d074b3397977b8b9.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-570758be45320499.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-dd01b1a0e213824e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a89bc80d4c0b12b5.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-036f0d4e3f37ecb8.rlib --extern proc_macro --cap-lints allow`
8882026-07-10T04:50:50.986Z Compiling slog-json v2.6.1
8892026-07-10T04:50:50.989Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=cbebe5f765176fed -C extra-filename=-29161f893132e0e3 --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-60232b45c82eda82.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-fc4f5bc638e67b1a.rmeta --cap-lints allow`
8902026-07-10T04:50:51.101Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=068f095edd40fe05 -C extra-filename=-ba09e5737ef286f4 --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-12a239f7e2bb5de1.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-4dc8345ecd207ea3.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-d074b3397977b8b9.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-570758be45320499.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-e05d84f4dc810500.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-c7d68832ec57867d.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)'`
8912026-07-10T04:50:51.189Z Compiling futures-executor v0.3.32
8922026-07-10T04:50:51.204Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "thread-pool"))' -C metadata=617991fc307be0b7 -C extra-filename=-b70ad1490d2046cc --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-2d7e2170095db4ae.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-7a870013278f6708.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-2885b56e8df985f7.rmeta --cap-lints allow`
8932026-07-10T04:50:51.286Z Compiling async-stream-impl v0.3.6
8942026-07-10T04:50:51.295Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-impl-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aa66a6a9536ffec4 -C extra-filename=-f224bceb29361653 --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-570758be45320499.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a89bc80d4c0b12b5.rlib --extern proc_macro --cap-lints allow`
8952026-07-10T04:50:51.467Z Compiling tempfile v3.27.0
8962026-07-10T04:50:51.470Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=ef4e9c5f725b3ad8 -C extra-filename=-4879481840bc7532 --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-97dfe570e9e88700.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-10ec669294a4db72.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-b3b9535088d8c029.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-754cca0c5f4d424c.rmeta --cap-lints allow`
8972026-07-10T04:50:51.476Z Compiling crossbeam-channel v0.5.15
8982026-07-10T04:50:51.479Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3d1a3478b556d8d5 -C extra-filename=-d563c0858dec9417 --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-a0d5c4f8c9049b74.rmeta --cap-lints allow`
8992026-07-10T04:50:51.486Z Compiling http-body-util v0.1.3
9002026-07-10T04:50:51.489Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("channel", "default", "full"))' -C metadata=7c563e4328772a9f -C extra-filename=-fabf3ca49415b408 --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-36c5ac0f4820805c.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-2d7e2170095db4ae.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-9050be0aacf854d9.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cbfe4f3dc560f263.rmeta --cap-lints allow`
9012026-07-10T04:50:51.551Z Compiling uuid v1.23.4
9022026-07-10T04:50:51.556Z Running `/home/build/.rustup/toolchains/1.97.0-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=9fa66b1140759269 -C extra-filename=-35255b469f9171a1 --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-10ec669294a4db72.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-096e7e9c77085253.rmeta --cap-lints allow`
9032026-07-10T04:50:51.711Z Compiling is-terminal v0.4.12
9042026-07-10T04:50:51.714Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is-terminal-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a4a351a38d189e91 -C extra-filename=-5ca1ee971ebb934c --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-8b058f9e95c8ede0.rmeta --cap-lints allow`
9052026-07-10T04:50:51.804Z Compiling memmap2 v0.9.8
9062026-07-10T04:50:51.804Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap2-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=f650e497889bed7d -C extra-filename=-5d4069979d5e8b12 --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-8b058f9e95c8ede0.rmeta --cap-lints allow`
9072026-07-10T04:50:51.813Z Compiling dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot)
9082026-07-10T04:50:51.821Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=4a823193a4d29fad -C extra-filename=-66263f9fffbf2a1d --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-66263f9fffbf2a1d -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-b73d9d5791cddff0.rlib`
9092026-07-10T04:50:51.868Z Compiling anyhow v1.0.103
9102026-07-10T04:50:51.871Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.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=ebb61adf1c010b8b -C extra-filename=-8a8bb3957be7788e --out-dir /work/oxidecomputer/dropshot/target/debug/build/anyhow-8a8bb3957be7788e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9112026-07-10T04:50:51.929Z Compiling spin v0.9.8
9122026-07-10T04:50:51.932Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="mutex"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=48cab3b913de6527 -C extra-filename=-8198973dc62abd86 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9132026-07-10T04:50:51.944Z Compiling take_mut v0.2.2
9142026-07-10T04:50:51.949Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=690631e0cda37b01 -C extra-filename=-64cf2d6006c3fa8a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9152026-07-10T04:50:51.980Z Compiling iri-string v0.7.8
9162026-07-10T04:50:51.988Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name iri_string --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memchr", "serde", "std"))' -C metadata=77c1ee849b7bfffd -C extra-filename=-d5b698048adef90b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9172026-07-10T04:50:52.014Z Compiling cpufeatures v0.3.0
9182026-07-10T04:50:52.017Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a08e7fba13563d47 -C extra-filename=-03729903ff39b75b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9192026-07-10T04:50:52.036Z Compiling term v1.1.0
9202026-07-10T04:50:52.039Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=8c94a9baa87b1b6a -C extra-filename=-0dd0e5a13f7daa69 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9212026-07-10T04:50:52.045Z Compiling data-encoding v2.4.0
9222026-07-10T04:50:52.048Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=0bb792cdb89f5262 -C extra-filename=-8fbca0dbd787bedf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9232026-07-10T04:50:52.059Z Compiling dyn-clone v1.0.4
9242026-07-10T04:50:52.062Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dyn-clone-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2f0c0b8a83140f03 -C extra-filename=-c6637f963acb899f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9252026-07-10T04:50:52.078Z Compiling sha1 v0.11.0
9262026-07-10T04:50:52.081Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(sha1_backend, values("aarch64-sha2", "x86-sha", "soft"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="oid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "oid", "zeroize"))' -C metadata=1762d6a9447dfde3 -C extra-filename=-944105dd5c5c38ec --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-2d3d11220dbd12d0.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-03729903ff39b75b.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-8d57685c53c8f5e5.rmeta --cap-lints allow`
9272026-07-10T04:50:52.146Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=703239b53194b6a1 -C extra-filename=-16c39cd04a315443 --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-c257880f3815f68b.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-c6637f963acb899f.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-d22299eb65ad87bf.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
9282026-07-10T04:50:52.207Z Running `/work/oxidecomputer/dropshot/target/debug/build/anyhow-8a8bb3957be7788e/build-script-build`
9292026-07-10T04:50:52.317Z Compiling tungstenite v0.29.0
9302026-07-10T04:50:52.320Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=3e384ca1ab86af2c -C extra-filename=-179d763ce6cf2aaa --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-36c5ac0f4820805c.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-8fbca0dbd787bedf.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-972387bdbdd21697.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-d99c8c47957afc88.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-faeb3e6bfbac1f12.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-5b5e2b4c8d0110f2.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rmeta --cap-lints allow`
9312026-07-10T04:50:52.400Z Compiling slog-term v2.9.2
9322026-07-10T04:50:52.409Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-term-2.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=b2c69975880ae769 -C extra-filename=-94cca151ad423dbd --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-c257880f3815f68b.rmeta --extern is_terminal=/work/oxidecomputer/dropshot/target/debug/deps/libis_terminal-5ca1ee971ebb934c.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-0dd0e5a13f7daa69.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-481ebbc3f7f54cbf.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-fc4f5bc638e67b1a.rmeta --cap-lints allow`
9332026-07-10T04:50:52.719Z Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-66263f9fffbf2a1d/build-script-build`
9342026-07-10T04:50:52.769Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=ac7883807592e475 -C extra-filename=-472c55050b1d6bd3 --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-d563c0858dec9417.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-64cf2d6006c3fa8a.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-481ebbc3f7f54cbf.rmeta --cap-lints allow --cfg integer128`
9352026-07-10T04:50:52.827Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=6cc15b7066768916 -C extra-filename=-05ea9d61e9ea9236 --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-36c5ac0f4820805c.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-e38ca13b6e76d7ce.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-2885b56e8df985f7.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-972387bdbdd21697.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-6a1604f6fea73503.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-1d44f6b583d2f65d.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-8198973dc62abd86.rmeta --cap-lints allow`
9362026-07-10T04:50:53.007Z Compiling usdt v0.6.0
9372026-07-10T04:50:53.010Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=0949f90bd5ce001d -C extra-filename=-8df4a76248ab1527 --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-4dc8345ecd207ea3.rmeta --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-3e68e3347f1895ed.rmeta --extern memmap2=/work/oxidecomputer/dropshot/target/debug/deps/libmemmap2-5d4069979d5e8b12.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-0c69bfbe30de426b.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-ba09e5737ef286f4.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-10419470c5efd48f.so --cap-lints allow`
9382026-07-10T04:50:53.284Z Compiling tower-http v0.6.8
9392026-07-10T04:50:53.287Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="follow-redirect"' --cfg 'feature="futures-util"' --cfg 'feature="iri-string"' --cfg 'feature="tower"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add-extension", "async-compression", "auth", "base64", "catch-panic", "compression-br", "compression-deflate", "compression-full", "compression-gzip", "compression-zstd", "cors", "decompression-br", "decompression-deflate", "decompression-full", "decompression-gzip", "decompression-zstd", "default", "follow-redirect", "fs", "full", "futures-core", "futures-util", "httpdate", "iri-string", "limit", "map-request-body", "map-response-body", "metrics", "mime", "mime_guess", "normalize-path", "percent-encoding", "propagate-header", "redirect", "request-id", "sensitive-headers", "set-header", "set-status", "timeout", "tokio", "tokio-util", "tower", "trace", "tracing", "util", "uuid", "validate-request"))' -C metadata=589ff9d0d4069034 -C extra-filename=-3df5296577783440 --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-178dfc930b1d81f4.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-2885b56e8df985f7.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-9050be0aacf854d9.rmeta --extern iri_string=/work/oxidecomputer/dropshot/target/debug/deps/libiri_string-d5b698048adef90b.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cbfe4f3dc560f263.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-74fedd5b03ae3ab1.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-22c61e2003803f8f.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-26192f836a957ed7.rmeta --cap-lints allow`
9402026-07-10T04:50:53.296Z Compiling async-stream v0.3.6
9412026-07-10T04:50:53.317Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=caac339708644334 -C extra-filename=-aaed38d76f5614f3 --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-f224bceb29361653.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-2d7e2170095db4ae.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cbfe4f3dc560f263.rmeta --cap-lints allow`
9422026-07-10T04:50:53.320Z Compiling atomicwrites v0.4.4
9432026-07-10T04:50:53.320Z Compiling futures v0.3.32
9442026-07-10T04:50:53.320Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4e99b3723c537dd3 -C extra-filename=-1f74174b28ffbc82 --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-49ff3848ed40f741.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rmeta --cap-lints allow`
9452026-07-10T04:50:53.320Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "spin", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=02d1febb4a138b80 -C extra-filename=-c249a66c09127cb7 --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-2fcecc0919c74395.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-2d7e2170095db4ae.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-b70ad1490d2046cc.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-993ddb7258e45f91.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-f3a36cf4f4411e6b.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-7a870013278f6708.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-2885b56e8df985f7.rmeta --cap-lints allow`
9462026-07-10T04:50:53.343Z Compiling slog-bunyan v2.5.0
9472026-07-10T04:50:53.346Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=3cc942d231549186 -C extra-filename=-ddc133800c1da51f --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-6895fb118d82dc63.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-fc4f5bc638e67b1a.rmeta --cap-lints allow`
9482026-07-10T04:50:53.391Z Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-c1d83ead9a5bd85e/build-script-build`
9492026-07-10T04:50:53.410Z Compiling serde_urlencoded v0.7.1
9502026-07-10T04:50:53.413Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=51d2df89d05b0112 -C extra-filename=-3265336f0c4804f4 --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-ed0dc1f59c250750.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-b8e4eec12f074966.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-157eaa33f79a0639.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rmeta --cap-lints allow`
9512026-07-10T04:50:53.466Z Compiling url v2.5.4
9522026-07-10T04:50:53.466Z Compiling async-compression v0.4.42
9532026-07-10T04:50:53.469Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=0cf6642aa6b04761 -C extra-filename=-144b47a99322dcf6 --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-ed0dc1f59c250750.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-fcdddc2d83f84602.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rmeta --cap-lints allow`
9542026-07-10T04:50:53.469Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name async_compression --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.42/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --deny=missing_debug_implementations --deny=rust_2018_idioms --cfg 'feature="gzip"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "all-algorithms", "all-implementations", "brotli", "bzip2", "deflate", "deflate64", "futures-io", "gzip", "lz4", "lzma", "tokio", "xz", "xz-parallel", "xz2", "zlib", "zstd", "zstdmt"))' -C metadata=27f333c53011235b -C extra-filename=-0a568c73724f4ed2 --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-52e212795fe8ef70.rmeta --extern compression_core=/work/oxidecomputer/dropshot/target/debug/deps/libcompression_core-f483737a0a77db1d.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cbfe4f3dc560f263.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rmeta --cap-lints allow`
9552026-07-10T04:50:53.507Z Compiling event-listener-strategy v0.5.4
9562026-07-10T04:50:53.510Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-strategy-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(wasm_bindgen_unstable_test_coverage)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=992b438aa00690da -C extra-filename=-27bc91dc909f18c8 --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-7daee06f0c366d12.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cbfe4f3dc560f263.rmeta --cap-lints allow`
9572026-07-10T04:50:53.577Z Running `/home/build/.rustup/toolchains/1.97.0-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=7866582bcbc535c1 -C extra-filename=-033602705b921313 --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-096e7e9c77085253.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-10T04:50:53.587Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=917be622a85a368b -C extra-filename=-b19baf138e44fc56 --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"))'`
9592026-07-10T04:50:53.632Z Compiling dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
9602026-07-10T04:50:53.635Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2024 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4fa2778fc595c9f6 -C extra-filename=-4e796c2da5a1fcad --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-ddfd7599b55080e0.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-570758be45320499.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-79974a0c1e25eb0a.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-dd01b1a0e213824e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a89bc80d4c0b12b5.rlib --extern proc_macro`
9612026-07-10T04:50:53.646Z Compiling pem v3.0.6
9622026-07-10T04:50:53.649Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-3.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=926def8aab8218c0 -C extra-filename=-aacf44e3c2691786 --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-282ff39453dd4f45.rmeta --cap-lints allow`
9632026-07-10T04:50:53.655Z Compiling yasna v0.6.0
9642026-07-10T04:50:53.658Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yasna-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=42fd26c73bfd9ea5 -C extra-filename=-20caf5a53fab959e --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-fc4f5bc638e67b1a.rmeta --cap-lints allow`
9652026-07-10T04:50:53.683Z Compiling waitgroup v0.1.2
9662026-07-10T04:50:53.686Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e7f926cdecce32de -C extra-filename=-68946a827bf6db3f --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-88cd89f0e4b8f245.rmeta --cap-lints allow`
9672026-07-10T04:50:53.771Z Compiling openapiv3 v2.2.0
9682026-07-10T04:50:53.774Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openapiv3-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=6a213d2be4f90e94 -C extra-filename=-1ed58b557a50ed82 --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-d85df076a5edd234.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rmeta --cap-lints allow`
9692026-07-10T04:50:53.814Z Compiling async-trait v0.1.89
9702026-07-10T04:50:53.817Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=15bb1638b46b6e42 -C extra-filename=-8212d89c07aedf32 --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-570758be45320499.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a89bc80d4c0b12b5.rlib --extern proc_macro --cap-lints allow`
9712026-07-10T04:50:53.987Z Compiling rustls-pemfile v2.2.0
9722026-07-10T04:50:53.990Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0c27f11477d3b2cb -C extra-filename=-1751fe8c47726f84 --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-59d2c8ae010154fe.rmeta --cap-lints allow`
9732026-07-10T04:50:54.005Z Compiling serde_path_to_error v0.1.20
9742026-07-10T04:50:54.008Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2ed8fc156a4deb47 -C extra-filename=-b6cca41657abc44b --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-b8e4eec12f074966.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-096e7e9c77085253.rmeta --cap-lints allow`
9752026-07-10T04:50:54.202Z Compiling hostname v0.4.2
9762026-07-10T04:50:54.205Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=6f06c4ffe91daf99 -C extra-filename=-ba23227695ab8e2b --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-2d3d11220dbd12d0.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rmeta --cap-lints allow`
9772026-07-10T04:50:54.280Z Compiling termcolor v1.1.2
9782026-07-10T04:50:54.283Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termcolor-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ab0188027fe3bc6a -C extra-filename=-edeec5914427813f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9792026-07-10T04:50:54.338Z Compiling debug-ignore v1.0.5
9802026-07-10T04:50:54.341Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=5a4b5e8c5275403a -C extra-filename=-50eb8d565706ee65 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9812026-07-10T04:50:54.385Z Compiling simple-mermaid v0.2.0
9822026-07-10T04:50:54.388Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name simple_mermaid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simple-mermaid-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f8fe3c9d63fe9558 -C extra-filename=-5c8055132f9f228c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9832026-07-10T04:50:54.411Z Compiling glob v0.3.0
9842026-07-10T04:50:54.415Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glob-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f3d269109b2b5fd4 -C extra-filename=-ff552fcb8e35e595 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9852026-07-10T04:50:54.432Z Compiling async-channel v2.5.0
9862026-07-10T04:50:54.435Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=e1567e6162137d42 -C extra-filename=-9020f576d6b80f21 --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-a77cc656e8521ed1.rmeta --extern event_listener_strategy=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener_strategy-27bc91dc909f18c8.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-2d7e2170095db4ae.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cbfe4f3dc560f263.rmeta --cap-lints allow`
9872026-07-10T04:50:54.449Z Compiling expectorate v1.2.0
9882026-07-10T04:50:54.452Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=6e48647be6412a8b -C extra-filename=-44010360be59c287 --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-1f74174b28ffbc82.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-2928ece0a2a9c3f5.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-9a170b5b787de52e.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-c18d8752fafaad17.rmeta --cap-lints allow`
9892026-07-10T04:50:54.587Z Compiling trybuild v1.0.117
9902026-07-10T04:50:54.590Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.117/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diff"))' -C metadata=4b3740404eb52df4 -C extra-filename=-71d979fa640b3afe --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-ff552fcb8e35e595.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-b49367c0d710b303.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rmeta --extern target_triple=/work/oxidecomputer/dropshot/target/debug/deps/libtarget_triple-b19baf138e44fc56.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-edeec5914427813f.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rmeta --cap-lints allow`
9912026-07-10T04:50:54.618Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=8ccb0ff929f01a4d -C extra-filename=-7ee10a745b214036 --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-1d44f6b583d2f65d.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-eb576f644dd9693d.rmeta --cap-lints allow`
9922026-07-10T04:50:54.628Z Compiling tokio-tungstenite v0.29.0
9932026-07-10T04:50:54.636Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "url", "webpki-roots"))' -C metadata=e909e5f5f5312793 -C extra-filename=-4022f0239bdb7b69 --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-2885b56e8df985f7.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-d99c8c47957afc88.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-179d763ce6cf2aaa.rmeta --cap-lints allow`
9942026-07-10T04:50:54.820Z Running `/home/build/.rustup/toolchains/1.97.0-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=f8193170d68352a6 -C extra-filename=-818f4f781edd3b57 --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-10T04:50:54.861Z Compiling subprocess v1.2.0
9962026-07-10T04:50:54.865Z Running `/home/build/.rustup/toolchains/1.97.0-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=b4f459b591da3179 -C extra-filename=-f672d95357eb51c5 --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-8b058f9e95c8ede0.rmeta --cap-lints allow`
9972026-07-10T04:50:54.905Z Compiling buf-list v1.1.2
9982026-07-10T04:50:54.908Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=372bd3c2ed8c46d4 -C extra-filename=-ef32c2e9c6c71854 --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-36c5ac0f4820805c.rmeta --cap-lints allow`
9992026-07-10T04:50:55.066Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=721f418674b1178f -C extra-filename=-f7ba769657dd00e6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10002026-07-10T04:50:55.176Z Compiling prettyplease v0.2.37
10012026-07-10T04:50:55.185Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.37/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=25c46f80b086ba5a -C extra-filename=-2159017666d215c4 --out-dir /work/oxidecomputer/dropshot/target/debug/build/prettyplease-2159017666d215c4 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10022026-07-10T04:50:55.202Z Compiling schema-derive v0.1.0
10032026-07-10T04:50:55.205Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schema-derive-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=580cfc9172bcb279 -C extra-filename=-01e13f04d682fc16 --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-462e4a91e91f07ef.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-570758be45320499.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a89bc80d4c0b12b5.rlib --extern proc_macro --cap-lints allow`
10042026-07-10T04:50:55.277Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=c027fbbe1b485e4c -C extra-filename=-8095cbbe3a3d710b --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-97dfe570e9e88700.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-10ec669294a4db72.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-f7ba769657dd00e6.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-754cca0c5f4d424c.rmeta --cap-lints allow`
10052026-07-10T04:50:55.426Z Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-2159017666d215c4/build-script-build`
10062026-07-10T04:50:55.447Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=830dc0c42d64d0e3 -C extra-filename=-e14d81ce558278a6 --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-570758be45320499.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a89bc80d4c0b12b5.rmeta --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
10072026-07-10T04:50:55.680Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d3d693522c8963cf -C extra-filename=-5c9ce518f99ad9e0 --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-49ff3848ed40f741.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-8095cbbe3a3d710b.rmeta --cap-lints allow`
10082026-07-10T04:50:55.841Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=4a15d1571cf16ca5 -C extra-filename=-b08c07dcda3759fc --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-5c9ce518f99ad9e0.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-2928ece0a2a9c3f5.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-9a170b5b787de52e.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-c18d8752fafaad17.rmeta --cap-lints allow`
10092026-07-10T04:50:56.141Z Compiling schema v0.1.0
10102026-07-10T04:50:56.144Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name schema --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schema-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d9a2139827e2ae36 -C extra-filename=-bc8f41c17bfde600 --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-570758be45320499.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-01e13f04d682fc16.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a89bc80d4c0b12b5.rmeta --cap-lints allow`
10112026-07-10T04:50:56.213Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2024 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=523d17c9be5bcabd -C extra-filename=-3afce4e69b4fc514 --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-b08c07dcda3759fc.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-ddfd7599b55080e0.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-e14d81ce558278a6.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-570758be45320499.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-bc8f41c17bfde600.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-79974a0c1e25eb0a.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-dd01b1a0e213824e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a89bc80d4c0b12b5.rlib --extern proc_macro`
10122026-07-10T04:50:59.988Z Running `/work/oxidecomputer/dropshot/target/debug/build/aws-lc-rs-cabaa5594dac8dbb/build-script-build`
10132026-07-10T04:50:59.991Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.40.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-bindings", "asan", "bindgen", "default", "disable-prebuilt-nasm", "fips", "prebuilt-nasm", "ssl"))' -C metadata=c49838bd9b094797 -C extra-filename=-67d867ee4f653755 --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-a1291e0acffa045f/out -l static=aws_lc_0_40_0_crypto --cfg universal`
10142026-07-10T04:51:00.004Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-452b63d1d1c5a510/build-script-build`
10152026-07-10T04:51:00.355Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.16.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="aws-lc-sys"' --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "dev-tests-only", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=2284fc093a723032 -C extra-filename=-c9c6a3c2fcb4440d --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-67d867ee4f653755.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-99da136aa5dd279f.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out --check-cfg 'cfg(aws_lc_rs_docsrs)' --check-cfg 'cfg(disable_slow_tests)' --check-cfg 'cfg(dev_tests_only)'`
10162026-07-10T04:51:01.056Z Compiling rustls-webpki v0.103.13
10172026-07-10T04:51:01.056Z Compiling rcgen v0.14.8
10182026-07-10T04:51:01.059Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.103.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(webpki_docsrs)' --cfg 'feature="alloc"' --cfg 'feature="aws-lc-rs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "aws-lc-rs", "aws-lc-rs-fips", "aws-lc-rs-unstable", "default", "ring", "std"))' -C metadata=0a12381816ba8dcc -C extra-filename=-7e32efea3c3fcfba --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-c9c6a3c2fcb4440d.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-06e0be4dee54d07e.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
10192026-07-10T04:51:01.059Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rcgen-0.14.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(rcgen_docsrs)' --cfg 'feature="aws_lc_rs"' --cfg 'feature="crypto"' --cfg 'feature="pem"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "aws_lc_rs_unstable", "crypto", "default", "fips", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=7b2f88df1e7ae808 -C extra-filename=-24c68ea5d7237b5e --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-c9c6a3c2fcb4440d.rmeta --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-fc4f5bc638e67b1a.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-20caf5a53fab959e.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
10202026-07-10T04:51:01.447Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(bench)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(read_buf)' --check-cfg 'cfg(rustls_docsrs)' --cfg 'feature="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "prefer-post-quantum", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=2d861ce4a85d3a44 -C extra-filename=-4214044fe6cf53d5 --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-c9c6a3c2fcb4440d.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-d99c8c47957afc88.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-b3b9535088d8c029.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-7e32efea3c3fcfba.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-8d64b1f3067482e3.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-99da136aa5dd279f.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
10212026-07-10T04:51:03.724Z Compiling tokio-rustls v0.26.4
10222026-07-10T04:51:03.724Z Compiling rustls-platform-verifier v0.6.2
10232026-07-10T04:51:03.727Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "default", "early-data", "fips", "logging", "ring", "tls12", "zlib"))' -C metadata=461a6ff0ffe5be68 -C extra-filename=-044a6f87d9c02759 --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-4214044fe6cf53d5.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
10242026-07-10T04:51:03.727Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_platform_verifier --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-platform-verifier-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("android_logger", "base64", "cert-logging", "dbg", "docsrs", "ffi-testing", "jni", "once_cell"))' -C metadata=4cd827b81203b142 -C extra-filename=-cdcd104df40d5faa --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-d99c8c47957afc88.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-de3b27ca72a26785.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-7e32efea3c3fcfba.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
10252026-07-10T04:51:03.904Z Compiling hyper-rustls v0.27.9
10262026-07-10T04:51:03.907Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.27.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="aws-lc-rs"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=fc6a8a4e22e861f6 -C extra-filename=-32376bbc20472540 --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-6f0da843c95ad62a.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-d99c8c47957afc88.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-de3b27ca72a26785.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-26192f836a957ed7.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
10272026-07-10T04:51:03.907Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2024 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d4891d321f342d52 -C extra-filename=-e3b0033a84a2e003 --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-0a568c73724f4ed2.rmeta --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4e796c2da5a1fcad.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
10282026-07-10T04:51:04.101Z Compiling reqwest v0.13.4
10292026-07-10T04:51:04.104Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.13.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-aws-lc-rs"' --cfg 'feature="__tls"' --cfg 'feature="charset"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="rustls"' --cfg 'feature="system-proxy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__native-tls", "__native-tls-alpn", "__rustls", "__rustls-aws-lc-rs", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "form", "gzip", "hickory-dns", "http2", "http3", "json", "multipart", "native-tls", "native-tls-no-alpn", "native-tls-vendored", "native-tls-vendored-no-alpn", "query", "rustls", "rustls-no-provider", "socks", "stream", "system-proxy", "zstd"))' -C metadata=e0535c2988f7b55b -C extra-filename=-7a77a95fc8362e89 --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-282ff39453dd4f45.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-e38ca13b6e76d7ce.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-2d7e2170095db4ae.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-b31efdc6b8a1bab5.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-9050be0aacf854d9.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rmeta --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-d99c8c47957afc88.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-1d44f6b583d2f65d.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-cbfe4f3dc560f263.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rmeta --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rmeta --extern rustls_platform_verifier=/work/oxidecomputer/dropshot/target/debug/deps/librustls_platform_verifier-cdcd104df40d5faa.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-45bf549031d46e5c.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-74fedd5b03ae3ab1.rmeta --extern tower_http=/work/oxidecomputer/dropshot/target/debug/deps/libtower_http-3df5296577783440.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-26192f836a957ed7.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-144b47a99322dcf6.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
10302026-07-10T04:51:06.133Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2024 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=cc3735fe053de847 -C extra-filename=-bba8f423b753e456 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4e796c2da5a1fcad.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
10312026-07-10T04:51:08.981Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_alternate --edition=2024 dropshot/examples/api-trait-alternate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=bcf8a795a33e4a83 -C extra-filename=-95c1610571d0a05d --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e3b0033a84a2e003.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4e796c2da5a1fcad.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
10322026-07-10T04:51:08.981Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2024 dropshot/examples/index.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=2bb51f9224d057ff -C extra-filename=-30e2255586c70006 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e3b0033a84a2e003.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4e796c2da5a1fcad.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
10332026-07-10T04:51:08.984Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2024 dropshot/examples/multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=08b8a8b2326e4c64 -C extra-filename=-0a01ae76ae61af82 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e3b0033a84a2e003.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4e796c2da5a1fcad.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
10342026-07-10T04:51:08.989Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2024 dropshot/examples/pagination-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=0c472b341fd19b9f -C extra-filename=-fa19084097a41828 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e3b0033a84a2e003.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4e796c2da5a1fcad.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
10352026-07-10T04:51:08.995Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2024 dropshot/examples/websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=23e31bb45ec5a621 -C extra-filename=-a8d7bf8b7fd01c37 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e3b0033a84a2e003.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4e796c2da5a1fcad.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
10362026-07-10T04:51:08.995Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2024 dropshot/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=aad10de38a42d11c -C extra-filename=-2bd0188eba2c82d6 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e3b0033a84a2e003.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4e796c2da5a1fcad.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
10372026-07-10T04:51:08.995Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2024 dropshot/examples/pagination-multiple-sorts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=2a618b631be2ac7a -C extra-filename=-deee2d54e9eb3126 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e3b0033a84a2e003.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4e796c2da5a1fcad.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
10382026-07-10T04:51:19.392Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_websocket --edition=2024 dropshot/examples/api-trait-websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=387070baed374e4f -C extra-filename=-bbad1251b407aa29 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e3b0033a84a2e003.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4e796c2da5a1fcad.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
10392026-07-10T04:51:19.480Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2024 dropshot/examples/file_server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=3573ef0042c0b2dc -C extra-filename=-1e809fa46caed727 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e3b0033a84a2e003.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4e796c2da5a1fcad.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
10402026-07-10T04:51:20.019Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name custom_error --edition=2024 dropshot/examples/custom-error.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=00e2fd98d53beb59 -C extra-filename=-6a9b54ca21609e2d --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e3b0033a84a2e003.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4e796c2da5a1fcad.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
10412026-07-10T04:51:20.041Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2024 dropshot/examples/petstore.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d8b4b3210d738dbf -C extra-filename=-6f374ab46fd99ae8 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e3b0033a84a2e003.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4e796c2da5a1fcad.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
10422026-07-10T04:51:20.438Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2024 dropshot/examples/self-referential.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=73dfa35824e6b4ab -C extra-filename=-a6cf5d4e2eff60e3 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e3b0033a84a2e003.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4e796c2da5a1fcad.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
10432026-07-10T04:51:21.733Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2024 dropshot/examples/request-headers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c7ea4cbc36fccb40 -C extra-filename=-5a334622dfead4b9 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e3b0033a84a2e003.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4e796c2da5a1fcad.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
10442026-07-10T04:51:29.417Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2024 dropshot/examples/module-shared-context.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=eea43b02b06280ab -C extra-filename=-f47fdb2b521d557d --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e3b0033a84a2e003.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4e796c2da5a1fcad.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
10452026-07-10T04:51:30.631Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2024 dropshot/examples/https.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1c7e83e305141789 -C extra-filename=-b762d6a07a763616 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e3b0033a84a2e003.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4e796c2da5a1fcad.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
10462026-07-10T04:51:31.201Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2024 dropshot/examples/multiple-servers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=b7706090e2518ed4 -C extra-filename=-ca410a9537349ef3 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e3b0033a84a2e003.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4e796c2da5a1fcad.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
10472026-07-10T04:51:32.309Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2024 dropshot/examples/basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=aab4d84fbe13dbbf -C extra-filename=-5540feb4b2606ac2 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e3b0033a84a2e003.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4e796c2da5a1fcad.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
10482026-07-10T04:51:32.574Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2024 dropshot/examples/versioning.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=75c6c1ef02152c07 -C extra-filename=-bea2ebbadb638c07 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e3b0033a84a2e003.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4e796c2da5a1fcad.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
10492026-07-10T04:51:33.022Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait --edition=2024 dropshot/examples/api-trait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=2bb3f5c6b5b52f8b -C extra-filename=-a150ead97a69d7d5 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e3b0033a84a2e003.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4e796c2da5a1fcad.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
10502026-07-10T04:51:33.220Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2024 dropshot/examples/schema-with-example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=5e37712e8834ae74 -C extra-filename=-efea821e31f4d3ca --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e3b0033a84a2e003.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4e796c2da5a1fcad.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
10512026-07-10T04:51:40.412Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2024 dropshot/tests/fail.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1fe49d0b8d536856 -C extra-filename=-ae9addd57e8c4ab8 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e3b0033a84a2e003.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4e796c2da5a1fcad.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
10522026-07-10T04:51:41.346Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2024 dropshot/examples/module-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=0e0288db3d029759 -C extra-filename=-8789a0f11d83eeff --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e3b0033a84a2e003.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4e796c2da5a1fcad.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
10532026-07-10T04:51:41.408Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2024 dropshot/examples/pagination-multiple-resources.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=3ef98011f937f2e7 -C extra-filename=-f9dd103ec0ab7332 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e3b0033a84a2e003.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4e796c2da5a1fcad.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
10542026-07-10T04:51:42.119Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2024 dropshot/examples/well-tagged.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d2b654dc9ccc3ba4 -C extra-filename=-c28733f7822b15f2 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-e3b0033a84a2e003.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4e796c2da5a1fcad.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
10552026-07-10T04:51:51.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
10562026-07-10T04:51:51.531Z
10572026-07-10T04:51:51.531Zreal 1:21.755493996
10582026-07-10T04:51:51.531Zuser 7:07.701760261
10592026-07-10T04:51:51.531Zsys 1:13.193426318
10602026-07-10T04:51:51.531Ztrap 0.339684579
10612026-07-10T04:51:51.532Ztflt 0.262730807
10622026-07-10T04:51:51.532Zdflt 0.371392273
10632026-07-10T04:51:51.532Zkflt 0.005246163
10642026-07-10T04:51:51.532Zlock 31:19.867207693
10652026-07-10T04:51:51.532Zslp 28:26.841752434
10662026-07-10T04:51:51.532Zlat 21.996235768
10672026-07-10T04:51:51.532Zstop 54.565027640
10682026-07-10T04:51:51.535Z+ banner test
10692026-07-10T04:51:51.535Z
10702026-07-10T04:51:51.535Z ##### ###### #### #####
10712026-07-10T04:51:51.535Z # # # #
10722026-07-10T04:51:51.535Z # ##### #### #
10732026-07-10T04:51:51.535Z # # # #
10742026-07-10T04:51:51.535Z # # # # #
10752026-07-10T04:51:51.535Z # ###### #### #
10762026-07-10T04:51:51.535Z
10772026-07-10T04:51:51.535Z+ ptime -m cargo test --all-features --locked --verbose
10782026-07-10T04:51:51.736Z Fresh unicode-ident v1.0.12
10792026-07-10T04:51:51.740Z Fresh cfg-if v1.0.0
10802026-07-10T04:51:51.740Z Fresh itoa v1.0.1
10812026-07-10T04:51:51.740Z Fresh memchr v2.6.0
10822026-07-10T04:51:51.740Z Fresh proc-macro2 v1.0.106
10832026-07-10T04:51:51.740Z Fresh pin-project-lite v0.2.12
10842026-07-10T04:51:51.740Z Fresh autocfg v1.1.0
10852026-07-10T04:51:51.740Z Fresh version_check v0.9.5
10862026-07-10T04:51:51.740Z Fresh futures-core v0.3.32
10872026-07-10T04:51:51.740Z Fresh quote v1.0.46
10882026-07-10T04:51:51.740Z Fresh libc v0.2.186
10892026-07-10T04:51:51.740Z Fresh bytes v1.12.0
10902026-07-10T04:51:51.740Z Fresh smallvec v1.13.2
10912026-07-10T04:51:51.740Z Fresh jobserver v0.1.34
10922026-07-10T04:51:51.740Z Fresh serde_derive v1.0.228
10932026-07-10T04:51:51.740Z Fresh synstructure v0.13.1
10942026-07-10T04:51:51.740Z Fresh thiserror-impl v2.0.18
10952026-07-10T04:51:51.740Z Fresh zmij v1.0.2
10962026-07-10T04:51:51.740Z Fresh find-msvc-tools v0.1.9
10972026-07-10T04:51:51.740Z Fresh shlex v1.3.0
10982026-07-10T04:51:51.740Z Fresh thiserror v2.0.18
10992026-07-10T04:51:51.740Z Fresh log v0.4.17
11002026-07-10T04:51:51.740Z Fresh scopeguard v1.2.0
11012026-07-10T04:51:51.740Z Fresh cc v1.2.60
11022026-07-10T04:51:51.740Z Fresh futures-sink v0.3.32
11032026-07-10T04:51:51.740Z Fresh lock_api v0.4.6
11042026-07-10T04:51:51.740Z Fresh parking_lot_core v0.9.4
11052026-07-10T04:51:51.740Z Fresh zerofrom-derive v0.1.5
11062026-07-10T04:51:51.740Z Fresh cmake v0.1.58
11072026-07-10T04:51:51.740Z Fresh dunce v1.0.5
11082026-07-10T04:51:51.740Z Fresh fs_extra v1.3.0
11092026-07-10T04:51:51.740Z Fresh zerofrom v0.1.5
11102026-07-10T04:51:51.740Z Fresh parking_lot v0.12.1
11112026-07-10T04:51:51.740Z Fresh slab v0.4.9
11122026-07-10T04:51:51.740Z Fresh typenum v1.19.0
11132026-07-10T04:51:51.740Z Fresh yoke-derive v0.7.5
11142026-07-10T04:51:51.740Z Fresh tokio-macros v2.7.0
11152026-07-10T04:51:51.741Z Fresh socket2 v0.6.3
11162026-07-10T04:51:51.741Z Fresh mio v1.2.0
11172026-07-10T04:51:51.741Z Fresh signal-hook-registry v1.4.0
11182026-07-10T04:51:51.741Z Fresh stable_deref_trait v1.2.0
11192026-07-10T04:51:51.741Z Fresh tokio v1.52.3
11202026-07-10T04:51:51.741Z Fresh yoke v0.7.5
11212026-07-10T04:51:51.741Z Fresh serde_core v1.0.228
11222026-07-10T04:51:51.741Z Fresh futures-channel v0.3.32
11232026-07-10T04:51:51.741Z Fresh zerovec-derive v0.10.3
11242026-07-10T04:51:51.741Z Fresh http v1.4.2
11252026-07-10T04:51:51.741Z Fresh bitflags v2.11.0
11262026-07-10T04:51:51.741Z Fresh zeroize v1.8.2
11272026-07-10T04:51:51.741Z Fresh getrandom v0.4.1
11282026-07-10T04:51:51.741Z Fresh zerovec v0.10.4
11292026-07-10T04:51:51.741Z Fresh futures-macro v0.3.32
11302026-07-10T04:51:51.741Z Fresh displaydoc v0.2.5
11312026-07-10T04:51:51.741Z Fresh futures-io v0.3.32
11322026-07-10T04:51:51.741Z Fresh futures-task v0.3.32
11332026-07-10T04:51:51.741Z Fresh ucd-trie v0.1.6
11342026-07-10T04:51:51.741Z Fresh rustls-pki-types v1.15.0
11352026-07-10T04:51:51.741Z Fresh errno v0.3.10
11362026-07-10T04:51:51.741Z Fresh serde v1.0.228
11372026-07-10T04:51:51.741Z Fresh futures-util v0.3.32
11382026-07-10T04:51:51.741Z Fresh pest v2.8.1
11392026-07-10T04:51:51.741Z Fresh pest_meta v2.8.1
11402026-07-10T04:51:51.741Z Fresh tinystr v0.7.6
11412026-07-10T04:51:51.741Z Fresh aws-lc-sys v0.40.0
11422026-07-10T04:51:51.741Z Fresh zerocopy-derive v0.8.27
11432026-07-10T04:51:51.741Z Fresh writeable v0.5.5
11442026-07-10T04:51:51.741Z Fresh litemap v0.7.4
11452026-07-10T04:51:51.741Z Fresh aws-lc-rs v1.16.3
11462026-07-10T04:51:51.741Z Fresh rustversion v1.0.22
11472026-07-10T04:51:51.741Z Fresh zerocopy v0.8.27
11482026-07-10T04:51:51.741Z Fresh pest_generator v2.8.1
11492026-07-10T04:51:51.741Z Fresh httparse v1.10.0
11502026-07-10T04:51:51.741Z Fresh rustix v1.1.4
11512026-07-10T04:51:51.741Z Fresh icu_locid v1.5.0
11522026-07-10T04:51:51.741Z Fresh icu_provider_macros v1.5.0
11532026-07-10T04:51:51.741Z Fresh powerfmt v0.2.0
11542026-07-10T04:51:51.742Z Fresh fastrand v2.1.1
11552026-07-10T04:51:51.742Z Fresh time-core v0.1.8
11562026-07-10T04:51:51.742Z Fresh num-conv v0.2.0
11572026-07-10T04:51:51.742Z Fresh equivalent v1.0.0
11582026-07-10T04:51:51.742Z Fresh hashbrown v0.17.0
11592026-07-10T04:51:51.742Z Fresh crossbeam-utils v0.8.21
11602026-07-10T04:51:51.742Z Fresh deranged v0.5.5
11612026-07-10T04:51:51.742Z Fresh icu_provider v1.5.0
11622026-07-10T04:51:51.742Z Fresh time-macros v0.2.27
11632026-07-10T04:51:51.742Z Fresh indexmap v2.14.0
11642026-07-10T04:51:51.742Z Fresh pest_derive v2.8.1
11652026-07-10T04:51:51.742Z Fresh serde_tokenstream v0.2.3
11662026-07-10T04:51:51.742Z Fresh http-body v1.0.1
11672026-07-10T04:51:51.742Z Fresh tracing-core v0.1.32
11682026-07-10T04:51:51.742Z Fresh atomic-waker v1.1.2
11692026-07-10T04:51:51.745Z Fresh icu_locid_transform_data v1.5.0
11702026-07-10T04:51:51.745Z Fresh untrusted v0.9.0
11712026-07-10T04:51:51.745Z Fresh percent-encoding v2.3.2
11722026-07-10T04:51:51.745Z Fresh num_threads v0.1.3
11732026-07-10T04:51:51.745Z Fresh tracing v0.1.40
11742026-07-10T04:51:51.745Z Fresh rustls-webpki v0.103.13
11752026-07-10T04:51:51.745Z Fresh icu_locid_transform v1.5.0
11762026-07-10T04:51:51.745Z Fresh time v0.3.47
11772026-07-10T04:51:51.745Z Fresh rustix v0.38.44
11782026-07-10T04:51:51.746Z Fresh dtrace-parser v0.3.0
11792026-07-10T04:51:51.746Z Fresh generic-array v0.14.5
11802026-07-10T04:51:51.746Z Fresh icu_collections v1.5.0
11812026-07-10T04:51:51.746Z Fresh serde_json v1.0.150
11822026-07-10T04:51:51.746Z Fresh tokio-util v0.7.18
11832026-07-10T04:51:51.746Z Fresh erased-serde v0.3.31
11842026-07-10T04:51:51.746Z Fresh scroll_derive v0.13.1
11852026-07-10T04:51:51.746Z Fresh thread-id v5.0.0
11862026-07-10T04:51:51.746Z Fresh try-lock v0.2.3
11872026-07-10T04:51:51.746Z Fresh byteorder v1.4.3
11882026-07-10T04:51:51.746Z Fresh subtle v2.5.0
11892026-07-10T04:51:51.746Z Fresh tower-layer v0.3.3
11902026-07-10T04:51:51.746Z Fresh icu_properties_data v1.5.0
11912026-07-10T04:51:51.746Z Fresh base64 v0.22.1
11922026-07-10T04:51:51.746Z Fresh tower-service v0.3.3
11932026-07-10T04:51:51.746Z Fresh fnv v1.0.7
11942026-07-10T04:51:51.746Z Fresh rustls v0.23.41
11952026-07-10T04:51:51.746Z Fresh icu_properties v1.5.1
11962026-07-10T04:51:51.746Z Fresh want v0.3.0
11972026-07-10T04:51:51.746Z Fresh h2 v0.4.14
11982026-07-10T04:51:51.746Z Fresh scroll v0.13.0
11992026-07-10T04:51:51.746Z Fresh slog v2.8.2
12002026-07-10T04:51:51.746Z Fresh getrandom v0.3.4
12012026-07-10T04:51:51.746Z Fresh paste v1.0.15
12022026-07-10T04:51:51.746Z Fresh hybrid-array v0.4.8
12032026-07-10T04:51:51.746Z Fresh icu_normalizer_data v1.5.0
12042026-07-10T04:51:51.746Z Fresh unicode-segmentation v1.10.0
12052026-07-10T04:51:51.746Z Fresh utf8_iter v1.0.4
12062026-07-10T04:51:51.746Z Fresh httpdate v1.0.1
12072026-07-10T04:51:51.746Z Fresh write16 v1.0.0
12082026-07-10T04:51:51.746Z Fresh unicode-width v0.1.9
12092026-07-10T04:51:51.746Z Fresh adler2 v2.0.1
12102026-07-10T04:51:51.746Z Fresh simd-adler32 v0.3.7
12112026-07-10T04:51:51.746Z Fresh utf16_iter v1.0.5
12122026-07-10T04:51:51.746Z Fresh plain v0.2.3
12132026-07-10T04:51:51.746Z Fresh lazy_static v1.5.0
12142026-07-10T04:51:51.746Z Fresh hyper v1.10.1
12152026-07-10T04:51:51.746Z Fresh newline-converter v0.3.0
12162026-07-10T04:51:51.747Z Fresh rand_core v0.9.5
12172026-07-10T04:51:51.747Z Fresh icu_normalizer v1.5.0
12182026-07-10T04:51:51.747Z Fresh goblin v0.10.1
12192026-07-10T04:51:51.747Z Fresh miniz_oxide v0.8.9
12202026-07-10T04:51:51.747Z Fresh console v0.15.7
12212026-07-10T04:51:51.747Z Fresh num-traits v0.2.14
12222026-07-10T04:51:51.747Z Fresh crc32fast v1.5.0
12232026-07-10T04:51:51.747Z Fresh crypto-common v0.1.6
12242026-07-10T04:51:51.747Z Fresh block-buffer v0.10.2
12252026-07-10T04:51:51.747Z Fresh form_urlencoded v1.2.2
12262026-07-10T04:51:51.747Z Fresh mime v0.3.16
12272026-07-10T04:51:51.747Z Fresh heck v0.5.0
12282026-07-10T04:51:51.747Z Fresh ipnet v2.10.0
12292026-07-10T04:51:51.747Z Fresh similar v2.2.1
12302026-07-10T04:51:51.747Z Fresh winnow v1.0.0
12312026-07-10T04:51:51.747Z Fresh iana-time-zone v0.1.47
12322026-07-10T04:51:51.747Z Fresh ppv-lite86 v0.2.15
12332026-07-10T04:51:51.747Z Fresh pretty-hex v0.4.1
12342026-07-10T04:51:51.747Z Fresh openssl-probe v0.2.1
12352026-07-10T04:51:51.747Z Fresh semver v1.0.28
12362026-07-10T04:51:51.747Z Fresh digest v0.10.7
12372026-07-10T04:51:51.747Z Fresh dof v0.4.0
12382026-07-10T04:51:51.747Z Fresh chrono v0.4.45
12392026-07-10T04:51:51.747Z Fresh rustls-native-certs v0.8.3
12402026-07-10T04:51:51.747Z Fresh rand_chacha v0.9.0
12412026-07-10T04:51:51.747Z Fresh hyper-util v0.1.20
12422026-07-10T04:51:51.747Z Fresh toml_parser v1.1.2+spec-1.1.0
12432026-07-10T04:51:51.747Z Fresh flate2 v1.1.9
12442026-07-10T04:51:51.747Z Fresh idna_adapter v1.2.0
12452026-07-10T04:51:51.747Z Fresh unicase v2.6.0
12462026-07-10T04:51:51.747Z Fresh block-buffer v0.12.0
12472026-07-10T04:51:51.747Z Fresh crypto-common v0.2.1
12482026-07-10T04:51:51.747Z Fresh tokio-rustls v0.26.4
12492026-07-10T04:51:51.747Z Fresh concurrent-queue v2.5.0
12502026-07-10T04:51:51.747Z Fresh serde_derive_internals v0.29.0
12512026-07-10T04:51:51.747Z Fresh thread_local v1.1.4
12522026-07-10T04:51:51.747Z Fresh syn v2.0.118
12532026-07-10T04:51:51.747Z Fresh toml_datetime v1.1.1+spec-1.1.0
12542026-07-10T04:51:51.747Z Fresh serde_spanned v1.1.1
12552026-07-10T04:51:51.747Z Fresh sync_wrapper v1.0.1
12562026-07-10T04:51:51.748Z Fresh encoding_rs v0.8.32
12572026-07-10T04:51:51.748Z Fresh toml_writer v1.1.1+spec-1.1.0
12582026-07-10T04:51:51.748Z Fresh parking v2.2.0
12592026-07-10T04:51:51.748Z Fresh compression-core v0.4.32
12602026-07-10T04:51:51.748Z Fresh match_cfg v0.1.0
12612026-07-10T04:51:51.748Z Fresh cpufeatures v0.2.17
12622026-07-10T04:51:51.748Z Fresh const-oid v0.10.2
12632026-07-10T04:51:51.748Z Fresh sha1 v0.10.6
12642026-07-10T04:51:51.748Z Fresh event-listener v5.0.0
12652026-07-10T04:51:51.748Z Fresh hostname v0.3.1
12662026-07-10T04:51:51.748Z Fresh digest v0.11.2
12672026-07-10T04:51:51.748Z Fresh compression-codecs v0.4.38
12682026-07-10T04:51:51.748Z Fresh toml v1.1.2+spec-1.1.0
12692026-07-10T04:51:51.751Z Fresh tower v0.5.2
12702026-07-10T04:51:51.751Z Fresh usdt-impl v0.6.0
12712026-07-10T04:51:51.751Z Fresh schemars_derive v0.8.22
12722026-07-10T04:51:51.751Z Fresh idna v1.0.3
12732026-07-10T04:51:51.751Z Fresh rand v0.9.2
12742026-07-10T04:51:51.751Z Compiling dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
12752026-07-10T04:51:51.751Z Fresh ryu v1.0.5
12762026-07-10T04:51:51.752Z Fresh usdt-attr-macro v0.6.0
12772026-07-10T04:51:51.752Z Fresh usdt-macro v0.6.0
12782026-07-10T04:51:51.752Z Fresh slog-json v2.6.1
12792026-07-10T04:51:51.752Z Fresh http-body-util v0.1.3
12802026-07-10T04:51:51.752Z Fresh crossbeam-channel v0.5.15
12812026-07-10T04:51:51.752Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2024 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d077e7414cf66b00 -C extra-filename=-4944e6e4a068881b --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-ddfd7599b55080e0.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-570758be45320499.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-1e45462e1f7e5d0b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-79974a0c1e25eb0a.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-dd01b1a0e213824e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-a89bc80d4c0b12b5.rlib --extern proc_macro`
12822026-07-10T04:51:51.752Z Fresh futures-executor v0.3.32
12832026-07-10T04:51:51.752Z Fresh uuid v1.23.4
12842026-07-10T04:51:51.752Z Fresh async-stream-impl v0.3.6
12852026-07-10T04:51:51.752Z Fresh memmap2 v0.9.8
12862026-07-10T04:51:51.752Z Fresh is-terminal v0.4.12
12872026-07-10T04:51:51.786Z Fresh take_mut v0.2.2
12882026-07-10T04:51:51.789Z Fresh dyn-clone v1.0.4
12892026-07-10T04:51:51.789Z Fresh term v1.1.0
12902026-07-10T04:51:51.789Z Fresh spin v0.9.8
12912026-07-10T04:51:51.789Z Fresh cpufeatures v0.3.0
12922026-07-10T04:51:51.789Z Fresh data-encoding v2.4.0
12932026-07-10T04:51:51.789Z Fresh iri-string v0.7.8
12942026-07-10T04:51:51.789Z Fresh tungstenite v0.29.0
12952026-07-10T04:51:51.789Z Fresh multer v3.1.0
12962026-07-10T04:51:51.789Z Fresh slog-term v2.9.2
12972026-07-10T04:51:51.789Z Fresh slog-async v2.8.0
12982026-07-10T04:51:51.789Z Fresh schemars v0.8.22
12992026-07-10T04:51:51.789Z Fresh sha1 v0.11.0
13002026-07-10T04:51:51.789Z Fresh tower-http v0.6.8
13012026-07-10T04:51:51.789Z Fresh async-stream v0.3.6
13022026-07-10T04:51:51.789Z Fresh futures v0.3.32
13032026-07-10T04:51:51.789Z Fresh usdt v0.6.0
13042026-07-10T04:51:51.789Z Fresh slog-bunyan v2.5.0
13052026-07-10T04:51:51.789Z Fresh serde_urlencoded v0.7.1
13062026-07-10T04:51:51.789Z Fresh url v2.5.4
13072026-07-10T04:51:51.789Z Fresh target-triple v1.0.0
13082026-07-10T04:51:51.789Z Fresh camino v1.2.4
13092026-07-10T04:51:51.789Z Fresh async-compression v0.4.42
13102026-07-10T04:51:51.793Z Fresh event-listener-strategy v0.5.4
13112026-07-10T04:51:51.793Z Fresh hyper-rustls v0.27.9
13122026-07-10T04:51:51.793Z Fresh rustls-platform-verifier v0.6.2
13132026-07-10T04:51:51.793Z Fresh pem v3.0.6
13142026-07-10T04:51:51.793Z Fresh yasna v0.6.0
13152026-07-10T04:51:51.793Z Fresh openapiv3 v2.2.0
13162026-07-10T04:51:51.793Z Fresh waitgroup v0.1.2
13172026-07-10T04:51:51.793Z Fresh rustls-pemfile v2.2.0
13182026-07-10T04:51:51.793Z Fresh async-trait v0.1.89
13192026-07-10T04:51:51.793Z Fresh hostname v0.4.2
13202026-07-10T04:51:51.793Z Fresh serde_path_to_error v0.1.20
13212026-07-10T04:51:51.793Z Fresh termcolor v1.1.2
13222026-07-10T04:51:51.793Z Fresh debug-ignore v1.0.5
13232026-07-10T04:51:51.793Z Fresh simple-mermaid v0.2.0
13242026-07-10T04:51:51.793Z Fresh glob v0.3.0
13252026-07-10T04:51:51.793Z Fresh reqwest v0.13.4
13262026-07-10T04:51:51.793Z Fresh async-channel v2.5.0
13272026-07-10T04:51:51.793Z Fresh rcgen v0.14.8
13282026-07-10T04:51:51.793Z Fresh mime_guess v2.0.5
13292026-07-10T04:51:51.793Z Fresh anyhow v1.0.103
13302026-07-10T04:51:51.793Z Fresh trybuild v1.0.117
13312026-07-10T04:51:51.793Z Fresh tokio-tungstenite v0.29.0
13322026-07-10T04:51:51.793Z Fresh buf-list v1.1.2
13332026-07-10T04:51:51.793Z Fresh subprocess v1.2.0
13342026-07-10T04:51:51.793Z Fresh once_cell v1.20.1
13352026-07-10T04:51:51.793Z Fresh schema-derive v0.1.0
13362026-07-10T04:51:51.793Z Fresh tempfile v3.27.0
13372026-07-10T04:51:51.793Z Fresh schema v0.1.0
13382026-07-10T04:51:51.793Z Fresh atomicwrites v0.4.4
13392026-07-10T04:51:51.793Z Fresh prettyplease v0.2.37
13402026-07-10T04:51:51.793Z Fresh expectorate v1.2.0
13412026-07-10T04:51:53.044Z Compiling dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot)
13422026-07-10T04:51:53.048Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2024 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=e4359c7c08bbf34f -C extra-filename=-b5a88431045b6020 --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-0a568c73724f4ed2.rmeta --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4944e6e4a068881b.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
13432026-07-10T04:51:53.048Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2024 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=9ae107412d4590e9 -C extra-filename=-bb55e5b57ce17725 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4944e6e4a068881b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
13442026-07-10T04:51:57.948Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2024 dropshot/examples/index.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=5d1ec804899d01ea -C extra-filename=-794d867e7de9fcf7 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b5a88431045b6020.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4944e6e4a068881b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
13452026-07-10T04:51:57.948Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2024 dropshot/examples/versioning.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=379581d8d31cc9b9 -C extra-filename=-48aab8899a2b97e7 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b5a88431045b6020.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4944e6e4a068881b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
13462026-07-10T04:51:57.952Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2024 dropshot/examples/module-shared-context.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=9020509050509c90 -C extra-filename=-01cf6189987f9cd1 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b5a88431045b6020.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4944e6e4a068881b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
13472026-07-10T04:51:57.952Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2024 dropshot/examples/petstore.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=dfae6ac71a6d3990 -C extra-filename=-bee45715c9a9074a --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b5a88431045b6020.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4944e6e4a068881b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
13482026-07-10T04:51:57.956Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2024 dropshot/examples/multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=adad1cb35b1fd9a1 -C extra-filename=-655de66c6cb80011 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b5a88431045b6020.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4944e6e4a068881b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
13492026-07-10T04:51:57.956Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2024 dropshot/examples/websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1f893fb8ae0bada8 -C extra-filename=-d6263fa23aee1737 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b5a88431045b6020.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4944e6e4a068881b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
13502026-07-10T04:51:57.956Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2024 dropshot/examples/schema-with-example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=2c0ec81b11a107e6 -C extra-filename=-31815739fafa6dc3 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b5a88431045b6020.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4944e6e4a068881b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
13512026-07-10T04:52:05.987Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2024 dropshot/examples/multiple-servers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=469aa9ff69f56820 -C extra-filename=-19807ef9c5def77d --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b5a88431045b6020.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4944e6e4a068881b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
13522026-07-10T04:52:07.241Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_alternate --edition=2024 dropshot/examples/api-trait-alternate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=82fe55aba8bd5046 -C extra-filename=-1346db9f7d6631e5 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b5a88431045b6020.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4944e6e4a068881b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
13532026-07-10T04:52:08.288Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2024 dropshot/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c03cbfae61621550 -C extra-filename=-551b223ab02d06ee --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b5a88431045b6020.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4944e6e4a068881b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
13542026-07-10T04:52:08.428Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2024 dropshot/examples/pagination-multiple-sorts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=11ed8cb2b6fbc737 -C extra-filename=-ead245ee3961bb43 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b5a88431045b6020.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4944e6e4a068881b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
13552026-07-10T04:52:08.469Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2024 dropshot/examples/request-headers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=cdad2700d3123455 -C extra-filename=-003a005a8cf94f69 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b5a88431045b6020.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4944e6e4a068881b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
13562026-07-10T04:52:09.282Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name custom_error --edition=2024 dropshot/examples/custom-error.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=e9476dff2a4dd261 -C extra-filename=-0d467ce680faf056 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b5a88431045b6020.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4944e6e4a068881b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
13572026-07-10T04:52:10.353Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2024 dropshot/tests/fail.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=cead86ca02c020ee -C extra-filename=-5292a3725ab7d5d1 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b5a88431045b6020.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4944e6e4a068881b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
13582026-07-10T04:52:11.258Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2024 dropshot/examples/pagination-multiple-resources.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=989d062090403869 -C extra-filename=-c0bb5eb7f6d9b174 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b5a88431045b6020.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4944e6e4a068881b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
13592026-07-10T04:52:18.539Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2024 dropshot/examples/well-tagged.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=aa6807d394418e5b -C extra-filename=-36ae7497b54b4321 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b5a88431045b6020.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4944e6e4a068881b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
13602026-07-10T04:52:19.159Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_websocket --edition=2024 dropshot/examples/api-trait-websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c725049e65e7f5ae -C extra-filename=-c7a6e8df0a19cedf --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b5a88431045b6020.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4944e6e4a068881b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
13612026-07-10T04:52:19.634Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2024 dropshot/examples/pagination-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=38527be977fc62d4 -C extra-filename=-53bedd1df888a218 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b5a88431045b6020.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4944e6e4a068881b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
13622026-07-10T04:52:20.356Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2024 dropshot/examples/https.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=b05daaea21451b59 -C extra-filename=-248bef113cb85121 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b5a88431045b6020.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4944e6e4a068881b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
13632026-07-10T04:52:20.388Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2024 dropshot/examples/file_server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a8e0aea5dc04e891 -C extra-filename=-22da6d2e0fd02ba9 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b5a88431045b6020.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4944e6e4a068881b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
13642026-07-10T04:52:21.887Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait --edition=2024 dropshot/examples/api-trait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=bbf712138312d31e -C extra-filename=-d4238df2020e4118 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b5a88431045b6020.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4944e6e4a068881b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
13652026-07-10T04:52:24.063Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2024 dropshot/examples/basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=0439de5f031cbd62 -C extra-filename=-48e52f9da4b22747 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b5a88431045b6020.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4944e6e4a068881b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
13662026-07-10T04:52:29.402Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2024 dropshot/examples/self-referential.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=09179cdd3dad9b50 -C extra-filename=-989e80e8b91e0a11 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b5a88431045b6020.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4944e6e4a068881b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
13672026-07-10T04:52:31.179Z Running `/home/build/.rustup/toolchains/1.97.0-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2024 dropshot/examples/module-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=19b0f2335ff32022 -C extra-filename=-df1b80e30bf12108 --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-818f4f781edd3b57.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9020f576d6b80f21.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-0a568c73724f4ed2.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-aaed38d76f5614f3.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-8212d89c07aedf32.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-282ff39453dd4f45.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-ef32c2e9c6c71854.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-36c5ac0f4820805c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-033602705b921313.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-c257880f3815f68b.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-50eb8d565706ee65.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-b5a88431045b6020.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-4944e6e4a068881b.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-44010360be59c287.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-b294bc7baafb0e55.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-ed0dc1f59c250750.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-c249a66c09127cb7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ba23227695ab8e2b.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-6f0da843c95ad62a.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-fabf3ca49415b408.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-b7b7452a0d68f9d4.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-32376bbc20472540.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-6c47124c9d4dc2df.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-d85df076a5edd234.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-89859f43c7644ac1.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-8b058f9e95c8ede0.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7ee10a745b214036.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-05ea9d61e9ea9236.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-1ed58b557a50ed82.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-462e4a91e91f07ef.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-aacf44e3c2691786.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-772334ce17b4a826.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-24c68ea5d7237b5e.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-7a77a95fc8362e89.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-4214044fe6cf53d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-1751fe8c47726f84.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-59d2c8ae010154fe.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-16c39cd04a315443.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-8ff3209ca8d7b927.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-e0803d1bd1213114.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-60232b45c82eda82.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-0c44a964c6216ab1.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-b6cca41657abc44b.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-3265336f0c4804f4.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-944105dd5c5c38ec.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-5c8055132f9f228c.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-c550d171f8bc52ab.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-472c55050b1d6bd3.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-ddc133800c1da51f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-29161f893132e0e3.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-94cca151ad423dbd.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-f672d95357eb51c5.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4879481840bc7532.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d2cf2e85dcdcda72.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-075abf9f70d266dc.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-044a6f87d9c02759.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-4022f0239bdb7b69.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-6375b1867f364cc1.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-fc8b424bdf8efdd6.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-71d979fa640b3afe.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-8df4a76248ab1527.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-35255b469f9171a1.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-68946a827bf6db3f.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-a1291e0acffa045f/out`
13682026-07-10T04:52:43.462Z Finished `test` profile [unoptimized + debuginfo] target(s) in 51.91s
13692026-07-10T04:52:43.504Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-bb55e5b57ce17725`
13702026-07-10T04:52:43.507Z
13712026-07-10T04:52:43.507Zrunning 142 tests
13722026-07-10T04:52:43.510Ztest api_description::test::test_endpoint_versions_matches ... ok
13732026-07-10T04:52:43.510Ztest api_description::test::test_badpath4 - should panic ... ok
13742026-07-10T04:52:43.510Ztest api_description::test::test_endpoint_versions_overlaps ... ok
13752026-07-10T04:52:43.510Ztest api_description::test::test_endpoint_versions_range ... ok
13762026-07-10T04:52:43.510Ztest api_description::test::test_badpath3 ... ok
13772026-07-10T04:52:43.510Ztest api_description::test::test_badpath1 ... ok
13782026-07-10T04:52:43.510Ztest api_description::test::test_badpath2 ... ok
13792026-07-10T04:52:43.510Ztest api_description::test::test_dup_names ... ok
13802026-07-10T04:52:43.510Ztest api_description::test::test_tags_need_one ... ok
13812026-07-10T04:52:43.510Ztest api_description::test::test_tags_too_many ... ok
13822026-07-10T04:52:43.510Ztest api_description::test::test_tag_config_deserialize_old ... ok
13832026-07-10T04:52:43.510Ztest api_description::test::test_tags_just_right ... ok
13842026-07-10T04:52:43.510Ztest compression::tests::test_accepts_gzip_encoding_ignores_malformed_parameters ... ok
13852026-07-10T04:52:43.510Ztest compression::tests::test_accepts_gzip_encoding_case_insensitive ... ok
13862026-07-10T04:52:43.510Ztest compression::tests::test_accepts_gzip_encoding_gzip_takes_precedence_over_wildcard ... ok
13872026-07-10T04:52:43.510Ztest compression::tests::test_accepts_gzip_encoding_multiple_encodings ... ok
13882026-07-10T04:52:43.510Ztest compression::tests::test_accepts_gzip_encoding_gzip_acceptance_overrides_wildcard_rejection ... ok
13892026-07-10T04:52:43.510Ztest compression::tests::test_accepts_gzip_encoding_malformed_quality ... ok
13902026-07-10T04:52:43.510Ztest compression::tests::test_accepts_gzip_encoding_basic ... ok
13912026-07-10T04:52:43.510Ztest compression::tests::test_accepts_gzip_encoding_multiple_headers ... ok
13922026-07-10T04:52:43.510Ztest compression::tests::test_accepts_gzip_encoding_no_header ... ok
13932026-07-10T04:52:43.510Ztest compression::tests::test_accepts_gzip_encoding_non_finite_quality_defaults ... ok
13942026-07-10T04:52:43.510Ztest compression::tests::test_accepts_gzip_encoding_prefers_highest_quality ... ok
13952026-07-10T04:52:43.510Ztest compression::tests::test_accepts_gzip_encoding_rejects_zero_quality ... ok
13962026-07-10T04:52:43.510Ztest compression::tests::test_accepts_gzip_encoding_wildcard_rejected ... ok
13972026-07-10T04:52:43.510Ztest compression::tests::test_accepts_gzip_encoding_wildcard ... ok
13982026-07-10T04:52:43.510Ztest compression::tests::test_accepts_gzip_encoding_wildcard_with_quality ... ok
13992026-07-10T04:52:43.510Ztest compression::tests::test_accepts_gzip_encoding_with_positive_quality ... ok
14002026-07-10T04:52:43.510Ztest compression::tests::test_accepts_gzip_encoding_with_spaces ... ok
14012026-07-10T04:52:43.510Ztest compression::tests::test_should_compress_response_already_encoded ... ok
14022026-07-10T04:52:43.511Ztest compression::tests::test_should_compress_response_head_method ... ok
14032026-07-10T04:52:43.511Ztest compression::tests::test_should_compress_response_basic ... ok
14042026-07-10T04:52:43.511Ztest compression::tests::test_should_compress_response_compressible_content_types ... ok
14052026-07-10T04:52:43.511Ztest compression::tests::test_should_compress_response_no_accept_encoding ... ok
14062026-07-10T04:52:43.511Ztest compression::tests::test_should_compress_response_no_content ... ok
14072026-07-10T04:52:43.515Ztest compression::tests::test_should_compress_response_no_content_type ... ok
14082026-07-10T04:52:43.515Ztest compression::tests::test_should_compress_response_no_compression_extension ... ok
14092026-07-10T04:52:43.515Ztest compression::tests::test_should_compress_response_non_compressible_content_types ... ok
14102026-07-10T04:52:43.515Ztest compression::tests::test_should_compress_response_not_modified ... ok
14112026-07-10T04:52:43.515Ztest compression::tests::test_should_compress_response_partial_content ... ok
14122026-07-10T04:52:43.515Ztest compression::tests::test_should_compress_response_rejects_content_range ... ok
14132026-07-10T04:52:43.515Ztest compression::tests::test_should_compress_response_respects_content_length_threshold ... ok
14142026-07-10T04:52:43.515Ztest compression::tests::test_should_compress_response_sse ... ok
14152026-07-10T04:52:43.515Ztest extractor::body::tests::test_typed_body_from ... ok
14162026-07-10T04:52:43.515Ztest error::test::test_serialize_error_response_body ... ok
14172026-07-10T04:52:43.515Ztest extractor::metadata::test::test_metadata_flattened ... ok
14182026-07-10T04:52:43.515Ztest extractor::metadata::test::test_metadata_flattened_enum ... ok
14192026-07-10T04:52:43.515Ztest extractor::metadata::test::test_metadata_simple ... ok
14202026-07-10T04:52:43.515Ztest extractor::header::tests::test_header_parsing ... ok
14212026-07-10T04:52:43.515Ztest extractor::metadata::test::test_metadata_pagination ... ok
14222026-07-10T04:52:43.515Ztest from_map::test::test_case_insensitive ... ok
14232026-07-10T04:52:43.515Ztest from_map::test::test_deep ... ok
14242026-07-10T04:52:43.515Ztest from_map::test::test_missing_data1 ... ok
14252026-07-10T04:52:43.515Ztest from_map::test::test_lone_literal ... ok
14262026-07-10T04:52:43.515Ztest from_map::test::test_missing_data2 ... ok
14272026-07-10T04:52:43.515Ztest from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok
14282026-07-10T04:52:43.515Ztest from_map::test::test_types ... ok
14292026-07-10T04:52:43.515Ztest compression::tests::test_apply_gzip_compression_avoids_duplicate_vary_entries ... ok
14302026-07-10T04:52:43.515Ztest compression::tests::test_apply_gzip_compression_removes_accept_ranges_and_sets_vary ... ok
14312026-07-10T04:52:43.515Ztest logging::test::test_config_bad_terminal_bad_level ... ok
14322026-07-10T04:52:43.515Ztest logging::test::test_config_bad_file_no_file ... ok
14332026-07-10T04:52:43.515Ztest logging::test::test_config_bad_file_no_level ... ok
14342026-07-10T04:52:43.515Ztest logging::test::test_config_bad_log_mode ... ok
14352026-07-10T04:52:43.515Ztest logging::test::test_config_bad_file_bad_path_type ... ok
14362026-07-10T04:52:43.515Ztest logging::test::test_config_bad_terminal_no_level ... ok
14372026-07-10T04:52:43.515Ztest logging::test::test_config_bad_file_path_exists_fail ... ok
14382026-07-10T04:52:43.515Ztest extractor::body::tests::test_content_plus_json ... ok
14392026-07-10T04:52:43.515Ztest pagination::test::test_pagination_schema ... ok
14402026-07-10T04:52:43.515Ztest pagination::test::test_results_page ... ok
14412026-07-10T04:52:43.516Ztest router::test::test_bad_path_segment1 - should panic ... ok
14422026-07-10T04:52:43.516Ztest pagination::test::test_pagparams_parsing ... ok
14432026-07-10T04:52:43.516Ztest router::test::test_bad_path_segment2 - should panic ... ok
14442026-07-10T04:52:43.516Ztest pagination::test::test_page_token_serialization ... ok
14452026-07-10T04:52:43.516Ztest router::test::test_bad_path_segment3 - should panic ... ok
14462026-07-10T04:52:43.516Ztest router::test::test_bad_path_segment4 - should panic ... ok
14472026-07-10T04:52:43.516Znote: configured to log to "/tmp/dropshot-bb55e5b57ce17725.3077.file_dir/log.out"
14482026-07-10T04:52:43.516Ztest api_description::test::test_tags_set ... ok
14492026-07-10T04:52:43.516Ztest router::test::test_duplicate_route1 - should panic ... ok
14502026-07-10T04:52:43.516Ztest router::test::test_bogus_regex - should panic ... ok
14512026-07-10T04:52:43.516Ztest router::test::test_duplicate_route2 - should panic ... ok
14522026-07-10T04:52:43.516Ztest router::test::test_duplicate_route3 - should panic ... ok
14532026-07-10T04:52:43.516Ztest logging::test::test_config_stderr_terminal ... ok
14542026-07-10T04:52:43.516Ztest router::test::test_duplicate_route_overlapping_version - should panic ... ok
14552026-07-10T04:52:43.516Ztest router::test::test_duplicate_varname - should panic ... ok
14562026-07-10T04:52:43.516Ztest router::test::test_duplicate_route_same_version - should panic ... ok
14572026-07-10T04:52:43.516Ztest router::test::test_iter2 ... ok
14582026-07-10T04:52:43.516Ztest router::test::test_iter ... ok
14592026-07-10T04:52:43.516Ztest router::test::test_embedded_non_variable ... ok
14602026-07-10T04:52:43.516Ztest router::test::test_empty_variable ... ok
14612026-07-10T04:52:43.516Ztest router::test::test_error_cases ... ok
14622026-07-10T04:52:43.516Ztest router::test::test_inconsistent_varname - should panic ... ok
14632026-07-10T04:52:43.516Ztest router::test::test_iter_null ... ok
14642026-07-10T04:52:43.516Ztest router::test::test_map_bad_seq ... ok
14652026-07-10T04:52:43.516Ztest router::test::test_literal_after_regex - should panic ... ok
14662026-07-10T04:52:43.516Ztest router::test::test_map_bad_value ... ok
14672026-07-10T04:52:43.516Ztest router::test::test_path_segment ... ok
14682026-07-10T04:52:43.516Ztest router::test::test_map ... ok
14692026-07-10T04:52:43.516Ztest router::test::test_literal_after_variable - should panic ... ok
14702026-07-10T04:52:43.516Ztest router::test::test_more_after_regex - should panic ... ok
14712026-07-10T04:52:43.516Ztest router::test::test_router_basic ... ok
14722026-07-10T04:52:43.516Ztest router::test::test_segments ... ok
14732026-07-10T04:52:43.516Ztest router::test::test_router_versioned ... ok
14742026-07-10T04:52:43.516Ztest router::test::test_variable_after_literal - should panic ... ok
14752026-07-10T04:52:43.516Ztest router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok
14762026-07-10T04:52:43.516Ztest router::test::test_variable_name_empty - should panic ... ok
14772026-07-10T04:52:43.516Ztest router::test::test_variable_name_bad_start - should panic ... ok
14782026-07-10T04:52:43.516Ztest router::test::test_variable_rename ... ok
14792026-07-10T04:52:43.516Ztest router::test::test_variable_name_bad_end - should panic ... ok
14802026-07-10T04:52:43.517Ztest router::test::test_variables_basic ... ok
14812026-07-10T04:52:43.517Ztest router::test::test_variables_multi ... ok
14822026-07-10T04:52:43.517Znote: configured to log to "/tmp/dropshot-bb55e5b57ce17725.3077.file_dir/log.out"
14832026-07-10T04:52:43.517Ztest router::test::test_variables_glob ... ok
14842026-07-10T04:52:43.517Ztest schema_util::test::test_empty_struct ... ok
14852026-07-10T04:52:43.517Ztest schema_util::test::test_additional_properties ... ok
14862026-07-10T04:52:43.517Ztest schema_util::test::test_nullable ... ok
14872026-07-10T04:52:43.517Ztest schema_util::test::test_extension_conversion ... ok
14882026-07-10T04:52:43.520Ztest schema_util::test::test_two_types - should panic ... ok
14892026-07-10T04:52:43.520Ztest schema_util::test::test_embedded_schema ... ok
14902026-07-10T04:52:43.520Znote: configured to log to "/tmp/dropshot-bb55e5b57ce17725.3077.file_dir/log.out"
14912026-07-10T04:52:43.520Ztest test_util::test::test_bunyan_bad_hostname - should panic ... ok
14922026-07-10T04:52:43.520Ztest schema_util::test::test_garbage_barge_structure_conversion ... ok
14932026-07-10T04:52:43.520Ztest test_util::test::test_bunyan_bad_name - should panic ... ok
14942026-07-10T04:52:43.520Ztest test_util::test::test_bunyan_bad_pid - should panic ... ok
14952026-07-10T04:52:43.520Ztest test_util::test::test_bunyan_easy_cases ... ok
14962026-07-10T04:52:43.520Ztest logging::test::test_config_file ... ok
14972026-07-10T04:52:43.520Ztest test_util::test::test_bunyan_bad_v - should panic ... ok
14982026-07-10T04:52:43.520Ztest test_util::test::test_bunyan_seq_bad_order - should panic ... ok
14992026-07-10T04:52:43.520Ztest test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok
15002026-07-10T04:52:43.520Ztest schema_util::test::test_schema2struct_with_enum_variants ... ok
15012026-07-10T04:52:43.520Ztest test_util::test::test_bunyan_seq_easy_cases ... ok
15022026-07-10T04:52:43.520Ztest test_util::test::test_bunyan_seq_lower_violated - should panic ... ok
15032026-07-10T04:52:43.520Ztest to_map::test::test_struct_with_options ... ok
15042026-07-10T04:52:43.520Ztest to_map::test::test_to_map_enum ... ok
15052026-07-10T04:52:43.521Ztest to_map::test::test_to_map_num ... ok
15062026-07-10T04:52:43.521Ztest test_util::test::test_bunyan_seq_upper_violated - should panic ... ok
15072026-07-10T04:52:43.521Ztest to_map::test::test_to_map_seq ... ok
15082026-07-10T04:52:43.521Ztest to_map::test::test_to_map_valid ... ok
15092026-07-10T04:52:43.521Ztest to_map::test::test_to_map_vec ... ok
15102026-07-10T04:52:43.521Ztest type_util::tests::test_commented_ref ... ok
15112026-07-10T04:52:43.521Ztest type_util::tests::test_recursive_type - should panic ... ok
15122026-07-10T04:52:43.521Ztest type_util::tests::test_reflexive_type - should panic ... ok
15132026-07-10T04:52:43.521Ztest server::test::test_drop_server_without_close_okay ... ok
15142026-07-10T04:52:43.521Ztest websocket::tests::test_ws_upg_task_is_spawned ... ok
15152026-07-10T04:52:43.521Ztest server::test::test_server_run_then_close ... ok
15162026-07-10T04:52:43.521Ztest server::test::test_http_acceptor_happy_path ... ok
15172026-07-10T04:52:43.521Z
15182026-07-10T04:52:43.521Ztest result: ok. 142 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
15192026-07-10T04:52:43.521Z
15202026-07-10T04:52:43.521Z Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-5292a3725ab7d5d1`
15212026-07-10T04:52:43.521Z
15222026-07-10T04:52:43.521Zrunning 1 test
15232026-07-10T04:52:43.803Z Compiling proc-macro2 v1.0.106
15242026-07-10T04:52:43.803Z Compiling quote v1.0.46
15252026-07-10T04:52:43.803Z Compiling unicode-ident v1.0.12
15262026-07-10T04:52:43.803Z Compiling libc v0.2.186
15272026-07-10T04:52:43.803Z Checking cfg-if v1.0.0
15282026-07-10T04:52:43.803Z Compiling serde_core v1.0.228
15292026-07-10T04:52:43.803Z Checking itoa v1.0.1
15302026-07-10T04:52:43.892Z Checking memchr v2.6.0
15312026-07-10T04:52:43.946Z Checking pin-project-lite v0.2.12
15322026-07-10T04:52:43.951Z Compiling version_check v0.9.5
15332026-07-10T04:52:44.028Z Compiling autocfg v1.1.0
15342026-07-10T04:52:44.217Z Compiling thiserror v2.0.18
15352026-07-10T04:52:44.260Z Checking futures-core v0.3.32
15362026-07-10T04:52:44.311Z Checking smallvec v1.13.2
15372026-07-10T04:52:44.372Z Checking bytes v1.12.0
15382026-07-10T04:52:44.417Z Compiling zmij v1.0.2
15392026-07-10T04:52:44.478Z Checking once_cell v1.20.1
15402026-07-10T04:52:44.641Z Compiling serde v1.0.228
15412026-07-10T04:52:44.655Z Compiling serde_json v1.0.150
15422026-07-10T04:52:44.667Z Compiling log v0.4.17
15432026-07-10T04:52:44.744Z Compiling jobserver v0.1.34
15442026-07-10T04:52:44.765Z Compiling shlex v1.3.0
15452026-07-10T04:52:44.787Z Compiling parking_lot_core v0.9.4
15462026-07-10T04:52:44.938Z Compiling find-msvc-tools v0.1.9
15472026-07-10T04:52:45.123Z Compiling syn v2.0.118
15482026-07-10T04:52:45.205Z Compiling cc v1.2.60
15492026-07-10T04:52:45.210Z Compiling slab v0.4.9
15502026-07-10T04:52:45.231Z Compiling typenum v1.19.0
15512026-07-10T04:52:45.238Z Checking scopeguard v1.2.0
15522026-07-10T04:52:45.297Z Checking futures-sink v0.3.32
15532026-07-10T04:52:45.336Z Checking lock_api v0.4.6
15542026-07-10T04:52:45.496Z Compiling dunce v1.0.5
15552026-07-10T04:52:45.571Z Compiling fs_extra v1.3.0
15562026-07-10T04:52:45.593Z Checking parking_lot v0.12.1
15572026-07-10T04:52:45.733Z Checking signal-hook-registry v1.4.0
15582026-07-10T04:52:45.778Z Checking mio v1.2.0
15592026-07-10T04:52:45.844Z Checking socket2 v0.6.3
15602026-07-10T04:52:45.888Z Checking stable_deref_trait v1.2.0
15612026-07-10T04:52:45.894Z Checking futures-channel v0.3.32
15622026-07-10T04:52:45.959Z Compiling cmake v0.1.58
15632026-07-10T04:52:46.058Z Checking http v1.4.2
15642026-07-10T04:52:46.078Z Compiling zerocopy v0.8.27
15652026-07-10T04:52:46.225Z Compiling ucd-trie v0.1.6
15662026-07-10T04:52:46.377Z Checking zeroize v1.8.2
15672026-07-10T04:52:46.472Z Compiling aws-lc-rs v1.16.3
15682026-07-10T04:52:46.519Z Checking futures-io v0.3.32
15692026-07-10T04:52:46.535Z Checking futures-task v0.3.32
15702026-07-10T04:52:46.603Z Checking rustls-pki-types v1.15.0
15712026-07-10T04:52:46.670Z Compiling httparse v1.10.0
15722026-07-10T04:52:46.757Z Compiling rustversion v1.0.22
15732026-07-10T04:52:47.088Z Checking writeable v0.5.5
15742026-07-10T04:52:47.091Z Compiling crossbeam-utils v0.8.21
15752026-07-10T04:52:47.116Z Compiling aws-lc-sys v0.40.0
15762026-07-10T04:52:47.156Z Checking litemap v0.7.4
15772026-07-10T04:52:47.370Z Compiling generic-array v0.14.5
15782026-07-10T04:52:47.456Z Compiling time-core v0.1.8
15792026-07-10T04:52:47.462Z Compiling getrandom v0.4.1
15802026-07-10T04:52:47.482Z Checking hashbrown v0.17.0
15812026-07-10T04:52:47.599Z Compiling num-conv v0.2.0
15822026-07-10T04:52:47.633Z Checking powerfmt v0.2.0
15832026-07-10T04:52:47.730Z Checking equivalent v1.0.0
15842026-07-10T04:52:47.777Z Checking deranged v0.5.5
15852026-07-10T04:52:47.790Z Compiling time-macros v0.2.27
15862026-07-10T04:52:47.951Z Compiling synstructure v0.13.1
15872026-07-10T04:52:48.003Z Compiling slog v2.8.2
15882026-07-10T04:52:48.184Z Checking indexmap v2.14.0
15892026-07-10T04:52:48.400Z Checking http-body v1.0.1
15902026-07-10T04:52:48.493Z Checking tracing-core v0.1.32
15912026-07-10T04:52:48.524Z Compiling unicase v2.6.0
15922026-07-10T04:52:48.698Z Checking bitflags v2.11.0
15932026-07-10T04:52:48.738Z Compiling rustls v0.23.41
15942026-07-10T04:52:48.779Z Compiling getrandom v0.3.4
15952026-07-10T04:52:48.797Z Checking icu_locid_transform_data v1.5.0
15962026-07-10T04:52:48.859Z Checking num_threads v0.1.3
15972026-07-10T04:52:48.935Z Checking atomic-waker v1.1.2
15982026-07-10T04:52:48.962Z Checking percent-encoding v2.3.2
15992026-07-10T04:52:48.962Z Checking untrusted v0.9.0
16002026-07-10T04:52:49.027Z Checking tracing v0.1.40
16012026-07-10T04:52:49.120Z Checking time v0.3.47
16022026-07-10T04:52:49.193Z Compiling num-traits v0.2.14
16032026-07-10T04:52:49.219Z Compiling crc32fast v1.5.0
16042026-07-10T04:52:49.449Z Checking fnv v1.0.7
16052026-07-10T04:52:49.492Z Checking try-lock v0.2.3
16062026-07-10T04:52:49.536Z Checking subtle v2.5.0
16072026-07-10T04:52:49.549Z Checking icu_properties_data v1.5.0
16082026-07-10T04:52:49.564Z Checking base64 v0.22.1
16092026-07-10T04:52:49.660Z Checking tower-layer v0.3.3
16102026-07-10T04:52:49.674Z Checking tower-service v0.3.3
16112026-07-10T04:52:49.680Z Compiling usdt-impl v0.6.0
16122026-07-10T04:52:49.793Z Checking want v0.3.0
16132026-07-10T04:52:49.983Z Checking hybrid-array v0.4.8
16142026-07-10T04:52:50.006Z Checking errno v0.3.10
16152026-07-10T04:52:50.081Z Compiling thread-id v5.0.0
16162026-07-10T04:52:50.103Z Checking simd-adler32 v0.3.7
16172026-07-10T04:52:50.120Z Checking icu_normalizer_data v1.5.0
16182026-07-10T04:52:50.139Z Compiling rustix v1.1.4
16192026-07-10T04:52:50.154Z Checking write16 v1.0.0
16202026-07-10T04:52:50.174Z Checking utf16_iter v1.0.5
16212026-07-10T04:52:50.180Z Checking utf8_iter v1.0.4
16222026-07-10T04:52:50.234Z Checking adler2 v2.0.1
16232026-07-10T04:52:50.237Z Compiling byteorder v1.4.3
16242026-07-10T04:52:50.260Z Compiling serde_derive v1.0.228
16252026-07-10T04:52:50.275Z Compiling thiserror-impl v2.0.18
16262026-07-10T04:52:50.288Z Compiling zerofrom-derive v0.1.5
16272026-07-10T04:52:50.331Z Compiling tokio-macros v2.7.0
16282026-07-10T04:52:50.414Z Compiling yoke-derive v0.7.5
16292026-07-10T04:52:50.446Z Compiling zerovec-derive v0.10.3
16302026-07-10T04:52:50.592Z Compiling displaydoc v0.2.5
16312026-07-10T04:52:51.486Z Checking tokio v1.52.3
16322026-07-10T04:52:51.780Z Compiling futures-macro v0.3.32
16332026-07-10T04:52:51.941Z Compiling zerocopy-derive v0.8.27
16342026-07-10T04:52:52.376Z Compiling pest v2.8.1
16352026-07-10T04:52:52.403Z Compiling icu_provider_macros v1.5.0
16362026-07-10T04:52:52.501Z Checking zerofrom v0.1.5
16372026-07-10T04:52:52.619Z Checking yoke v0.7.5
16382026-07-10T04:52:52.864Z Checking zerovec v0.10.4
16392026-07-10T04:52:52.989Z Checking futures-util v0.3.32
16402026-07-10T04:52:53.252Z Compiling scroll_derive v0.13.1
16412026-07-10T04:52:53.478Z Compiling pest_meta v2.8.1
16422026-07-10T04:52:53.649Z Checking tinystr v0.7.6
16432026-07-10T04:52:53.830Z Checking icu_locid v1.5.0
16442026-07-10T04:52:54.275Z Compiling pest_generator v2.8.1
16452026-07-10T04:52:54.573Z Checking icu_provider v1.5.0
16462026-07-10T04:52:54.580Z Checking tokio-util v0.7.18
16472026-07-10T04:52:54.878Z Checking icu_locid_transform v1.5.0
16482026-07-10T04:52:54.909Z Checking erased-serde v0.3.31
16492026-07-10T04:52:54.984Z Checking icu_collections v1.5.0
16502026-07-10T04:52:55.116Z Compiling serde_tokenstream v0.2.3
16512026-07-10T04:52:55.124Z Checking h2 v0.4.14
16522026-07-10T04:52:55.317Z Compiling dof v0.4.0
16532026-07-10T04:52:55.349Z Checking scroll v0.13.0
16542026-07-10T04:52:55.427Z Checking icu_properties v1.5.1
16552026-07-10T04:52:55.448Z Checking httpdate v1.0.1
16562026-07-10T04:52:55.542Z Compiling pest_derive v2.8.1
16572026-07-10T04:52:55.574Z Checking plain v0.2.3
16582026-07-10T04:52:55.670Z Checking goblin v0.10.1
16592026-07-10T04:52:56.072Z Checking miniz_oxide v0.8.9
16602026-07-10T04:52:56.450Z Compiling dtrace-parser v0.3.0
16612026-07-10T04:52:56.843Z Checking icu_normalizer v1.5.0
16622026-07-10T04:52:56.933Z Checking rand_core v0.9.5
16632026-07-10T04:52:57.038Z Checking hyper v1.10.1
16642026-07-10T04:52:57.100Z Checking crypto-common v0.1.6
16652026-07-10T04:52:57.145Z Checking block-buffer v0.10.2
16662026-07-10T04:52:57.208Z Checking form_urlencoded v1.2.2
16672026-07-10T04:52:57.263Z Checking pretty-hex v0.4.1
16682026-07-10T04:52:57.317Z Checking ipnet v2.10.0
16692026-07-10T04:52:57.330Z Checking openssl-probe v0.2.1
16702026-07-10T04:52:57.374Z Compiling rustix v0.38.44
16712026-07-10T04:52:57.431Z Checking ppv-lite86 v0.2.15
16722026-07-10T04:52:57.530Z Checking iana-time-zone v0.1.47
16732026-07-10T04:52:57.538Z Checking mime v0.3.16
16742026-07-10T04:52:57.605Z Compiling ryu v1.0.5
16752026-07-10T04:52:57.631Z Checking chrono v0.4.45
16762026-07-10T04:52:57.697Z Checking rand_chacha v0.9.0
16772026-07-10T04:52:57.712Z Checking rustls-native-certs v0.8.3
16782026-07-10T04:52:57.872Z Checking digest v0.10.7
16792026-07-10T04:52:57.905Z Checking idna_adapter v1.2.0
16802026-07-10T04:52:57.967Z Checking hyper-util v0.1.20
16812026-07-10T04:52:57.998Z Checking flate2 v1.1.9
16822026-07-10T04:52:58.250Z Checking block-buffer v0.12.0
16832026-07-10T04:52:58.281Z Checking crypto-common v0.2.1
16842026-07-10T04:52:58.338Z Checking concurrent-queue v2.5.0
16852026-07-10T04:52:58.387Z Compiling serde_derive_internals v0.29.0
16862026-07-10T04:52:58.513Z Checking thread_local v1.1.4
16872026-07-10T04:52:58.550Z Checking sync_wrapper v1.0.1
16882026-07-10T04:52:58.637Z Compiling multer v3.1.0
16892026-07-10T04:52:58.646Z Checking encoding_rs v0.8.32
16902026-07-10T04:52:58.668Z Compiling camino v1.2.4
16912026-07-10T04:52:58.764Z Checking winnow v1.0.0
16922026-07-10T04:52:58.892Z Checking match_cfg v0.1.0
16932026-07-10T04:52:58.953Z Compiling schemars v0.8.22
16942026-07-10T04:52:59.040Z Checking parking v2.2.0
16952026-07-10T04:52:59.043Z Compiling slog-async v2.8.0
16962026-07-10T04:52:59.081Z Checking const-oid v0.10.2
16972026-07-10T04:52:59.148Z Checking compression-core v0.4.32
16982026-07-10T04:52:59.234Z Checking cpufeatures v0.2.17
16992026-07-10T04:52:59.268Z Checking fastrand v2.1.1
17002026-07-10T04:52:59.294Z Compiling paste v1.0.15
17012026-07-10T04:52:59.414Z Checking sha1 v0.10.6
17022026-07-10T04:52:59.429Z Checking compression-codecs v0.4.38
17032026-07-10T04:52:59.441Z Checking tempfile v3.27.0
17042026-07-10T04:52:59.541Z Compiling schemars_derive v0.8.22
17052026-07-10T04:52:59.564Z Checking digest v0.11.2
17062026-07-10T04:52:59.581Z Checking event-listener v5.0.0
17072026-07-10T04:52:59.630Z Checking toml_parser v1.1.2+spec-1.1.0
17082026-07-10T04:52:59.633Z Checking hostname v0.3.1
17092026-07-10T04:52:59.704Z Checking tower v0.5.2
17102026-07-10T04:52:59.718Z Checking idna v1.0.3
17112026-07-10T04:52:59.723Z Compiling mime_guess v2.0.5
17122026-07-10T04:52:59.960Z Checking rand v0.9.2
17132026-07-10T04:52:59.987Z Compiling usdt-attr-macro v0.6.0
17142026-07-10T04:53:00.118Z Compiling usdt-macro v0.6.0
17152026-07-10T04:53:00.139Z Checking slog-json v2.6.1
17162026-07-10T04:53:00.293Z Checking futures-executor v0.3.32
17172026-07-10T04:53:00.414Z Compiling async-stream-impl v0.3.6
17182026-07-10T04:53:00.434Z Checking uuid v1.23.4
17192026-07-10T04:53:00.516Z Checking http-body-util v0.1.3
17202026-07-10T04:53:00.570Z Checking crossbeam-channel v0.5.15
17212026-07-10T04:53:00.721Z Checking toml_datetime v1.1.1+spec-1.1.0
17222026-07-10T04:53:00.727Z Checking serde_spanned v1.1.1
17232026-07-10T04:53:00.851Z Checking memmap2 v0.9.8
17242026-07-10T04:53:00.912Z Checking is-terminal v0.4.12
17252026-07-10T04:53:00.915Z Compiling dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot)
17262026-07-10T04:53:00.994Z Checking unicode-width v0.1.9
17272026-07-10T04:53:01.005Z Compiling semver v1.0.28
17282026-07-10T04:53:01.095Z Checking lazy_static v1.5.0
17292026-07-10T04:53:01.172Z Checking unicode-segmentation v1.10.0
17302026-07-10T04:53:01.187Z Checking term v1.1.0
17312026-07-10T04:53:01.238Z Checking dyn-clone v1.0.4
17322026-07-10T04:53:01.305Z Checking data-encoding v2.4.0
17332026-07-10T04:53:01.324Z Checking iri-string v0.7.8
17342026-07-10T04:53:01.342Z Checking take_mut v0.2.2
17352026-07-10T04:53:01.399Z Compiling heck v0.5.0
17362026-07-10T04:53:01.399Z Checking toml_writer v1.1.1+spec-1.1.0
17372026-07-10T04:53:01.437Z Checking spin v0.9.8
17382026-07-10T04:53:01.448Z Compiling anyhow v1.0.103
17392026-07-10T04:53:01.493Z Checking cpufeatures v0.3.0
17402026-07-10T04:53:01.555Z Checking tungstenite v0.29.0
17412026-07-10T04:53:01.559Z Checking sha1 v0.11.0
17422026-07-10T04:53:01.567Z Checking toml v1.1.2+spec-1.1.0
17432026-07-10T04:53:01.657Z Compiling dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
17442026-07-10T04:53:01.746Z Checking newline-converter v0.3.0
17452026-07-10T04:53:01.963Z Checking async-stream v0.3.6
17462026-07-10T04:53:02.016Z Checking slog-term v2.9.2
17472026-07-10T04:53:02.053Z Checking usdt v0.6.0
17482026-07-10T04:53:02.085Z Checking console v0.15.7
17492026-07-10T04:53:02.208Z Checking atomicwrites v0.4.4
17502026-07-10T04:53:02.265Z Checking futures v0.3.32
17512026-07-10T04:53:02.317Z Checking tower-http v0.6.8
17522026-07-10T04:53:02.321Z Checking slog-bunyan v2.5.0
17532026-07-10T04:53:02.332Z Checking url v2.5.4
17542026-07-10T04:53:02.336Z Checking serde_urlencoded v0.7.1
17552026-07-10T04:53:02.342Z Checking event-listener-strategy v0.5.4
17562026-07-10T04:53:02.454Z Checking async-compression v0.4.42
17572026-07-10T04:53:02.526Z Checking openapiv3 v2.2.0
17582026-07-10T04:53:02.576Z Compiling async-trait v0.1.89
17592026-07-10T04:53:02.674Z Checking yasna v0.6.0
17602026-07-10T04:53:02.688Z Checking pem v3.0.6
17612026-07-10T04:53:02.701Z Checking waitgroup v0.1.2
17622026-07-10T04:53:02.795Z Checking rustls-pemfile v2.2.0
17632026-07-10T04:53:02.836Z Checking serde_path_to_error v0.1.20
17642026-07-10T04:53:02.930Z Checking hostname v0.4.2
17652026-07-10T04:53:03.002Z Checking simple-mermaid v0.2.0
17662026-07-10T04:53:03.023Z Checking debug-ignore v1.0.5
17672026-07-10T04:53:03.062Z Checking similar v2.2.1
17682026-07-10T04:53:03.101Z Checking async-channel v2.5.0
17692026-07-10T04:53:03.272Z Checking tokio-tungstenite v0.29.0
17702026-07-10T04:53:03.385Z Checking expectorate v1.2.0
17712026-07-10T04:53:03.431Z Checking buf-list v1.1.2
17722026-07-10T04:53:03.437Z Checking subprocess v1.2.0
17732026-07-10T04:53:08.724Z Checking rustls-webpki v0.103.13
17742026-07-10T04:53:08.727Z Checking rcgen v0.14.8
17752026-07-10T04:53:10.917Z Checking tokio-rustls v0.26.4
17762026-07-10T04:53:10.921Z Checking rustls-platform-verifier v0.6.2
17772026-07-10T04:53:11.099Z Checking hyper-rustls v0.27.9
17782026-07-10T04:53:11.267Z Checking reqwest v0.13.4
17792026-07-10T04:53:12.721Z Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot)
17802026-07-10T04:53:12.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.23s
17812026-07-10T04:53:13.041Z
17822026-07-10T04:53:13.042Z
17832026-07-10T04:53:38.739Ztest tests/fail/bad_channel10.rs ... ok
17842026-07-10T04:53:38.739Ztest tests/fail/bad_channel11.rs ... ok
17852026-07-10T04:53:38.739Ztest tests/fail/bad_channel12.rs ... ok
17862026-07-10T04:53:38.739Ztest tests/fail/bad_channel13.rs ... ok
17872026-07-10T04:53:38.739Ztest tests/fail/bad_channel14.rs ... ok
17882026-07-10T04:53:38.739Ztest tests/fail/bad_channel15.rs ... ok
17892026-07-10T04:53:38.744Ztest tests/fail/bad_channel17.rs ... ok
17902026-07-10T04:53:38.744Ztest tests/fail/bad_channel18.rs ... ok
17912026-07-10T04:53:38.744Ztest tests/fail/bad_channel19.rs ... ok
17922026-07-10T04:53:38.744Ztest tests/fail/bad_channel1a.rs ... ok
17932026-07-10T04:53:38.744Ztest tests/fail/bad_channel1b.rs ... ok
17942026-07-10T04:53:38.744Ztest tests/fail/bad_channel2.rs ... ok
17952026-07-10T04:53:38.744Ztest tests/fail/bad_channel20.rs ... ok
17962026-07-10T04:53:38.744Ztest tests/fail/bad_channel21.rs ... mismatch
17972026-07-10T04:53:38.744Z
17982026-07-10T04:53:38.744ZEXPECTED:
17992026-07-10T04:53:38.745Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
18002026-07-10T04:53:38.745Zerror: channel handlers must have the following signature:
18012026-07-10T04:53:38.745Z async fn(
18022026-07-10T04:53:38.745Z rqctx: dropshot::RequestContext<MyContext>,
18032026-07-10T04:53:38.745Z [query_params: Query<Q>,]
18042026-07-10T04:53:38.745Z [path_params: Path<P>,]
18052026-07-10T04:53:38.745Z websocket_connection: dropshot::WebsocketConnection,
18062026-07-10T04:53:38.745Z ) -> dropshot::WebsocketChannelResult
18072026-07-10T04:53:38.745Z --> tests/fail/bad_channel21.rs:23:1
18082026-07-10T04:53:38.745Z |
18092026-07-10T04:53:38.745Z23 | / async fn variadic_argument(
18102026-07-10T04:53:38.745Z24 | | _rqctx: RequestContext<()>,
18112026-07-10T04:53:38.745Z25 | | _param1: Query<QueryParams>,
18122026-07-10T04:53:38.745Z26 | | ...
18132026-07-10T04:53:38.745Z27 | | ) -> dropshot::WebsocketChannelResult {
18142026-07-10T04:53:38.745Z | |_____________________________________^
18152026-07-10T04:53:38.745Z
18162026-07-10T04:53:38.745Zerror: endpoint `variadic_argument` must not have a variadic argument
18172026-07-10T04:53:38.745Z --> tests/fail/bad_channel21.rs:26:5
18182026-07-10T04:53:38.745Z |
18192026-07-10T04:53:38.745Z26 | ...
18202026-07-10T04:53:38.745Z | ^^^
18212026-07-10T04:53:38.745Z
18222026-07-10T04:53:38.745Zwarning: missing pattern for `...` argument
18232026-07-10T04:53:38.745Z --> tests/fail/bad_channel21.rs:26:5
18242026-07-10T04:53:38.745Z |
18252026-07-10T04:53:38.745Z26 | ...
18262026-07-10T04:53:38.745Z | ^^^
18272026-07-10T04:53:38.745Z |
18282026-07-10T04:53:38.745Z = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
18292026-07-10T04:53:38.745Z = note: for more information, see issue #145544 <https://github.com/rust-lang/rust/issues/145544>
18302026-07-10T04:53:38.745Z = note: `#[warn(varargs_without_pattern)]` (part of `#[warn(future_incompatible)]`) on by default
18312026-07-10T04:53:38.745Zhelp: name the argument, or use `_` to continue ignoring it
18322026-07-10T04:53:38.745Z |
18332026-07-10T04:53:38.745Z26 | _: ...
18342026-07-10T04:53:38.745Z | ++
18352026-07-10T04:53:38.745Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
18362026-07-10T04:53:38.745Z
18372026-07-10T04:53:38.746ZACTUAL OUTPUT:
18382026-07-10T04:53:38.746Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
18392026-07-10T04:53:38.746Zerror: channel handlers must have the following signature:
18402026-07-10T04:53:38.746Z async fn(
18412026-07-10T04:53:38.746Z rqctx: dropshot::RequestContext<MyContext>,
18422026-07-10T04:53:38.746Z [query_params: Query<Q>,]
18432026-07-10T04:53:38.746Z [path_params: Path<P>,]
18442026-07-10T04:53:38.746Z websocket_connection: dropshot::WebsocketConnection,
18452026-07-10T04:53:38.746Z ) -> dropshot::WebsocketChannelResult
18462026-07-10T04:53:38.746Z --> tests/fail/bad_channel21.rs:23:1
18472026-07-10T04:53:38.746Z |
18482026-07-10T04:53:38.746Z23 | / async fn variadic_argument(
18492026-07-10T04:53:38.746Z24 | | _rqctx: RequestContext<()>,
18502026-07-10T04:53:38.746Z25 | | _param1: Query<QueryParams>,
18512026-07-10T04:53:38.746Z26 | | ...
18522026-07-10T04:53:38.746Z27 | | ) -> dropshot::WebsocketChannelResult {
18532026-07-10T04:53:38.746Z | |_____________________________________^
18542026-07-10T04:53:38.746Z
18552026-07-10T04:53:38.746Zerror: endpoint `variadic_argument` must not have a variadic argument
18562026-07-10T04:53:38.746Z --> tests/fail/bad_channel21.rs:26:5
18572026-07-10T04:53:38.746Z |
18582026-07-10T04:53:38.746Z26 | ...
18592026-07-10T04:53:38.746Z | ^^^
18602026-07-10T04:53:38.746Z
18612026-07-10T04:53:38.746Zerror: missing pattern for `...` argument
18622026-07-10T04:53:38.746Z --> tests/fail/bad_channel21.rs:26:5
18632026-07-10T04:53:38.746Z |
18642026-07-10T04:53:38.746Z26 | ...
18652026-07-10T04:53:38.746Z | ^^^
18662026-07-10T04:53:38.746Z |
18672026-07-10T04:53:38.746Z = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
18682026-07-10T04:53:38.746Z = note: for more information, see issue #145544 <https://github.com/rust-lang/rust/issues/145544>
18692026-07-10T04:53:38.746Z = note: `#[deny(varargs_without_pattern)]` (part of `#[deny(future_incompatible)]`) on by default
18702026-07-10T04:53:38.746Zhelp: name the argument, or use `_` to continue ignoring it
18712026-07-10T04:53:38.746Z |
18722026-07-10T04:53:38.746Z26 | _: ...
18732026-07-10T04:53:38.746Z | ++
18742026-07-10T04:53:38.746Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
18752026-07-10T04:53:38.747Znote: If the actual output is the correct output you can bless it by rerunning
18762026-07-10T04:53:38.747Z your test with the environment variable TRYBUILD=overwrite
18772026-07-10T04:53:38.747Z
18782026-07-10T04:53:38.747Ztest tests/fail/bad_channel22.rs ... ok
18792026-07-10T04:53:38.747Ztest tests/fail/bad_channel23.rs ... ok
18802026-07-10T04:53:38.747Ztest tests/fail/bad_channel24.rs ... ok
18812026-07-10T04:53:38.747Ztest tests/fail/bad_channel25.rs ... ok
18822026-07-10T04:53:38.747Ztest tests/fail/bad_channel26.rs ... ok
18832026-07-10T04:53:38.747Ztest tests/fail/bad_channel27.rs ... ok
18842026-07-10T04:53:38.747Ztest tests/fail/bad_channel28.rs ... ok
18852026-07-10T04:53:38.747Ztest tests/fail/bad_channel3.rs ... ok
18862026-07-10T04:53:38.747Ztest tests/fail/bad_channel4.rs ... ok
18872026-07-10T04:53:38.747Ztest tests/fail/bad_channel5.rs ... ok
18882026-07-10T04:53:38.747Ztest tests/fail/bad_channel6.rs ... ok
18892026-07-10T04:53:38.750Ztest tests/fail/bad_channel8.rs ... ok
18902026-07-10T04:53:38.750Ztest tests/fail/bad_channel9.rs ... ok
18912026-07-10T04:53:38.750Ztest tests/fail/bad_endpoint1.rs ... ok
18922026-07-10T04:53:38.750Ztest tests/fail/bad_endpoint10.rs ... ok
18932026-07-10T04:53:38.750Ztest tests/fail/bad_endpoint11.rs ... ok
18942026-07-10T04:53:38.750Ztest tests/fail/bad_endpoint12.rs ... ok
18952026-07-10T04:53:38.750Ztest tests/fail/bad_endpoint13.rs ... ok
18962026-07-10T04:53:38.750Ztest tests/fail/bad_endpoint14.rs ... ok
18972026-07-10T04:53:38.750Ztest tests/fail/bad_endpoint15.rs ... ok
18982026-07-10T04:53:38.750Ztest tests/fail/bad_endpoint16.rs ... ok
18992026-07-10T04:53:38.751Ztest tests/fail/bad_endpoint17.rs ... ok
19002026-07-10T04:53:38.751Ztest tests/fail/bad_endpoint18.rs ... ok
19012026-07-10T04:53:38.751Ztest tests/fail/bad_endpoint19.rs ... ok
19022026-07-10T04:53:38.751Ztest tests/fail/bad_endpoint2.rs ... ok
19032026-07-10T04:53:38.751Ztest tests/fail/bad_endpoint20.rs ... ok
19042026-07-10T04:53:38.751Ztest tests/fail/bad_endpoint21.rs ... mismatch
19052026-07-10T04:53:38.751Z
19062026-07-10T04:53:38.751ZEXPECTED:
19072026-07-10T04:53:38.751Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
19082026-07-10T04:53:38.751Zerror: endpoint handlers must have the following signature:
19092026-07-10T04:53:38.751Z async fn(
19102026-07-10T04:53:38.751Z rqctx: dropshot::RequestContext<MyContext>,
19112026-07-10T04:53:38.751Z [query_params: Query<Q>,]
19122026-07-10T04:53:38.751Z [path_params: Path<P>,]
19132026-07-10T04:53:38.751Z [body_param: TypedBody<J>,]
19142026-07-10T04:53:38.751Z [body_param: UntypedBody,]
19152026-07-10T04:53:38.751Z [body_param: StreamingBody,]
19162026-07-10T04:53:38.751Z [raw_request: RawRequest,]
19172026-07-10T04:53:38.751Z ) -> Result<HttpResponse*, impl HttpResponseError>
19182026-07-10T04:53:38.751Z --> tests/fail/bad_endpoint21.rs:24:1
19192026-07-10T04:53:38.751Z |
19202026-07-10T04:53:38.751Z24 | / async fn variadic_argument(
19212026-07-10T04:53:38.751Z25 | | _rqctx: RequestContext<()>,
19222026-07-10T04:53:38.751Z26 | | _param1: Query<QueryParams>,
19232026-07-10T04:53:38.751Z27 | | ...
19242026-07-10T04:53:38.751Z28 | | ) -> Result<HttpResponseOk<()>, HttpError> {
19252026-07-10T04:53:38.751Z | |__________________________________________^
19262026-07-10T04:53:38.751Z
19272026-07-10T04:53:38.751Zerror: endpoint `variadic_argument` must not have a variadic argument
19282026-07-10T04:53:38.751Z --> tests/fail/bad_endpoint21.rs:27:5
19292026-07-10T04:53:38.751Z |
19302026-07-10T04:53:38.751Z27 | ...
19312026-07-10T04:53:38.751Z | ^^^
19322026-07-10T04:53:38.751Z
19332026-07-10T04:53:38.751Zwarning: missing pattern for `...` argument
19342026-07-10T04:53:38.751Z --> tests/fail/bad_endpoint21.rs:27:5
19352026-07-10T04:53:38.751Z |
19362026-07-10T04:53:38.751Z27 | ...
19372026-07-10T04:53:38.751Z | ^^^
19382026-07-10T04:53:38.752Z |
19392026-07-10T04:53:38.752Z = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
19402026-07-10T04:53:38.752Z = note: for more information, see issue #145544 <https://github.com/rust-lang/rust/issues/145544>
19412026-07-10T04:53:38.752Z = note: `#[warn(varargs_without_pattern)]` (part of `#[warn(future_incompatible)]`) on by default
19422026-07-10T04:53:38.752Zhelp: name the argument, or use `_` to continue ignoring it
19432026-07-10T04:53:38.752Z |
19442026-07-10T04:53:38.752Z27 | _: ...
19452026-07-10T04:53:38.752Z | ++
19462026-07-10T04:53:38.752Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
19472026-07-10T04:53:38.752Z
19482026-07-10T04:53:38.752ZACTUAL OUTPUT:
19492026-07-10T04:53:38.752Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
19502026-07-10T04:53:38.752Zerror: endpoint handlers must have the following signature:
19512026-07-10T04:53:38.752Z async fn(
19522026-07-10T04:53:38.752Z rqctx: dropshot::RequestContext<MyContext>,
19532026-07-10T04:53:38.752Z [query_params: Query<Q>,]
19542026-07-10T04:53:38.752Z [path_params: Path<P>,]
19552026-07-10T04:53:38.752Z [body_param: TypedBody<J>,]
19562026-07-10T04:53:38.752Z [body_param: UntypedBody,]
19572026-07-10T04:53:38.752Z [body_param: StreamingBody,]
19582026-07-10T04:53:38.752Z [raw_request: RawRequest,]
19592026-07-10T04:53:38.752Z ) -> Result<HttpResponse*, impl HttpResponseError>
19602026-07-10T04:53:38.752Z --> tests/fail/bad_endpoint21.rs:24:1
19612026-07-10T04:53:38.752Z |
19622026-07-10T04:53:38.752Z24 | / async fn variadic_argument(
19632026-07-10T04:53:38.752Z25 | | _rqctx: RequestContext<()>,
19642026-07-10T04:53:38.752Z26 | | _param1: Query<QueryParams>,
19652026-07-10T04:53:38.752Z27 | | ...
19662026-07-10T04:53:38.752Z28 | | ) -> Result<HttpResponseOk<()>, HttpError> {
19672026-07-10T04:53:38.752Z | |__________________________________________^
19682026-07-10T04:53:38.752Z
19692026-07-10T04:53:38.752Zerror: endpoint `variadic_argument` must not have a variadic argument
19702026-07-10T04:53:38.752Z --> tests/fail/bad_endpoint21.rs:27:5
19712026-07-10T04:53:38.752Z |
19722026-07-10T04:53:38.752Z27 | ...
19732026-07-10T04:53:38.752Z | ^^^
19742026-07-10T04:53:38.752Z
19752026-07-10T04:53:38.752Zerror: missing pattern for `...` argument
19762026-07-10T04:53:38.752Z --> tests/fail/bad_endpoint21.rs:27:5
19772026-07-10T04:53:38.753Z |
19782026-07-10T04:53:38.753Z27 | ...
19792026-07-10T04:53:38.753Z | ^^^
19802026-07-10T04:53:38.753Z |
19812026-07-10T04:53:38.753Z = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
19822026-07-10T04:53:38.753Z = note: for more information, see issue #145544 <https://github.com/rust-lang/rust/issues/145544>
19832026-07-10T04:53:38.753Z = note: `#[deny(varargs_without_pattern)]` (part of `#[deny(future_incompatible)]`) on by default
19842026-07-10T04:53:38.753Zhelp: name the argument, or use `_` to continue ignoring it
19852026-07-10T04:53:38.753Z |
19862026-07-10T04:53:38.753Z27 | _: ...
19872026-07-10T04:53:38.753Z | ++
19882026-07-10T04:53:38.753Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
19892026-07-10T04:53:38.756Znote: If the actual output is the correct output you can bless it by rerunning
19902026-07-10T04:53:38.757Z your test with the environment variable TRYBUILD=overwrite
19912026-07-10T04:53:38.757Z
19922026-07-10T04:53:38.757Ztest tests/fail/bad_endpoint22.rs ... ok
19932026-07-10T04:53:38.757Ztest tests/fail/bad_endpoint23.rs ... ok
19942026-07-10T04:53:38.757Ztest tests/fail/bad_endpoint24.rs ... ok
19952026-07-10T04:53:38.757Ztest tests/fail/bad_endpoint25.rs ... ok
19962026-07-10T04:53:38.757Ztest tests/fail/bad_endpoint26.rs ... ok
19972026-07-10T04:53:38.757Ztest tests/fail/bad_endpoint27.rs ... ok
19982026-07-10T04:53:38.757Ztest tests/fail/bad_endpoint28.rs ... ok
19992026-07-10T04:53:38.757Ztest tests/fail/bad_endpoint3.rs ... ok
20002026-07-10T04:53:38.757Ztest tests/fail/bad_endpoint4.rs ... ok
20012026-07-10T04:53:38.757Ztest tests/fail/bad_endpoint5.rs ... ok
20022026-07-10T04:53:38.757Ztest tests/fail/bad_endpoint6.rs ... ok
20032026-07-10T04:53:38.757Ztest tests/fail/bad_endpoint7.rs ... ok
20042026-07-10T04:53:38.757Ztest tests/fail/bad_endpoint8.rs ... ok
20052026-07-10T04:53:38.757Ztest tests/fail/bad_endpoint9.rs ... ok
20062026-07-10T04:53:38.757Ztest tests/fail/bad_trait_channel10.rs ... ok
20072026-07-10T04:53:38.757Ztest tests/fail/bad_trait_channel11.rs ... ok
20082026-07-10T04:53:38.757Ztest tests/fail/bad_trait_channel12.rs ... ok
20092026-07-10T04:53:38.757Ztest tests/fail/bad_trait_channel13.rs ... ok
20102026-07-10T04:53:38.757Ztest tests/fail/bad_trait_channel14.rs ... ok
20112026-07-10T04:53:38.757Ztest tests/fail/bad_trait_channel15.rs ... ok
20122026-07-10T04:53:38.757Ztest tests/fail/bad_trait_channel17.rs ... ok
20132026-07-10T04:53:38.757Ztest tests/fail/bad_trait_channel18.rs ... ok
20142026-07-10T04:53:38.757Ztest tests/fail/bad_trait_channel19.rs ... ok
20152026-07-10T04:53:38.757Ztest tests/fail/bad_trait_channel1a.rs ... ok
20162026-07-10T04:53:38.757Ztest tests/fail/bad_trait_channel1b.rs ... ok
20172026-07-10T04:53:38.757Ztest tests/fail/bad_trait_channel2.rs ... ok
20182026-07-10T04:53:38.757Ztest tests/fail/bad_trait_channel20.rs ... ok
20192026-07-10T04:53:38.757Ztest tests/fail/bad_trait_channel21.rs ... mismatch
20202026-07-10T04:53:38.757Z
20212026-07-10T04:53:38.757ZEXPECTED:
20222026-07-10T04:53:38.757Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
20232026-07-10T04:53:38.757Zerror: channel handlers must have the following signature:
20242026-07-10T04:53:38.757Z async fn(
20252026-07-10T04:53:38.757Z rqctx: dropshot::RequestContext<Self::Context>,
20262026-07-10T04:53:38.757Z [query_params: Query<Q>,]
20272026-07-10T04:53:38.758Z [path_params: Path<P>,]
20282026-07-10T04:53:38.758Z websocket_connection: dropshot::WebsocketConnection,
20292026-07-10T04:53:38.758Z ) -> dropshot::WebsocketChannelResult
20302026-07-10T04:53:38.758Z --> tests/fail/bad_trait_channel21.rs:21:7
20312026-07-10T04:53:38.758Z |
20322026-07-10T04:53:38.758Z21 | trait MyServer {
20332026-07-10T04:53:38.758Z | ^^^^^^^^
20342026-07-10T04:53:38.758Z
20352026-07-10T04:53:38.758Zerror: endpoint `variadic_argument` must not have a variadic argument
20362026-07-10T04:53:38.758Z --> tests/fail/bad_trait_channel21.rs:32:9
20372026-07-10T04:53:38.758Z |
20382026-07-10T04:53:38.758Z32 | ...
20392026-07-10T04:53:38.758Z | ^^^
20402026-07-10T04:53:38.758Z
20412026-07-10T04:53:38.758Zerror: functions cannot be both `async` and C-variadic
20422026-07-10T04:53:38.758Z --> tests/fail/bad_trait_channel21.rs:29:5
20432026-07-10T04:53:38.758Z |
20442026-07-10T04:53:38.758Z29 | async fn variadic_argument(
20452026-07-10T04:53:38.758Z | ^^^^^ `async` because of this
20462026-07-10T04:53:38.758Z...
20472026-07-10T04:53:38.758Z32 | ...
20482026-07-10T04:53:38.758Z | ^^^ C-variadic because of this
20492026-07-10T04:53:38.758Z
20502026-07-10T04:53:38.758Zerror: `...` is not supported for non-extern functions
20512026-07-10T04:53:38.758Z --> tests/fail/bad_trait_channel21.rs:32:9
20522026-07-10T04:53:38.758Z |
20532026-07-10T04:53:38.758Z32 | ...
20542026-07-10T04:53:38.758Z | ^^^
20552026-07-10T04:53:38.758Z |
20562026-07-10T04:53:38.758Z = help: only `extern "C"` and `extern "C-unwind"` functions may have a C variable argument list
20572026-07-10T04:53:38.758Z
20582026-07-10T04:53:38.758Zerror: functions cannot be both `async` and C-variadic
20592026-07-10T04:53:38.758Z --> tests/fail/bad_trait_channel21.rs:42:5
20602026-07-10T04:53:38.758Z |
20612026-07-10T04:53:38.758Z42 | async fn variadic_argument(
20622026-07-10T04:53:38.758Z | ^^^^^ `async` because of this
20632026-07-10T04:53:38.758Z...
20642026-07-10T04:53:38.758Z45 | ...
20652026-07-10T04:53:38.759Z | ^^^ C-variadic because of this
20662026-07-10T04:53:38.759Z
20672026-07-10T04:53:38.759Zerror: `...` is not supported for non-extern functions
20682026-07-10T04:53:38.759Z --> tests/fail/bad_trait_channel21.rs:45:9
20692026-07-10T04:53:38.759Z |
20702026-07-10T04:53:38.759Z45 | ...
20712026-07-10T04:53:38.759Z | ^^^
20722026-07-10T04:53:38.759Z |
20732026-07-10T04:53:38.759Z = help: only `extern "C"` and `extern "C-unwind"` functions may have a C variable argument list
20742026-07-10T04:53:38.759Z
20752026-07-10T04:53:38.759Zerror[E0658]: C-variadic functions are unstable
20762026-07-10T04:53:38.759Z --> tests/fail/bad_trait_channel21.rs:29:5
20772026-07-10T04:53:38.759Z |
20782026-07-10T04:53:38.759Z29 | / async fn variadic_argument(
20792026-07-10T04:53:38.759Z30 | | _rqctx: RequestContext<Self::Context>,
20802026-07-10T04:53:38.759Z31 | | _param1: Query<QueryParams>,
20812026-07-10T04:53:38.759Z32 | | ...
20822026-07-10T04:53:38.759Z33 | | ) -> dropshot::WebsocketChannelResult;
20832026-07-10T04:53:38.759Z | |__________________________________________^
20842026-07-10T04:53:38.759Z |
20852026-07-10T04:53:38.759Z = note: see issue #44930 <https://github.com/rust-lang/rust/issues/44930> for more information
20862026-07-10T04:53:38.759Z
20872026-07-10T04:53:38.759Zerror[E0658]: C-variadic functions are unstable
20882026-07-10T04:53:38.759Z --> tests/fail/bad_trait_channel21.rs:42:5
20892026-07-10T04:53:38.763Z |
20902026-07-10T04:53:38.763Z42 | / async fn variadic_argument(
20912026-07-10T04:53:38.763Z43 | | _rqctx: RequestContext<()>,
20922026-07-10T04:53:38.763Z44 | | _param1: Query<QueryParams>,
20932026-07-10T04:53:38.763Z45 | | ...
20942026-07-10T04:53:38.763Z46 | | ) -> dropshot::WebsocketChannelResult {
20952026-07-10T04:53:38.763Z47 | | Ok(())
20962026-07-10T04:53:38.763Z48 | | }
20972026-07-10T04:53:38.763Z | |_____^
20982026-07-10T04:53:38.763Z |
20992026-07-10T04:53:38.763Z = note: see issue #44930 <https://github.com/rust-lang/rust/issues/44930> for more information
21002026-07-10T04:53:38.763Z
21012026-07-10T04:53:38.763Zwarning: missing pattern for `...` argument
21022026-07-10T04:53:38.763Z --> tests/fail/bad_trait_channel21.rs:32:9
21032026-07-10T04:53:38.763Z |
21042026-07-10T04:53:38.763Z32 | ...
21052026-07-10T04:53:38.763Z | ^^^
21062026-07-10T04:53:38.763Z |
21072026-07-10T04:53:38.763Z = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
21082026-07-10T04:53:38.763Z = note: for more information, see issue #145544 <https://github.com/rust-lang/rust/issues/145544>
21092026-07-10T04:53:38.763Z = note: `#[warn(varargs_without_pattern)]` (part of `#[warn(future_incompatible)]`) on by default
21102026-07-10T04:53:38.763Zhelp: name the argument, or use `_` to continue ignoring it
21112026-07-10T04:53:38.763Z |
21122026-07-10T04:53:38.763Z32 | _: ...
21132026-07-10T04:53:38.763Z | ++
21142026-07-10T04:53:38.763Z
21152026-07-10T04:53:38.763Zwarning: missing pattern for `...` argument
21162026-07-10T04:53:38.763Z --> tests/fail/bad_trait_channel21.rs:45:9
21172026-07-10T04:53:38.763Z |
21182026-07-10T04:53:38.763Z45 | ...
21192026-07-10T04:53:38.763Z | ^^^
21202026-07-10T04:53:38.763Z |
21212026-07-10T04:53:38.763Z = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
21222026-07-10T04:53:38.764Z = note: for more information, see issue #145544 <https://github.com/rust-lang/rust/issues/145544>
21232026-07-10T04:53:38.764Zhelp: name the argument, or use `_` to continue ignoring it
21242026-07-10T04:53:38.764Z |
21252026-07-10T04:53:38.764Z45 | _: ...
21262026-07-10T04:53:38.764Z | ++
21272026-07-10T04:53:38.764Z
21282026-07-10T04:53:38.764Zerror[E0700]: hidden type for `impl Future<Output = Result<(), Box<(dyn StdError + Send + Sync + 'static)>>>` captures lifetime that does not appear in bounds
21292026-07-10T04:53:38.764Z --> tests/fail/bad_trait_channel21.rs:46:43
21302026-07-10T04:53:38.764Z |
21312026-07-10T04:53:38.764Z46 | ) -> dropshot::WebsocketChannelResult {
21322026-07-10T04:53:38.764Z | __________--------------------------------_^
21332026-07-10T04:53:38.764Z | | |
21342026-07-10T04:53:38.764Z | | opaque type defined here
21352026-07-10T04:53:38.764Z47 | | Ok(())
21362026-07-10T04:53:38.764Z48 | | }
21372026-07-10T04:53:38.764Z | |_____^
21382026-07-10T04:53:38.764Z |
21392026-07-10T04:53:38.764Z = note: hidden type `{async fn body of <MyImpl as MyServer>::variadic_argument()}` captures lifetime `'_`
21402026-07-10T04:53:38.764Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
21412026-07-10T04:53:38.764Z
21422026-07-10T04:53:38.764ZACTUAL OUTPUT:
21432026-07-10T04:53:38.764Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
21442026-07-10T04:53:38.764Zerror: channel handlers must have the following signature:
21452026-07-10T04:53:38.764Z async fn(
21462026-07-10T04:53:38.764Z rqctx: dropshot::RequestContext<Self::Context>,
21472026-07-10T04:53:38.764Z [query_params: Query<Q>,]
21482026-07-10T04:53:38.764Z [path_params: Path<P>,]
21492026-07-10T04:53:38.764Z websocket_connection: dropshot::WebsocketConnection,
21502026-07-10T04:53:38.764Ztest fail ... FAILED
21512026-07-10T04:53:38.764Z ) -> dropshot::WebsocketChannelResult
21522026-07-10T04:53:38.764Z --> tests/fail/bad_trait_channel21.rs:21:7
21532026-07-10T04:53:38.764Z |
21542026-07-10T04:53:38.764Z21 | trait MyServer {
21552026-07-10T04:53:38.764Z | ^^^^^^^^
21562026-07-10T04:53:38.764Z
21572026-07-10T04:53:38.764Zerror: endpoint `variadic_argument` must not have a variadic argument
21582026-07-10T04:53:38.764Z --> tests/fail/bad_trait_channel21.rs:32:9
21592026-07-10T04:53:38.765Z |
21602026-07-10T04:53:38.765Z32 | ...
21612026-07-10T04:53:38.765Z | ^^^
21622026-07-10T04:53:38.765Z
21632026-07-10T04:53:38.765Zerror: functions cannot be both `async` and C-variadic
21642026-07-10T04:53:38.765Z --> tests/fail/bad_trait_channel21.rs:29:5
21652026-07-10T04:53:38.765Z |
21662026-07-10T04:53:38.765Z29 | async fn variadic_argument(
21672026-07-10T04:53:38.765Z | ^^^^^ `async` because of this
21682026-07-10T04:53:38.765Z...
21692026-07-10T04:53:38.765Z32 | ...
21702026-07-10T04:53:38.765Z | ^^^ C-variadic because of this
21712026-07-10T04:53:38.765Z
21722026-07-10T04:53:38.765Zerror: `...` is not supported for non-extern functions
21732026-07-10T04:53:38.765Z --> tests/fail/bad_trait_channel21.rs:32:9
21742026-07-10T04:53:38.765Z |
21752026-07-10T04:53:38.765Z32 | ...
21762026-07-10T04:53:38.765Z | ^^^
21772026-07-10T04:53:38.765Z |
21782026-07-10T04:53:38.765Z = help: only `extern "C"` and `extern "C-unwind"` functions may have a C variable argument list
21792026-07-10T04:53:38.765Z
21802026-07-10T04:53:38.765Zerror: functions cannot be both `async` and C-variadic
21812026-07-10T04:53:38.765Z --> tests/fail/bad_trait_channel21.rs:42:5
21822026-07-10T04:53:38.765Z |
21832026-07-10T04:53:38.765Z42 | async fn variadic_argument(
21842026-07-10T04:53:38.765Z | ^^^^^ `async` because of this
21852026-07-10T04:53:38.765Z...
21862026-07-10T04:53:38.765Z45 | ...
21872026-07-10T04:53:38.765Z | ^^^ C-variadic because of this
21882026-07-10T04:53:38.765Z
21892026-07-10T04:53:38.769Zerror: `...` is not supported for non-extern functions
21902026-07-10T04:53:38.769Z --> tests/fail/bad_trait_channel21.rs:45:9
21912026-07-10T04:53:38.769Z |
21922026-07-10T04:53:38.769Z45 | ...
21932026-07-10T04:53:38.769Z | ^^^
21942026-07-10T04:53:38.769Z |
21952026-07-10T04:53:38.769Z = help: only `extern "C"` and `extern "C-unwind"` functions may have a C variable argument list
21962026-07-10T04:53:38.769Z
21972026-07-10T04:53:38.769Zerror[E0658]: C-variadic functions are unstable
21982026-07-10T04:53:38.769Z --> tests/fail/bad_trait_channel21.rs:29:5
21992026-07-10T04:53:38.770Z |
22002026-07-10T04:53:38.770Z29 | / async fn variadic_argument(
22012026-07-10T04:53:38.770Z30 | | _rqctx: RequestContext<Self::Context>,
22022026-07-10T04:53:38.770Z31 | | _param1: Query<QueryParams>,
22032026-07-10T04:53:38.770Z32 | | ...
22042026-07-10T04:53:38.770Z
22052026-07-10T04:53:38.770Z33 | | ) -> dropshot::WebsocketChannelResult;
22062026-07-10T04:53:38.770Z | |__________________________________________^
22072026-07-10T04:53:38.770Z |
22082026-07-10T04:53:38.770Z = note: see issue #44930 <https://github.com/rust-lang/rust/issues/44930> for more information
22092026-07-10T04:53:38.770Zfailures:
22102026-07-10T04:53:38.770Z
22112026-07-10T04:53:38.770Zerror[E0658]: C-variadic functions are unstable
22122026-07-10T04:53:38.770Z
22132026-07-10T04:53:38.770Z---- fail stdout ----
22142026-07-10T04:53:38.770Z
22152026-07-10T04:53:38.770Zthread 'fail' (2) panicked at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.117/src/run.rs:102:13:
22162026-07-10T04:53:38.770Z4 of 134 tests failed
22172026-07-10T04:53:38.770Znote: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
22182026-07-10T04:53:38.770Z
22192026-07-10T04:53:38.770Z
22202026-07-10T04:53:38.770Zfailures:
22212026-07-10T04:53:38.770Z fail
22222026-07-10T04:53:38.770Z
22232026-07-10T04:53:38.770Ztest result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 55.22s
22242026-07-10T04:53:38.770Z
22252026-07-10T04:53:38.770Z --> tests/fail/bad_trait_channel21.rs:42:5
22262026-07-10T04:53:38.770Z |
22272026-07-10T04:53:38.770Z42 | / async fn variadic_argument(
22282026-07-10T04:53:38.770Z43 | | _rqctx: RequestContext<()>,
22292026-07-10T04:53:38.770Z44 | | _param1: Query<QueryParams>,
22302026-07-10T04:53:38.770Z45 | | ...
22312026-07-10T04:53:38.770Z46 | | ) -> dropshot::WebsocketChannelResult {
22322026-07-10T04:53:38.770Z47 | | Ok(())
22332026-07-10T04:53:38.770Z48 | | }
22342026-07-10T04:53:38.770Z | |_____^
22352026-07-10T04:53:38.770Z |
22362026-07-10T04:53:38.770Z = note: see issue #44930 <https://github.com/rust-lang/rust/issues/44930> for more information
22372026-07-10T04:53:38.771Z
22382026-07-10T04:53:38.771Zerror: missing pattern for `...` argument
22392026-07-10T04:53:38.771Z --> tests/fail/bad_trait_channel21.rs:32:9
22402026-07-10T04:53:38.771Z |
22412026-07-10T04:53:38.771Z32 | ...
22422026-07-10T04:53:38.771Z | ^^^
22432026-07-10T04:53:38.771Z |
22442026-07-10T04:53:38.771Z = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
22452026-07-10T04:53:38.771Z = note: for more information, see issue #145544 <https://github.com/rust-lang/rust/issues/145544>
22462026-07-10T04:53:38.771Z = note: `#[deny(varargs_without_pattern)]` (part of `#[deny(future_incompatible)]`) on by default
22472026-07-10T04:53:38.771Zhelp: name the argument, or use `_` to continue ignoring it
22482026-07-10T04:53:38.771Z |
22492026-07-10T04:53:38.771Z32 | _: ...
22502026-07-10T04:53:38.771Z | ++
22512026-07-10T04:53:38.771Z
22522026-07-10T04:53:38.771Zerror: missing pattern for `...` argument
22532026-07-10T04:53:38.771Z --> tests/fail/bad_trait_channel21.rs:45:9
22542026-07-10T04:53:38.771Z |
22552026-07-10T04:53:38.771Z45 | ...
22562026-07-10T04:53:38.771Z | ^^^
22572026-07-10T04:53:38.771Z |
22582026-07-10T04:53:38.771Z = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
22592026-07-10T04:53:38.771Z = note: for more information, see issue #145544 <https://github.com/rust-lang/rust/issues/145544>
22602026-07-10T04:53:38.771Zhelp: name the argument, or use `_` to continue ignoring it
22612026-07-10T04:53:38.771Z |
22622026-07-10T04:53:38.771Z45 | _: ...
22632026-07-10T04:53:38.771Z | ++
22642026-07-10T04:53:38.771Z
22652026-07-10T04:53:38.771Zerror[E0700]: hidden type for `impl Future<Output = Result<(), Box<(dyn StdError + Send + Sync + 'static)>>>` captures lifetime that does not appear in bounds
22662026-07-10T04:53:38.771Z --> tests/fail/bad_trait_channel21.rs:46:43
22672026-07-10T04:53:38.771Z |
22682026-07-10T04:53:38.771Z46 | ) -> dropshot::WebsocketChannelResult {
22692026-07-10T04:53:38.771Z | __________--------------------------------_^
22702026-07-10T04:53:38.771Z | | |
22712026-07-10T04:53:38.771Z | | opaque type defined here
22722026-07-10T04:53:38.771Z47 | | Ok(())
22732026-07-10T04:53:38.771Z48 | | }
22742026-07-10T04:53:38.771Z | |_____^
22752026-07-10T04:53:38.771Z |
22762026-07-10T04:53:38.771Z = note: hidden type `{async fn body of <MyImpl as MyServer>::variadic_argument()}` captures lifetime `'_`
22772026-07-10T04:53:38.772Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
22782026-07-10T04:53:38.772Znote: If the actual output is the correct output you can bless it by rerunning
22792026-07-10T04:53:38.772Z your test with the environment variable TRYBUILD=overwrite
22802026-07-10T04:53:38.772Z
22812026-07-10T04:53:38.772Ztest tests/fail/bad_trait_channel22.rs ... ok
22822026-07-10T04:53:38.772Ztest tests/fail/bad_trait_channel23.rs ... ok
22832026-07-10T04:53:38.772Ztest tests/fail/bad_trait_channel24.rs ... ok
22842026-07-10T04:53:38.772Ztest tests/fail/bad_trait_channel25.rs ... ok
22852026-07-10T04:53:38.772Ztest tests/fail/bad_trait_channel26.rs ... ok
22862026-07-10T04:53:38.772Ztest tests/fail/bad_trait_channel28.rs ... ok
22872026-07-10T04:53:38.772Ztest tests/fail/bad_trait_channel3.rs ... ok
22882026-07-10T04:53:38.772Ztest tests/fail/bad_trait_channel4.rs ... ok
22892026-07-10T04:53:38.776Ztest tests/fail/bad_trait_channel5.rs ... ok
22902026-07-10T04:53:38.776Ztest tests/fail/bad_trait_channel6.rs ... ok
22912026-07-10T04:53:38.776Ztest tests/fail/bad_trait_channel8.rs ... ok
22922026-07-10T04:53:38.776Ztest tests/fail/bad_trait_channel9.rs ... ok
22932026-07-10T04:53:38.776Ztest tests/fail/bad_trait_endpoint1.rs ... ok
22942026-07-10T04:53:38.776Ztest tests/fail/bad_trait_endpoint10.rs ... ok
22952026-07-10T04:53:38.776Ztest tests/fail/bad_trait_endpoint11.rs ... ok
22962026-07-10T04:53:38.776Ztest tests/fail/bad_trait_endpoint12.rs ... ok
22972026-07-10T04:53:38.776Ztest tests/fail/bad_trait_endpoint13.rs ... ok
22982026-07-10T04:53:38.776Ztest tests/fail/bad_trait_endpoint14.rs ... ok
22992026-07-10T04:53:38.776Ztest tests/fail/bad_trait_endpoint15.rs ... ok
23002026-07-10T04:53:38.776Ztest tests/fail/bad_trait_endpoint16.rs ... ok
23012026-07-10T04:53:38.776Ztest tests/fail/bad_trait_endpoint17.rs ... ok
23022026-07-10T04:53:38.776Ztest tests/fail/bad_trait_endpoint18.rs ... ok
23032026-07-10T04:53:38.776Ztest tests/fail/bad_trait_endpoint19.rs ... ok
23042026-07-10T04:53:38.776Ztest tests/fail/bad_trait_endpoint2.rs ... ok
23052026-07-10T04:53:38.776Ztest tests/fail/bad_trait_endpoint20.rs ... ok
23062026-07-10T04:53:38.776Ztest tests/fail/bad_trait_endpoint21.rs ... mismatch
23072026-07-10T04:53:38.776Z
23082026-07-10T04:53:38.776ZEXPECTED:
23092026-07-10T04:53:38.776Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
23102026-07-10T04:53:38.776Zerror: endpoint handlers must have the following signature:
23112026-07-10T04:53:38.776Z async fn(
23122026-07-10T04:53:38.776Z rqctx: dropshot::RequestContext<Self::Context>,
23132026-07-10T04:53:38.776Z [query_params: Query<Q>,]
23142026-07-10T04:53:38.776Z [path_params: Path<P>,]
23152026-07-10T04:53:38.776Z [body_param: TypedBody<J>,]
23162026-07-10T04:53:38.776Z [body_param: UntypedBody,]
23172026-07-10T04:53:38.776Z [body_param: StreamingBody,]
23182026-07-10T04:53:38.776Z [raw_request: RawRequest,]
23192026-07-10T04:53:38.776Z ) -> Result<HttpResponse*, impl HttpResponseError>
23202026-07-10T04:53:38.776Z --> tests/fail/bad_trait_endpoint21.rs:22:7
23212026-07-10T04:53:38.776Z |
23222026-07-10T04:53:38.777Z22 | trait MyApi {
23232026-07-10T04:53:38.777Z | ^^^^^
23242026-07-10T04:53:38.777Z
23252026-07-10T04:53:38.777Zerror: endpoint `variadic_argument` must not have a variadic argument
23262026-07-10T04:53:38.777Z --> tests/fail/bad_trait_endpoint21.rs:33:9
23272026-07-10T04:53:38.777Z |
23282026-07-10T04:53:38.777Z33 | ...
23292026-07-10T04:53:38.777Z | ^^^
23302026-07-10T04:53:38.777Z
23312026-07-10T04:53:38.777Zerror: functions cannot be both `async` and C-variadic
23322026-07-10T04:53:38.777Z --> tests/fail/bad_trait_endpoint21.rs:30:5
23332026-07-10T04:53:38.777Z |
23342026-07-10T04:53:38.777Z30 | async fn variadic_argument(
23352026-07-10T04:53:38.777Z | ^^^^^ `async` because of this
23362026-07-10T04:53:38.777Z...
23372026-07-10T04:53:38.777Z33 | ...
23382026-07-10T04:53:38.777Z | ^^^ C-variadic because of this
23392026-07-10T04:53:38.777Z
23402026-07-10T04:53:38.777Zerror: `...` is not supported for non-extern functions
23412026-07-10T04:53:38.777Z --> tests/fail/bad_trait_endpoint21.rs:33:9
23422026-07-10T04:53:38.777Z |
23432026-07-10T04:53:38.777Z33 | ...
23442026-07-10T04:53:38.777Z | ^^^
23452026-07-10T04:53:38.777Z |
23462026-07-10T04:53:38.777Z = help: only `extern "C"` and `extern "C-unwind"` functions may have a C variable argument list
23472026-07-10T04:53:38.777Z
23482026-07-10T04:53:38.777Zerror: functions cannot be both `async` and C-variadic
23492026-07-10T04:53:38.777Z --> tests/fail/bad_trait_endpoint21.rs:43:5
23502026-07-10T04:53:38.777Z |
23512026-07-10T04:53:38.777Z43 | async fn variadic_argument(
23522026-07-10T04:53:38.777Z | ^^^^^ `async` because of this
23532026-07-10T04:53:38.777Z...
23542026-07-10T04:53:38.777Z46 | ...
23552026-07-10T04:53:38.777Z | ^^^ C-variadic because of this
23562026-07-10T04:53:38.777Z
23572026-07-10T04:53:38.777Zerror: `...` is not supported for non-extern functions
23582026-07-10T04:53:38.777Z --> tests/fail/bad_trait_endpoint21.rs:46:9
23592026-07-10T04:53:38.777Z |
23602026-07-10T04:53:38.777Z46 | ...
23612026-07-10T04:53:38.778Z | ^^^
23622026-07-10T04:53:38.778Z |
23632026-07-10T04:53:38.778Z = help: only `extern "C"` and `extern "C-unwind"` functions may have a C variable argument list
23642026-07-10T04:53:38.778Z
23652026-07-10T04:53:38.778Zerror[E0658]: C-variadic functions are unstable
23662026-07-10T04:53:38.778Z --> tests/fail/bad_trait_endpoint21.rs:30:5
23672026-07-10T04:53:38.778Z |
23682026-07-10T04:53:38.778Z30 | / async fn variadic_argument(
23692026-07-10T04:53:38.778Z31 | | _rqctx: RequestContext<Self::Context>,
23702026-07-10T04:53:38.778Z32 | | _param1: Query<QueryParams>,
23712026-07-10T04:53:38.778Z33 | | ...
23722026-07-10T04:53:38.778Z34 | | ) -> Result<HttpResponseUpdatedNoContent, HttpError>;
23732026-07-10T04:53:38.778Z | |_________________________________________________________^
23742026-07-10T04:53:38.778Z |
23752026-07-10T04:53:38.778Z = note: see issue #44930 <https://github.com/rust-lang/rust/issues/44930> for more information
23762026-07-10T04:53:38.778Z
23772026-07-10T04:53:38.778Zerror[E0658]: C-variadic functions are unstable
23782026-07-10T04:53:38.778Z --> tests/fail/bad_trait_endpoint21.rs:43:5
23792026-07-10T04:53:38.778Z |
23802026-07-10T04:53:38.778Z43 | / async fn variadic_argument(
23812026-07-10T04:53:38.778Z44 | | _rqctx: RequestContext<Self::Context>,
23822026-07-10T04:53:38.778Z45 | | _param1: Query<QueryParams>,
23832026-07-10T04:53:38.778Z46 | | ...
23842026-07-10T04:53:38.778Z47 | | ) -> Result<HttpResponseUpdatedNoContent, HttpError> {
23852026-07-10T04:53:38.778Z48 | | unreachable!()
23862026-07-10T04:53:38.778Z49 | | }
23872026-07-10T04:53:38.778Z | |_____^
23882026-07-10T04:53:38.778Z |
23892026-07-10T04:53:38.782Z = note: see issue #44930 <https://github.com/rust-lang/rust/issues/44930> for more information
23902026-07-10T04:53:38.782Z
23912026-07-10T04:53:38.782Zwarning: missing pattern for `...` argument
23922026-07-10T04:53:38.782Z --> tests/fail/bad_trait_endpoint21.rs:33:9
23932026-07-10T04:53:38.782Z |
23942026-07-10T04:53:38.782Z33 | ...
23952026-07-10T04:53:38.782Z | ^^^
23962026-07-10T04:53:38.782Z |
23972026-07-10T04:53:38.782Z = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
23982026-07-10T04:53:38.782Z = note: for more information, see issue #145544 <https://github.com/rust-lang/rust/issues/145544>
23992026-07-10T04:53:38.782Z = note: `#[warn(varargs_without_pattern)]` (part of `#[warn(future_incompatible)]`) on by default
24002026-07-10T04:53:38.782Zhelp: name the argument, or use `_` to continue ignoring it
24012026-07-10T04:53:38.782Z |
24022026-07-10T04:53:38.782Z33 | _: ...
24032026-07-10T04:53:38.782Z | ++
24042026-07-10T04:53:38.782Z
24052026-07-10T04:53:38.782Zwarning: missing pattern for `...` argument
24062026-07-10T04:53:38.782Z --> tests/fail/bad_trait_endpoint21.rs:46:9
24072026-07-10T04:53:38.782Z |
24082026-07-10T04:53:38.782Z46 | ...
24092026-07-10T04:53:38.782Z | ^^^
24102026-07-10T04:53:38.782Z |
24112026-07-10T04:53:38.782Z = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
24122026-07-10T04:53:38.782Z = note: for more information, see issue #145544 <https://github.com/rust-lang/rust/issues/145544>
24132026-07-10T04:53:38.783Zhelp: name the argument, or use `_` to continue ignoring it
24142026-07-10T04:53:38.783Z |
24152026-07-10T04:53:38.783Z46 | _: ...
24162026-07-10T04:53:38.783Z | ++
24172026-07-10T04:53:38.783Z
24182026-07-10T04:53:38.783Zerror[E0700]: hidden type for `impl Future<Output = Result<HttpResponseUpdatedNoContent, HttpError>>` captures lifetime that does not appear in bounds
24192026-07-10T04:53:38.783Z --> tests/fail/bad_trait_endpoint21.rs:47:58
24202026-07-10T04:53:38.783Z |
24212026-07-10T04:53:38.783Z47 | ) -> Result<HttpResponseUpdatedNoContent, HttpError> {
24222026-07-10T04:53:38.783Z | __________-----------------------------------------------_^
24232026-07-10T04:53:38.783Z | | |
24242026-07-10T04:53:38.783Z | | opaque type defined here
24252026-07-10T04:53:38.783Z48 | | unreachable!()
24262026-07-10T04:53:38.783Z49 | | }
24272026-07-10T04:53:38.783Z | |_____^
24282026-07-10T04:53:38.783Z |
24292026-07-10T04:53:38.783Z = note: hidden type `{async fn body of <MyImpl as MyApi>::variadic_argument()}` captures lifetime `'_`
24302026-07-10T04:53:38.783Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
24312026-07-10T04:53:38.783Z
24322026-07-10T04:53:38.783ZACTUAL OUTPUT:
24332026-07-10T04:53:38.783Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
24342026-07-10T04:53:38.783Zerror: endpoint handlers must have the following signature:
24352026-07-10T04:53:38.783Z async fn(
24362026-07-10T04:53:38.783Z rqctx: dropshot::RequestContext<Self::Context>,
24372026-07-10T04:53:38.783Z [query_params: Query<Q>,]
24382026-07-10T04:53:38.783Z [path_params: Path<P>,]
24392026-07-10T04:53:38.783Z [body_param: TypedBody<J>,]
24402026-07-10T04:53:38.783Z [body_param: UntypedBody,]
24412026-07-10T04:53:38.783Z [body_param: StreamingBody,]
24422026-07-10T04:53:38.783Z [raw_request: RawRequest,]
24432026-07-10T04:53:38.783Z ) -> Result<HttpResponse*, impl HttpResponseError>
24442026-07-10T04:53:38.783Z --> tests/fail/bad_trait_endpoint21.rs:22:7
24452026-07-10T04:53:38.783Z |
24462026-07-10T04:53:38.783Z22 | trait MyApi {
24472026-07-10T04:53:38.783Z | ^^^^^
24482026-07-10T04:53:38.783Z
24492026-07-10T04:53:38.783Zerror: endpoint `variadic_argument` must not have a variadic argument
24502026-07-10T04:53:38.783Z --> tests/fail/bad_trait_endpoint21.rs:33:9
24512026-07-10T04:53:38.783Z |
24522026-07-10T04:53:38.783Z33 | ...
24532026-07-10T04:53:38.784Z | ^^^
24542026-07-10T04:53:38.784Z
24552026-07-10T04:53:38.784Zerror: functions cannot be both `async` and C-variadic
24562026-07-10T04:53:38.784Z --> tests/fail/bad_trait_endpoint21.rs:30:5
24572026-07-10T04:53:38.784Z |
24582026-07-10T04:53:38.784Z30 | async fn variadic_argument(
24592026-07-10T04:53:38.784Z | ^^^^^ `async` because of this
24602026-07-10T04:53:38.784Z...
24612026-07-10T04:53:38.784Z33 | ...
24622026-07-10T04:53:38.784Z | ^^^ C-variadic because of this
24632026-07-10T04:53:38.784Z
24642026-07-10T04:53:38.784Zerror: `...` is not supported for non-extern functions
24652026-07-10T04:53:38.784Z --> tests/fail/bad_trait_endpoint21.rs:33:9
24662026-07-10T04:53:38.784Z |
24672026-07-10T04:53:38.784Z33 | ...
24682026-07-10T04:53:38.784Z | ^^^
24692026-07-10T04:53:38.784Z |
24702026-07-10T04:53:38.784Z = help: only `extern "C"` and `extern "C-unwind"` functions may have a C variable argument list
24712026-07-10T04:53:38.784Z
24722026-07-10T04:53:38.784Zerror: functions cannot be both `async` and C-variadic
24732026-07-10T04:53:38.784Z --> tests/fail/bad_trait_endpoint21.rs:43:5
24742026-07-10T04:53:38.784Z |
24752026-07-10T04:53:38.784Z43 | async fn variadic_argument(
24762026-07-10T04:53:38.784Z | ^^^^^ `async` because of this
24772026-07-10T04:53:38.784Z...
24782026-07-10T04:53:38.784Z46 | ...
24792026-07-10T04:53:38.784Z | ^^^ C-variadic because of this
24802026-07-10T04:53:38.784Z
24812026-07-10T04:53:38.784Zerror: `...` is not supported for non-extern functions
24822026-07-10T04:53:38.784Z --> tests/fail/bad_trait_endpoint21.rs:46:9
24832026-07-10T04:53:38.784Z |
24842026-07-10T04:53:38.784Z46 | ...
24852026-07-10T04:53:38.784Z | ^^^
24862026-07-10T04:53:38.784Z |
24872026-07-10T04:53:38.784Z = help: only `extern "C"` and `extern "C-unwind"` functions may have a C variable argument list
24882026-07-10T04:53:38.784Z
24892026-07-10T04:53:38.788Zerror[E0658]: C-variadic functions are unstable
24902026-07-10T04:53:38.788Z --> tests/fail/bad_trait_endpoint21.rs:30:5
24912026-07-10T04:53:38.788Z |
24922026-07-10T04:53:38.788Z30 | / async fn variadic_argument(
24932026-07-10T04:53:38.788Z31 | | _rqctx: RequestContext<Self::Context>,
24942026-07-10T04:53:38.788Z32 | | _param1: Query<QueryParams>,
24952026-07-10T04:53:38.788Z33 | | ...
24962026-07-10T04:53:38.788Z34 | | ) -> Result<HttpResponseUpdatedNoContent, HttpError>;
24972026-07-10T04:53:38.788Z | |_________________________________________________________^
24982026-07-10T04:53:38.788Z |
24992026-07-10T04:53:38.788Z = note: see issue #44930 <https://github.com/rust-lang/rust/issues/44930> for more information
25002026-07-10T04:53:38.788Z
25012026-07-10T04:53:38.788Zerror[E0658]: C-variadic functions are unstable
25022026-07-10T04:53:38.788Z --> tests/fail/bad_trait_endpoint21.rs:43:5
25032026-07-10T04:53:38.788Z |
25042026-07-10T04:53:38.788Z43 | / async fn variadic_argument(
25052026-07-10T04:53:38.788Z44 | | _rqctx: RequestContext<Self::Context>,
25062026-07-10T04:53:38.788Z45 | | _param1: Query<QueryParams>,
25072026-07-10T04:53:38.788Z46 | | ...
25082026-07-10T04:53:38.788Z47 | | ) -> Result<HttpResponseUpdatedNoContent, HttpError> {
25092026-07-10T04:53:38.788Z48 | | unreachable!()
25102026-07-10T04:53:38.788Z49 | | }
25112026-07-10T04:53:38.788Z | |_____^
25122026-07-10T04:53:38.789Z |
25132026-07-10T04:53:38.789Z = note: see issue #44930 <https://github.com/rust-lang/rust/issues/44930> for more information
25142026-07-10T04:53:38.789Z
25152026-07-10T04:53:38.789Zerror: missing pattern for `...` argument
25162026-07-10T04:53:38.789Z --> tests/fail/bad_trait_endpoint21.rs:33:9
25172026-07-10T04:53:38.789Z |
25182026-07-10T04:53:38.789Z33 | ...
25192026-07-10T04:53:38.789Z | ^^^
25202026-07-10T04:53:38.789Z |
25212026-07-10T04:53:38.789Z = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
25222026-07-10T04:53:38.789Z = note: for more information, see issue #145544 <https://github.com/rust-lang/rust/issues/145544>
25232026-07-10T04:53:38.789Z = note: `#[deny(varargs_without_pattern)]` (part of `#[deny(future_incompatible)]`) on by default
25242026-07-10T04:53:38.789Zhelp: name the argument, or use `_` to continue ignoring it
25252026-07-10T04:53:38.789Z |
25262026-07-10T04:53:38.789Z33 | _: ...
25272026-07-10T04:53:38.789Z | ++
25282026-07-10T04:53:38.789Z
25292026-07-10T04:53:38.789Zerror: missing pattern for `...` argument
25302026-07-10T04:53:38.789Z --> tests/fail/bad_trait_endpoint21.rs:46:9
25312026-07-10T04:53:38.789Z |
25322026-07-10T04:53:38.789Z46 | ...
25332026-07-10T04:53:38.789Z | ^^^
25342026-07-10T04:53:38.789Z |
25352026-07-10T04:53:38.789Z = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
25362026-07-10T04:53:38.789Z = note: for more information, see issue #145544 <https://github.com/rust-lang/rust/issues/145544>
25372026-07-10T04:53:38.789Zhelp: name the argument, or use `_` to continue ignoring it
25382026-07-10T04:53:38.789Z |
25392026-07-10T04:53:38.789Z46 | _: ...
25402026-07-10T04:53:38.789Z | ++
25412026-07-10T04:53:38.789Z
25422026-07-10T04:53:38.789Zerror[E0700]: hidden type for `impl Future<Output = Result<HttpResponseUpdatedNoContent, HttpError>>` captures lifetime that does not appear in bounds
25432026-07-10T04:53:38.789Z --> tests/fail/bad_trait_endpoint21.rs:47:58
25442026-07-10T04:53:38.789Z |
25452026-07-10T04:53:38.789Z47 | ) -> Result<HttpResponseUpdatedNoContent, HttpError> {
25462026-07-10T04:53:38.789Z | __________-----------------------------------------------_^
25472026-07-10T04:53:38.789Z | | |
25482026-07-10T04:53:38.789Z | | opaque type defined here
25492026-07-10T04:53:38.789Z48 | | unreachable!()
25502026-07-10T04:53:38.789Z49 | | }
25512026-07-10T04:53:38.790Z | |_____^
25522026-07-10T04:53:38.790Z |
25532026-07-10T04:53:38.790Z = note: hidden type `{async fn body of <MyImpl as MyApi>::variadic_argument()}` captures lifetime `'_`
25542026-07-10T04:53:38.790Z┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
25552026-07-10T04:53:38.790Znote: If the actual output is the correct output you can bless it by rerunning
25562026-07-10T04:53:38.790Z your test with the environment variable TRYBUILD=overwrite
25572026-07-10T04:53:38.790Z
25582026-07-10T04:53:38.790Ztest tests/fail/bad_trait_endpoint22.rs ... ok
25592026-07-10T04:53:38.790Ztest tests/fail/bad_trait_endpoint23.rs ... ok
25602026-07-10T04:53:38.790Ztest tests/fail/bad_trait_endpoint24.rs ... ok
25612026-07-10T04:53:38.790Ztest tests/fail/bad_trait_endpoint25.rs ... ok
25622026-07-10T04:53:38.790Ztest tests/fail/bad_trait_endpoint26.rs ... ok
25632026-07-10T04:53:38.790Ztest tests/fail/bad_trait_endpoint27.rs ... ok
25642026-07-10T04:53:38.790Ztest tests/fail/bad_trait_endpoint28.rs ... ok
25652026-07-10T04:53:38.790Ztest tests/fail/bad_trait_endpoint3.rs ... ok
25662026-07-10T04:53:38.790Ztest tests/fail/bad_trait_endpoint4.rs ... ok
25672026-07-10T04:53:38.790Ztest tests/fail/bad_trait_endpoint5.rs ... ok
25682026-07-10T04:53:38.790Ztest tests/fail/bad_trait_endpoint6.rs ... ok
25692026-07-10T04:53:38.790Ztest tests/fail/bad_trait_endpoint7.rs ... ok
25702026-07-10T04:53:38.790Ztest tests/fail/bad_trait_endpoint8.rs ... ok
25712026-07-10T04:53:38.790Ztest tests/fail/bad_trait_endpoint9.rs ... ok
25722026-07-10T04:53:38.790Ztest tests/fail/bad_trait_endpoint_error.rs ... ok
25732026-07-10T04:53:38.790Ztest tests/fail/bad_trait_only1.rs ... ok
25742026-07-10T04:53:38.790Ztest tests/fail/bad_trait_only10.rs ... ok
25752026-07-10T04:53:38.790Ztest tests/fail/bad_trait_only11.rs ... ok
25762026-07-10T04:53:38.790Ztest tests/fail/bad_trait_only12.rs ... ok
25772026-07-10T04:53:38.790Ztest tests/fail/bad_trait_only13.rs ... ok
25782026-07-10T04:53:38.790Ztest tests/fail/bad_trait_only14.rs ... ok
25792026-07-10T04:53:38.790Ztest tests/fail/bad_trait_only15.rs ... ok
25802026-07-10T04:53:38.790Ztest tests/fail/bad_trait_only16.rs ... ok
25812026-07-10T04:53:38.790Ztest tests/fail/bad_trait_only17.rs ... ok
25822026-07-10T04:53:38.790Ztest tests/fail/bad_trait_only18.rs ... ok
25832026-07-10T04:53:38.790Ztest tests/fail/bad_trait_only19.rs ... ok
25842026-07-10T04:53:38.790Ztest tests/fail/bad_trait_only2.rs ... ok
25852026-07-10T04:53:38.790Ztest tests/fail/bad_trait_only20.rs ... ok
25862026-07-10T04:53:38.790Ztest tests/fail/bad_trait_only21.rs ... ok
25872026-07-10T04:53:38.790Ztest tests/fail/bad_trait_only22.rs ... ok
25882026-07-10T04:53:38.791Ztest tests/fail/bad_trait_only3.rs ... ok
25892026-07-10T04:53:38.794Ztest tests/fail/bad_trait_only4.rs ... ok
25902026-07-10T04:53:38.794Ztest tests/fail/bad_trait_only5.rs ... ok
25912026-07-10T04:53:38.794Ztest tests/fail/bad_trait_only6.rs ... ok
25922026-07-10T04:53:38.794Ztest tests/fail/bad_trait_only7.rs ... ok
25932026-07-10T04:53:38.794Ztest tests/fail/bad_trait_only8.rs ... ok
25942026-07-10T04:53:38.794Ztest tests/fail/bad_trait_only9.rs ... ok
25952026-07-10T04:53:38.794Ztest tests/fail/bad_version_backwards.rs ... ok
25962026-07-10T04:53:38.794Ztest tests/fail/unused_endpoint.rs ... ok
25972026-07-10T04:53:38.794Z
25982026-07-10T04:53:38.794Z
25992026-07-10T04:53:38.794Zerror: test failed, to rerun pass `-p dropshot --test fail`
26002026-07-10T04:53:38.794Z
26012026-07-10T04:53:38.794Zreal 1:47.207376787
26022026-07-10T04:53:38.794Zuser 8:00.901225178
26032026-07-10T04:53:38.794Zsys 1:48.669537057
26042026-07-10T04:53:38.794Ztrap 0.356875160
26052026-07-10T04:53:38.794Ztflt 0.024165433
26062026-07-10T04:53:38.794Zdflt 0.131270315
26072026-07-10T04:53:38.795Zkflt 0.000344306
26082026-07-10T04:53:38.795Zlock 35:35.717957134
26092026-07-10T04:53:38.795Zslp 34:04.884805431
26102026-07-10T04:53:38.795Zlat 24.824961584
26112026-07-10T04:53:38.795Zstop 1:10.830525613
26122026-07-10T04:53:38.795Zprocess exited: duration 204379 ms, exit code 101
 
26132026-07-10T04:53:38.801Zfound 0 output files