01KZ2ZGEYW4JTR9N3K3P2Z3TSB: build-and-test / illumos

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

Buildomat Job: 01KZ2ZGRYAQXK4YCWE3D08FK6M

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-03T04:54:32.927Zjob assigned to worker 01KZ2ZGWFZZKTVBNZM19W0490B [factory aws, i-0329ebd13eec623c0] (queued for 55 s)
 
22026-08-03T04:54:39.806Zstarting task 0: "setup"
32026-08-03T04:54:39.810Z++ uname -s
42026-08-03T04:54:39.814Z+ kern=SunOS
52026-08-03T04:54:39.814Z+ build_user=build
62026-08-03T04:54:39.814Z+ build_uid=12345
72026-08-03T04:54:39.814Z+ work_dir=/work
82026-08-03T04:54:39.814Z+ input_dir=/input
92026-08-03T04:54:39.814Z+ [[ 0 == 12345 ]]
102026-08-03T04:54:39.814Z+ case "$kern" in
112026-08-03T04:54:39.814Z+ groupadd -g 12345 build
122026-08-03T04:54:39.814Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-03T04:54:41.820Z+ zfs create -o mountpoint=/work rpool/work
142026-08-03T04:54:41.926Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-03T04:54:41.929Z+ home_fs=zfs
162026-08-03T04:54:41.929Z+ [[ zfs == autofs ]]
172026-08-03T04:54:41.929Z+ mkdir -p /home/build
182026-08-03T04:54:41.929Z+ chown build:build /home/build /work
192026-08-03T04:54:43.931Z+ chmod 0700 /home/build /work
202026-08-03T04:54:43.935Zprocess exited: duration 4129 ms, exit code 0
 
212026-08-03T04:54:43.941Zstarting task 1: "rust-toolchain"
222026-08-03T04:54:43.946Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-03T04:54:43.949Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-03T04:54:43.950Z * rust toolchain channel = "stable"
252026-08-03T04:54:43.950Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-03T04:54:43.950Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-03T04:54:43.950Z * rust toolchain profile = "default"
282026-08-03T04:54:43.950Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-03T04:54:43.950Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-03T04:54:44.046Zinfo: downloading installer
312026-08-03T04:54:45.407Zwarn: It looks like you have an existing installation of Rust at:
322026-08-03T04:54:45.407Zwarn: /opt/ooce/bin
332026-08-03T04:54:45.407Zwarn: It is recommended that rustup be the primary Rust installation.
342026-08-03T04:54:45.407Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-08-03T04:54:45.407Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-08-03T04:54:45.407Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-08-03T04:54:45.407Zwarn: or pass `-y' to ignore all ignorable checks.
382026-08-03T04:54:45.407Zerror: cannot install while Rust is installed
392026-08-03T04:54:45.407Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-08-03T04:54:45.407Zwarn: It looks like you have an existing rustup settings file at:
412026-08-03T04:54:45.407Zwarn: /home/build/.rustup/settings.toml
422026-08-03T04:54:45.407Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-08-03T04:54:45.407Zwarn: instead of the one inferred from the default host triple.
442026-08-03T04:54:45.422Zinfo: profile set to default
452026-08-03T04:54:45.422Zinfo: default host triple is x86_64-unknown-illumos
462026-08-03T04:54:45.425Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-08-03T04:54:45.554Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-08-03T04:54:45.558Zinfo: downloading 6 components
492026-08-03T04:54:59.776Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-08-03T04:54:59.776Z
512026-08-03T04:54:59.803Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-08-03T04:54:59.803Z
532026-08-03T04:54:59.803Z
542026-08-03T04:54:59.803ZRust is installed now. Great!
552026-08-03T04:54:59.803Z
562026-08-03T04:54:59.807ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-08-03T04:54:59.807Zenvironment variable. This has not been done automatically.
582026-08-03T04:54:59.807Z
592026-08-03T04:54:59.807ZTo configure your current shell, you need to source
602026-08-03T04:54:59.807Zthe corresponding env file under $HOME/.cargo.
612026-08-03T04:54:59.807Z
622026-08-03T04:54:59.807ZThis is usually done by running one of the following (note the leading DOT):
632026-08-03T04:54:59.807Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-08-03T04:54:59.807Zsource "$HOME/.cargo/env.fish" # For fish
652026-08-03T04:54:59.807Zsource "~/.cargo/env.nu" # For nushell
662026-08-03T04:54:59.807Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-08-03T04:54:59.807Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-08-03T04:54:59.807Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-08-03T04:54:59.807Zwarn: no default linker (`cc`) was found in your PATH
702026-08-03T04:54:59.807Zwarn: many Rust crates require a system C toolchain to build
712026-08-03T04:54:59.907Z+ rustup --version
722026-08-03T04:54:59.916Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-08-03T04:54:59.919Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-08-03T04:54:59.937Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-08-03T04:54:59.941Z+ cargo --version
762026-08-03T04:54:59.955Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-08-03T04:54:59.958Z+ rustc --version
782026-08-03T04:54:59.977Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-08-03T04:54:59.980Zprocess exited: duration 16037 ms, exit code 0
 
802026-08-03T04:54:59.987Zstarting task 2: "authentication"
812026-08-03T04:55:00.004Zprocess exited: duration 16 ms, exit code 0
 
822026-08-03T04:55:00.010Zstarting task 3: "clone repository"
832026-08-03T04:55:00.013Z+ mkdir -p /work/oxidecomputer/dropshot
842026-08-03T04:55:00.016Z+ git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot
852026-08-03T04:55:00.047ZCloning into '/work/oxidecomputer/dropshot'...
862026-08-03T04:55:00.750Z+ cd /work/oxidecomputer/dropshot
872026-08-03T04:55:00.750Z+ git fetch origin 1837a3444db538df449a101f6b270086e101870e
882026-08-03T04:55:01.006ZFrom https://github.com/oxidecomputer/dropshot
892026-08-03T04:55:01.007Z * branch 1837a3444db538df449a101f6b270086e101870e -> FETCH_HEAD
902026-08-03T04:55:01.013Z+ [[ -n dependabot/cargo/rustls-0.23.43 ]]
912026-08-03T04:55:01.016Z++ git branch --show-current
922026-08-03T04:55:01.016Z+ current=main
932026-08-03T04:55:01.016Z+ [[ main != dependabot/cargo/rustls-0.23.43 ]]
942026-08-03T04:55:01.016Z+ git branch -f dependabot/cargo/rustls-0.23.43 1837a3444db538df449a101f6b270086e101870e
952026-08-03T04:55:01.019Z+ git checkout -f dependabot/cargo/rustls-0.23.43
962026-08-03T04:55:01.033ZSwitched to branch 'dependabot/cargo/rustls-0.23.43'
972026-08-03T04:55:01.036Z+ git reset --hard 1837a3444db538df449a101f6b270086e101870e
982026-08-03T04:55:01.046ZHEAD is now at 1837a34 Bump rustls from 0.23.42 to 0.23.43
992026-08-03T04:55:01.049Zprocess exited: duration 1037 ms, exit code 0
 
1002026-08-03T04:55:01.055Zstarting task 4: "build"
1012026-08-03T04:55:01.059Z+ cargo --version
1022026-08-03T04:55:01.064Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
1032026-08-03T04:55:01.226Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
1042026-08-03T04:55:01.229Zinfo: downloading 6 components
1052026-08-03T04:55:17.443Zcargo 1.97.1 (c980f4866 2026-06-30)
1062026-08-03T04:55:17.446Z+ rustc --version
1072026-08-03T04:55:17.478Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1082026-08-03T04:55:17.483Z+ banner build
1092026-08-03T04:55:17.487Z
1102026-08-03T04:55:17.487Z ##### # # # # #####
1112026-08-03T04:55:17.487Z # # # # # # # #
1122026-08-03T04:55:17.487Z ##### # # # # # #
1132026-08-03T04:55:17.487Z # # # # # # # #
1142026-08-03T04:55:17.487Z # # # # # # # #
1152026-08-03T04:55:17.487Z ##### #### # ###### #####
1162026-08-03T04:55:17.487Z
1172026-08-03T04:55:17.487Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1182026-08-03T04:55:17.572Z Updating crates.io index
1192026-08-03T04:55:19.514Z Downloading crates ...
1202026-08-03T04:55:19.565Z Downloaded adler2 v2.0.1
1212026-08-03T04:55:19.568Z Downloaded rusticata-macros v4.1.0
1222026-08-03T04:55:19.574Z Downloaded rustls-pki-types v1.15.1
1232026-08-03T04:55:19.577Z Downloaded utf16_iter v1.0.5
1242026-08-03T04:55:19.582Z Downloaded rustls-platform-verifier v0.6.2
1252026-08-03T04:55:19.585Z Downloaded scroll_derive v0.13.1
1262026-08-03T04:55:19.588Z Downloaded hostname v0.3.1
1272026-08-03T04:55:19.588Z Downloaded hostname v0.4.2
1282026-08-03T04:55:19.590Z Downloaded serde_spanned v1.1.1
1292026-08-03T04:55:19.593Z Downloaded scopeguard v1.2.0
1302026-08-03T04:55:19.593Z Downloaded serde_path_to_error v0.1.20
1312026-08-03T04:55:19.597Z Downloaded lazy_static v1.5.0
1322026-08-03T04:55:19.597Z Downloaded sha1 v0.11.0
1332026-08-03T04:55:19.600Z Downloaded icu_provider_macros v1.5.0
1342026-08-03T04:55:19.603Z Downloaded icu_collections v1.5.0
1352026-08-03T04:55:19.607Z Downloaded mime v0.3.16
1362026-08-03T04:55:19.610Z Downloaded signal-hook-registry v1.4.0
1372026-08-03T04:55:19.613Z Downloaded schema-derive v0.2.1
1382026-08-03T04:55:19.613Z Downloaded http-body v1.0.1
1392026-08-03T04:55:19.613Z Downloaded httpdate v1.0.1
1402026-08-03T04:55:19.616Z Downloaded itoa v1.0.1
1412026-08-03T04:55:19.619Z Downloaded untrusted v0.7.1
1422026-08-03T04:55:19.622Z Downloaded idna_adapter v1.2.0
1432026-08-03T04:55:19.622Z Downloaded slog-json v2.6.1
1442026-08-03T04:55:19.622Z Downloaded num-conv v0.2.0
1452026-08-03T04:55:19.625Z Downloaded is-terminal v0.4.12
1462026-08-03T04:55:19.625Z Downloaded match_cfg v0.1.0
1472026-08-03T04:55:19.625Z Downloaded icu_locid_transform v1.5.0
1482026-08-03T04:55:19.628Z Downloaded slog-bunyan v2.5.0
1492026-08-03T04:55:19.628Z Downloaded litemap v0.7.4
1502026-08-03T04:55:19.628Z Downloaded scroll v0.13.0
1512026-08-03T04:55:19.631Z Downloaded serde_tokenstream v0.2.3
1522026-08-03T04:55:19.631Z Downloaded slog-async v2.8.0
1532026-08-03T04:55:19.631Z Downloaded serde_urlencoded v0.7.1
1542026-08-03T04:55:19.634Z Downloaded usdt-attr-macro v0.6.0
1552026-08-03T04:55:19.637Z Downloaded schema v0.2.1
1562026-08-03T04:55:19.637Z Downloaded spin v0.9.8
1572026-08-03T04:55:19.637Z Downloaded newline-converter v0.3.0
1582026-08-03T04:55:19.641Z Downloaded subtle v2.5.0
1592026-08-03T04:55:19.644Z Downloaded sha2 v0.10.8
1602026-08-03T04:55:19.644Z Downloaded synstructure v0.13.1
1612026-08-03T04:55:19.644Z Downloaded lru-slab v0.1.2
1622026-08-03T04:55:19.647Z Downloaded rand_pcg v0.10.2
1632026-08-03T04:55:19.647Z Downloaded pretty-hex v0.4.1
1642026-08-03T04:55:19.647Z Downloaded schemars_derive v0.8.22
1652026-08-03T04:55:19.647Z Downloaded usdt-macro v0.6.0
1662026-08-03T04:55:19.651Z Downloaded target-triple v1.0.0
1672026-08-03T04:55:19.651Z Downloaded try-lock v0.2.3
1682026-08-03T04:55:19.651Z Downloaded powerfmt v0.2.0
1692026-08-03T04:55:19.654Z Downloaded simple-mermaid v0.2.0
1702026-08-03T04:55:19.654Z Downloaded plain v0.2.3
1712026-08-03T04:55:19.654Z Downloaded heck v0.5.0
1722026-08-03T04:55:19.654Z Downloaded stable_deref_trait v1.2.0
1732026-08-03T04:55:19.654Z Downloaded tower-service v0.3.3
1742026-08-03T04:55:19.657Z Downloaded hyper-rustls v0.27.9
1752026-08-03T04:55:19.660Z Downloaded lock_api v0.4.6
1762026-08-03T04:55:19.660Z Downloaded usdt v0.6.0
1772026-08-03T04:55:19.663Z Downloaded thread-id v5.0.0
1782026-08-03T04:55:19.663Z Downloaded ipnet v2.10.0
1792026-08-03T04:55:19.667Z Downloaded semver v1.0.28
1802026-08-03T04:55:19.670Z Downloaded rustls-pemfile v2.2.0
1812026-08-03T04:55:19.673Z Downloaded num_threads v0.1.3
1822026-08-03T04:55:19.673Z Downloaded waitgroup v0.1.2
1832026-08-03T04:55:19.673Z Downloaded parking v2.2.0
1842026-08-03T04:55:19.676Z Downloaded want v0.3.0
1852026-08-03T04:55:19.679Z Downloaded untrusted v0.9.0
1862026-08-03T04:55:19.682Z Downloaded httparse v1.10.0
1872026-08-03T04:55:19.682Z Downloaded rustc-hash v2.0.0
1882026-08-03T04:55:19.682Z Downloaded take_mut v0.2.2
1892026-08-03T04:55:19.685Z Downloaded simd-adler32 v0.3.7
1902026-08-03T04:55:19.688Z Downloaded write16 v1.0.0
1912026-08-03T04:55:19.688Z Downloaded zerofrom-derive v0.1.5
1922026-08-03T04:55:19.688Z Downloaded openssl-probe v0.2.1
1932026-08-03T04:55:19.692Z Downloaded thread_local v1.1.4
1942026-08-03T04:55:19.695Z Downloaded version_check v0.9.5
1952026-08-03T04:55:19.695Z Downloaded zerofrom v0.1.5
1962026-08-03T04:55:19.698Z Downloaded tokio-macros v2.7.0
1972026-08-03T04:55:19.703Z Downloaded smallvec v1.13.2
1982026-08-03T04:55:19.706Z Downloaded slog v2.8.2
1992026-08-03T04:55:19.709Z Downloaded tinyvec_macros v0.1.0
2002026-08-03T04:55:19.709Z Downloaded crypto-common v0.2.1
2012026-08-03T04:55:19.709Z Downloaded yoke-derive v0.7.5
2022026-08-03T04:55:19.712Z Downloaded http-body-util v0.1.4
2032026-08-03T04:55:19.712Z Downloaded utf8_iter v1.0.4
2042026-08-03T04:55:19.715Z Downloaded atomic-waker v1.1.2
2052026-08-03T04:55:19.715Z Downloaded mime_guess v2.0.5
2062026-08-03T04:55:19.715Z Downloaded num-integer v0.1.46
2072026-08-03T04:55:19.715Z Downloaded sync_wrapper v1.0.1
2082026-08-03T04:55:19.718Z Downloaded time-core v0.1.8
2092026-08-03T04:55:19.718Z Downloaded multer v3.1.0
2102026-08-03T04:55:19.718Z Downloaded pem v3.0.6
2112026-08-03T04:55:19.718Z Downloaded writeable v0.5.5
2122026-08-03T04:55:19.722Z Downloaded cfg-if v1.0.0
2132026-08-03T04:55:19.722Z Downloaded rand_core v0.10.1
2142026-08-03T04:55:19.725Z Downloaded cfg_aliases v0.2.1
2152026-08-03T04:55:19.725Z Downloaded tower-layer v0.3.3
2162026-08-03T04:55:19.725Z Downloaded dof v0.4.0
2172026-08-03T04:55:19.730Z Downloaded log v0.4.17
2182026-08-03T04:55:19.733Z Downloaded memmap2 v0.9.8
2192026-08-03T04:55:19.733Z Downloaded termcolor v1.1.2
2202026-08-03T04:55:19.737Z Downloaded cpufeatures v0.2.17
2212026-08-03T04:55:19.737Z Downloaded futures-task v0.3.33
2222026-08-03T04:55:19.739Z Downloaded hybrid-array v0.4.8
2232026-08-03T04:55:19.742Z Downloaded yoke v0.7.5
2242026-08-03T04:55:19.743Z Downloaded cpufeatures v0.3.0
2252026-08-03T04:55:19.743Z Downloaded parking_lot_core v0.9.4
2262026-08-03T04:55:19.746Z Downloaded quote v1.0.47
2272026-08-03T04:55:19.746Z Downloaded percent-encoding v2.3.2
2282026-08-03T04:55:19.746Z Downloaded equivalent v1.0.0
2292026-08-03T04:55:19.746Z Downloaded fastrand v2.1.1
2302026-08-03T04:55:19.749Z Downloaded ryu v1.0.5
2312026-08-03T04:55:19.749Z Downloaded serde_core v1.0.229
2322026-08-03T04:55:19.752Z Downloaded paste v1.0.15
2332026-08-03T04:55:19.752Z Downloaded async-stream v0.3.6
2342026-08-03T04:55:19.755Z Downloaded icu_normalizer v1.5.0
2352026-08-03T04:55:19.755Z Downloaded rustls-native-certs v0.8.3
2362026-08-03T04:55:19.758Z Downloaded serde_tokenstream v0.3.0
2372026-08-03T04:55:19.758Z Downloaded toml v1.1.3+spec-1.1.0
2382026-08-03T04:55:19.761Z Downloaded similar v2.2.1
2392026-08-03T04:55:19.764Z Downloaded serde_derive_internals v0.29.0
2402026-08-03T04:55:19.764Z Downloaded async-stream-impl v0.3.6
2412026-08-03T04:55:19.764Z Downloaded errno v0.3.10
2422026-08-03T04:55:19.764Z Downloaded tokio-tungstenite v0.30.0
2432026-08-03T04:55:19.767Z Downloaded unicode-width v0.1.9
2442026-08-03T04:55:19.767Z Downloaded thiserror v2.0.19
2452026-08-03T04:55:19.770Z Downloaded thiserror-impl v2.0.19
2462026-08-03T04:55:19.773Z Downloaded usdt-impl v0.6.0
2472026-08-03T04:55:19.773Z Downloaded pest_generator v2.8.1
2482026-08-03T04:55:19.773Z Downloaded pin-project-lite v0.2.12
2492026-08-03T04:55:19.776Z Downloaded iana-time-zone v0.1.47
2502026-08-03T04:55:19.776Z Downloaded socket2 v0.6.3
2512026-08-03T04:55:19.779Z Downloaded form_urlencoded v1.2.2
2522026-08-03T04:55:19.779Z Downloaded toml_writer v1.1.2+spec-1.1.0
2532026-08-03T04:55:19.779Z Downloaded unicase v2.6.0
2542026-08-03T04:55:19.782Z Downloaded atomicwrites v0.4.4
2552026-08-03T04:55:19.782Z Downloaded autocfg v1.1.0
2562026-08-03T04:55:19.782Z Downloaded futures-core v0.3.33
2572026-08-03T04:55:19.782Z Downloaded compression-core v0.4.32
2582026-08-03T04:55:19.785Z Downloaded asn1-rs-impl v0.2.0
2592026-08-03T04:55:19.785Z Downloaded dunce v1.0.5
2602026-08-03T04:55:19.788Z Downloaded icu_locid_transform_data v1.5.0
2612026-08-03T04:55:19.792Z Downloaded time-macros v0.2.27
2622026-08-03T04:55:19.792Z Downloaded futures-io v0.3.33
2632026-08-03T04:55:19.795Z Downloaded jobserver v0.1.34
2642026-08-03T04:55:19.795Z Downloaded pest_derive v2.8.1
2652026-08-03T04:55:19.798Z Downloaded tinystr v0.7.6
2662026-08-03T04:55:19.798Z Downloaded byteorder v1.4.3
2672026-08-03T04:55:19.798Z Downloaded futures-executor v0.3.33
2682026-08-03T04:55:19.798Z Downloaded glob v0.3.0
2692026-08-03T04:55:19.801Z Downloaded futures-sink v0.3.33
2702026-08-03T04:55:19.804Z Downloaded crypto-common v0.1.6
2712026-08-03T04:55:19.804Z Downloaded dtrace-parser v0.3.0
2722026-08-03T04:55:19.809Z Downloaded toml_parser v1.1.2+spec-1.1.0
2732026-08-03T04:55:19.812Z Downloaded slab v0.4.9
2742026-08-03T04:55:19.812Z Downloaded find-msvc-tools v0.1.9
2752026-08-03T04:55:19.815Z Downloaded icu_normalizer_data v1.5.0
2762026-08-03T04:55:19.815Z Downloaded displaydoc v0.2.5
2772026-08-03T04:55:19.815Z Downloaded concurrent-queue v2.5.0
2782026-08-03T04:55:19.817Z Downloaded num-traits v0.2.14
2792026-08-03T04:55:19.818Z Downloaded oid-registry v0.8.1
2802026-08-03T04:55:19.818Z Downloaded yasna v0.6.0
2812026-08-03T04:55:19.821Z Downloaded dyn-clone v1.0.4
2822026-08-03T04:55:19.821Z Downloaded block-buffer v0.10.2
2832026-08-03T04:55:19.821Z Downloaded asn1-rs-derive v0.6.0
2842026-08-03T04:55:19.821Z Downloaded fnv v1.0.7
2852026-08-03T04:55:19.824Z Downloaded icu_provider v1.5.0
2862026-08-03T04:55:19.824Z Downloaded tempfile v3.27.0
2872026-08-03T04:55:19.826Z Downloaded bit-vec v0.9.1
2882026-08-03T04:55:19.826Z Downloaded async-channel v2.5.0
2892026-08-03T04:55:19.829Z Downloaded zeroize v1.8.2
2902026-08-03T04:55:19.829Z Downloaded serde_derive v1.0.229
2912026-08-03T04:55:19.832Z Downloaded futures-macro v0.3.33
2922026-08-03T04:55:19.832Z Downloaded once_cell v1.20.1
2932026-08-03T04:55:19.832Z Downloaded parking_lot v0.12.1
2942026-08-03T04:55:19.835Z Downloaded bitflags v2.11.0
2952026-08-03T04:55:19.835Z Downloaded rustversion v1.0.22
2962026-08-03T04:55:19.837Z Downloaded tinyvec v1.5.1
2972026-08-03T04:55:19.838Z Downloaded trybuild v1.0.118
2982026-08-03T04:55:19.840Z Downloaded pest_meta v2.8.1
2992026-08-03T04:55:19.843Z Downloaded quinn-udp v0.5.5
3002026-08-03T04:55:19.843Z Downloaded buf-list v1.1.2
3012026-08-03T04:55:19.843Z Downloaded shlex v1.3.0
3022026-08-03T04:55:19.846Z Downloaded zerovec-derive v0.10.3
3032026-08-03T04:55:19.846Z Downloaded slog-term v2.9.2
3042026-08-03T04:55:19.846Z Downloaded block-buffer v0.12.0
3052026-08-03T04:55:19.849Z Downloaded deranged v0.5.5
3062026-08-03T04:55:19.849Z Downloaded icu_properties v1.5.1
3072026-08-03T04:55:19.849Z Downloaded rustls-webpki v0.103.13
3082026-08-03T04:55:19.852Z Downloaded compression-codecs v0.4.38
3092026-08-03T04:55:19.852Z Downloaded digest v0.10.7
3102026-08-03T04:55:19.854Z Downloaded rcgen v0.14.8
3112026-08-03T04:55:19.854Z Downloaded proc-macro2 v1.0.107
3122026-08-03T04:55:19.857Z Downloaded erased-serde v0.3.31
3132026-08-03T04:55:19.857Z Downloaded term v1.1.0
3142026-08-03T04:55:19.860Z Downloaded tokio-rustls v0.26.4
3152026-08-03T04:55:19.860Z Downloaded data-encoding v2.4.0
3162026-08-03T04:55:19.860Z Downloaded console v0.15.7
3172026-08-03T04:55:19.863Z Downloaded event-listener-strategy v0.5.4
3182026-08-03T04:55:19.863Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3192026-08-03T04:55:19.863Z Downloaded debug-ignore v1.0.5
3202026-08-03T04:55:19.866Z Downloaded digest v0.11.2
3212026-08-03T04:55:19.866Z Downloaded subprocess v1.2.0
3222026-08-03T04:55:19.869Z Downloaded icu_locid v1.5.0
3232026-08-03T04:55:19.872Z Downloaded event-listener v5.0.0
3242026-08-03T04:55:19.872Z Downloaded fs_extra v1.3.0
3252026-08-03T04:55:19.878Z Downloaded futures-channel v0.3.33
3262026-08-03T04:55:19.881Z Downloaded schemars v0.8.22
3272026-08-03T04:55:19.885Z Downloaded socket2 v0.5.9
3282026-08-03T04:55:19.888Z Downloaded unicode-ident v1.0.12
3292026-08-03T04:55:19.888Z Downloaded async-trait v0.1.91
3302026-08-03T04:55:19.891Z Downloaded camino v1.2.4
3312026-08-03T04:55:19.891Z Downloaded generic-array v0.14.5
3322026-08-03T04:55:19.894Z Downloaded crc32fast v1.5.0
3332026-08-03T04:55:19.894Z Downloaded miniz_oxide v0.8.9
3342026-08-03T04:55:19.896Z Downloaded cmake v0.1.58
3352026-08-03T04:55:19.896Z Downloaded const-oid v0.10.2
3362026-08-03T04:55:19.900Z Downloaded serde v1.0.229
3372026-08-03T04:55:19.902Z Downloaded chacha20 v0.10.1
3382026-08-03T04:55:19.905Z Downloaded zmij v1.0.2
3392026-08-03T04:55:19.905Z Downloaded anyhow v1.0.104
3402026-08-03T04:55:19.908Z Downloaded typenum v1.19.0
3412026-08-03T04:55:19.908Z Downloaded tracing v0.1.40
3422026-08-03T04:55:19.911Z Downloaded ucd-trie v0.1.6
3432026-08-03T04:55:19.911Z Downloaded getrandom v0.4.1
3442026-08-03T04:55:19.914Z Downloaded uuid v1.24.0
3452026-08-03T04:55:19.917Z Downloaded prettyplease v0.3.0
3462026-08-03T04:55:19.919Z Downloaded tungstenite v0.30.0
3472026-08-03T04:55:19.922Z Downloaded getrandom v0.2.11
3482026-08-03T04:55:19.926Z Downloaded tracing-core v0.1.32
3492026-08-03T04:55:19.926Z Downloaded unicode-segmentation v1.10.0
3502026-08-03T04:55:19.929Z Downloaded url v2.5.4
3512026-08-03T04:55:19.933Z Downloaded quinn v0.11.9
3522026-08-03T04:55:19.936Z Downloaded zerocopy-derive v0.8.27
3532026-08-03T04:55:19.939Z Downloaded futures v0.3.33
3542026-08-03T04:55:19.942Z Downloaded minimal-lexical v0.2.1
3552026-08-03T04:55:19.945Z Downloaded crossbeam-utils v0.8.21
3562026-08-03T04:55:19.948Z Downloaded indexmap v2.14.0
3572026-08-03T04:55:19.950Z Downloaded der-parser v10.0.0
3582026-08-03T04:55:19.950Z Downloaded memchr v2.6.0
3592026-08-03T04:55:19.954Z Downloaded asn1-rs v0.7.1
3602026-08-03T04:55:19.956Z Downloaded mio v1.2.0
3612026-08-03T04:55:19.959Z Downloaded num-bigint v0.4.3
3622026-08-03T04:55:19.962Z Downloaded rand v0.10.2
3632026-08-03T04:55:19.964Z Downloaded bytes v1.12.1
3642026-08-03T04:55:19.967Z Downloaded flate2 v1.1.9
3652026-08-03T04:55:19.970Z Downloaded base64 v0.22.1
3662026-08-03T04:55:19.970Z Downloaded http v1.4.2
3672026-08-03T04:55:19.973Z Downloaded hyper-util v0.1.20
3682026-08-03T04:55:19.979Z Downloaded base64 v0.23.0
3692026-08-03T04:55:19.982Z Downloaded x509-parser v0.18.0
3702026-08-03T04:55:19.984Z Downloaded tower v0.5.2
3712026-08-03T04:55:19.989Z Downloaded crossbeam-channel v0.5.15
3722026-08-03T04:55:19.992Z Downloaded idna v1.0.3
3732026-08-03T04:55:19.994Z Downloaded cc v1.2.60
3742026-08-03T04:55:19.997Z Downloaded expectorate v1.2.0
3752026-08-03T04:55:19.997Z Downloaded nom v7.1.3
3762026-08-03T04:55:20.001Z Downloaded serde_json v1.0.151
3772026-08-03T04:55:20.005Z Downloaded async-compression v0.4.42
3782026-08-03T04:55:20.009Z Downloaded iri-string v0.7.8
3792026-08-03T04:55:20.013Z Downloaded pest v2.8.1
3802026-08-03T04:55:20.019Z Downloaded tokio-util v0.7.19
3812026-08-03T04:55:20.023Z Downloaded zerovec v0.10.4
3822026-08-03T04:55:20.026Z Downloaded hyper v1.11.0
3832026-08-03T04:55:20.030Z Downloaded reqwest v0.13.4
3842026-08-03T04:55:20.034Z Downloaded tower-http v0.6.8
3852026-08-03T04:55:20.038Z Downloaded portable-atomic v1.9.0
3862026-08-03T04:55:20.053Z Downloaded hashbrown v0.17.0
3872026-08-03T04:55:20.064Z Downloaded winnow v1.0.0
3882026-08-03T04:55:20.069Z Downloaded icu_properties_data v1.5.0
3892026-08-03T04:55:20.074Z Downloaded futures-util v0.3.33
3902026-08-03T04:55:20.080Z Downloaded h2 v0.4.14
3912026-08-03T04:55:20.084Z Downloaded zerocopy v0.8.27
3922026-08-03T04:55:20.095Z Downloaded chrono v0.4.45
3932026-08-03T04:55:20.099Z Downloaded quinn-proto v0.11.16
3942026-08-03T04:55:20.103Z Downloaded time v0.3.47
3952026-08-03T04:55:20.109Z Downloaded aws-lc-rs v1.16.3
3962026-08-03T04:55:20.119Z Downloaded goblin v0.10.1
3972026-08-03T04:55:20.124Z Downloaded openapiv3 v2.2.0
3982026-08-03T04:55:20.130Z Downloaded syn v2.0.118
3992026-08-03T04:55:20.136Z Downloaded syn v3.0.3
4002026-08-03T04:55:20.159Z Downloaded rustix v1.1.4
4012026-08-03T04:55:20.172Z Downloaded rustix v0.38.44
4022026-08-03T04:55:20.185Z Downloaded rustls v0.23.43
4032026-08-03T04:55:20.237Z Downloaded libc v0.2.189
4042026-08-03T04:55:20.256Z Downloaded tokio v1.53.1
4052026-08-03T04:55:20.279Z Downloaded encoding_rs v0.8.32
4062026-08-03T04:55:20.329Z Downloaded ring v0.17.13
4072026-08-03T04:55:20.910Z Downloaded aws-lc-sys v0.40.0
4082026-08-03T04:55:21.137Z Compiling proc-macro2 v1.0.107
4092026-08-03T04:55:21.137Z Compiling quote v1.0.47
4102026-08-03T04:55:21.137Z Compiling unicode-ident v1.0.12
4112026-08-03T04:55:21.141Z Compiling libc v0.2.189
4122026-08-03T04:55:21.141Z Compiling cfg-if v1.0.0
4132026-08-03T04:55:21.141Z Compiling itoa v1.0.1
4142026-08-03T04:55:21.141Z Compiling memchr v2.6.0
4152026-08-03T04:55:21.234Z Compiling serde_core v1.0.229
4162026-08-03T04:55:21.238Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.107/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=9c82bc602d585478 -C extra-filename=-504b3f0855041379 --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-504b3f0855041379 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4172026-08-03T04:55:21.238Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6770121596507594 -C extra-filename=-a0fb0138d82080e4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4182026-08-03T04:55:21.238Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.47/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=0cc95c8db51de9c7 -C extra-filename=-db1add30f6c8035d --out-dir /work/oxidecomputer/dropshot/target/debug/build/quote-db1add30f6c8035d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4192026-08-03T04:55:21.238Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=92e5e56c227d6589 -C extra-filename=-ce4948a932fb1220 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4202026-08-03T04:55:21.238Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.189/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--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' --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=ac444defc50d05a0 -C extra-filename=-b3a475bdec800bbf --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-b3a475bdec800bbf -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4212026-08-03T04:55:21.239Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=3b4fb1818a28d5de -C extra-filename=-0af57a848de951cf --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4222026-08-03T04:55:21.244Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.229/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=f97d4e1aef9931fd -C extra-filename=-a62f90b516c0d207 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-a62f90b516c0d207 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4232026-08-03T04:55:21.247Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=93e9cfa30d518b8d -C extra-filename=-7981f4679f1d9fcc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4242026-08-03T04:55:21.306Z Compiling pin-project-lite v0.2.12
4252026-08-03T04:55:21.313Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=93df2877ad4df9da -C extra-filename=-884aae9ad79cdf73 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4262026-08-03T04:55:21.353Z Compiling autocfg v1.1.0
4272026-08-03T04:55:21.357Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=45555754e315a213 -C extra-filename=-f19cb554f2baccce --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4282026-08-03T04:55:21.362Z Compiling smallvec v1.13.2
4292026-08-03T04:55:21.366Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=1aa649c352a5154e -C extra-filename=-a940c0bb25f890d4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4302026-08-03T04:55:21.389Z Compiling bytes v1.12.1
4312026-08-03T04:55:21.395Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=ed4fd6f73914e10b -C extra-filename=-7853a259e9a38a5c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4322026-08-03T04:55:21.574Z Compiling futures-core v0.3.33
4332026-08-03T04:55:21.575Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.33/src/lib.rs --error-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=4893119575e77804 -C extra-filename=-c318971817f643ca --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4342026-08-03T04:55:21.585Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-a62f90b516c0d207/build-script-build`
4352026-08-03T04:55:21.585Z Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-504b3f0855041379/build-script-build`
4362026-08-03T04:55:21.589Z Running `/work/oxidecomputer/dropshot/target/debug/build/quote-db1add30f6c8035d/build-script-build`
4372026-08-03T04:55:21.609Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-b3a475bdec800bbf/build-script-build`
4382026-08-03T04:55:21.619Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.229/src/lib.rs --error-format=json --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=6e7f397870ac2244 -C extra-filename=-c04ec599fa8cdd79 --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)'`
4392026-08-03T04:55:21.634Z Compiling zmij v1.0.2
4402026-08-03T04:55:21.638Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=2e6758ce9ae4293d -C extra-filename=-9f56ef0b50ccbde2 --out-dir /work/oxidecomputer/dropshot/target/debug/build/zmij-9f56ef0b50ccbde2 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4412026-08-03T04:55:21.643Z Compiling serde v1.0.229
4422026-08-03T04:55:21.646Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.229/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=f82452fba4aae512 -C extra-filename=-a64cb5dbb5b6cebe --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-a64cb5dbb5b6cebe -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4432026-08-03T04:55:21.646Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.189/src/lib.rs --error-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=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--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' --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=f153abee9e9e47e7 -C extra-filename=-7398cde873465ce2 --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(libc_pauthtest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin","qurt","qnx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
4442026-08-03T04:55:21.721Z Compiling once_cell v1.20.1
4452026-08-03T04:55:21.724Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=bee2cea8650ab11b -C extra-filename=-b7c38563a55f281b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4462026-08-03T04:55:21.989Z Compiling serde_json v1.0.151
4472026-08-03T04:55:21.993Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.151/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=bbed4688fc9ed337 -C extra-filename=-03d184dfea8bdc51 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-03d184dfea8bdc51 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4482026-08-03T04:55:21.999Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.107/src/lib.rs --error-format=json --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=52b8ccc50e09cb25 -C extra-filename=-e941e402522ab889 --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-a0fb0138d82080e4.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)'`
4492026-08-03T04:55:22.008Z Running `/work/oxidecomputer/dropshot/target/debug/build/zmij-9f56ef0b50ccbde2/build-script-build`
4502026-08-03T04:55:22.041Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-a64cb5dbb5b6cebe/build-script-build`
4512026-08-03T04:55:22.048Z Compiling thiserror v2.0.19
4522026-08-03T04:55:22.051Z Compiling log v0.4.17
4532026-08-03T04:55:22.052Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.19/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=3963f0d674744c4c -C extra-filename=-022958a6a8237a40 --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-022958a6a8237a40 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4542026-08-03T04:55:22.057Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "value-bag"))' -C metadata=f62e8c65797f3562 -C extra-filename=-726ce06584db557c --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-726ce06584db557c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4552026-08-03T04:55:22.078Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zmij --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=ae10a0e80760fee2 -C extra-filename=-649e44e2e51851ff --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-08-03T04:55:22.132Z Compiling jobserver v0.1.34
4572026-08-03T04:55:22.137Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5098454c423c835e -C extra-filename=-cf954cf394cfe7bf --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-7398cde873465ce2.rmeta --cap-lints allow`
4582026-08-03T04:55:22.203Z Compiling find-msvc-tools v0.1.9
4592026-08-03T04:55:22.206Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name find_msvc_tools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/find-msvc-tools-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --allow=unexpected_cfgs --check-cfg 'cfg(disable_clang_cl_tests)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cd6601d3a5f29b4a -C extra-filename=-2fbfa43f437a4284 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4602026-08-03T04:55:22.220Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-03d184dfea8bdc51/build-script-build`
4612026-08-03T04:55:22.233Z Compiling parking_lot_core v0.9.4
4622026-08-03T04:55:22.237Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=6028877b28c39ad7 -C extra-filename=-22e219a0a8a39402 --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-22e219a0a8a39402 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4632026-08-03T04:55:22.264Z Compiling shlex v1.3.0
4642026-08-03T04:55:22.268Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9986ebb7cf7640b0 -C extra-filename=-344bda5bbc72db3f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4652026-08-03T04:55:22.303Z Running `/work/oxidecomputer/dropshot/target/debug/build/log-726ce06584db557c/build-script-build`
4662026-08-03T04:55:22.309Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "value-bag"))' -C metadata=405afb4f42a49bc3 -C extra-filename=-4d49c31f4ede2482 --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-0af57a848de951cf.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics`
4672026-08-03T04:55:22.394Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.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="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=11aaeb7a59684285 -C extra-filename=-5375249d3c20c47a --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-e941e402522ab889.rmeta --cap-lints allow --check-cfg 'cfg(no_diagnostic_namespace)'`
4682026-08-03T04:55:22.448Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-022958a6a8237a40/build-script-build`
4692026-08-03T04:55:22.458Z Compiling cc v1.2.60
4702026-08-03T04:55:22.458Z Compiling slab v0.4.9
4712026-08-03T04:55:22.461Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.60/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --allow=unexpected_cfgs --check-cfg 'cfg(disable_clang_cl_tests)' --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=eb383e4f19f28e54 -C extra-filename=-698538d5e335118d --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-2fbfa43f437a4284.rmeta --extern jobserver=/work/oxidecomputer/dropshot/target/debug/deps/libjobserver-cf954cf394cfe7bf.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --extern shlex=/work/oxidecomputer/dropshot/target/debug/deps/libshlex-344bda5bbc72db3f.rmeta --cap-lints allow`
4722026-08-03T04:55:22.462Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=a1ffdd025cd543f6 -C extra-filename=-2828218fc122b8ba --out-dir /work/oxidecomputer/dropshot/target/debug/build/slab-2828218fc122b8ba -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-f19cb554f2baccce.rlib --cap-lints allow`
4732026-08-03T04:55:22.501Z Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-22e219a0a8a39402/build-script-build`
4742026-08-03T04:55:22.514Z Compiling scopeguard v1.2.0
4752026-08-03T04:55:22.517Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=ae2bc095072663af -C extra-filename=-b6d3464ca631d43d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4762026-08-03T04:55:22.524Z Compiling futures-sink v0.3.33
4772026-08-03T04:55:22.527Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.33/src/lib.rs --error-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=878bbf4b09ce1a83 -C extra-filename=-63947ff075e63cff --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4782026-08-03T04:55:22.621Z Compiling syn v2.0.118
4792026-08-03T04:55:22.624Z Compiling syn v3.0.3
4802026-08-03T04:55:22.625Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.118/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=e721a7852ed36cd6 -C extra-filename=-2047fbb698c281e6 --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-e941e402522ab889.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-a0fb0138d82080e4.rmeta --cap-lints allow`
4812026-08-03T04:55:22.625Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-3.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 --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"' --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=4a970735c73d9faa -C extra-filename=-b66c5bededaa0ec5 --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-e941e402522ab889.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-a0fb0138d82080e4.rmeta --cap-lints allow`
4822026-08-03T04:55:22.650Z Compiling lock_api v0.4.6
4832026-08-03T04:55:22.654Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "nightly", "owning_ref", "serde"))' -C metadata=c49f1f08fc14dc2e -C extra-filename=-0c15f3eee7825418 --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-b6d3464ca631d43d.rmeta --cap-lints allow`
4842026-08-03T04:55:22.696Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=6b47fe8ef6bedf5d -C extra-filename=-d8d5035b92db741b --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-0af57a848de951cf.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-a940c0bb25f890d4.rmeta --cap-lints allow`
4852026-08-03T04:55:22.715Z Running `/work/oxidecomputer/dropshot/target/debug/build/slab-2828218fc122b8ba/build-script-build`
4862026-08-03T04:55:22.762Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.229/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=33a23fab8f2cf5f1 -C extra-filename=-5f4cfd6e0769b66b --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-5f4cfd6e0769b66b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4872026-08-03T04:55:22.799Z Compiling dunce v1.0.5
4882026-08-03T04:55:22.802Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dunce --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dunce-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e20f089430bba52c -C extra-filename=-ac5f9eaa9f50506a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4892026-08-03T04:55:22.870Z Compiling fs_extra v1.3.0
4902026-08-03T04:55:22.873Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name fs_extra --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs_extra-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bfeb2e6eb2d53514 -C extra-filename=-1d38efd74f2c7fc0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4912026-08-03T04:55:22.895Z Compiling parking_lot v0.12.1
4922026-08-03T04:55:22.899Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=343d74144a055038 -C extra-filename=-07054b2f220e24f0 --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-0c15f3eee7825418.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-d8d5035b92db741b.rmeta --cap-lints allow`
4932026-08-03T04:55:23.017Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=8706cd8dd8d41fa4 -C extra-filename=-e621bc1f4ef5167b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4942026-08-03T04:55:23.085Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-5f4cfd6e0769b66b/build-script-build`
4952026-08-03T04:55:23.126Z Compiling mio v1.2.0
4962026-08-03T04:55:23.129Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=09edacf1d3a0ddab -C extra-filename=-322ebfe76ea31557 --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-7398cde873465ce2.rmeta --cap-lints allow`
4972026-08-03T04:55:23.135Z Compiling signal-hook-registry v1.4.0
4982026-08-03T04:55:23.138Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1b746e2aa5f9b4ff -C extra-filename=-0bfca18cd927c29a --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-7398cde873465ce2.rmeta --cap-lints allow`
4992026-08-03T04:55:23.182Z Compiling socket2 v0.6.3
5002026-08-03T04:55:23.185Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=3a7c0dbcbcf06342 -C extra-filename=-13e5a67c9a9fe3ba --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-7398cde873465ce2.rmeta --cap-lints allow`
5012026-08-03T04:55:23.317Z Compiling cmake v0.1.58
5022026-08-03T04:55:23.320Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cmake --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cmake-0.1.58/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b894a2fef91ad573 -C extra-filename=-dbbe940f675d1cd7 --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-698538d5e335118d.rmeta --cap-lints allow`
5032026-08-03T04:55:23.550Z Compiling stable_deref_trait v1.2.0
5042026-08-03T04:55:23.553Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=6bb90c62f0ac94fe -C extra-filename=-1fbe238204fc37a8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5052026-08-03T04:55:23.629Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.229/src/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=6e6d87f2cd4b8d3f -C extra-filename=-d4919a0507b8ef23 --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)'`
5062026-08-03T04:55:23.639Z Compiling futures-channel v0.3.33
5072026-08-03T04:55:23.642Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.33/src/lib.rs --error-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=a870347391f8444e -C extra-filename=-b2df71eb68912703 --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-c318971817f643ca.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-63947ff075e63cff.rmeta --cap-lints allow`
5082026-08-03T04:55:23.649Z Compiling http v1.4.2
5092026-08-03T04:55:23.651Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=026be540275d226b -C extra-filename=-d55a7db6d504ebb2 --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-7853a259e9a38a5c.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-ce4948a932fb1220.rmeta --cap-lints allow`
5102026-08-03T04:55:23.652Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.229/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=97c7a94f862f9a8f -C extra-filename=-a6ae2ed5db9c9184 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-a6ae2ed5db9c9184 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5112026-08-03T04:55:23.668Z Compiling version_check v0.9.5
5122026-08-03T04:55:23.672Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=350547eac7d18062 -C extra-filename=-ea52cc362ec4cf08 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5132026-08-03T04:55:23.774Z Compiling aws-lc-sys v0.40.0
5142026-08-03T04:55:23.784Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.40.0/builder/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-bindings", "asan", "bindgen", "default", "disable-prebuilt-nasm", "fips", "prebuilt-nasm", "ssl"))' -C metadata=a063b157a77fe144 -C extra-filename=-6fd9d4a5309a377f --out-dir /work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-6fd9d4a5309a377f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-698538d5e335118d.rlib --extern cmake=/work/oxidecomputer/dropshot/target/debug/deps/libcmake-dbbe940f675d1cd7.rlib --extern dunce=/work/oxidecomputer/dropshot/target/debug/deps/libdunce-ac5f9eaa9f50506a.rlib --extern fs_extra=/work/oxidecomputer/dropshot/target/debug/deps/libfs_extra-1d38efd74f2c7fc0.rlib --cap-lints allow`
5152026-08-03T04:55:23.869Z Compiling zeroize v1.8.2
5162026-08-03T04:55:23.873Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-1.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=477599378db2779f -C extra-filename=-6e75366fb73b4724 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5172026-08-03T04:55:23.950Z Compiling bitflags v2.11.0
5182026-08-03T04:55:23.959Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "example_generated", "serde", "serde_core", "std"))' -C metadata=222cd244a8d5ce52 -C extra-filename=-e43aa92cc1f4a725 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5192026-08-03T04:55:23.969Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-a6ae2ed5db9c9184/build-script-build`
5202026-08-03T04:55:24.011Z Compiling aws-lc-rs v1.16.3
5212026-08-03T04:55:24.014Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.16.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="aws-lc-sys"' --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "dev-tests-only", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=25cd0f9b80b71ca1 -C extra-filename=-a4926348862195ef --out-dir /work/oxidecomputer/dropshot/target/debug/build/aws-lc-rs-a4926348862195ef -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5222026-08-03T04:55:24.049Z Compiling rand_core v0.10.1
5232026-08-03T04:55:24.058Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-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 '--warn=clippy::undocumented_unsafe_blocks' --warn=missing_docs --warn=missing_debug_implementations --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=786f72d28ea51a31 -C extra-filename=-d9753deb2e14760e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5242026-08-03T04:55:24.184Z Compiling futures-task v0.3.33
5252026-08-03T04:55:24.188Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.33/src/lib.rs --error-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=6649bc7af3585ee4 -C extra-filename=-ad557284520dff9a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5262026-08-03T04:55:24.211Z Compiling ucd-trie v0.1.6
5272026-08-03T04:55:24.217Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e8824b05664dd76c -C extra-filename=-a712a9639355ef79 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5282026-08-03T04:55:24.324Z Compiling getrandom v0.4.1
5292026-08-03T04:55:24.328Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' --cfg 'feature="std"' --cfg 'feature="sys_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=dd9799dab2026aa1 -C extra-filename=-28274eeaf46357b5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/getrandom-28274eeaf46357b5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5302026-08-03T04:55:24.366Z Compiling futures-io v0.3.33
5312026-08-03T04:55:24.369Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.33/src/lib.rs --error-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=3bce664ca84634b4 -C extra-filename=-2040d6b08a4120d5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5322026-08-03T04:55:24.528Z Compiling rustls-pki-types v1.15.1
5332026-08-03T04:55:24.538Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.15.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused_qualifications --warn=unused_import_braces --warn=unused_extern_crates --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=elided_lifetimes_in_paths --check-cfg 'cfg(rustls_pki_types_docsrs)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=ef97b9d6c0eda587 -C extra-filename=-46ccf6657b23a4ec --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-6e75366fb73b4724.rmeta --cap-lints allow`
5342026-08-03T04:55:24.548Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.151/src/lib.rs --error-format=json --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=16649aad51fce8e9 -C extra-filename=-d8ae09073c416b7d --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-ce4948a932fb1220.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-7981f4679f1d9fcc.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-c04ec599fa8cdd79.rmeta --extern zmij=/work/oxidecomputer/dropshot/target/debug/deps/libzmij-649e44e2e51851ff.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
5352026-08-03T04:55:24.598Z Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-28274eeaf46357b5/build-script-build`
5362026-08-03T04:55:24.612Z Compiling rustversion v1.0.22
5372026-08-03T04:55:24.615Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ac8b19efda0531fc -C extra-filename=-9c10b9a6efaf0d28 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustversion-9c10b9a6efaf0d28 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5382026-08-03T04:55:24.645Z Running `/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-6fd9d4a5309a377f/build-script-main`
5392026-08-03T04:55:24.680Z Compiling httparse v1.10.0
5402026-08-03T04:55:24.683Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2d84dbf6667f4bfc -C extra-filename=-09bff0e2cb74ab72 --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-09bff0e2cb74ab72 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5412026-08-03T04:55:24.949Z Compiling typenum v1.19.0
5422026-08-03T04:55:24.952Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="const-generics"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=962eb8bc3b6b9dd8 -C extra-filename=-50b0702e01ae3626 --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-50b0702e01ae3626 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5432026-08-03T04:55:25.010Z Compiling zerocopy v0.8.27
5442026-08-03T04:55:25.013Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.27/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=be279384903d4571 -C extra-filename=-5495717be3ce71fc --out-dir /work/oxidecomputer/dropshot/target/debug/build/zerocopy-5495717be3ce71fc -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5452026-08-03T04:55:25.025Z Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-09bff0e2cb74ab72/build-script-build`
5462026-08-03T04:55:25.064Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustversion-9c10b9a6efaf0d28/build-script-build`
5472026-08-03T04:55:25.105Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' --cfg 'feature="std"' --cfg 'feature="sys_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=7ffbf2851090e35e -C extra-filename=-ca79870ce014c763 --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-0af57a848de951cf.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-d9753deb2e14760e.rmeta --cap-lints allow`
5482026-08-03T04:55:25.284Z Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-50b0702e01ae3626/build-script-build`
5492026-08-03T04:55:25.294Z Compiling errno v0.3.10
5502026-08-03T04:55:25.297Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=69a6ba90396417b3 -C extra-filename=-806bbb81fbf955fc --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-7398cde873465ce2.rmeta --cap-lints allow`
5512026-08-03T04:55:25.304Z Compiling litemap v0.7.4
5522026-08-03T04:55:25.307Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "testing", "yoke"))' -C metadata=d67cd9afebc6e347 -C extra-filename=-88ebcf735b7babe1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5532026-08-03T04:55:25.385Z Running `/work/oxidecomputer/dropshot/target/debug/build/zerocopy-5495717be3ce71fc/build-script-build`
5542026-08-03T04:55:25.426Z Compiling synstructure v0.13.1
5552026-08-03T04:55:25.429Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=eaf1d9830bac86b1 -C extra-filename=-ffb52adcde0fdd46 --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-e941e402522ab889.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rmeta --cap-lints allow`
5562026-08-03T04:55:25.444Z Compiling crossbeam-utils v0.8.21
5572026-08-03T04:55:25.447Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=e7dc5363eb1bdbf8 -C extra-filename=-e82eb90406bd2360 --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-e82eb90406bd2360 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5582026-08-03T04:55:25.478Z Compiling rustix v1.1.4
5592026-08-03T04:55:25.482Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=ba2bd908a38d2b7a -C extra-filename=-694ee3f3379eb6d4 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-694ee3f3379eb6d4 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5602026-08-03T04:55:25.497Z Compiling writeable v0.5.5
5612026-08-03T04:55:25.500Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name writeable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "either"))' -C metadata=c43bfcb9b6c380e8 -C extra-filename=-044bc8bbb95909aa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5622026-08-03T04:55:25.669Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="const-generics"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=1108c162c997bca9 -C extra-filename=-8588b87493353f2b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5632026-08-03T04:55:25.737Z Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-e82eb90406bd2360/build-script-build`
5642026-08-03T04:55:25.759Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cb27623922b58e80 -C extra-filename=-4b8f14609df1dd30 --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"))'`
5652026-08-03T04:55:25.778Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ab48dc3ac8d0646f -C extra-filename=-5a88a5daedc53632 --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`
5662026-08-03T04:55:25.814Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-694ee3f3379eb6d4/build-script-build`
5672026-08-03T04:55:25.904Z Compiling powerfmt v0.2.0
5682026-08-03T04:55:25.907Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=ff4b9fb17913e2b6 -C extra-filename=-2e0ac05791d5c716 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5692026-08-03T04:55:26.013Z Compiling hashbrown v0.17.0
5702026-08-03T04:55:26.016Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused_extern_crates --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_else' '--warn=clippy::ptr_cast_constness' '--warn=clippy::ptr_as_ptr' '--allow=clippy::option_if_let_else' '--warn=clippy::needless_continue' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_safety_doc' '--allow=clippy::missing_errors_doc' --warn=missing_docs '--allow=clippy::manual_map' '--warn=clippy::manual_let_else' --warn=explicit_outlives_requirements --warn=ellipsis_inclusive_range_patterns --warn=elided_lifetimes_in_paths '--allow=clippy::doc_markdown' '--warn=clippy::borrow_as_ptr' --warn=bare_trait_objects --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=087bc64d696e68a2 -C extra-filename=-e8e8b30695935823 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5712026-08-03T04:55:26.083Z Compiling time-core v0.1.8
5722026-08-03T04:55:26.086Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("large-dates"))' -C metadata=900a95317df82f14 -C extra-filename=-d92b0a234662c57c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5732026-08-03T04:55:26.106Z Compiling num-conv v0.2.0
5742026-08-03T04:55:26.109Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=289aed1493447032 -C extra-filename=-e341a82f1fff0f09 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5752026-08-03T04:55:26.224Z Compiling equivalent v1.0.0
5762026-08-03T04:55:26.227Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1fd1aab82253abfb -C extra-filename=-66649c96b7aa6105 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5772026-08-03T04:55:26.234Z Compiling time-macros v0.2.27
5782026-08-03T04:55:26.237Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="formatting"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=dc3fff4dac1ccb89 -C extra-filename=-3cd05aadbfb7f77a --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-e341a82f1fff0f09.rlib --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-d92b0a234662c57c.rlib --extern proc_macro --cap-lints allow`
5792026-08-03T04:55:26.295Z Compiling slog v2.8.2
5802026-08-03T04:55:26.298Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=c29cb75765ef6acb -C extra-filename=-ac4226edf208555a --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-ac4226edf208555a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rustversion=/work/oxidecomputer/dropshot/target/debug/deps/librustversion-4b8f14609df1dd30.so --cap-lints allow`
5812026-08-03T04:55:26.309Z Compiling hybrid-array v0.4.8
5822026-08-03T04:55:26.312Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hybrid_array --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hybrid-array-0.4.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--warn=clippy::panic_in_result_fn' '--warn=clippy::panic' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' '--warn=clippy::arithmetic_side_effects' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytemuck", "ctutils", "extra-sizes", "serde", "subtle", "zerocopy", "zeroize"))' -C metadata=e6d177d3171ad1f7 -C extra-filename=-5eced5b1f3dc5410 --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-8588b87493353f2b.rmeta --cap-lints allow`
5832026-08-03T04:55:26.379Z Compiling deranged v0.5.5
5842026-08-03T04:55:26.382Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--allow=clippy::redundant-pub-crate' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints '--allow=clippy::option-if-let-else' --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --warn=unstable-name-collisions --allow=path-statements --cfg 'feature="default"' --cfg 'feature="powerfmt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "num", "powerfmt", "quickcheck", "rand", "rand08", "rand09", "serde"))' -C metadata=3c31a5606af9a3bb -C extra-filename=-46d5bba9eae7a669 --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-2e0ac05791d5c716.rmeta --cap-lints allow`
5852026-08-03T04:55:26.509Z Compiling serde_derive v1.0.229
5862026-08-03T04:55:26.513Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.229/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=51fc34d5d2ea36ea -C extra-filename=-a96912dea8404812 --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-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b66c5bededaa0ec5.rlib --extern proc_macro --cap-lints allow`
5872026-08-03T04:55:26.519Z Compiling thiserror-impl v2.0.19
5882026-08-03T04:55:26.522Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.19/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=443722c5f2762967 -C extra-filename=-30f297734f3e74d4 --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-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b66c5bededaa0ec5.rlib --extern proc_macro --cap-lints allow`
5892026-08-03T04:55:26.563Z Compiling indexmap v2.14.0
5902026-08-03T04:55:26.566Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --deny=unsafe-code --deny=unreachable-pub --deny=unnameable-types '--allow=clippy::style' --warn=rust-2018-idioms --deny=private-interfaces --deny=private-bounds --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "serde", "std", "sval", "test_debug"))' -C metadata=32190faa062c654d -C extra-filename=-aeb7e62e5466d37c --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-66649c96b7aa6105.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-e8e8b30695935823.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-c04ec599fa8cdd79.rmeta --cap-lints allow`
5912026-08-03T04:55:26.626Z Compiling zerofrom-derive v0.1.5
5922026-08-03T04:55:26.629Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e5024acacae6c7ff -C extra-filename=-cd6e8bc185f45903 --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-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-ffb52adcde0fdd46.rlib --extern proc_macro --cap-lints allow`
5932026-08-03T04:55:26.760Z Compiling yoke-derive v0.7.5
5942026-08-03T04:55:26.770Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name yoke_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9f6659d0c926eee2 -C extra-filename=-07598d56270a8621 --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-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-ffb52adcde0fdd46.rlib --extern proc_macro --cap-lints allow`
5952026-08-03T04:55:27.236Z Compiling tokio-macros v2.7.0
5962026-08-03T04:55:27.239Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=23266cc9a5e893c5 -C extra-filename=-559d030644ee3925 --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-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rlib --extern proc_macro --cap-lints allow`
5972026-08-03T04:55:27.268Z Compiling zerovec-derive v0.10.3
5982026-08-03T04:55:27.271Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zerovec_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=90e272c886412ef2 -C extra-filename=-916ee3abb702abf4 --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-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rlib --extern proc_macro --cap-lints allow`
5992026-08-03T04:55:27.465Z Compiling futures-macro v0.3.33
6002026-08-03T04:55:27.468Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.33/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=b0b996329d8ef1c7 -C extra-filename=-3e29e899d0b288cf --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-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rlib --extern proc_macro --cap-lints allow`
6012026-08-03T04:55:27.800Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.19/src/lib.rs --error-format=json --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=70220f47e7447e8d -C extra-filename=-b748758db30a035e --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-30f297734f3e74d4.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
6022026-08-03T04:55:27.828Z Compiling displaydoc v0.2.5
6032026-08-03T04:55:27.831Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name displaydoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b7f1e9b276f40908 -C extra-filename=-4916686deaf3ccff --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-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rlib --extern proc_macro --cap-lints allow`
6042026-08-03T04:55:27.874Z Compiling zerofrom v0.1.5
6052026-08-03T04:55:27.874Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=d63e94821913d181 -C extra-filename=-87236e095638660a --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-cd6e8bc185f45903.so --cap-lints allow`
6062026-08-03T04:55:27.905Z Compiling pest v2.8.1
6072026-08-03T04:55:27.908Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=b0515076b88f4a98 -C extra-filename=-3326c26a73d87d53 --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-7981f4679f1d9fcc.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-a712a9639355ef79.rmeta --cap-lints allow`
6082026-08-03T04:55:28.002Z Compiling yoke v0.7.5
6092026-08-03T04:55:28.005Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=48b69544b0502f01 -C extra-filename=-5e5bdec5097ddff9 --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-1fbe238204fc37a8.rmeta --extern yoke_derive=/work/oxidecomputer/dropshot/target/debug/deps/libyoke_derive-07598d56270a8621.so --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-87236e095638660a.rmeta --cap-lints allow`
6102026-08-03T04:55:28.012Z Compiling tokio v1.53.1
6112026-08-03T04:55:28.015Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.53.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(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", "schedule-latency", "signal", "signal-hook-registry", "socket2", "sync", "taskdump", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=5c83f1444ea8a38b -C extra-filename=-5bff1d695e8a340e --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-7853a259e9a38a5c.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-322ebfe76ea31557.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-07054b2f220e24f0.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-0bfca18cd927c29a.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-13e5a67c9a9fe3ba.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-559d030644ee3925.so --cap-lints allow`
6122026-08-03T04:55:28.203Z Compiling zerocopy-derive v0.8.27
6132026-08-03T04:55:28.206Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.8.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8f3916df79b55a53 -C extra-filename=-00a739cb5be4386a --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-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rlib --extern proc_macro --cap-lints allow`
6142026-08-03T04:55:28.329Z Compiling futures-util v0.3.33
6152026-08-03T04:55:28.332Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.33/src/lib.rs --error-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", "portable-atomic-alloc", "portable-atomic-util", "portable_atomic_crate", "sink", "slab", "spin", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=89309650d2d332d1 -C extra-filename=-b80a1fa00d64ebea --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-b2df71eb68912703.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c318971817f643ca.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-2040d6b08a4120d5.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-3e29e899d0b288cf.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-63947ff075e63cff.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-ad557284520dff9a.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-7981f4679f1d9fcc.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-e621bc1f4ef5167b.rmeta --cap-lints allow`
6162026-08-03T04:55:28.347Z Compiling zerovec v0.10.4
6172026-08-03T04:55:28.350Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=39bc27c2ee6335db -C extra-filename=-8b10918e9f77896f --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-5e5bdec5097ddff9.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-87236e095638660a.rmeta --extern zerovec_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec_derive-916ee3abb702abf4.so --cap-lints allow`
6182026-08-03T04:55:28.579Z Compiling icu_provider_macros v1.5.0
6192026-08-03T04:55:28.582Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider_macros-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=30afb46f48e3eed9 -C extra-filename=-b2bdccf5add6fb4a --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-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rlib --extern proc_macro --cap-lints allow`
6202026-08-03T04:55:29.149Z Compiling tinystr v0.7.6
6212026-08-03T04:55:29.152Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=55f9c292f51fd127 -C extra-filename=-f248edb2d57609ee --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-4916686deaf3ccff.so --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-8b10918e9f77896f.rmeta --cap-lints allow`
6222026-08-03T04:55:29.169Z Compiling pest_meta v2.8.1
6232026-08-03T04:55:29.172Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=1d09c03f4df54bad -C extra-filename=-2d51cf06f797ff4e --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-3326c26a73d87d53.rmeta --cap-lints allow`
6242026-08-03T04:55:29.216Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.229/src/lib.rs --error-format=json --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=41af632676b4141b -C extra-filename=-487c7942d90f23d8 --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-c04ec599fa8cdd79.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-a96912dea8404812.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)'`
6252026-08-03T04:55:29.258Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.229/src/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=c2d9ce6539e7ee11 -C extra-filename=-6360e43d0dec8e96 --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-d4919a0507b8ef23.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-a96912dea8404812.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)'`
6262026-08-03T04:55:29.349Z Compiling icu_locid v1.5.0
6272026-08-03T04:55:29.352Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std", "zerovec"))' -C metadata=0c374216b3ec5fe5 -C extra-filename=-5e49e9b5c5387f9a --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-4916686deaf3ccff.so --extern litemap=/work/oxidecomputer/dropshot/target/debug/deps/liblitemap-88ebcf735b7babe1.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-f248edb2d57609ee.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-044bc8bbb95909aa.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-8b10918e9f77896f.rmeta --cap-lints allow`
6282026-08-03T04:55:29.440Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=2e284b18c8f666ed -C extra-filename=-a9e5094f49e938b4 --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-00a739cb5be4386a.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)'`
6292026-08-03T04:55:29.720Z Compiling pest_generator v2.8.1
6302026-08-03T04:55:29.723Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=d556c3c4b9204ba5 -C extra-filename=-0ab5842f66d8b6d8 --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-3326c26a73d87d53.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-2d51cf06f797ff4e.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rmeta --cap-lints allow`
6312026-08-03T04:55:29.746Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=9afd612f6de5743c -C extra-filename=-63187ccbe35f6e82 --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-e43aa92cc1f4a725.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-806bbb81fbf955fc.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --cap-lints allow --cfg static_assertions --cfg lower_upper_exp_for_non_zero --cfg rustc_diagnostics --cfg libc --cfg solarish`
6322026-08-03T04:55:30.272Z Compiling icu_provider v1.5.0
6332026-08-03T04:55:30.275Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "datagen", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "experimental", "log_error_context", "logging", "macros", "serde", "std", "sync"))' -C metadata=5a79a0db2f1bda16 -C extra-filename=-baa2749fa6d149ca --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-4916686deaf3ccff.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-5e49e9b5c5387f9a.rmeta --extern icu_provider_macros=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider_macros-b2bdccf5add6fb4a.so --extern stable_deref_trait=/work/oxidecomputer/dropshot/target/debug/deps/libstable_deref_trait-1fbe238204fc37a8.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-f248edb2d57609ee.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-044bc8bbb95909aa.rmeta --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-5e5bdec5097ddff9.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-87236e095638660a.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-8b10918e9f77896f.rmeta --cap-lints allow`
6342026-08-03T04:55:30.340Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=2413aa9b720bf8f9 -C extra-filename=-ae9a44e61fd590b1 --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)'`
6352026-08-03T04:55:30.432Z Compiling pest_derive v2.8.1
6362026-08-03T04:55:30.436Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_derive-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=6c39a01768a572d2 -C extra-filename=-c2708156631b0fd2 --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-3326c26a73d87d53.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-0ab5842f66d8b6d8.rlib --extern proc_macro --cap-lints allow`
6372026-08-03T04:55:30.629Z Compiling http-body v1.0.1
6382026-08-03T04:55:30.633Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3cf773e29fffd291 -C extra-filename=-e4670696d0ad9763 --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-7853a259e9a38a5c.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rmeta --cap-lints allow`
6392026-08-03T04:55:30.639Z Compiling tracing-core v0.1.32
6402026-08-03T04:55:30.642Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=cc717c33bf4eef65 -C extra-filename=-0d09423e7c6b03da --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-b7c38563a55f281b.rmeta --cap-lints allow`
6412026-08-03T04:55:30.743Z Compiling fastrand v2.1.1
6422026-08-03T04:55:30.754Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=459711adbb55e470 -C extra-filename=-33ddf61acbdb72f1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6432026-08-03T04:55:30.762Z Compiling rustls v0.23.43
6442026-08-03T04:55:30.766Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.43/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=423a9bc9a7f78d10 -C extra-filename=-5852628357619032 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-5852628357619032 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6452026-08-03T04:55:30.860Z Compiling num_threads v0.1.3
6462026-08-03T04:55:30.864Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_threads-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8f7827e4d31f05fb -C extra-filename=-50fb03269635d8cd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6472026-08-03T04:55:30.891Z Compiling untrusted v0.9.0
6482026-08-03T04:55:30.894Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6dd299bfceaba081 -C extra-filename=-f4acdcd0a43f097d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6492026-08-03T04:55:30.958Z Compiling icu_locid_transform_data v1.5.0
6502026-08-03T04:55:30.969Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=47cd3787c0bdbcca -C extra-filename=-56961197c81174c2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6512026-08-03T04:55:30.975Z Compiling atomic-waker v1.1.2
6522026-08-03T04:55:30.978Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-waker-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=7f685d95fb7b02e0 -C extra-filename=-0c5c0c2668894ecb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6532026-08-03T04:55:31.010Z Compiling rustix v0.38.44
6542026-08-03T04:55:31.013Z Compiling percent-encoding v2.3.2
6552026-08-03T04:55:31.013Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=f754bada16a7f6ab -C extra-filename=-1d637342bbf8d08c --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-1d637342bbf8d08c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6562026-08-03T04:55:31.013Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=83d0ac46b17e7ed9 -C extra-filename=-02ea126171a070cc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6572026-08-03T04:55:31.028Z Compiling dtrace-parser v0.3.0
6582026-08-03T04:55:31.031Z Compiling icu_locid_transform v1.5.0
6592026-08-03T04:55:31.031Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtrace-parser-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dcecd4e0a59d6166 -C extra-filename=-01be94811a338e25 --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-3326c26a73d87d53.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-c2708156631b0fd2.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rmeta --cap-lints allow`
6602026-08-03T04:55:31.031Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=3748884d554fe26f -C extra-filename=-db770ca5e1e10062 --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-4916686deaf3ccff.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-5e49e9b5c5387f9a.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform_data-56961197c81174c2.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-baa2749fa6d149ca.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-f248edb2d57609ee.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-8b10918e9f77896f.rmeta --cap-lints allow`
6612026-08-03T04:55:31.092Z Compiling tracing v0.1.40
6622026-08-03T04:55:31.096Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=d1b357289f919949 -C extra-filename=-e1c383497ab6c564 --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-884aae9ad79cdf73.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-0d09423e7c6b03da.rmeta --cap-lints allow`
6632026-08-03T04:55:31.212Z Compiling time v0.3.47
6642026-08-03T04:55:31.215Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "rand08", "rand09", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=d97b9338f2e09279 -C extra-filename=-10603f4cede7450e --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-46d5bba9eae7a669.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-ce4948a932fb1220.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-e341a82f1fff0f09.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-50fb03269635d8cd.rmeta --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-2e0ac05791d5c716.rmeta --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-d92b0a234662c57c.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-3cd05aadbfb7f77a.so --cap-lints allow`
6652026-08-03T04:55:31.246Z Compiling erased-serde v0.3.31
6662026-08-03T04:55:31.249Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=18a5a145eb97d29e -C extra-filename=-b80c1b6428a1d44c --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-487c7942d90f23d8.rmeta --cap-lints allow`
6672026-08-03T04:55:31.317Z Compiling icu_collections v1.5.0
6682026-08-03T04:55:31.320Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std"))' -C metadata=1ac56eab66a9fd67 -C extra-filename=-51c5415495d7752c --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-4916686deaf3ccff.so --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-5e5bdec5097ddff9.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-87236e095638660a.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-8b10918e9f77896f.rmeta --cap-lints allow`
6692026-08-03T04:55:31.354Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-1d637342bbf8d08c/build-script-build`
6702026-08-03T04:55:31.434Z Compiling scroll_derive v0.13.1
6712026-08-03T04:55:31.438Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=494a941d98c4ff0d -C extra-filename=-f0f4cc01b1264d80 --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-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rlib --extern proc_macro --cap-lints allow`
6722026-08-03T04:55:31.750Z Compiling tokio-util v0.7.19
6732026-08-03T04:55:31.759Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.19/src/lib.rs --error-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"' --cfg 'feature="libc"' --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", "libc", "net", "rt", "slab", "time", "tracing"))' -C metadata=a5662e371903f42a -C extra-filename=-cc8c069a4bd52ef6 --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-7853a259e9a38a5c.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c318971817f643ca.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-63947ff075e63cff.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rmeta --cap-lints allow`
6742026-08-03T04:55:31.961Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-ac4226edf208555a/build-script-build`
6752026-08-03T04:55:31.985Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.151/src/lib.rs --error-format=json --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=3291d90e991ef9f6 -C extra-filename=-bb5ae4b55424d122 --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-ce4948a932fb1220.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-7981f4679f1d9fcc.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-d4919a0507b8ef23.rmeta --extern zmij=/work/oxidecomputer/dropshot/target/debug/deps/libzmij-649e44e2e51851ff.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
6762026-08-03T04:55:31.989Z Compiling thread-id v5.0.0
6772026-08-03T04:55:31.994Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread-id-5.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bd943c99bfdedfb1 -C extra-filename=-4663d471d4a479c4 --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-7398cde873465ce2.rmeta --cap-lints allow`
6782026-08-03T04:55:32.074Z Compiling num-traits v0.2.14
6792026-08-03T04:55:32.077Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=b1dccff30b54ec7b -C extra-filename=-fe1ae5224009a749 --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-fe1ae5224009a749 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-f19cb554f2baccce.rlib --cap-lints allow`
6802026-08-03T04:55:32.225Z Compiling crc32fast v1.5.0
6812026-08-03T04:55:32.228Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=4a8fe13aee6467b5 -C extra-filename=-de5e010f2ebef95f --out-dir /work/oxidecomputer/dropshot/target/debug/build/crc32fast-de5e010f2ebef95f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6822026-08-03T04:55:32.312Z Compiling tower-service v0.3.3
6832026-08-03T04:55:32.321Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-service-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3e35d3a54f09fd3 -C extra-filename=-424407bb805f7111 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6842026-08-03T04:55:32.327Z Compiling icu_properties_data v1.5.0
6852026-08-03T04:55:32.330Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3992d1f5d9088d8f -C extra-filename=-1850606870df44b9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6862026-08-03T04:55:32.377Z Compiling paste v1.0.15
6872026-08-03T04:55:32.380Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=feee98da06b2c863 -C extra-filename=-edd1f3930d974c43 --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-edd1f3930d974c43 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6882026-08-03T04:55:32.407Z Compiling tower-layer v0.3.3
6892026-08-03T04:55:32.410Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-layer-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0309671443f5fbfd -C extra-filename=-fbfdf267496e6bf2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6902026-08-03T04:55:32.435Z Compiling byteorder v1.4.3
6912026-08-03T04:55:32.438Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=8b7682390a8d7efd -C extra-filename=-f0dff5b71da198e1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6922026-08-03T04:55:32.463Z Compiling try-lock v0.2.3
6932026-08-03T04:55:32.466Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/try-lock-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d1cfa8807a45f873 -C extra-filename=-449b3fbed0480891 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6942026-08-03T04:55:32.515Z Compiling usdt-impl v0.6.0
6952026-08-03T04:55:32.526Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=a8da175faffed4c2 -C extra-filename=-07be16f3111e2aea --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-07be16f3111e2aea -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6962026-08-03T04:55:32.564Z Compiling base64 v0.22.1
6972026-08-03T04:55:32.564Z Compiling cpufeatures v0.3.0
6982026-08-03T04:55:32.568Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=d0fcaf42b4dc48fc -C extra-filename=-27bda732d0ea2cb7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6992026-08-03T04:55:32.568Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4a0dab97bdcb68ea -C extra-filename=-0bff1508cf625cd4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7002026-08-03T04:55:32.642Z Compiling fnv v1.0.7
7012026-08-03T04:55:32.645Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3291cc1d8c355688 -C extra-filename=-a2b315442da0268d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7022026-08-03T04:55:32.660Z Compiling subtle v2.5.0
7032026-08-03T04:55:32.666Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=c079d47af639c397 -C extra-filename=-cf97c39e93b149da --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7042026-08-03T04:55:32.671Z Running `/work/oxidecomputer/dropshot/target/debug/build/paste-edd1f3930d974c43/build-script-build`
7052026-08-03T04:55:32.712Z Compiling h2 v0.4.14
7062026-08-03T04:55:32.718Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=f4b41d13960c5464 -C extra-filename=-bbb781e3ee05e5e1 --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-0c5c0c2668894ecb.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-a2b315442da0268d.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c318971817f643ca.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-63947ff075e63cff.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-e621bc1f4ef5167b.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-e1c383497ab6c564.rmeta --cap-lints allow`
7072026-08-03T04:55:32.740Z Compiling dof v0.4.0
7082026-08-03T04:55:32.744Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=456a5c2178550096 -C extra-filename=-9afa11056c9c8483 --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-6360e43d0dec8e96.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bb5ae4b55424d122.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-a9e5094f49e938b4.rmeta --cap-lints allow`
7092026-08-03T04:55:32.758Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-07be16f3111e2aea/build-script-build`
7102026-08-03T04:55:32.771Z Compiling want v0.3.0
7112026-08-03T04:55:32.774Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/want-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb0d95cbc1260ed3 -C extra-filename=-4e67cfff71316ccb --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-4d49c31f4ede2482.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-449b3fbed0480891.rmeta --cap-lints allow`
7122026-08-03T04:55:32.813Z Running `/work/oxidecomputer/dropshot/target/debug/build/crc32fast-de5e010f2ebef95f/build-script-build`
7132026-08-03T04:55:32.855Z Compiling icu_properties v1.5.1
7142026-08-03T04:55:32.858Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bidi", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=ee3052ad03ce7f02 -C extra-filename=-71d65698a559662f --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-4916686deaf3ccff.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-51c5415495d7752c.rmeta --extern icu_locid_transform=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform-db770ca5e1e10062.rmeta --extern icu_properties_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties_data-1850606870df44b9.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-baa2749fa6d149ca.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-f248edb2d57609ee.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-8b10918e9f77896f.rmeta --cap-lints allow`
7152026-08-03T04:55:32.909Z Compiling scroll v0.13.0
7162026-08-03T04:55:32.912Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=aa9896d243771ca4 -C extra-filename=-0f8e6de2886ef01f --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-f0f4cc01b1264d80.so --cap-lints allow`
7172026-08-03T04:55:32.943Z Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-fe1ae5224009a749/build-script-build`
7182026-08-03T04:55:33.163Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=8b2ead69ad4d6e4e -C extra-filename=-46a3ac45c585a554 --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-b80c1b6428a1d44c.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-c04ec599fa8cdd79.rmeta --cap-lints allow --cfg has_std_error --check-cfg 'cfg(has_std_error)'`
7192026-08-03T04:55:33.174Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=fa78a55b17c1270c -C extra-filename=-13169cb37feb68ae --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-e43aa92cc1f4a725.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-806bbb81fbf955fc.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
7202026-08-03T04:55:33.183Z Compiling block-buffer v0.12.0
7212026-08-03T04:55:33.187Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=17a58c179001b775 -C extra-filename=-15a71fc333ee1039 --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-5eced5b1f3dc5410.rmeta --cap-lints allow`
7222026-08-03T04:55:33.200Z Compiling crypto-common v0.2.1
7232026-08-03T04:55:33.203Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "zeroize"))' -C metadata=3d5d57f840aec3a7 -C extra-filename=-e9708427aa152d9c --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-5eced5b1f3dc5410.rmeta --cap-lints allow`
7242026-08-03T04:55:33.340Z Compiling unicase v2.6.0
7252026-08-03T04:55:33.343Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=4f5af255d7c1e86e -C extra-filename=-6df319034e9dec97 --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-6df319034e9dec97 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-ea52cc362ec4cf08.rlib --cap-lints allow`
7262026-08-03T04:55:33.570Z Compiling simd-adler32 v0.3.7
7272026-08-03T04:55:33.572Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name simd_adler32 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "default", "nightly", "std"))' -C metadata=06379e7a9e594ed2 -C extra-filename=-2393e5cf4cb9eac0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7282026-08-03T04:55:33.579Z Compiling plain v0.2.3
7292026-08-03T04:55:33.582Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=704179a128dbdea7 -C extra-filename=-a5f0ad4d246c3422 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7302026-08-03T04:55:33.687Z Compiling icu_normalizer_data v1.5.0
7312026-08-03T04:55:33.690Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ca0e7c6f1a0c78d7 -C extra-filename=-6147de927ab9640a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7322026-08-03T04:55:33.760Z Compiling adler2 v2.0.1
7332026-08-03T04:55:33.763Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name adler2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "rustc-dep-of-std", "std"))' -C metadata=71980e5b719ecd4e -C extra-filename=-8676381fc828e853 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7342026-08-03T04:55:33.772Z Compiling const-oid v0.10.2
7352026-08-03T04:55:33.775Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "db"))' -C metadata=cbf525a5cbf7bd06 -C extra-filename=-64b92bf6d31f63ec --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7362026-08-03T04:55:33.895Z Compiling httpdate v1.0.1
7372026-08-03T04:55:33.898Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpdate-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bd33117496cb0c41 -C extra-filename=-b39d6bfab05260db --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7382026-08-03T04:55:33.979Z Compiling write16 v1.0.0
7392026-08-03T04:55:33.983Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name write16 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/write16-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "smallvec"))' -C metadata=615110fbb38d86e8 -C extra-filename=-6508a8e276bbebfd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7402026-08-03T04:55:34.012Z Compiling utf16_iter v1.0.5
7412026-08-03T04:55:34.015Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name utf16_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf16_iter-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7cf9b64acaaae87f -C extra-filename=-24d9980bf4a7afd3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7422026-08-03T04:55:34.076Z Compiling utf8_iter v1.0.4
7432026-08-03T04:55:34.079Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d1cab2e99429153 -C extra-filename=-4d6e85739e2224ed --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7442026-08-03T04:55:34.146Z Compiling digest v0.11.2
7452026-08-03T04:55:34.149Z Compiling miniz_oxide v0.8.9
7462026-08-03T04:55:34.149Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="alloc"' --cfg 'feature="block-api"' --cfg 'feature="default"' --cfg 'feature="oid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-api", "default", "dev", "getrandom", "mac", "oid", "rand_core", "zeroize"))' -C metadata=fd6425b809fa8171 -C extra-filename=-d2dcdd7a3a1d86cf --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-15a71fc333ee1039.rmeta --extern const_oid=/work/oxidecomputer/dropshot/target/debug/deps/libconst_oid-64b92bf6d31f63ec.rmeta --extern common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-e9708427aa152d9c.rmeta --cap-lints allow`
7472026-08-03T04:55:34.149Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="simd"' --cfg 'feature="simd-adler32"' --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-boundary", "core", "default", "rustc-dep-of-std", "serde", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=357c2bd56555b3b4 -C extra-filename=-6f409bca499a8c92 --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-8676381fc828e853.rmeta --extern simd_adler32=/work/oxidecomputer/dropshot/target/debug/deps/libsimd_adler32-2393e5cf4cb9eac0.rmeta --cap-lints allow`
7482026-08-03T04:55:34.167Z Compiling goblin v0.10.1
7492026-08-03T04:55:34.170Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --cfg 'feature="te"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std", "te"))' -C metadata=0b17b4722c8cc36a -C extra-filename=-ae41b9d374d3dc51 --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-4d49c31f4ede2482.rmeta --extern plain=/work/oxidecomputer/dropshot/target/debug/deps/libplain-a5f0ad4d246c3422.rmeta --extern scroll=/work/oxidecomputer/dropshot/target/debug/deps/libscroll-0f8e6de2886ef01f.rmeta --cap-lints allow`
7502026-08-03T04:55:34.223Z Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-6df319034e9dec97/build-script-build`
7512026-08-03T04:55:34.317Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=f9bf68e613b8f8c6 -C extra-filename=-05403e5ef8f7636c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg has_i128 --cfg has_to_int_unchecked`
7522026-08-03T04:55:34.330Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=b31038ff9fdb374b -C extra-filename=-36b8f2eac7d30441 --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-f0dff5b71da198e1.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-9afa11056c9c8483.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-01be94811a338e25.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6360e43d0dec8e96.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-bb5ae4b55424d122.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-4663d471d4a479c4.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)'`
7532026-08-03T04:55:34.346Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=522a21ea94fdddf8 -C extra-filename=-9f1ed80c0d11d19c --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-0af57a848de951cf.rmeta --cap-lints allow --cfg stable_arm_crc32_intrinsics --check-cfg 'cfg(stable_arm_crc32_intrinsics)'`
7542026-08-03T04:55:34.537Z Compiling icu_normalizer v1.5.0
7552026-08-03T04:55:34.540Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "serde", "std"))' -C metadata=ba4911d5379e40c2 -C extra-filename=-01e11319b43ea5a8 --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-4916686deaf3ccff.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-51c5415495d7752c.rmeta --extern icu_normalizer_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_normalizer_data-6147de927ab9640a.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-71d65698a559662f.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-baa2749fa6d149ca.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-a940c0bb25f890d4.rmeta --extern utf16_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf16_iter-24d9980bf4a7afd3.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-4d6e85739e2224ed.rmeta --extern write16=/work/oxidecomputer/dropshot/target/debug/deps/libwrite16-6508a8e276bbebfd.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-8b10918e9f77896f.rmeta --cap-lints allow`
7562026-08-03T04:55:34.810Z Compiling hyper v1.11.0
7572026-08-03T04:55:34.813Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.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=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_safety_comment' --warn=unexpected_cfgs '--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_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' '--deny=clippy::self_named_module_files' '--allow=clippy::same_name_method' '--allow=clippy::renamed_function_params' '--allow=clippy::ref_patterns' '--allow=clippy::redundant_else' '--allow=clippy::redundant_closure_for_method_calls' '--allow=clippy::question_mark_used' '--allow=clippy::pub_with_shorthand' '--allow=clippy::pub_use' '--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::let_unit_value' '--allow=clippy::let_underscore_untyped' '--allow=clippy::let_underscore_must_use' '--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::expect_used' '--allow=clippy::error_impl_error' '--allow=clippy::enum_glob_use' '--allow=clippy::else_if_without_else' '--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::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=2fe6572939c0a6f5 -C extra-filename=-e47288b8440320a5 --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-0c5c0c2668894ecb.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-b2df71eb68912703.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c318971817f643ca.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-bbb781e3ee05e5e1.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-e4670696d0ad9763.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-5a88a5daedc53632.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-b39d6bfab05260db.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-ce4948a932fb1220.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-a940c0bb25f890d4.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-4e67cfff71316ccb.rmeta --cap-lints allow`
7582026-08-03T04:55:34.836Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c0d96122ce3b2e19 -C extra-filename=-505ee8bd27584fb8 --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"))'`
7592026-08-03T04:55:34.839Z Compiling form_urlencoded v1.2.2
7602026-08-03T04:55:34.839Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=e127e6ff45b0449a -C extra-filename=-070e1d849562a0fd --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-02ea126171a070cc.rmeta --cap-lints allow`
7612026-08-03T04:55:34.874Z Compiling serde_tokenstream v0.2.3
7622026-08-03T04:55:34.877Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_tokenstream-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=50acb551dd9b0d4a -C extra-filename=-13cbe17f45a545ed --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-e941e402522ab889.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6360e43d0dec8e96.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rmeta --cap-lints allow`
7632026-08-03T04:55:35.015Z Compiling unicode-width v0.1.9
7642026-08-03T04:55:35.024Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=64e97763adbd00c9 -C extra-filename=-a39921e70250e704 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7652026-08-03T04:55:35.129Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=73b773363fd7e3f6 -C extra-filename=-e73947fdf68f8e88 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-e73947fdf68f8e88 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7662026-08-03T04:55:35.168Z Compiling openssl-probe v0.2.1
7672026-08-03T04:55:35.171Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cb89a68dbbc026f0 -C extra-filename=-e6544db9ece21627 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7682026-08-03T04:55:35.307Z Compiling winnow v1.0.0
7692026-08-03T04:55:35.311Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ascii", "binary", "debug", "default", "parser", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=ceb857f8f800ac65 -C extra-filename=-d407a3778b11b22d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7702026-08-03T04:55:35.335Z Compiling mime v0.3.16
7712026-08-03T04:55:35.338Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime-0.3.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=90fea4eef8dbfef2 -C extra-filename=-84cc173b80c53ab0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7722026-08-03T04:55:35.359Z Compiling pretty-hex v0.4.1
7732026-08-03T04:55:35.362Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=b15a9b4719438182 -C extra-filename=-9bb5c8ecb7732f61 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7742026-08-03T04:55:35.373Z Compiling lazy_static v1.5.0
7752026-08-03T04:55:35.376Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=c4608d4333d0ae74 -C extra-filename=-1e9a1599d0d1e6c2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7762026-08-03T04:55:35.473Z Compiling ipnet v2.10.0
7772026-08-03T04:55:35.476Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=f92fcee4f7a38d61 -C extra-filename=-843b7fc30a4255f2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7782026-08-03T04:55:35.493Z Compiling unicode-segmentation v1.10.0
7792026-08-03T04:55:35.496Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=9759d68d5f351552 -C extra-filename=-a9a6ec2642e44369 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7802026-08-03T04:55:35.600Z Compiling ryu v1.0.5
7812026-08-03T04:55:35.603Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=3349a435008b1e7c -C extra-filename=-d64d901c5d691e1a --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-d64d901c5d691e1a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7822026-08-03T04:55:35.656Z Compiling iana-time-zone v0.1.47
7832026-08-03T04:55:35.665Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=d9f5b4e66faca256 -C extra-filename=-66ddd8b95bbdeba8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7842026-08-03T04:55:35.848Z Compiling chrono v0.4.45
7852026-08-03T04:55:35.858Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-link"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "arbitrary", "clock", "core-error", "default", "defmt", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-link"))' -C metadata=4061cf6b29e33d3b -C extra-filename=-8e33a68da2f5b8b9 --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-66ddd8b95bbdeba8.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-05403e5ef8f7636c.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rmeta --cap-lints allow`
7862026-08-03T04:55:35.881Z Compiling newline-converter v0.3.0
7872026-08-03T04:55:35.884Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=75711eb7c6265350 -C extra-filename=-0804d33911b95354 --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-a9a6ec2642e44369.rmeta --cap-lints allow`
7882026-08-03T04:55:35.891Z Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-d64d901c5d691e1a/build-script-build`
7892026-08-03T04:55:35.891Z Compiling hyper-util v0.1.20
7902026-08-03T04:55:35.894Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="client-pool"' --cfg 'feature="client-proxy"' --cfg 'feature="client-proxy-system"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="server-graceful"' --cfg 'feature="service"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "client-pool", "client-proxy", "client-proxy-system", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio", "tracing"))' -C metadata=adddeda559c0fcc2 -C extra-filename=-7e1281d36ce3d0d2 --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-27bda732d0ea2cb7.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-b2df71eb68912703.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-b80a1fa00d64ebea.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-e4670696d0ad9763.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rmeta --extern ipnet=/work/oxidecomputer/dropshot/target/debug/deps/libipnet-843b7fc30a4255f2.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-13e5a67c9a9fe3ba.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-fbfdf267496e6bf2.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-424407bb805f7111.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-e1c383497ab6c564.rmeta --cap-lints allow`
7912026-08-03T04:55:35.932Z Compiling toml_parser v1.1.2+spec-1.1.0
7922026-08-03T04:55:35.935Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_parser --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.1.2+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unsafe"))' -C metadata=870e2e2e3d70b9b7 -C extra-filename=-39c6783ac4df6ddb --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-d407a3778b11b22d.rmeta --cap-lints allow`
7932026-08-03T04:55:35.992Z Compiling console v0.15.7
7942026-08-03T04:55:35.995Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.15.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=ac986e9e13328cbc -C extra-filename=-6a700380b4c554df --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-1e9a1599d0d1e6c2.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-a39921e70250e704.rmeta --cap-lints allow`
7952026-08-03T04:55:36.005Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-e73947fdf68f8e88/build-script-build`
7962026-08-03T04:55:36.018Z Compiling rustls-native-certs v0.8.3
7972026-08-03T04:55:36.022Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-native-certs-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=90ef03a07a3cca71 -C extra-filename=-17e88b40252c0efe --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-e6544db9ece21627.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rmeta --cap-lints allow`
7982026-08-03T04:55:36.352Z Compiling idna_adapter v1.2.0
7992026-08-03T04:55:36.355Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=9f77f1a641a02656 -C extra-filename=-ab067f039a095df5 --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-01e11319b43ea5a8.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-71d65698a559662f.rmeta --cap-lints allow`
8002026-08-03T04:55:36.501Z Compiling flate2 v1.1.9
8012026-08-03T04:55:36.504Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("any_c_zlib", "any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "document-features", "libz-ng-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=fedbc499afc078c9 -C extra-filename=-c51f3b03065707e6 --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-9f1ed80c0d11d19c.rmeta --extern miniz_oxide=/work/oxidecomputer/dropshot/target/debug/deps/libminiz_oxide-6f409bca499a8c92.rmeta --cap-lints allow`
8022026-08-03T04:55:36.593Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=4807d385c62cafad -C extra-filename=-c46b29ab46860777 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc`
8032026-08-03T04:55:36.614Z Compiling sha1 v0.11.0
8042026-08-03T04:55:36.617Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(sha1_backend, values("aarch64-sha2", "x86-sha", "soft"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="oid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "oid", "zeroize"))' -C metadata=fbd7b5105d2364ac -C extra-filename=-e70376022178b884 --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-0af57a848de951cf.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-0bff1508cf625cd4.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-d2dcdd7a3a1d86cf.rmeta --cap-lints allow`
8052026-08-03T04:55:36.631Z Compiling chacha20 v0.10.1
8062026-08-03T04:55:36.636Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-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 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--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(chacha20_avx512)' --check-cfg 'cfg(chacha20_backend, values("avx2", "avx512", "soft", "sse2"))' --cfg 'feature="rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cipher", "default", "legacy", "rng", "xchacha", "zeroize"))' -C metadata=8622ef066bfa8f32 -C extra-filename=-1b02e13184435c8a --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-0af57a848de951cf.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-0bff1508cf625cd4.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-d9753deb2e14760e.rmeta --cap-lints allow`
8072026-08-03T04:55:36.844Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=eb38a214086306bc -C extra-filename=-d3e135d1f0db6f00 --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-ae41b9d374d3dc51.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-9bb5c8ecb7732f61.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-a9e5094f49e938b4.rmeta --cap-lints allow`
8082026-08-03T04:55:36.871Z Compiling concurrent-queue v2.5.0
8092026-08-03T04:55:36.874Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=f019b151338762dc -C extra-filename=-9c00d04b9cb65a1f --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-ae9a44e61fd590b1.rmeta --cap-lints allow`
8102026-08-03T04:55:36.939Z Compiling serde_tokenstream v0.3.0
8112026-08-03T04:55:36.942Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_tokenstream-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3a71f5130ec6ef7f -C extra-filename=-af1a38aada65d234 --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-e941e402522ab889.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6360e43d0dec8e96.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b66c5bededaa0ec5.rmeta --cap-lints allow`
8122026-08-03T04:55:36.962Z Compiling serde_derive_internals v0.29.0
8132026-08-03T04:55:36.971Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive_internals-0.29.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=db7849ce1c651945 -C extra-filename=-b685b4106d9ed60d --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-e941e402522ab889.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rmeta --cap-lints allow`
8142026-08-03T04:55:37.082Z Compiling multer v3.1.0
8152026-08-03T04:55:37.085Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=8f5da3c016405b40 -C extra-filename=-863b92f636730164 --out-dir /work/oxidecomputer/dropshot/target/debug/build/multer-863b92f636730164 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-ea52cc362ec4cf08.rlib --cap-lints allow`
8162026-08-03T04:55:37.235Z Compiling toml_datetime v1.1.1+spec-1.1.0
8172026-08-03T04:55:37.238Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-1.1.1+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=cd2b875e0d0afb2e -C extra-filename=-cf0f232639127c57 --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-c04ec599fa8cdd79.rmeta --cap-lints allow`
8182026-08-03T04:55:37.315Z Compiling serde_spanned v1.1.1
8192026-08-03T04:55:37.318Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=3750ddf038ba852b -C extra-filename=-4b1986cbdd8eabb6 --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-c04ec599fa8cdd79.rmeta --cap-lints allow`
8202026-08-03T04:55:37.421Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.118/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --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=ccc79d6cae24f989 -C extra-filename=-53b5a5469fc95da4 --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-e941e402522ab889.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-a0fb0138d82080e4.rmeta --cap-lints allow`
8212026-08-03T04:55:37.467Z Compiling thread_local v1.1.4
8222026-08-03T04:55:37.470Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=634056ba82879cb7 -C extra-filename=-f7c9caa1ec78d300 --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-b7c38563a55f281b.rmeta --cap-lints allow`
8232026-08-03T04:55:37.549Z Compiling sync_wrapper v1.0.1
8242026-08-03T04:55:37.553Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync_wrapper-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=e00ca0f2040170b4 -C extra-filename=-051a2cf23fcb4bee --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-c318971817f643ca.rmeta --cap-lints allow`
8252026-08-03T04:55:37.647Z Compiling encoding_rs v0.8.32
8262026-08-03T04:55:37.650Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "packed_simd", "serde", "simd-accel"))' -C metadata=5df4da90972968b2 -C extra-filename=-7257d3d1d80d215a --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-0af57a848de951cf.rmeta --cap-lints allow`
8272026-08-03T04:55:37.657Z Compiling slog-async v2.8.0
8282026-08-03T04:55:37.660Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=9d752b4d7388adc0 -C extra-filename=-40ae979a18cced0f --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-40ae979a18cced0f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8292026-08-03T04:55:37.707Z Compiling parking v2.2.0
8302026-08-03T04:55:37.716Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=5e400b1eeb22340d -C extra-filename=-b2a77f2b71656657 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8312026-08-03T04:55:37.742Z Compiling compression-core v0.4.32
8322026-08-03T04:55:37.746Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name compression_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-core-0.4.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --deny=missing_debug_implementations --deny=rust_2018_idioms --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a0ee3ffe4a1b4cb6 -C extra-filename=-1e1bd20901929e4f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8332026-08-03T04:55:37.899Z Compiling target-triple v1.0.0
8342026-08-03T04:55:37.902Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-1.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e85012a790d2d426 -C extra-filename=-11bdf5963962658b --out-dir /work/oxidecomputer/dropshot/target/debug/build/target-triple-11bdf5963962658b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8352026-08-03T04:55:37.910Z Compiling match_cfg v0.1.0
8362026-08-03T04:55:37.913Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=acd343c0f02fc520 -C extra-filename=-0b8fbe71f45cd2f4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8372026-08-03T04:55:37.947Z Compiling schemars v0.8.22
8382026-08-03T04:55:37.950Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=7028591dd3e87712 -C extra-filename=-32b870b678b9088e --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-32b870b678b9088e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8392026-08-03T04:55:37.957Z Compiling camino v1.2.4
8402026-08-03T04:55:37.960Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=01486bea25ff446e -C extra-filename=-f3689b5fcfd991e3 --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-f3689b5fcfd991e3 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8412026-08-03T04:55:37.971Z Compiling semver v1.0.28
8422026-08-03T04:55:37.978Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=43ea1f8ee43db92d -C extra-filename=-f1a82eaee3a3e1e8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8432026-08-03T04:55:38.181Z Compiling toml_writer v1.1.2+spec-1.1.0
8442026-08-03T04:55:38.184Z Compiling similar v2.2.1
8452026-08-03T04:55:38.184Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_writer --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-1.1.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_match' '--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=8313574806c834f2 -C extra-filename=-92a4576ea4c58410 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8462026-08-03T04:55:38.191Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/similar-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="text"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation"))' -C metadata=84b381254ef3cdcf -C extra-filename=-bdfb7475bdcaae44 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8472026-08-03T04:55:38.280Z Compiling heck v0.5.0
8482026-08-03T04:55:38.283Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=506eb307c3568989 -C extra-filename=-d187858cf3fa2474 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8492026-08-03T04:55:38.311Z Running `/work/oxidecomputer/dropshot/target/debug/build/camino-f3689b5fcfd991e3/build-script-build`
8502026-08-03T04:55:38.353Z Compiling toml v1.1.3+spec-1.1.0
8512026-08-03T04:55:38.356Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-1.1.3+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_match' '--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=4bab57501d9b3223 -C extra-filename=-db21a625bc38be47 --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-c04ec599fa8cdd79.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-4b1986cbdd8eabb6.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-cf0f232639127c57.rmeta --extern toml_parser=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_parser-39c6783ac4df6ddb.rmeta --extern toml_writer=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_writer-92a4576ea4c58410.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-d407a3778b11b22d.rmeta --cap-lints allow`
8522026-08-03T04:55:38.406Z Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-32b870b678b9088e/build-script-build`
8532026-08-03T04:55:38.411Z Running `/work/oxidecomputer/dropshot/target/debug/build/target-triple-11bdf5963962658b/build-script-build`
8542026-08-03T04:55:38.425Z Compiling hostname v0.3.1
8552026-08-03T04:55:38.428Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=524e9d6faa44626b -C extra-filename=-6d4be01dc33044ab --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-7398cde873465ce2.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-0b8fbe71f45cd2f4.rmeta --cap-lints allow`
8562026-08-03T04:55:38.486Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-40ae979a18cced0f/build-script-build`
8572026-08-03T04:55:38.529Z Compiling compression-codecs v0.4.38
8582026-08-03T04:55:38.532Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name compression_codecs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --deny=missing_debug_implementations --deny=rust_2018_idioms --cfg 'feature="flate2"' --cfg 'feature="gzip"' --cfg 'feature="memchr"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-algorithms", "brotli", "bzip2", "deflate", "deflate64", "flate2", "gzip", "libzstd", "lz4", "lzma", "memchr", "xz", "xz-parallel", "xz2", "zlib", "zstd", "zstd-safe", "zstdmt"))' -C metadata=50f5dea0f0346cf2 -C extra-filename=-fadb2b943fbaf307 --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-1e1bd20901929e4f.rmeta --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-7981f4679f1d9fcc.rmeta --cap-lints allow`
8592026-08-03T04:55:38.565Z Compiling event-listener v5.0.0
8602026-08-03T04:55:38.568Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=74cd3aaa758844a4 -C extra-filename=-059f4ba1bc5fab20 --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-9c00d04b9cb65a1f.rmeta --extern parking=/work/oxidecomputer/dropshot/target/debug/deps/libparking-b2a77f2b71656657.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --cap-lints allow`
8612026-08-03T04:55:38.791Z Compiling schemars_derive v0.8.22
8622026-08-03T04:55:38.794Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars_derive-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8266bf2cd9e2a4b5 -C extra-filename=-768283183ba6389e --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-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-b685b4106d9ed60d.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rlib --extern proc_macro --cap-lints allow`
8632026-08-03T04:55:38.851Z Compiling tower v0.5.2
8642026-08-03T04:55:38.854Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="__common"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="pin-project-lite"' --cfg 'feature="retry"' --cfg 'feature="sync_wrapper"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__common", "balance", "buffer", "discover", "filter", "full", "futures-core", "futures-util", "hdrhistogram", "hedge", "indexmap", "limit", "load", "load-shed", "log", "make", "pin-project-lite", "ready-cache", "reconnect", "retry", "slab", "spawn-ready", "steer", "sync_wrapper", "timeout", "tokio", "tokio-stream", "tokio-util", "tracing", "util"))' -C metadata=6af48ae9a72009c6 -C extra-filename=-5268577d078f0ba2 --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-c318971817f643ca.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-b80a1fa00d64ebea.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-051a2cf23fcb4bee.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-fbfdf267496e6bf2.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-424407bb805f7111.rmeta --cap-lints allow`
8652026-08-03T04:55:38.914Z Running `/work/oxidecomputer/dropshot/target/debug/build/multer-863b92f636730164/build-script-build`
8662026-08-03T04:55:38.957Z Compiling rand v0.10.2
8672026-08-03T04:55:38.961Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --cfg 'feature="sys_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "chacha", "default", "log", "serde", "simd_support", "std", "std_rng", "sys_rng", "thread_rng", "unbiased"))' -C metadata=91c917b4231b3fe8 -C extra-filename=-fb9f9348160a7c40 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern chacha20=/work/oxidecomputer/dropshot/target/debug/deps/libchacha20-1b02e13184435c8a.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-ca79870ce014c763.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-d9753deb2e14760e.rmeta --cap-lints allow`
8682026-08-03T04:55:39.141Z Compiling mime_guess v2.0.5
8692026-08-03T04:55:39.144Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=30dc7d2f797afcdf -C extra-filename=-5c30ffe4443d0a67 --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-5c30ffe4443d0a67 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-c46b29ab46860777.rlib --cap-lints allow`
8702026-08-03T04:55:39.305Z Compiling idna v1.0.3
8712026-08-03T04:55:39.308Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=c88cea5e38a72172 -C extra-filename=-370e3121f0687592 --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-ab067f039a095df5.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-a940c0bb25f890d4.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-4d6e85739e2224ed.rmeta --cap-lints allow`
8722026-08-03T04:55:39.332Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=b1025df21eb5f8bd -C extra-filename=-f90f1fb87f4794fd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit`
8732026-08-03T04:55:39.523Z Compiling usdt-attr-macro v0.6.0
8742026-08-03T04:55:39.526Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-attr-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=14e8f77020b7c6ad -C extra-filename=-b5f761fa57b46b12 --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-01be94811a338e25.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-13cbe17f45a545ed.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-36b8f2eac7d30441.rlib --extern proc_macro --cap-lints allow`
8752026-08-03T04:55:39.634Z Compiling usdt-macro v0.6.0
8762026-08-03T04:55:39.637Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1fcee6b65b7a2448 -C extra-filename=-5f29fd2e859e3a8a --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-01be94811a338e25.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-13cbe17f45a545ed.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-36b8f2eac7d30441.rlib --extern proc_macro --cap-lints allow`
8772026-08-03T04:55:39.653Z Compiling slog-json v2.6.1
8782026-08-03T04:55:39.656Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=fb1fa4bb880f41f0 -C extra-filename=-57fd758673e3dc9a --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-487c7942d90f23d8.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-10603f4cede7450e.rmeta --cap-lints allow`
8792026-08-03T04:55:39.864Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=aa43383aa5de6ca6 -C extra-filename=-caff19e459ad1b75 --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-f0dff5b71da198e1.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-d3e135d1f0db6f00.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-01be94811a338e25.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-53b5a5469fc95da4.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-4663d471d4a479c4.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)'`
8802026-08-03T04:55:39.878Z Compiling tempfile v3.27.0
8812026-08-03T04:55:39.881Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=43d946eb825a9e1e -C extra-filename=-f518acddb20df8a7 --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-33ddf61acbdb72f1.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-ca79870ce014c763.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-b7c38563a55f281b.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-63187ccbe35f6e82.rmeta --cap-lints allow`
8822026-08-03T04:55:40.000Z Compiling http-body-util v0.1.4
8832026-08-03T04:55:40.003Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("channel", "default", "full"))' -C metadata=df3438cdd3e260fc -C extra-filename=-d9373eeac160a8a3 --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-7853a259e9a38a5c.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c318971817f643ca.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-e4670696d0ad9763.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --cap-lints allow`
8842026-08-03T04:55:40.060Z Compiling crossbeam-channel v0.5.15
8852026-08-03T04:55:40.063Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=881352ead4324c46 -C extra-filename=-6f3ebafafc08e49a --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-ae9a44e61fd590b1.rmeta --cap-lints allow`
8862026-08-03T04:55:40.262Z Compiling futures-executor v0.3.33
8872026-08-03T04:55:40.265Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.33/src/lib.rs --error-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=42b95922562cb8c5 -C extra-filename=-584acea831445def --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-c318971817f643ca.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-ad557284520dff9a.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-b80a1fa00d64ebea.rmeta --cap-lints allow`
8882026-08-03T04:55:40.298Z Compiling async-stream-impl v0.3.6
8892026-08-03T04:55:40.308Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-impl-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=91300589819795a6 -C extra-filename=-fc01224ddd3e218d --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-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-2047fbb698c281e6.rlib --extern proc_macro --cap-lints allow`
8902026-08-03T04:55:40.355Z Compiling uuid v1.24.0
8912026-08-03T04:55:40.355Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.24.0/src/lib.rs --error-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=70cabc69423d1a59 -C extra-filename=-94fd9261ff0fa9b7 --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-ca79870ce014c763.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-c04ec599fa8cdd79.rmeta --cap-lints allow`
8922026-08-03T04:55:40.438Z Compiling dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot)
8932026-08-03T04:55:40.442Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=896aeaaec51838f1 -C extra-filename=-9ea10b846b888a16 --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-9ea10b846b888a16 -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-ea52cc362ec4cf08.rlib`
8942026-08-03T04:55:40.548Z Compiling memmap2 v0.9.8
8952026-08-03T04:55:40.551Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap2-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=27d950818504680f -C extra-filename=-d47e03b0a9576f68 --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-7398cde873465ce2.rmeta --cap-lints allow`
8962026-08-03T04:55:40.558Z Compiling is-terminal v0.4.12
8972026-08-03T04:55:40.561Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is-terminal-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=67b2e5c05ffc8114 -C extra-filename=-1bd7f32354f9f30d --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-7398cde873465ce2.rmeta --cap-lints allow`
8982026-08-03T04:55:40.588Z Compiling take_mut v0.2.2
8992026-08-03T04:55:40.592Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ba67be7194a81027 -C extra-filename=-3926f91cab3ebb64 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9002026-08-03T04:55:40.652Z Compiling dyn-clone v1.0.4
9012026-08-03T04:55:40.656Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dyn-clone-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=42ad1899bf4f05a8 -C extra-filename=-41914602bea8e2ad --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9022026-08-03T04:55:40.684Z Compiling iri-string v0.7.8
9032026-08-03T04:55:40.687Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name iri_string --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memchr", "serde", "std"))' -C metadata=05e19044a1967776 -C extra-filename=-8ddef56093022dec --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9042026-08-03T04:55:40.695Z Compiling data-encoding v2.4.0
9052026-08-03T04:55:40.698Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=9a5863bbc1a3ab1b -C extra-filename=-f1d1a42f88bf2b37 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9062026-08-03T04:55:40.746Z Compiling anyhow v1.0.104
9072026-08-03T04:55:40.749Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/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=da1f76163a1049c6 -C extra-filename=-521990ba537384cb --out-dir /work/oxidecomputer/dropshot/target/debug/build/anyhow-521990ba537384cb -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9082026-08-03T04:55:40.762Z Compiling term v1.1.0
9092026-08-03T04:55:40.766Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=08f2660270ed1266 -C extra-filename=-95d6c6bdfcb6cb8f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9102026-08-03T04:55:40.800Z Compiling spin v0.9.8
9112026-08-03T04:55:40.805Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="mutex"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=f582907c5a0cc421 -C extra-filename=-ca1159c652243cec --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9122026-08-03T04:55:40.919Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=cffb4123d2d3171f -C extra-filename=-264e173281ba6a8f --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-7853a259e9a38a5c.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-7257d3d1d80d215a.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-b80a1fa00d64ebea.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-5a88a5daedc53632.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-7981f4679f1d9fcc.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-84cc173b80c53ab0.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-ca1159c652243cec.rmeta --cap-lints allow`
9132026-08-03T04:55:40.942Z Compiling async-stream v0.3.6
9142026-08-03T04:55:40.946Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f37cf4b07ec422d1 -C extra-filename=-72ca3a986d8026fb --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-fc01224ddd3e218d.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c318971817f643ca.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --cap-lints allow`
9152026-08-03T04:55:41.065Z Running `/work/oxidecomputer/dropshot/target/debug/build/anyhow-521990ba537384cb/build-script-build`
9162026-08-03T04:55:41.122Z Compiling slog-term v2.9.2
9172026-08-03T04:55:41.126Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-term-2.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=a1a404d2cc50d042 -C extra-filename=-ca68ecb12276ae6d --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-8e33a68da2f5b8b9.rmeta --extern is_terminal=/work/oxidecomputer/dropshot/target/debug/deps/libis_terminal-1bd7f32354f9f30d.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-95d6c6bdfcb6cb8f.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-f7c9caa1ec78d300.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-10603f4cede7450e.rmeta --cap-lints allow`
9182026-08-03T04:55:41.279Z Compiling tungstenite v0.30.0
9192026-08-03T04:55:41.282Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.30.0/src/lib.rs --error-format=json --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=c5b3f29f0fd64951 -C extra-filename=-27657c381c713591 --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-7853a259e9a38a5c.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-f1d1a42f88bf2b37.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-5a88a5daedc53632.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-4d49c31f4ede2482.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-fb9f9348160a7c40.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rmeta --cap-lints allow`
9202026-08-03T04:55:41.433Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=e257e108ee52b7f9 -C extra-filename=-d70c68b53552b5ee --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-8e33a68da2f5b8b9.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-41914602bea8e2ad.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-768283183ba6389e.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
9212026-08-03T04:55:41.463Z Compiling usdt v0.6.0
9222026-08-03T04:55:41.473Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=b2cddc203e8b9a91 -C extra-filename=-257606df3344313a --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-d3e135d1f0db6f00.rmeta --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-ae41b9d374d3dc51.rmeta --extern memmap2=/work/oxidecomputer/dropshot/target/debug/deps/libmemmap2-d47e03b0a9576f68.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-b5f761fa57b46b12.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-caff19e459ad1b75.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-5f29fd2e859e3a8a.so --cap-lints allow`
9232026-08-03T04:55:41.495Z Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-9ea10b846b888a16/build-script-build`
9242026-08-03T04:55:41.537Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=62c55c0494fe59bc -C extra-filename=-5ad360c2b3c35831 --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-6f3ebafafc08e49a.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-3926f91cab3ebb64.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-f7c9caa1ec78d300.rmeta --cap-lints allow --cfg integer128`
9252026-08-03T04:55:41.741Z Compiling futures v0.3.33
9262026-08-03T04:55:41.750Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.33/src/lib.rs --error-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=279f09acc3d7ef84 -C extra-filename=-7c01ee515ef132d7 --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-b2df71eb68912703.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c318971817f643ca.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-584acea831445def.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-2040d6b08a4120d5.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-63947ff075e63cff.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-ad557284520dff9a.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-b80a1fa00d64ebea.rmeta --cap-lints allow`
9272026-08-03T04:55:41.755Z Compiling atomicwrites v0.4.4
9282026-08-03T04:55:41.758Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1ea80ea354012e98 -C extra-filename=-3e503547c5e73b2b --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-13169cb37feb68ae.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rmeta --cap-lints allow`
9292026-08-03T04:55:41.826Z Compiling slog-bunyan v2.5.0
9302026-08-03T04:55:41.829Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=b57e13f547742be9 -C extra-filename=-4cb778f6d62a6c6f --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-6d4be01dc33044ab.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-10603f4cede7450e.rmeta --cap-lints allow`
9312026-08-03T04:55:41.965Z Compiling tower-http v0.6.8
9322026-08-03T04:55:41.969Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="follow-redirect"' --cfg 'feature="futures-util"' --cfg 'feature="iri-string"' --cfg 'feature="tower"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add-extension", "async-compression", "auth", "base64", "catch-panic", "compression-br", "compression-deflate", "compression-full", "compression-gzip", "compression-zstd", "cors", "decompression-br", "decompression-deflate", "decompression-full", "decompression-gzip", "decompression-zstd", "default", "follow-redirect", "fs", "full", "futures-core", "futures-util", "httpdate", "iri-string", "limit", "map-request-body", "map-response-body", "metrics", "mime", "mime_guess", "normalize-path", "percent-encoding", "propagate-header", "redirect", "request-id", "sensitive-headers", "set-header", "set-status", "timeout", "tokio", "tokio-util", "tower", "trace", "tracing", "util", "uuid", "validate-request"))' -C metadata=e02c94637c787d02 -C extra-filename=-8b1cf8f387bca1ea --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-e43aa92cc1f4a725.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-b80a1fa00d64ebea.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-e4670696d0ad9763.rmeta --extern iri_string=/work/oxidecomputer/dropshot/target/debug/deps/libiri_string-8ddef56093022dec.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-5268577d078f0ba2.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-fbfdf267496e6bf2.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-424407bb805f7111.rmeta --cap-lints allow`
9332026-08-03T04:55:42.013Z Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-5c30ffe4443d0a67/build-script-build`
9342026-08-03T04:55:42.032Z Compiling url v2.5.4
9352026-08-03T04:55:42.042Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=7a8d9aacd04e4d33 -C extra-filename=-b8dfad54e0765a5a --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-070e1d849562a0fd.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-370e3121f0687592.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rmeta --cap-lints allow`
9362026-08-03T04:55:42.112Z Compiling serde_urlencoded v0.7.1
9372026-08-03T04:55:42.115Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cedd34361168d08b -C extra-filename=-5d087f4bc4a4ea02 --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-070e1d849562a0fd.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-ce4948a932fb1220.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-f90f1fb87f4794fd.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rmeta --cap-lints allow`
9382026-08-03T04:55:42.159Z Compiling event-listener-strategy v0.5.4
9392026-08-03T04:55:42.163Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-strategy-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(wasm_bindgen_unstable_test_coverage)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=a19d534468788ee2 -C extra-filename=-e493cb3a2a9a1979 --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-059f4ba1bc5fab20.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --cap-lints allow`
9402026-08-03T04:55:42.300Z Compiling async-compression v0.4.42
9412026-08-03T04:55:42.303Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name async_compression --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.42/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --deny=missing_debug_implementations --deny=rust_2018_idioms --cfg 'feature="gzip"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "all-algorithms", "all-implementations", "brotli", "bzip2", "deflate", "deflate64", "futures-io", "gzip", "lz4", "lzma", "tokio", "xz", "xz-parallel", "xz2", "zlib", "zstd", "zstdmt"))' -C metadata=383ef015a8d7ebd3 -C extra-filename=-5f61b58ac98da510 --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-fadb2b943fbaf307.rmeta --extern compression_core=/work/oxidecomputer/dropshot/target/debug/deps/libcompression_core-1e1bd20901929e4f.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rmeta --cap-lints allow`
9422026-08-03T04:55:42.354Z Compiling dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
9432026-08-03T04:55:42.361Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2024 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6542ad2542c714ed -C extra-filename=-85738a7fc28cd792 --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-d187858cf3fa2474.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6360e43d0dec8e96.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-af1a38aada65d234.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b66c5bededaa0ec5.rlib --extern proc_macro`
9442026-08-03T04:55:42.365Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3741a2a4ae24d0d3 -C extra-filename=-24b95f1cd2cfec58 --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"))'`
9452026-08-03T04:55:42.384Z Compiling pem v3.0.6
9462026-08-03T04:55:42.403Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=29d409944f181406 -C extra-filename=-b8acf1c3100278f2 --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-c04ec599fa8cdd79.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)'`
9472026-08-03T04:55:42.407Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-3.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=23312f75eada583b -C extra-filename=-ca624e885bca832c --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-27bda732d0ea2cb7.rmeta --cap-lints allow`
9482026-08-03T04:55:42.438Z Compiling yasna v0.6.0
9492026-08-03T04:55:42.441Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yasna-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=591d0ba576679f9f -C extra-filename=-527ed588b1b3dbd1 --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-10603f4cede7450e.rmeta --cap-lints allow`
9502026-08-03T04:55:42.617Z Compiling waitgroup v0.1.2
9512026-08-03T04:55:42.620Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=27c0f2bf5fd52cc2 -C extra-filename=-13a39065cf77ffac --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-0c5c0c2668894ecb.rmeta --cap-lints allow`
9522026-08-03T04:55:42.761Z Compiling openapiv3 v2.2.0
9532026-08-03T04:55:42.764Z Compiling async-trait v0.1.91
9542026-08-03T04:55:42.764Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openapiv3-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=0812199dcd3d87c6 -C extra-filename=-505a3dcd5aafd8f4 --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-aeb7e62e5466d37c.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rmeta --cap-lints allow`
9552026-08-03T04:55:42.771Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.91/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=dd13a935a7c48e12 -C extra-filename=-c02989fd84ad64a2 --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-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b66c5bededaa0ec5.rlib --extern proc_macro --cap-lints allow`
9562026-08-03T04:55:42.823Z Compiling rustls-pemfile v2.2.0
9572026-08-03T04:55:42.832Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1b26a88dba1e256a -C extra-filename=-8fc6337d6bf79d7b --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-46ccf6657b23a4ec.rmeta --cap-lints allow`
9582026-08-03T04:55:42.844Z Compiling serde_path_to_error v0.1.20
9592026-08-03T04:55:42.847Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3061a500cf847e0c -C extra-filename=-5f526c9d56434bff --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-ce4948a932fb1220.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-c04ec599fa8cdd79.rmeta --cap-lints allow`
9602026-08-03T04:55:43.013Z Compiling hostname v0.4.2
9612026-08-03T04:55:43.016Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=ed004b5d8cc67d78 -C extra-filename=-ff243ee8b4ed0b5c --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-0af57a848de951cf.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --cap-lints allow`
9622026-08-03T04:55:43.026Z Compiling base64 v0.23.0
9632026-08-03T04:55:43.029Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.23.0/src/lib.rs --error-format=json --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="simd-unsafe"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "simd-unsafe", "std"))' -C metadata=31049d0344011698 -C extra-filename=-179ba2e8e1590a2b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9642026-08-03T04:55:43.156Z Compiling termcolor v1.1.2
9652026-08-03T04:55:43.165Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termcolor-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d90249bd196d1451 -C extra-filename=-fc8cc7d7ce07eef0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9662026-08-03T04:55:43.189Z Compiling simple-mermaid v0.2.0
9672026-08-03T04:55:43.192Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name simple_mermaid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simple-mermaid-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=01a98790207ed0ab -C extra-filename=-c0b81501afc83356 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9682026-08-03T04:55:43.208Z Compiling debug-ignore v1.0.5
9692026-08-03T04:55:43.211Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=0d23fde6e28a8294 -C extra-filename=-61976ba89dfc66fb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9702026-08-03T04:55:43.258Z Compiling glob v0.3.0
9712026-08-03T04:55:43.261Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glob-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=668d7faf8a764050 -C extra-filename=-3116c20ddb05af2f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9722026-08-03T04:55:43.313Z Compiling async-channel v2.5.0
9732026-08-03T04:55:43.316Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=374de19afaf02979 -C extra-filename=-f2c950af33061ee2 --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-9c00d04b9cb65a1f.rmeta --extern event_listener_strategy=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener_strategy-e493cb3a2a9a1979.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c318971817f643ca.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --cap-lints allow`
9742026-08-03T04:55:43.464Z Compiling trybuild v1.0.118
9752026-08-03T04:55:43.468Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diff"))' -C metadata=dbbfd33cef15677f -C extra-filename=-39a4baa667daf01a --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-3116c20ddb05af2f.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-a96912dea8404812.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rmeta --extern target_triple=/work/oxidecomputer/dropshot/target/debug/deps/libtarget_triple-24b95f1cd2cfec58.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-fc8cc7d7ce07eef0.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rmeta --cap-lints allow`
9762026-08-03T04:55:43.510Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=1da20c1073b38201 -C extra-filename=-49d20cdca5dcbf82 --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-84cc173b80c53ab0.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-c46b29ab46860777.rmeta --cap-lints allow`
9772026-08-03T04:55:43.520Z Compiling expectorate v1.2.0
9782026-08-03T04:55:43.524Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=9a7ba5242ec90ee5 -C extra-filename=-9bf5f74b4b300dfa --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-3e503547c5e73b2b.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-6a700380b4c554df.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-0804d33911b95354.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-bdfb7475bdcaae44.rmeta --cap-lints allow`
9792026-08-03T04:55:43.675Z Compiling tokio-tungstenite v0.30.0
9802026-08-03T04:55:43.682Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.30.0/src/lib.rs --error-format=json --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=a2d439f5ac79a4e2 -C extra-filename=-868df2133d746f76 --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-b80a1fa00d64ebea.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-4d49c31f4ede2482.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-27657c381c713591.rmeta --cap-lints allow`
9812026-08-03T04:55:43.690Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/lib.rs --error-format=json --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=9ba4612e2a1f8529 -C extra-filename=-72ce22c32059fa3f --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)'`
9822026-08-03T04:55:43.786Z Compiling subprocess v1.2.0
9832026-08-03T04:55:43.796Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subprocess-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2488e937c1243e73 -C extra-filename=-8a58abf2ef642381 --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-7398cde873465ce2.rmeta --cap-lints allow`
9842026-08-03T04:55:43.955Z Compiling buf-list v1.1.2
9852026-08-03T04:55:43.958Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=ed7a11b4244de1e4 -C extra-filename=-33ce1128ae59aebd --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-7853a259e9a38a5c.rmeta --cap-lints allow`
9862026-08-03T04:55:43.983Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=3fdc5109cd49c0db -C extra-filename=-534ea232251357c0 --out-dir /work/oxidecomputer/dropshot/target/debug/build/getrandom-534ea232251357c0 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9872026-08-03T04:55:44.078Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=c7f586ab608a3135 -C extra-filename=-2bca24fa9cf17bf9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9882026-08-03T04:55:44.235Z Compiling prettyplease v0.3.0
9892026-08-03T04:55:44.238Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.3.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("verbatim"))' -C metadata=605849a426f910c9 -C extra-filename=-deda153a77439f93 --out-dir /work/oxidecomputer/dropshot/target/debug/build/prettyplease-deda153a77439f93 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9902026-08-03T04:55:44.251Z Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-534ea232251357c0/build-script-build`
9912026-08-03T04:55:44.274Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--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=8999a506eac93fc2 -C extra-filename=-9a0dcc276478a7e6 --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-0af57a848de951cf.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rmeta --cap-lints allow`
9922026-08-03T04:55:44.287Z Compiling schema-derive v0.2.1
9932026-08-03T04:55:44.291Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schema-derive-0.2.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=ae247d4113b6db05 -C extra-filename=-b37882291b91363b --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-505ee8bd27584fb8.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b66c5bededaa0ec5.rlib --extern proc_macro --cap-lints allow`
9942026-08-03T04:55:44.407Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=f85a1e12be619615 -C extra-filename=-2a6ce33e39d0bb33 --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-33ddf61acbdb72f1.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-9a0dcc276478a7e6.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-2bca24fa9cf17bf9.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-63187ccbe35f6e82.rmeta --cap-lints allow`
9952026-08-03T04:55:44.484Z Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-deda153a77439f93/build-script-build`
9962026-08-03T04:55:44.499Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=93fdd6e484b3a7f2 -C extra-filename=-a7d09938e1b004dd --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-e941e402522ab889.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b66c5bededaa0ec5.rmeta --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
9972026-08-03T04:55:44.782Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bbd1e8800b353abf -C extra-filename=-b8a239ae95b5f214 --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-13169cb37feb68ae.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-2a6ce33e39d0bb33.rmeta --cap-lints allow`
9982026-08-03T04:55:44.974Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=d2f7e53ff0ce7591 -C extra-filename=-15cf12a6d47fd2b9 --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-b8a239ae95b5f214.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-6a700380b4c554df.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-0804d33911b95354.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-bdfb7475bdcaae44.rmeta --cap-lints allow`
9992026-08-03T04:55:45.503Z Compiling schema v0.2.1
10002026-08-03T04:55:45.506Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name schema --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schema-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1c4aa1de8edfc0d6 -C extra-filename=-06cdd5ecbfb6dc73 --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-e941e402522ab889.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-b37882291b91363b.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b66c5bededaa0ec5.rmeta --cap-lints allow`
10012026-08-03T04:55:45.579Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2024 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f23700b1c3c4a723 -C extra-filename=-1a209a98fda6755e --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-15cf12a6d47fd2b9.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-d187858cf3fa2474.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-a7d09938e1b004dd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-06cdd5ecbfb6dc73.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6360e43d0dec8e96.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-af1a38aada65d234.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b66c5bededaa0ec5.rlib --extern proc_macro`
10022026-08-03T04:55:48.940Z Running `/work/oxidecomputer/dropshot/target/debug/build/aws-lc-rs-a4926348862195ef/build-script-build`
10032026-08-03T04:55:48.943Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.40.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-bindings", "asan", "bindgen", "default", "disable-prebuilt-nasm", "fips", "prebuilt-nasm", "ssl"))' -C metadata=8f9b8b6bfd460a01 -C extra-filename=-25e0e053bbafd874 --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-78e239cb018a881e/out -l static=aws_lc_0_40_0_crypto --cfg universal`
10042026-08-03T04:55:48.962Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-5852628357619032/build-script-build`
10052026-08-03T04:55:49.340Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.16.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="aws-lc-sys"' --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "dev-tests-only", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=ffa34f4a2b5616b5 -C extra-filename=-7a3552582e20e186 --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-25e0e053bbafd874.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-6e75366fb73b4724.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out --check-cfg 'cfg(aws_lc_rs_docsrs)' --check-cfg 'cfg(disable_slow_tests)' --check-cfg 'cfg(dev_tests_only)'`
10062026-08-03T04:55:50.053Z Compiling rustls-webpki v0.103.13
10072026-08-03T04:55:50.054Z Compiling rcgen v0.14.8
10082026-08-03T04:55:50.057Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.103.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(webpki_docsrs)' --cfg 'feature="alloc"' --cfg 'feature="aws-lc-rs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "aws-lc-rs", "aws-lc-rs-fips", "aws-lc-rs-unstable", "default", "ring", "std"))' -C metadata=6b592f6863165a20 -C extra-filename=-ea2d43d8f6bc71f7 --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-7a3552582e20e186.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-f4acdcd0a43f097d.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10092026-08-03T04:55:50.057Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rcgen-0.14.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(rcgen_docsrs)' --cfg 'feature="aws_lc_rs"' --cfg 'feature="crypto"' --cfg 'feature="pem"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "aws_lc_rs_unstable", "crypto", "default", "fips", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=484601a801db5e49 -C extra-filename=-3683ebc68b4f7cc8 --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-7a3552582e20e186.rmeta --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-10603f4cede7450e.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-527ed588b1b3dbd1.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10102026-08-03T04:55:50.456Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.43/src/lib.rs --error-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=85f59e4af31bd539 -C extra-filename=-cce65f8af32bfe25 --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-7a3552582e20e186.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-4d49c31f4ede2482.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-b7c38563a55f281b.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-ea2d43d8f6bc71f7.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-cf97c39e93b149da.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-6e75366fb73b4724.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10112026-08-03T04:55:52.808Z Compiling tokio-rustls v0.26.4
10122026-08-03T04:55:52.808Z Compiling rustls-platform-verifier v0.6.2
10132026-08-03T04:55:52.811Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "default", "early-data", "fips", "logging", "ring", "tls12", "zlib"))' -C metadata=cdf8d0cbc68616b4 -C extra-filename=-a0ada32e5a2e979a --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-cce65f8af32bfe25.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10142026-08-03T04:55:52.811Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_platform_verifier --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-platform-verifier-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("android_logger", "base64", "cert-logging", "dbg", "docsrs", "ffi-testing", "jni", "once_cell"))' -C metadata=30ee30329593cfc6 -C extra-filename=-01ea071eb0413bfb --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-4d49c31f4ede2482.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-17e88b40252c0efe.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-ea2d43d8f6bc71f7.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10152026-08-03T04:55:52.995Z Compiling hyper-rustls v0.27.9
10162026-08-03T04:55:52.998Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.27.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="aws-lc-rs"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=57d8ef8e93bb83bf -C extra-filename=-b7d67f476648c884 --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-d55a7db6d504ebb2.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-4d49c31f4ede2482.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-17e88b40252c0efe.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-424407bb805f7111.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10172026-08-03T04:55:52.998Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2024 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=6e144e70c53baa94 -C extra-filename=-c6893a01c2b41aec --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-5f61b58ac98da510.rmeta --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10182026-08-03T04:55:53.180Z Compiling reqwest v0.13.4
10192026-08-03T04:55:53.184Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.13.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-aws-lc-rs"' --cfg 'feature="__tls"' --cfg 'feature="charset"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="rustls"' --cfg 'feature="system-proxy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__native-tls", "__native-tls-alpn", "__rustls", "__rustls-aws-lc-rs", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "form", "gzip", "hickory-dns", "http2", "http3", "json", "multipart", "native-tls", "native-tls-no-alpn", "native-tls-vendored", "native-tls-vendored-no-alpn", "query", "rustls", "rustls-no-provider", "socks", "stream", "system-proxy", "zstd"))' -C metadata=71fd1a532c6e74e5 -C extra-filename=-bd096b6e9d7fbc6b --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-27bda732d0ea2cb7.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-7257d3d1d80d215a.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-c318971817f643ca.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-bbb781e3ee05e5e1.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-e4670696d0ad9763.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rmeta --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-4d49c31f4ede2482.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-84cc173b80c53ab0.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-884aae9ad79cdf73.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rmeta --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rmeta --extern rustls_platform_verifier=/work/oxidecomputer/dropshot/target/debug/deps/librustls_platform_verifier-01ea071eb0413bfb.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-051a2cf23fcb4bee.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-5268577d078f0ba2.rmeta --extern tower_http=/work/oxidecomputer/dropshot/target/debug/deps/libtower_http-8b1cf8f387bca1ea.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-424407bb805f7111.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-b8dfad54e0765a5a.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10202026-08-03T04:55:55.253Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2024 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c3a18bbaa745c664 -C extra-filename=-d882edaabbdb7ba2 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10212026-08-03T04:55:58.257Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2024 dropshot/examples/basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1984da87fac9a576 -C extra-filename=-9c0c4a5490f727af --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c6893a01c2b41aec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10222026-08-03T04:55:58.257Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2024 dropshot/examples/pagination-multiple-resources.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=fd70f359f8bc526c -C extra-filename=-520568f13994c17d --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c6893a01c2b41aec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10232026-08-03T04:55:58.264Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2024 dropshot/examples/multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d3df3b9d8c64b23a -C extra-filename=-a38f3d7450ef9cb7 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c6893a01c2b41aec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10242026-08-03T04:55:58.264Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name api_trait --edition=2024 dropshot/examples/api-trait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1cacef66117116e3 -C extra-filename=-9fea58be247b4d6d --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c6893a01c2b41aec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10252026-08-03T04:55:58.264Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2024 dropshot/examples/self-referential.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=bec43ffb816b18d1 -C extra-filename=-554c5a6a58c16572 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c6893a01c2b41aec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10262026-08-03T04:55:58.267Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2024 dropshot/examples/index.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=e7efd02e04b7b95f -C extra-filename=-d9edb40954a7fd35 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c6893a01c2b41aec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10272026-08-03T04:55:58.267Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2024 dropshot/examples/pagination-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=753262f76a04d1fa -C extra-filename=-eb01239ecd74b4d2 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c6893a01c2b41aec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10282026-08-03T04:56:08.767Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_alternate --edition=2024 dropshot/examples/api-trait-alternate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=72f5c77eb8b0b7c9 -C extra-filename=-aaf043fcdf5fe756 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c6893a01c2b41aec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10292026-08-03T04:56:09.007Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2024 dropshot/examples/file_server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=4916960a9d942a49 -C extra-filename=-0132b1b97f4a3500 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c6893a01c2b41aec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10302026-08-03T04:56:09.041Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name custom_error --edition=2024 dropshot/examples/custom-error.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c6f2cb7a3a36c632 -C extra-filename=-1a2638acfc9688ff --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c6893a01c2b41aec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10312026-08-03T04:56:09.095Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2024 dropshot/examples/well-tagged.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=6437ddd1c75b9af7 -C extra-filename=-2f5320e5239f80f5 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c6893a01c2b41aec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10322026-08-03T04:56:09.672Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_websocket --edition=2024 dropshot/examples/api-trait-websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=b768d4a075520024 -C extra-filename=-63b9e43bfc482fd5 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c6893a01c2b41aec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10332026-08-03T04:56:10.811Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2024 dropshot/examples/module-shared-context.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a2d4956fb9d2dd5f -C extra-filename=-1aaff48970f8f538 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c6893a01c2b41aec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10342026-08-03T04:56:11.341Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2024 dropshot/examples/https.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=bacda4fad144a53d -C extra-filename=-be1fb2e34b9c6ed8 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c6893a01c2b41aec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10352026-08-03T04:56:19.767Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2024 dropshot/examples/pagination-multiple-sorts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=9e6bac60a8d5227a -C extra-filename=-83dc879dcd016b96 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c6893a01c2b41aec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10362026-08-03T04:56:20.486Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2024 dropshot/examples/versioning.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=137af8901a210d45 -C extra-filename=-8bd55ce7484aec98 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c6893a01c2b41aec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10372026-08-03T04:56:21.932Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2024 dropshot/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=e00bc1a722ed6149 -C extra-filename=-8e37aaeb9f791a14 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c6893a01c2b41aec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10382026-08-03T04:56:21.954Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2024 dropshot/examples/websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=419d9221a392ad8e -C extra-filename=-d258b8df64655e38 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c6893a01c2b41aec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10392026-08-03T04:56:21.965Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2024 dropshot/examples/multiple-servers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=4b7e6981b87734df -C extra-filename=-f7eefeb8493519e7 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c6893a01c2b41aec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10402026-08-03T04:56:23.029Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2024 dropshot/examples/petstore.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=b85e58d7b70b5ca2 -C extra-filename=-cedb576348745a0a --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c6893a01c2b41aec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10412026-08-03T04:56:23.203Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2024 dropshot/examples/request-headers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c4012263896aea72 -C extra-filename=-dfc84010415ef508 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c6893a01c2b41aec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10422026-08-03T04:56:23.605Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2024 dropshot/examples/schema-with-example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=704243a6436bd9ed -C extra-filename=-ca725d3ca7c62203 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c6893a01c2b41aec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10432026-08-03T04:56:31.794Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2024 dropshot/tests/fail.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=e9f9de711e001e29 -C extra-filename=-2a482a88605be9be --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c6893a01c2b41aec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10442026-08-03T04:56:31.965Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2024 dropshot/examples/module-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1ce3cd7902b6c6dc -C extra-filename=-b211d1414bb6f8cd --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-c6893a01c2b41aec.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-85738a7fc28cd792.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
10452026-08-03T04:56:46.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
10462026-08-03T04:56:47.179Z
10472026-08-03T04:56:47.179Zreal 1:29.649893818
10482026-08-03T04:56:47.179Zuser 7:16.305238655
10492026-08-03T04:56:47.179Zsys 1:14.093362527
10502026-08-03T04:56:47.179Ztrap 0.341165417
10512026-08-03T04:56:47.179Ztflt 0.230134921
10522026-08-03T04:56:47.179Zdflt 0.425756046
10532026-08-03T04:56:47.179Zkflt 0.004148539
10542026-08-03T04:56:47.179Zlock 31:52.748505064
10552026-08-03T04:56:47.179Zslp 28:30.904703132
10562026-08-03T04:56:47.179Zlat 22.716716205
10572026-08-03T04:56:47.179Zstop 56.451953736
10582026-08-03T04:56:47.182Z+ banner test
10592026-08-03T04:56:47.182Z
10602026-08-03T04:56:47.182Z ##### ###### #### #####
10612026-08-03T04:56:47.182Z # # # #
10622026-08-03T04:56:47.182Z # ##### #### #
10632026-08-03T04:56:47.182Z # # # #
10642026-08-03T04:56:47.182Z # # # # #
10652026-08-03T04:56:47.182Z # ###### #### #
10662026-08-03T04:56:47.182Z
10672026-08-03T04:56:47.182Z+ ptime -m cargo test --all-features --locked --verbose
10682026-08-03T04:56:47.387Z Fresh unicode-ident v1.0.12
10692026-08-03T04:56:47.387Z Fresh cfg-if v1.0.0
10702026-08-03T04:56:47.387Z Fresh itoa v1.0.1
10712026-08-03T04:56:47.387Z Fresh memchr v2.6.0
10722026-08-03T04:56:47.391Z Fresh proc-macro2 v1.0.107
10732026-08-03T04:56:47.391Z Fresh pin-project-lite v0.2.12
10742026-08-03T04:56:47.391Z Fresh autocfg v1.1.0
10752026-08-03T04:56:47.391Z Fresh smallvec v1.13.2
10762026-08-03T04:56:47.392Z Fresh futures-core v0.3.33
10772026-08-03T04:56:47.392Z Fresh quote v1.0.47
10782026-08-03T04:56:47.392Z Fresh libc v0.2.189
10792026-08-03T04:56:47.392Z Fresh bytes v1.12.1
10802026-08-03T04:56:47.392Z Fresh syn v3.0.3
10812026-08-03T04:56:47.392Z Fresh jobserver v0.1.34
10822026-08-03T04:56:47.392Z Fresh serde_derive v1.0.229
10832026-08-03T04:56:47.392Z Fresh synstructure v0.13.1
10842026-08-03T04:56:47.392Z Fresh zmij v1.0.2
10852026-08-03T04:56:47.392Z Fresh thiserror-impl v2.0.19
10862026-08-03T04:56:47.392Z Fresh find-msvc-tools v0.1.9
10872026-08-03T04:56:47.392Z Fresh shlex v1.3.0
10882026-08-03T04:56:47.392Z Fresh thiserror v2.0.19
10892026-08-03T04:56:47.392Z Fresh cc v1.2.60
10902026-08-03T04:56:47.392Z Fresh log v0.4.17
10912026-08-03T04:56:47.392Z Fresh scopeguard v1.2.0
10922026-08-03T04:56:47.392Z Fresh futures-sink v0.3.33
10932026-08-03T04:56:47.392Z Fresh cmake v0.1.58
10942026-08-03T04:56:47.392Z Fresh lock_api v0.4.6
10952026-08-03T04:56:47.392Z Fresh zerofrom-derive v0.1.5
10962026-08-03T04:56:47.392Z Fresh dunce v1.0.5
10972026-08-03T04:56:47.392Z Fresh fs_extra v1.3.0
10982026-08-03T04:56:47.392Z Fresh parking_lot_core v0.9.4
10992026-08-03T04:56:47.392Z Fresh slab v0.4.9
11002026-08-03T04:56:47.392Z Fresh zerofrom v0.1.5
11012026-08-03T04:56:47.392Z Fresh yoke-derive v0.7.5
11022026-08-03T04:56:47.392Z Fresh tokio-macros v2.7.0
11032026-08-03T04:56:47.392Z Fresh mio v1.2.0
11042026-08-03T04:56:47.392Z Fresh parking_lot v0.12.1
11052026-08-03T04:56:47.392Z Fresh serde_core v1.0.229
11062026-08-03T04:56:47.392Z Fresh signal-hook-registry v1.4.0
11072026-08-03T04:56:47.392Z Fresh socket2 v0.6.3
11082026-08-03T04:56:47.392Z Fresh stable_deref_trait v1.2.0
11092026-08-03T04:56:47.392Z Fresh futures-channel v0.3.33
11102026-08-03T04:56:47.392Z Fresh tokio v1.53.1
11112026-08-03T04:56:47.392Z Fresh yoke v0.7.5
11122026-08-03T04:56:47.392Z Fresh zerovec-derive v0.10.3
11132026-08-03T04:56:47.392Z Fresh http v1.4.2
11142026-08-03T04:56:47.392Z Fresh zeroize v1.8.2
11152026-08-03T04:56:47.392Z Fresh version_check v0.9.5
11162026-08-03T04:56:47.393Z Fresh bitflags v2.11.0
11172026-08-03T04:56:47.393Z Fresh zerovec v0.10.4
11182026-08-03T04:56:47.393Z Fresh serde v1.0.229
11192026-08-03T04:56:47.393Z Fresh futures-macro v0.3.33
11202026-08-03T04:56:47.393Z Fresh displaydoc v0.2.5
11212026-08-03T04:56:47.393Z Fresh futures-io v0.3.33
11222026-08-03T04:56:47.393Z Fresh futures-task v0.3.33
11232026-08-03T04:56:47.393Z Fresh rand_core v0.10.1
11242026-08-03T04:56:47.393Z Fresh ucd-trie v0.1.6
11252026-08-03T04:56:47.393Z Fresh futures-util v0.3.33
11262026-08-03T04:56:47.393Z Fresh rustls-pki-types v1.15.1
11272026-08-03T04:56:47.393Z Fresh errno v0.3.10
11282026-08-03T04:56:47.393Z Fresh pest v2.8.1
11292026-08-03T04:56:47.393Z Fresh pest_meta v2.8.1
11302026-08-03T04:56:47.393Z Fresh tinystr v0.7.6
11312026-08-03T04:56:47.393Z Fresh aws-lc-sys v0.40.0
11322026-08-03T04:56:47.393Z Fresh zerocopy-derive v0.8.27
11332026-08-03T04:56:47.393Z Fresh writeable v0.5.5
11342026-08-03T04:56:47.393Z Fresh litemap v0.7.4
11352026-08-03T04:56:47.393Z Fresh rustversion v1.0.22
11362026-08-03T04:56:47.393Z Fresh pest_generator v2.8.1
11372026-08-03T04:56:47.393Z Fresh rustix v1.1.4
11382026-08-03T04:56:47.393Z Fresh typenum v1.19.0
11392026-08-03T04:56:47.393Z Fresh aws-lc-rs v1.16.3
11402026-08-03T04:56:47.393Z Fresh icu_locid v1.5.0
11412026-08-03T04:56:47.393Z Fresh zerocopy v0.8.27
11422026-08-03T04:56:47.393Z Fresh httparse v1.10.0
11432026-08-03T04:56:47.393Z Fresh icu_provider_macros v1.5.0
11442026-08-03T04:56:47.393Z Fresh hashbrown v0.17.0
11452026-08-03T04:56:47.393Z Fresh num-conv v0.2.0
11462026-08-03T04:56:47.393Z Fresh equivalent v1.0.0
11472026-08-03T04:56:47.393Z Fresh time-core v0.1.8
11482026-08-03T04:56:47.393Z Fresh powerfmt v0.2.0
11492026-08-03T04:56:47.393Z Fresh fastrand v2.1.1
11502026-08-03T04:56:47.393Z Fresh crossbeam-utils v0.8.21
11512026-08-03T04:56:47.393Z Fresh indexmap v2.14.0
11522026-08-03T04:56:47.393Z Fresh icu_provider v1.5.0
11532026-08-03T04:56:47.393Z Fresh deranged v0.5.5
11542026-08-03T04:56:47.393Z Fresh time-macros v0.2.27
11552026-08-03T04:56:47.393Z Fresh pest_derive v2.8.1
11562026-08-03T04:56:47.394Z Fresh hybrid-array v0.4.8
11572026-08-03T04:56:47.394Z Fresh http-body v1.0.1
11582026-08-03T04:56:47.394Z Fresh tracing-core v0.1.32
11592026-08-03T04:56:47.394Z Fresh untrusted v0.9.0
11602026-08-03T04:56:47.394Z Fresh num_threads v0.1.3
11612026-08-03T04:56:47.394Z Fresh percent-encoding v2.3.2
11622026-08-03T04:56:47.394Z Fresh atomic-waker v1.1.2
11632026-08-03T04:56:47.394Z Fresh icu_locid_transform_data v1.5.0
11642026-08-03T04:56:47.394Z Fresh dtrace-parser v0.3.0
11652026-08-03T04:56:47.394Z Fresh rustls-webpki v0.103.13
11662026-08-03T04:56:47.394Z Fresh icu_locid_transform v1.5.0
11672026-08-03T04:56:47.394Z Fresh time v0.3.47
11682026-08-03T04:56:47.394Z Fresh rustix v0.38.44
11692026-08-03T04:56:47.394Z Fresh tracing v0.1.40
11702026-08-03T04:56:47.394Z Fresh icu_collections v1.5.0
11712026-08-03T04:56:47.394Z Fresh tokio-util v0.7.19
11722026-08-03T04:56:47.399Z Fresh serde_json v1.0.151
11732026-08-03T04:56:47.399Z Fresh erased-serde v0.3.31
11742026-08-03T04:56:47.399Z Fresh scroll_derive v0.13.1
11752026-08-03T04:56:47.399Z Fresh thread-id v5.0.0
11762026-08-03T04:56:47.400Z Fresh try-lock v0.2.3
11772026-08-03T04:56:47.400Z Fresh subtle v2.5.0
11782026-08-03T04:56:47.400Z Fresh tower-layer v0.3.3
11792026-08-03T04:56:47.400Z Fresh cpufeatures v0.3.0
11802026-08-03T04:56:47.400Z Fresh byteorder v1.4.3
11812026-08-03T04:56:47.400Z Fresh icu_properties_data v1.5.0
11822026-08-03T04:56:47.400Z Fresh fnv v1.0.7
11832026-08-03T04:56:47.400Z Fresh tower-service v0.3.3
11842026-08-03T04:56:47.400Z Fresh base64 v0.22.1
11852026-08-03T04:56:47.400Z Fresh icu_properties v1.5.1
11862026-08-03T04:56:47.400Z Fresh rustls v0.23.43
11872026-08-03T04:56:47.400Z Fresh h2 v0.4.14
11882026-08-03T04:56:47.400Z Fresh scroll v0.13.0
11892026-08-03T04:56:47.400Z Fresh want v0.3.0
11902026-08-03T04:56:47.400Z Fresh slog v2.8.2
11912026-08-03T04:56:47.400Z Fresh paste v1.0.15
11922026-08-03T04:56:47.400Z Fresh block-buffer v0.12.0
11932026-08-03T04:56:47.400Z Fresh crypto-common v0.2.1
11942026-08-03T04:56:47.400Z Fresh lazy_static v1.5.0
11952026-08-03T04:56:47.400Z Fresh unicode-segmentation v1.10.0
11962026-08-03T04:56:47.400Z Fresh icu_normalizer_data v1.5.0
11972026-08-03T04:56:47.400Z Fresh httpdate v1.0.1
11982026-08-03T04:56:47.400Z Fresh write16 v1.0.0
11992026-08-03T04:56:47.400Z Fresh const-oid v0.10.2
12002026-08-03T04:56:47.400Z Fresh simd-adler32 v0.3.7
12012026-08-03T04:56:47.400Z Fresh adler2 v2.0.1
12022026-08-03T04:56:47.400Z Fresh plain v0.2.3
12032026-08-03T04:56:47.400Z Fresh utf8_iter v1.0.4
12042026-08-03T04:56:47.400Z Fresh unicode-width v0.1.9
12052026-08-03T04:56:47.400Z Fresh utf16_iter v1.0.5
12062026-08-03T04:56:47.400Z Fresh newline-converter v0.3.0
12072026-08-03T04:56:47.400Z Fresh hyper v1.11.0
12082026-08-03T04:56:47.400Z Fresh miniz_oxide v0.8.9
12092026-08-03T04:56:47.400Z Fresh digest v0.11.2
12102026-08-03T04:56:47.400Z Fresh goblin v0.10.1
12112026-08-03T04:56:47.400Z Fresh icu_normalizer v1.5.0
12122026-08-03T04:56:47.400Z Fresh console v0.15.7
12132026-08-03T04:56:47.400Z Fresh crc32fast v1.5.0
12142026-08-03T04:56:47.400Z Fresh num-traits v0.2.14
12152026-08-03T04:56:47.400Z Fresh form_urlencoded v1.2.2
12162026-08-03T04:56:47.401Z Fresh serde_tokenstream v0.3.0
12172026-08-03T04:56:47.401Z Fresh serde_tokenstream v0.2.3
12182026-08-03T04:56:47.401Z Fresh mime v0.3.16
12192026-08-03T04:56:47.401Z Fresh winnow v1.0.0
12202026-08-03T04:56:47.401Z Fresh pretty-hex v0.4.1
12212026-08-03T04:56:47.401Z Fresh openssl-probe v0.2.1
12222026-08-03T04:56:47.401Z Fresh semver v1.0.28
12232026-08-03T04:56:47.401Z Fresh heck v0.5.0
12242026-08-03T04:56:47.401Z Fresh similar v2.2.1
12252026-08-03T04:56:47.401Z Fresh iana-time-zone v0.1.47
12262026-08-03T04:56:47.401Z Fresh ipnet v2.10.0
12272026-08-03T04:56:47.401Z Fresh dof v0.4.0
12282026-08-03T04:56:47.401Z Fresh toml_parser v1.1.2+spec-1.1.0
12292026-08-03T04:56:47.401Z Fresh rustls-native-certs v0.8.3
12302026-08-03T04:56:47.401Z Fresh chrono v0.4.45
12312026-08-03T04:56:47.401Z Fresh hyper-util v0.1.20
12322026-08-03T04:56:47.401Z Fresh flate2 v1.1.9
12332026-08-03T04:56:47.401Z Fresh unicase v2.6.0
12342026-08-03T04:56:47.401Z Fresh idna_adapter v1.2.0
12352026-08-03T04:56:47.401Z Fresh sha1 v0.11.0
12362026-08-03T04:56:47.401Z Fresh tokio-rustls v0.26.4
12372026-08-03T04:56:47.401Z Fresh chacha20 v0.10.1
12382026-08-03T04:56:47.401Z Fresh concurrent-queue v2.5.0
12392026-08-03T04:56:47.401Z Fresh serde_derive_internals v0.29.0
12402026-08-03T04:56:47.401Z Fresh toml_datetime v1.1.1+spec-1.1.0
12412026-08-03T04:56:47.401Z Fresh syn v2.0.118
12422026-08-03T04:56:47.401Z Fresh serde_spanned v1.1.1
12432026-08-03T04:56:47.401Z Fresh thread_local v1.1.4
12442026-08-03T04:56:47.401Z Fresh sync_wrapper v1.0.1
12452026-08-03T04:56:47.401Z Fresh encoding_rs v0.8.32
12462026-08-03T04:56:47.401Z Fresh compression-core v0.4.32
12472026-08-03T04:56:47.401Z Fresh parking v2.2.0
12482026-08-03T04:56:47.401Z Fresh match_cfg v0.1.0
12492026-08-03T04:56:47.401Z Fresh toml_writer v1.1.2+spec-1.1.0
12502026-08-03T04:56:47.401Z Fresh event-listener v5.0.0
12512026-08-03T04:56:47.401Z Fresh compression-codecs v0.4.38
12522026-08-03T04:56:47.401Z Fresh toml v1.1.3+spec-1.1.0
12532026-08-03T04:56:47.401Z Fresh hostname v0.3.1
12542026-08-03T04:56:47.401Z Fresh tower v0.5.2
12552026-08-03T04:56:47.402Z Fresh rand v0.10.2
12562026-08-03T04:56:47.402Z Fresh usdt-impl v0.6.0
12572026-08-03T04:56:47.402Z Fresh schemars_derive v0.8.22
12582026-08-03T04:56:47.402Z Fresh idna v1.0.3
12592026-08-03T04:56:47.402Z Fresh ryu v1.0.5
12602026-08-03T04:56:47.402Z Fresh usdt-macro v0.6.0
12612026-08-03T04:56:47.402Z Fresh usdt-attr-macro v0.6.0
12622026-08-03T04:56:47.402Z Compiling dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
12632026-08-03T04:56:47.402Z Fresh slog-json v2.6.1
12642026-08-03T04:56:47.402Z Fresh http-body-util v0.1.4
12652026-08-03T04:56:47.402Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2024 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bd644af387ad98f1 -C extra-filename=-c98c7384ccb80d84 --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-d187858cf3fa2474.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6360e43d0dec8e96.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-af1a38aada65d234.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b66c5bededaa0ec5.rlib --extern proc_macro`
12662026-08-03T04:56:47.402Z Fresh crossbeam-channel v0.5.15
12672026-08-03T04:56:47.402Z Fresh uuid v1.24.0
12682026-08-03T04:56:47.402Z Fresh futures-executor v0.3.33
12692026-08-03T04:56:47.436Z Fresh async-stream-impl v0.3.6
12702026-08-03T04:56:47.439Z Fresh is-terminal v0.4.12
12712026-08-03T04:56:47.439Z Fresh memmap2 v0.9.8
12722026-08-03T04:56:47.439Z Fresh take_mut v0.2.2
12732026-08-03T04:56:47.439Z Fresh dyn-clone v1.0.4
12742026-08-03T04:56:47.439Z Fresh spin v0.9.8
12752026-08-03T04:56:47.439Z Fresh data-encoding v2.4.0
12762026-08-03T04:56:47.439Z Fresh term v1.1.0
12772026-08-03T04:56:47.439Z Fresh iri-string v0.7.8
12782026-08-03T04:56:47.439Z Fresh slog-async v2.8.0
12792026-08-03T04:56:47.439Z Fresh tower-http v0.6.8
12802026-08-03T04:56:47.439Z Fresh slog-term v2.9.2
12812026-08-03T04:56:47.439Z Fresh multer v3.1.0
12822026-08-03T04:56:47.439Z Fresh schemars v0.8.22
12832026-08-03T04:56:47.439Z Fresh tungstenite v0.30.0
12842026-08-03T04:56:47.439Z Fresh futures v0.3.33
12852026-08-03T04:56:47.439Z Fresh usdt v0.6.0
12862026-08-03T04:56:47.439Z Fresh async-stream v0.3.6
12872026-08-03T04:56:47.439Z Fresh serde_urlencoded v0.7.1
12882026-08-03T04:56:47.439Z Fresh slog-bunyan v2.5.0
12892026-08-03T04:56:47.439Z Fresh url v2.5.4
12902026-08-03T04:56:47.439Z Fresh camino v1.2.4
12912026-08-03T04:56:47.442Z Fresh async-compression v0.4.42
12922026-08-03T04:56:47.443Z Fresh event-listener-strategy v0.5.4
12932026-08-03T04:56:47.443Z Fresh target-triple v1.0.0
12942026-08-03T04:56:47.443Z Fresh hyper-rustls v0.27.9
12952026-08-03T04:56:47.443Z Fresh rustls-platform-verifier v0.6.2
12962026-08-03T04:56:47.443Z Fresh pem v3.0.6
12972026-08-03T04:56:47.443Z Fresh yasna v0.6.0
12982026-08-03T04:56:47.443Z Fresh waitgroup v0.1.2
12992026-08-03T04:56:47.443Z Fresh openapiv3 v2.2.0
13002026-08-03T04:56:47.443Z Fresh rustls-pemfile v2.2.0
13012026-08-03T04:56:47.443Z Fresh async-trait v0.1.91
13022026-08-03T04:56:47.443Z Fresh serde_path_to_error v0.1.20
13032026-08-03T04:56:47.443Z Fresh hostname v0.4.2
13042026-08-03T04:56:47.443Z Fresh base64 v0.23.0
13052026-08-03T04:56:47.443Z Fresh debug-ignore v1.0.5
13062026-08-03T04:56:47.443Z Fresh glob v0.3.0
13072026-08-03T04:56:47.443Z Fresh termcolor v1.1.2
13082026-08-03T04:56:47.443Z Fresh simple-mermaid v0.2.0
13092026-08-03T04:56:47.443Z Fresh trybuild v1.0.118
13102026-08-03T04:56:47.443Z Fresh reqwest v0.13.4
13112026-08-03T04:56:47.443Z Fresh rcgen v0.14.8
13122026-08-03T04:56:47.443Z Fresh mime_guess v2.0.5
13132026-08-03T04:56:47.443Z Fresh async-channel v2.5.0
13142026-08-03T04:56:47.443Z Fresh anyhow v1.0.104
13152026-08-03T04:56:47.443Z Fresh tokio-tungstenite v0.30.0
13162026-08-03T04:56:47.443Z Fresh buf-list v1.1.2
13172026-08-03T04:56:47.443Z Fresh subprocess v1.2.0
13182026-08-03T04:56:47.443Z Fresh once_cell v1.20.1
13192026-08-03T04:56:47.443Z Fresh schema-derive v0.2.1
13202026-08-03T04:56:47.443Z Fresh schema v0.2.1
13212026-08-03T04:56:47.443Z Fresh getrandom v0.4.1
13222026-08-03T04:56:47.443Z Fresh prettyplease v0.3.0
13232026-08-03T04:56:47.443Z Fresh tempfile v3.27.0
13242026-08-03T04:56:47.443Z Fresh atomicwrites v0.4.4
13252026-08-03T04:56:47.443Z Fresh expectorate v1.2.0
13262026-08-03T04:56:48.688Z Compiling dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot)
13272026-08-03T04:56:48.692Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2024 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=0a7af2de0bc88cac -C extra-filename=-0b4cecb0d03e2bbd --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13282026-08-03T04:56:48.692Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2024 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=32513e753c80ce28 -C extra-filename=-6e606dc4976cbf24 --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-5f61b58ac98da510.rmeta --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13292026-08-03T04:56:53.677Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2024 dropshot/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=07f0af3bbe72e084 -C extra-filename=-33b561c1229d67c3 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6e606dc4976cbf24.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13302026-08-03T04:56:53.677Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name api_trait --edition=2024 dropshot/examples/api-trait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=42089b02997f2c6a -C extra-filename=-b218fbcf26bb3297 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6e606dc4976cbf24.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13312026-08-03T04:56:53.683Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2024 dropshot/examples/https.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=cbdea304939be78f -C extra-filename=-1dc3d8362965f400 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6e606dc4976cbf24.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13322026-08-03T04:56:53.683Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_alternate --edition=2024 dropshot/examples/api-trait-alternate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ec07511679cf2702 -C extra-filename=-e8cd7ae1e59508ce --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6e606dc4976cbf24.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13332026-08-03T04:56:53.683Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2024 dropshot/examples/pagination-multiple-sorts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=f5f056889ef0298f -C extra-filename=-2fb28005be51829f --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6e606dc4976cbf24.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13342026-08-03T04:56:53.683Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2024 dropshot/examples/multiple-servers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=4516645e869dabcc -C extra-filename=-d2fabd9f35f2a931 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6e606dc4976cbf24.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13352026-08-03T04:56:53.683Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2024 dropshot/examples/multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=efcdad6eb68cd483 -C extra-filename=-571125bdf5b130da --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6e606dc4976cbf24.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13362026-08-03T04:57:04.204Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2024 dropshot/examples/schema-with-example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=7bb256a9f248de61 -C extra-filename=-40771b5b81edfbb9 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6e606dc4976cbf24.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13372026-08-03T04:57:05.008Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2024 dropshot/examples/request-headers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=39af7d6f067c8ec9 -C extra-filename=-261cf339009278e3 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6e606dc4976cbf24.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13382026-08-03T04:57:05.197Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2024 dropshot/examples/pagination-multiple-resources.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=53218f021fa4294e -C extra-filename=-5a43a6026d39eeab --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6e606dc4976cbf24.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13392026-08-03T04:57:05.900Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2024 dropshot/examples/self-referential.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=84fdc69f6483efe4 -C extra-filename=-5c132628b469da83 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6e606dc4976cbf24.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13402026-08-03T04:57:06.497Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2024 dropshot/examples/websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=8663bd30713417c6 -C extra-filename=-1ec00ba07c753344 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6e606dc4976cbf24.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13412026-08-03T04:57:06.673Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2024 dropshot/tests/fail.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=449ae2f18cc275f7 -C extra-filename=-689a27261498ce1e --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6e606dc4976cbf24.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13422026-08-03T04:57:07.579Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name custom_error --edition=2024 dropshot/examples/custom-error.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=6e91f4b39579f9df -C extra-filename=-a43abced6c13cf47 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6e606dc4976cbf24.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13432026-08-03T04:57:12.732Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2024 dropshot/examples/well-tagged.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=9d11755d7d2ff1fb -C extra-filename=-016dc8c6bd969037 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6e606dc4976cbf24.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13442026-08-03T04:57:15.680Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2024 dropshot/examples/file_server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=62aaaf6cd834d6b9 -C extra-filename=-8dc3942ac07521ca --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6e606dc4976cbf24.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13452026-08-03T04:57:15.950Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2024 dropshot/examples/module-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=cc77a0f886517c50 -C extra-filename=-07dfe61a193b9b5f --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6e606dc4976cbf24.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13462026-08-03T04:57:16.943Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2024 dropshot/examples/petstore.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=80ef3e98ffb8773f -C extra-filename=-f33aedbcc8bb28db --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6e606dc4976cbf24.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13472026-08-03T04:57:17.879Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2024 dropshot/examples/basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=099f9b083b932a8c -C extra-filename=-30ad98960a155f5c --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6e606dc4976cbf24.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13482026-08-03T04:57:18.023Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_websocket --edition=2024 dropshot/examples/api-trait-websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=2dd3a9e85cdd2d78 -C extra-filename=-4e7ea396986bfed7 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6e606dc4976cbf24.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13492026-08-03T04:57:20.742Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2024 dropshot/examples/index.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=e25017bf66f22b04 -C extra-filename=-142cf00aefe59a99 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6e606dc4976cbf24.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13502026-08-03T04:57:23.929Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2024 dropshot/examples/pagination-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=e7adc25ca453995a -C extra-filename=-1a13c6a7b7ba5647 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6e606dc4976cbf24.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13512026-08-03T04:57:26.717Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2024 dropshot/examples/versioning.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=6e1295549f598b13 -C extra-filename=-a6eb2c11aceddb03 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6e606dc4976cbf24.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13522026-08-03T04:57:27.218Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2024 dropshot/examples/module-shared-context.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=8a02498925e63daf -C extra-filename=-7758e1770c7fa5e2 --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-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6e606dc4976cbf24.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out`
13532026-08-03T04:57:36.429Z Finished `test` profile [unoptimized + debuginfo] target(s) in 49.23s
13542026-08-03T04:57:36.470Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-0b4cecb0d03e2bbd`
13552026-08-03T04:57:36.473Z
13562026-08-03T04:57:36.473Zrunning 142 tests
13572026-08-03T04:57:36.476Ztest api_description::test::test_endpoint_versions_overlaps ... ok
13582026-08-03T04:57:36.476Ztest api_description::test::test_endpoint_versions_matches ... ok
13592026-08-03T04:57:36.476Ztest api_description::test::test_endpoint_versions_range ... ok
13602026-08-03T04:57:36.476Ztest api_description::test::test_badpath4 - should panic ... ok
13612026-08-03T04:57:36.476Ztest api_description::test::test_dup_names ... ok
13622026-08-03T04:57:36.476Ztest api_description::test::test_badpath2 ... ok
13632026-08-03T04:57:36.476Ztest api_description::test::test_badpath3 ... ok
13642026-08-03T04:57:36.476Ztest api_description::test::test_badpath1 ... ok
13652026-08-03T04:57:36.476Ztest api_description::test::test_tags_need_one ... ok
13662026-08-03T04:57:36.477Ztest api_description::test::test_tags_too_many ... ok
13672026-08-03T04:57:36.477Ztest api_description::test::test_tag_config_deserialize_old ... ok
13682026-08-03T04:57:36.477Ztest api_description::test::test_tags_just_right ... ok
13692026-08-03T04:57:36.477Ztest compression::tests::test_accepts_gzip_encoding_basic ... ok
13702026-08-03T04:57:36.477Ztest compression::tests::test_accepts_gzip_encoding_case_insensitive ... ok
13712026-08-03T04:57:36.477Ztest compression::tests::test_accepts_gzip_encoding_gzip_acceptance_overrides_wildcard_rejection ... ok
13722026-08-03T04:57:36.477Ztest compression::tests::test_accepts_gzip_encoding_ignores_malformed_parameters ... ok
13732026-08-03T04:57:36.477Ztest compression::tests::test_accepts_gzip_encoding_gzip_takes_precedence_over_wildcard ... ok
13742026-08-03T04:57:36.477Ztest compression::tests::test_accepts_gzip_encoding_malformed_quality ... ok
13752026-08-03T04:57:36.477Ztest compression::tests::test_accepts_gzip_encoding_prefers_highest_quality ... ok
13762026-08-03T04:57:36.477Ztest compression::tests::test_accepts_gzip_encoding_no_header ... ok
13772026-08-03T04:57:36.477Ztest compression::tests::test_accepts_gzip_encoding_wildcard ... ok
13782026-08-03T04:57:36.477Ztest compression::tests::test_accepts_gzip_encoding_multiple_headers ... ok
13792026-08-03T04:57:36.477Ztest compression::tests::test_accepts_gzip_encoding_multiple_encodings ... ok
13802026-08-03T04:57:36.477Ztest compression::tests::test_accepts_gzip_encoding_rejects_zero_quality ... ok
13812026-08-03T04:57:36.477Ztest compression::tests::test_accepts_gzip_encoding_wildcard_with_quality ... ok
13822026-08-03T04:57:36.477Ztest compression::tests::test_accepts_gzip_encoding_wildcard_rejected ... ok
13832026-08-03T04:57:36.477Ztest compression::tests::test_accepts_gzip_encoding_non_finite_quality_defaults ... ok
13842026-08-03T04:57:36.477Ztest compression::tests::test_accepts_gzip_encoding_with_positive_quality ... ok
13852026-08-03T04:57:36.477Ztest compression::tests::test_accepts_gzip_encoding_with_spaces ... ok
13862026-08-03T04:57:36.477Ztest compression::tests::test_should_compress_response_head_method ... ok
13872026-08-03T04:57:36.477Ztest compression::tests::test_should_compress_response_already_encoded ... ok
13882026-08-03T04:57:36.477Ztest compression::tests::test_should_compress_response_basic ... ok
13892026-08-03T04:57:36.477Ztest compression::tests::test_should_compress_response_no_accept_encoding ... ok
13902026-08-03T04:57:36.477Ztest compression::tests::test_should_compress_response_compressible_content_types ... ok
13912026-08-03T04:57:36.477Ztest compression::tests::test_should_compress_response_no_content ... ok
13922026-08-03T04:57:36.477Ztest compression::tests::test_should_compress_response_no_content_type ... ok
13932026-08-03T04:57:36.477Ztest compression::tests::test_should_compress_response_not_modified ... ok
13942026-08-03T04:57:36.477Ztest compression::tests::test_should_compress_response_non_compressible_content_types ... ok
13952026-08-03T04:57:36.477Ztest compression::tests::test_should_compress_response_no_compression_extension ... ok
13962026-08-03T04:57:36.477Ztest compression::tests::test_should_compress_response_rejects_content_range ... ok
13972026-08-03T04:57:36.481Ztest compression::tests::test_should_compress_response_partial_content ... ok
13982026-08-03T04:57:36.481Ztest compression::tests::test_should_compress_response_respects_content_length_threshold ... ok
13992026-08-03T04:57:36.481Ztest compression::tests::test_should_compress_response_sse ... ok
14002026-08-03T04:57:36.481Ztest extractor::body::tests::test_typed_body_from ... ok
14012026-08-03T04:57:36.481Ztest error::test::test_serialize_error_response_body ... ok
14022026-08-03T04:57:36.481Ztest extractor::metadata::test::test_metadata_flattened ... ok
14032026-08-03T04:57:36.481Ztest extractor::metadata::test::test_metadata_simple ... ok
14042026-08-03T04:57:36.481Ztest extractor::metadata::test::test_metadata_flattened_enum ... ok
14052026-08-03T04:57:36.481Ztest extractor::header::tests::test_header_parsing ... ok
14062026-08-03T04:57:36.481Ztest extractor::metadata::test::test_metadata_pagination ... ok
14072026-08-03T04:57:36.481Ztest compression::tests::test_apply_gzip_compression_avoids_duplicate_vary_entries ... ok
14082026-08-03T04:57:36.482Ztest from_map::test::test_deep ... ok
14092026-08-03T04:57:36.482Ztest from_map::test::test_lone_literal ... ok
14102026-08-03T04:57:36.482Ztest from_map::test::test_case_insensitive ... ok
14112026-08-03T04:57:36.482Ztest from_map::test::test_missing_data1 ... ok
14122026-08-03T04:57:36.482Ztest from_map::test::test_missing_data2 ... ok
14132026-08-03T04:57:36.482Ztest compression::tests::test_apply_gzip_compression_removes_accept_ranges_and_sets_vary ... ok
14142026-08-03T04:57:36.482Ztest from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok
14152026-08-03T04:57:36.482Ztest from_map::test::test_types ... ok
14162026-08-03T04:57:36.482Ztest logging::test::test_config_bad_terminal_bad_level ... ok
14172026-08-03T04:57:36.482Ztest logging::test::test_config_bad_file_no_level ... ok
14182026-08-03T04:57:36.482Ztest logging::test::test_config_bad_log_mode ... ok
14192026-08-03T04:57:36.482Ztest logging::test::test_config_bad_file_no_file ... ok
14202026-08-03T04:57:36.482Ztest logging::test::test_config_bad_terminal_no_level ... ok
14212026-08-03T04:57:36.482Ztest logging::test::test_config_bad_file_path_exists_fail ... ok
14222026-08-03T04:57:36.482Ztest logging::test::test_config_bad_file_bad_path_type ... ok
14232026-08-03T04:57:36.482Ztest extractor::body::tests::test_content_plus_json ... ok
14242026-08-03T04:57:36.482Ztest pagination::test::test_pagination_schema ... ok
14252026-08-03T04:57:36.482Ztest pagination::test::test_results_page ... ok
14262026-08-03T04:57:36.482Ztest router::test::test_bad_path_segment1 - should panic ... ok
14272026-08-03T04:57:36.482Ztest pagination::test::test_page_token_serialization ... ok
14282026-08-03T04:57:36.482Ztest router::test::test_bad_path_segment2 - should panic ... ok
14292026-08-03T04:57:36.482Ztest router::test::test_bad_path_segment3 - should panic ... ok
14302026-08-03T04:57:36.482Ztest pagination::test::test_pagparams_parsing ... ok
14312026-08-03T04:57:36.482Ztest router::test::test_bogus_regex - should panic ... ok
14322026-08-03T04:57:36.482Ztest router::test::test_bad_path_segment4 - should panic ... ok
14332026-08-03T04:57:36.482Ztest router::test::test_duplicate_route3 - should panic ... ok
14342026-08-03T04:57:36.482Ztest api_description::test::test_tags_set ... ok
14352026-08-03T04:57:36.482Ztest router::test::test_duplicate_route2 - should panic ... ok
14362026-08-03T04:57:36.482Znote: configured to log to "/tmp/dropshot-0b4cecb0d03e2bbd.3066.file_dir/log.out"
14372026-08-03T04:57:36.482Ztest router::test::test_duplicate_route1 - should panic ... ok
14382026-08-03T04:57:36.482Ztest router::test::test_duplicate_route_overlapping_version - should panic ... ok
14392026-08-03T04:57:36.482Ztest router::test::test_duplicate_route_same_version - should panic ... ok
14402026-08-03T04:57:36.482Ztest router::test::test_embedded_non_variable ... ok
14412026-08-03T04:57:36.482Ztest router::test::test_empty_variable ... ok
14422026-08-03T04:57:36.482Ztest router::test::test_duplicate_varname - should panic ... ok
14432026-08-03T04:57:36.482Ztest logging::test::test_config_stderr_terminal ... ok
14442026-08-03T04:57:36.482Ztest router::test::test_iter2 ... ok
14452026-08-03T04:57:36.482Ztest router::test::test_literal_after_regex - should panic ... ok
14462026-08-03T04:57:36.482Ztest router::test::test_error_cases ... ok
14472026-08-03T04:57:36.483Ztest router::test::test_iter ... ok
14482026-08-03T04:57:36.483Ztest router::test::test_iter_null ... ok
14492026-08-03T04:57:36.483Ztest router::test::test_inconsistent_varname - should panic ... ok
14502026-08-03T04:57:36.483Ztest router::test::test_literal_after_variable - should panic ... ok
14512026-08-03T04:57:36.483Ztest router::test::test_map_bad_value ... ok
14522026-08-03T04:57:36.483Ztest router::test::test_map_bad_seq ... ok
14532026-08-03T04:57:36.483Ztest router::test::test_map ... ok
14542026-08-03T04:57:36.483Ztest router::test::test_path_segment ... ok
14552026-08-03T04:57:36.483Ztest router::test::test_more_after_regex - should panic ... ok
14562026-08-03T04:57:36.483Ztest router::test::test_segments ... ok
14572026-08-03T04:57:36.483Ztest router::test::test_router_versioned ... ok
14582026-08-03T04:57:36.483Ztest router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok
14592026-08-03T04:57:36.483Ztest router::test::test_router_basic ... ok
14602026-08-03T04:57:36.483Ztest router::test::test_variable_after_literal - should panic ... ok
14612026-08-03T04:57:36.483Ztest router::test::test_variable_name_bad_start - should panic ... ok
14622026-08-03T04:57:36.483Ztest router::test::test_variable_name_empty - should panic ... ok
14632026-08-03T04:57:36.483Ztest router::test::test_variable_rename ... ok
14642026-08-03T04:57:36.483Ztest router::test::test_variable_name_bad_end - should panic ... ok
14652026-08-03T04:57:36.483Ztest router::test::test_variables_multi ... ok
14662026-08-03T04:57:36.483Ztest router::test::test_variables_basic ... ok
14672026-08-03T04:57:36.483Ztest router::test::test_variables_glob ... ok
14682026-08-03T04:57:36.483Ztest schema_util::test::test_empty_struct ... ok
14692026-08-03T04:57:36.483Znote: configured to log to "/tmp/dropshot-0b4cecb0d03e2bbd.3066.file_dir/log.out"
14702026-08-03T04:57:36.483Ztest schema_util::test::test_embedded_schema ... ok
14712026-08-03T04:57:36.483Ztest schema_util::test::test_additional_properties ... ok
14722026-08-03T04:57:36.483Ztest schema_util::test::test_nullable ... ok
14732026-08-03T04:57:36.483Ztest schema_util::test::test_extension_conversion ... ok
14742026-08-03T04:57:36.483Ztest schema_util::test::test_two_types - should panic ... ok
14752026-08-03T04:57:36.483Ztest test_util::test::test_bunyan_bad_name - should panic ... ok
14762026-08-03T04:57:36.483Znote: configured to log to "/tmp/dropshot-0b4cecb0d03e2bbd.3066.file_dir/log.out"
14772026-08-03T04:57:36.483Ztest test_util::test::test_bunyan_bad_hostname - should panic ... ok
14782026-08-03T04:57:36.483Ztest schema_util::test::test_garbage_barge_structure_conversion ... ok
14792026-08-03T04:57:36.483Ztest test_util::test::test_bunyan_bad_v - should panic ... ok
14802026-08-03T04:57:36.483Ztest test_util::test::test_bunyan_easy_cases ... ok
14812026-08-03T04:57:36.483Ztest schema_util::test::test_schema2struct_with_enum_variants ... ok
14822026-08-03T04:57:36.483Ztest test_util::test::test_bunyan_bad_pid - should panic ... ok
14832026-08-03T04:57:36.483Ztest logging::test::test_config_file ... ok
14842026-08-03T04:57:36.483Ztest test_util::test::test_bunyan_seq_bad_order - should panic ... ok
14852026-08-03T04:57:36.483Ztest test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok
14862026-08-03T04:57:36.484Ztest test_util::test::test_bunyan_seq_easy_cases ... ok
14872026-08-03T04:57:36.484Ztest test_util::test::test_bunyan_seq_lower_violated - should panic ... ok
14882026-08-03T04:57:36.484Ztest test_util::test::test_bunyan_seq_upper_violated - should panic ... ok
14892026-08-03T04:57:36.484Ztest to_map::test::test_to_map_num ... ok
14902026-08-03T04:57:36.484Ztest to_map::test::test_struct_with_options ... ok
14912026-08-03T04:57:36.484Ztest to_map::test::test_to_map_enum ... ok
14922026-08-03T04:57:36.484Ztest to_map::test::test_to_map_seq ... ok
14932026-08-03T04:57:36.487Ztest to_map::test::test_to_map_valid ... ok
14942026-08-03T04:57:36.487Ztest to_map::test::test_to_map_vec ... ok
14952026-08-03T04:57:36.487Ztest type_util::tests::test_commented_ref ... ok
14962026-08-03T04:57:36.487Ztest type_util::tests::test_recursive_type - should panic ... ok
14972026-08-03T04:57:36.487Ztest type_util::tests::test_reflexive_type - should panic ... ok
14982026-08-03T04:57:36.487Ztest websocket::tests::test_ws_upg_task_is_spawned ... ok
14992026-08-03T04:57:36.487Ztest server::test::test_drop_server_without_close_okay ... ok
15002026-08-03T04:57:36.487Ztest server::test::test_server_run_then_close ... ok
15012026-08-03T04:57:36.487Ztest server::test::test_http_acceptor_happy_path ... ok
15022026-08-03T04:57:36.487Z
15032026-08-03T04:57:36.488Ztest result: ok. 142 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
15042026-08-03T04:57:36.488Z
15052026-08-03T04:57:36.488Z Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-689a27261498ce1e`
15062026-08-03T04:57:36.488Z
15072026-08-03T04:57:36.488Zrunning 1 test
15082026-08-03T04:57:36.776Z Compiling proc-macro2 v1.0.107
15092026-08-03T04:57:36.776Z Compiling quote v1.0.47
15102026-08-03T04:57:36.776Z Compiling unicode-ident v1.0.12
15112026-08-03T04:57:36.779Z Compiling libc v0.2.189
15122026-08-03T04:57:36.779Z Checking cfg-if v1.0.0
15132026-08-03T04:57:36.779Z Compiling serde_core v1.0.229
15142026-08-03T04:57:36.779Z Checking itoa v1.0.1
15152026-08-03T04:57:36.866Z Checking memchr v2.6.0
15162026-08-03T04:57:37.007Z Checking pin-project-lite v0.2.12
15172026-08-03T04:57:37.055Z Compiling autocfg v1.1.0
15182026-08-03T04:57:37.112Z Compiling thiserror v2.0.19
15192026-08-03T04:57:37.297Z Checking bytes v1.12.1
15202026-08-03T04:57:37.379Z Compiling zmij v1.0.2
15212026-08-03T04:57:37.459Z Checking smallvec v1.13.2
15222026-08-03T04:57:37.538Z Checking futures-core v0.3.33
15232026-08-03T04:57:37.637Z Compiling serde v1.0.229
15242026-08-03T04:57:37.654Z Compiling log v0.4.17
15252026-08-03T04:57:37.658Z Checking once_cell v1.20.1
15262026-08-03T04:57:37.721Z Compiling serde_json v1.0.151
15272026-08-03T04:57:37.737Z Compiling jobserver v0.1.34
15282026-08-03T04:57:37.815Z Compiling find-msvc-tools v0.1.9
15292026-08-03T04:57:37.862Z Compiling shlex v1.3.0
15302026-08-03T04:57:37.900Z Compiling parking_lot_core v0.9.4
15312026-08-03T04:57:38.107Z Compiling cc v1.2.60
15322026-08-03T04:57:38.117Z Compiling slab v0.4.9
15332026-08-03T04:57:38.130Z Checking futures-sink v0.3.33
15342026-08-03T04:57:38.170Z Checking scopeguard v1.2.0
15352026-08-03T04:57:38.201Z Compiling syn v2.0.118
15362026-08-03T04:57:38.221Z Compiling syn v3.0.3
15372026-08-03T04:57:38.326Z Checking lock_api v0.4.6
15382026-08-03T04:57:38.475Z Compiling fs_extra v1.3.0
15392026-08-03T04:57:38.513Z Compiling version_check v0.9.5
15402026-08-03T04:57:38.563Z Compiling dunce v1.0.5
15412026-08-03T04:57:38.659Z Checking parking_lot v0.12.1
15422026-08-03T04:57:38.823Z Checking signal-hook-registry v1.4.0
15432026-08-03T04:57:38.849Z Compiling cmake v0.1.58
15442026-08-03T04:57:38.893Z Checking mio v1.2.0
15452026-08-03T04:57:38.900Z Checking socket2 v0.6.3
15462026-08-03T04:57:39.142Z Checking stable_deref_trait v1.2.0
15472026-08-03T04:57:39.174Z Checking futures-channel v0.3.33
15482026-08-03T04:57:39.193Z Checking http v1.4.2
15492026-08-03T04:57:39.214Z Checking zeroize v1.8.2
15502026-08-03T04:57:39.304Z Compiling zerocopy v0.8.27
15512026-08-03T04:57:39.359Z Compiling ucd-trie v0.1.6
15522026-08-03T04:57:39.405Z Checking rand_core v0.10.1
15532026-08-03T04:57:39.543Z Checking futures-task v0.3.33
15542026-08-03T04:57:39.671Z Compiling getrandom v0.4.1
15552026-08-03T04:57:39.682Z Compiling aws-lc-rs v1.16.3
15562026-08-03T04:57:39.769Z Checking futures-io v0.3.33
15572026-08-03T04:57:39.982Z Checking rustls-pki-types v1.15.1
15582026-08-03T04:57:40.022Z Compiling typenum v1.19.0
15592026-08-03T04:57:40.027Z Compiling aws-lc-sys v0.40.0
15602026-08-03T04:57:40.040Z Compiling httparse v1.10.0
15612026-08-03T04:57:40.239Z Compiling rustversion v1.0.22
15622026-08-03T04:57:40.597Z Checking litemap v0.7.4
15632026-08-03T04:57:40.700Z Compiling crossbeam-utils v0.8.21
15642026-08-03T04:57:40.706Z Checking writeable v0.5.5
15652026-08-03T04:57:41.074Z Compiling synstructure v0.13.1
15662026-08-03T04:57:41.142Z Compiling num-conv v0.2.0
15672026-08-03T04:57:41.275Z Checking hashbrown v0.17.0
15682026-08-03T04:57:41.303Z Checking equivalent v1.0.0
15692026-08-03T04:57:41.382Z Checking powerfmt v0.2.0
15702026-08-03T04:57:41.532Z Compiling time-core v0.1.8
15712026-08-03T04:57:41.535Z Compiling slog v2.8.2
15722026-08-03T04:57:41.579Z Checking hybrid-array v0.4.8
15732026-08-03T04:57:41.674Z Compiling time-macros v0.2.27
15742026-08-03T04:57:41.750Z Checking indexmap v2.14.0
15752026-08-03T04:57:41.757Z Checking deranged v0.5.5
15762026-08-03T04:57:42.094Z Checking http-body v1.0.1
15772026-08-03T04:57:42.221Z Compiling unicase v2.6.0
15782026-08-03T04:57:42.354Z Checking tracing-core v0.1.32
15792026-08-03T04:57:42.395Z Checking num_threads v0.1.3
15802026-08-03T04:57:42.480Z Compiling rustls v0.23.43
15812026-08-03T04:57:42.588Z Checking percent-encoding v2.3.2
15822026-08-03T04:57:42.665Z Checking atomic-waker v1.1.2
15832026-08-03T04:57:42.733Z Checking untrusted v0.9.0
15842026-08-03T04:57:42.821Z Checking bitflags v2.11.0
15852026-08-03T04:57:42.827Z Checking icu_locid_transform_data v1.5.0
15862026-08-03T04:57:42.890Z Checking tracing v0.1.40
15872026-08-03T04:57:42.905Z Compiling num-traits v0.2.14
15882026-08-03T04:57:43.048Z Checking time v0.3.47
15892026-08-03T04:57:43.067Z Checking fnv v1.0.7
15902026-08-03T04:57:43.152Z Checking tower-service v0.3.3
15912026-08-03T04:57:43.159Z Checking try-lock v0.2.3
15922026-08-03T04:57:43.237Z Compiling usdt-impl v0.6.0
15932026-08-03T04:57:43.244Z Checking base64 v0.22.1
15942026-08-03T04:57:43.310Z Compiling serde_derive v1.0.229
15952026-08-03T04:57:43.313Z Compiling thiserror-impl v2.0.19
15962026-08-03T04:57:43.441Z Compiling zerofrom-derive v0.1.5
15972026-08-03T04:57:43.470Z Compiling tokio-macros v2.7.0
15982026-08-03T04:57:43.479Z Compiling yoke-derive v0.7.5
15992026-08-03T04:57:43.897Z Compiling zerovec-derive v0.10.3
16002026-08-03T04:57:43.983Z Compiling displaydoc v0.2.5
16012026-08-03T04:57:44.615Z Checking tokio v1.53.1
16022026-08-03T04:57:45.155Z Compiling futures-macro v0.3.33
16032026-08-03T04:57:45.323Z Compiling zerocopy-derive v0.8.27
16042026-08-03T04:57:45.384Z Compiling pest v2.8.1
16052026-08-03T04:57:45.493Z Compiling icu_provider_macros v1.5.0
16062026-08-03T04:57:45.642Z Checking zerofrom v0.1.5
16072026-08-03T04:57:45.762Z Checking yoke v0.7.5
16082026-08-03T04:57:45.939Z Checking zerovec v0.10.4
16092026-08-03T04:57:46.335Z Compiling scroll_derive v0.13.1
16102026-08-03T04:57:46.365Z Checking futures-util v0.3.33
16112026-08-03T04:57:46.631Z Compiling pest_meta v2.8.1
16122026-08-03T04:57:46.677Z Checking tinystr v0.7.6
16132026-08-03T04:57:46.858Z Checking icu_locid v1.5.0
16142026-08-03T04:57:47.320Z Compiling pest_generator v2.8.1
16152026-08-03T04:57:47.566Z Checking icu_provider v1.5.0
16162026-08-03T04:57:47.590Z Checking erased-serde v0.3.31
16172026-08-03T04:57:47.802Z Checking tokio-util v0.7.19
16182026-08-03T04:57:47.876Z Checking icu_locid_transform v1.5.0
16192026-08-03T04:57:47.982Z Checking icu_collections v1.5.0
16202026-08-03T04:57:48.245Z Checking subtle v2.5.0
16212026-08-03T04:57:48.268Z Checking tower-layer v0.3.3
16222026-08-03T04:57:48.317Z Compiling crc32fast v1.5.0
16232026-08-03T04:57:48.369Z Checking cpufeatures v0.3.0
16242026-08-03T04:57:48.377Z Checking icu_properties_data v1.5.0
16252026-08-03T04:57:48.420Z Checking h2 v0.4.14
16262026-08-03T04:57:48.504Z Checking icu_properties v1.5.1
16272026-08-03T04:57:48.684Z Compiling pest_derive v2.8.1
16282026-08-03T04:57:48.691Z Checking scroll v0.13.0
16292026-08-03T04:57:48.705Z Checking want v0.3.0
16302026-08-03T04:57:48.822Z Checking block-buffer v0.12.0
16312026-08-03T04:57:48.911Z Checking crypto-common v0.2.1
16322026-08-03T04:57:48.956Z Checking errno v0.3.10
16332026-08-03T04:57:48.977Z Compiling thread-id v5.0.0
16342026-08-03T04:57:49.071Z Checking const-oid v0.10.2
16352026-08-03T04:57:49.096Z Checking utf16_iter v1.0.5
16362026-08-03T04:57:49.204Z Compiling dof v0.4.0
16372026-08-03T04:57:49.221Z Checking write16 v1.0.0
16382026-08-03T04:57:49.308Z Checking adler2 v2.0.1
16392026-08-03T04:57:49.390Z Checking httpdate v1.0.1
16402026-08-03T04:57:49.404Z Checking utf8_iter v1.0.4
16412026-08-03T04:57:49.411Z Checking simd-adler32 v0.3.7
16422026-08-03T04:57:49.521Z Checking plain v0.2.3
16432026-08-03T04:57:49.527Z Compiling byteorder v1.4.3
16442026-08-03T04:57:49.545Z Compiling dtrace-parser v0.3.0
16452026-08-03T04:57:49.548Z Checking icu_normalizer_data v1.5.0
16462026-08-03T04:57:49.610Z Compiling rustix v1.1.4
16472026-08-03T04:57:49.617Z Checking goblin v0.10.1
16482026-08-03T04:57:49.741Z Checking miniz_oxide v0.8.9
16492026-08-03T04:57:49.747Z Checking digest v0.11.2
16502026-08-03T04:57:49.912Z Checking icu_normalizer v1.5.0
16512026-08-03T04:57:50.327Z Checking hyper v1.11.0
16522026-08-03T04:57:50.560Z Compiling serde_tokenstream v0.2.3
16532026-08-03T04:57:50.651Z Checking form_urlencoded v1.2.2
16542026-08-03T04:57:50.858Z Compiling ryu v1.0.5
16552026-08-03T04:57:50.909Z Compiling rustix v0.38.44
16562026-08-03T04:57:51.138Z Checking openssl-probe v0.2.1
16572026-08-03T04:57:51.150Z Checking pretty-hex v0.4.1
16582026-08-03T04:57:51.200Z Checking mime v0.3.16
16592026-08-03T04:57:51.239Z Checking ipnet v2.10.0
16602026-08-03T04:57:51.258Z Checking iana-time-zone v0.1.47
16612026-08-03T04:57:51.262Z Checking rustls-native-certs v0.8.3
16622026-08-03T04:57:51.357Z Checking chrono v0.4.45
16632026-08-03T04:57:51.424Z Checking flate2 v1.1.9
16642026-08-03T04:57:51.456Z Checking hyper-util v0.1.20
16652026-08-03T04:57:51.599Z Checking idna_adapter v1.2.0
16662026-08-03T04:57:51.713Z Checking sha1 v0.11.0
16672026-08-03T04:57:51.716Z Checking chacha20 v0.10.1
16682026-08-03T04:57:51.884Z Checking concurrent-queue v2.5.0
16692026-08-03T04:57:51.946Z Compiling serde_derive_internals v0.29.0
16702026-08-03T04:57:52.105Z Compiling multer v3.1.0
16712026-08-03T04:57:52.282Z Checking thread_local v1.1.4
16722026-08-03T04:57:52.326Z Checking sync_wrapper v1.0.1
16732026-08-03T04:57:52.341Z Checking encoding_rs v0.8.32
16742026-08-03T04:57:52.348Z Compiling schemars v0.8.22
16752026-08-03T04:57:52.423Z Checking parking v2.2.0
16762026-08-03T04:57:52.442Z Compiling camino v1.2.4
16772026-08-03T04:57:52.536Z Checking fastrand v2.1.1
16782026-08-03T04:57:52.592Z Compiling slog-async v2.8.0
16792026-08-03T04:57:52.716Z Checking match_cfg v0.1.0
16802026-08-03T04:57:52.778Z Checking compression-core v0.4.32
16812026-08-03T04:57:52.791Z Compiling paste v1.0.15
16822026-08-03T04:57:52.848Z Checking winnow v1.0.0
16832026-08-03T04:57:52.900Z Checking compression-codecs v0.4.38
16842026-08-03T04:57:53.016Z Checking hostname v0.3.1
16852026-08-03T04:57:53.067Z Checking tempfile v3.27.0
16862026-08-03T04:57:53.116Z Checking event-listener v5.0.0
16872026-08-03T04:57:53.134Z Compiling schemars_derive v0.8.22
16882026-08-03T04:57:53.137Z Checking toml_parser v1.1.2+spec-1.1.0
16892026-08-03T04:57:53.175Z Checking tower v0.5.2
16902026-08-03T04:57:53.302Z Checking rand v0.10.2
16912026-08-03T04:57:53.308Z Checking idna v1.0.3
16922026-08-03T04:57:53.317Z Compiling mime_guess v2.0.5
16932026-08-03T04:57:53.552Z Compiling usdt-macro v0.6.0
16942026-08-03T04:57:53.682Z Compiling usdt-attr-macro v0.6.0
16952026-08-03T04:57:53.768Z Checking slog-json v2.6.1
16962026-08-03T04:57:53.792Z Checking futures-executor v0.3.33
16972026-08-03T04:57:53.922Z Compiling serde_tokenstream v0.3.0
16982026-08-03T04:57:53.941Z Compiling async-stream-impl v0.3.6
16992026-08-03T04:57:54.043Z Checking crossbeam-channel v0.5.15
17002026-08-03T04:57:54.127Z Checking http-body-util v0.1.4
17012026-08-03T04:57:54.255Z Checking uuid v1.24.0
17022026-08-03T04:57:54.360Z Compiling dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot)
17032026-08-03T04:57:54.382Z Checking toml_datetime v1.1.1+spec-1.1.0
17042026-08-03T04:57:54.553Z Checking serde_spanned v1.1.1
17052026-08-03T04:57:54.581Z Checking is-terminal v0.4.12
17062026-08-03T04:57:54.609Z Checking memmap2 v0.9.8
17072026-08-03T04:57:54.665Z Compiling semver v1.0.28
17082026-08-03T04:57:54.676Z Checking dyn-clone v1.0.4
17092026-08-03T04:57:54.720Z Checking lazy_static v1.5.0
17102026-08-03T04:57:54.760Z Checking toml_writer v1.1.2+spec-1.1.0
17112026-08-03T04:57:54.766Z Checking iri-string v0.7.8
17122026-08-03T04:57:54.812Z Compiling heck v0.5.0
17132026-08-03T04:57:54.898Z Compiling anyhow v1.0.104
17142026-08-03T04:57:54.925Z Checking spin v0.9.8
17152026-08-03T04:57:54.940Z Checking term v1.1.0
17162026-08-03T04:57:55.010Z Checking unicode-width v0.1.9
17172026-08-03T04:57:55.032Z Checking take_mut v0.2.2
17182026-08-03T04:57:55.035Z Checking unicode-segmentation v1.10.0
17192026-08-03T04:57:55.073Z Checking data-encoding v2.4.0
17202026-08-03T04:57:55.107Z Checking console v0.15.7
17212026-08-03T04:57:55.161Z Checking slog-term v2.9.2
17222026-08-03T04:57:55.297Z Compiling dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
17232026-08-03T04:57:55.316Z Checking tungstenite v0.30.0
17242026-08-03T04:57:55.316Z Checking newline-converter v0.3.0
17252026-08-03T04:57:55.423Z Checking toml v1.1.3+spec-1.1.0
17262026-08-03T04:57:55.491Z Checking async-stream v0.3.6
17272026-08-03T04:57:55.617Z Checking usdt v0.6.0
17282026-08-03T04:57:55.734Z Checking atomicwrites v0.4.4
17292026-08-03T04:57:55.786Z Checking futures v0.3.33
17302026-08-03T04:57:55.798Z Checking tower-http v0.6.8
17312026-08-03T04:57:55.805Z Checking slog-bunyan v2.5.0
17322026-08-03T04:57:55.849Z Checking serde_urlencoded v0.7.1
17332026-08-03T04:57:55.856Z Checking url v2.5.4
17342026-08-03T04:57:55.905Z Checking event-listener-strategy v0.5.4
17352026-08-03T04:57:55.996Z Checking async-compression v0.4.42
17362026-08-03T04:57:56.050Z Checking openapiv3 v2.2.0
17372026-08-03T04:57:56.058Z Checking yasna v0.6.0
17382026-08-03T04:57:56.229Z Checking pem v3.0.6
17392026-08-03T04:57:56.237Z Compiling async-trait v0.1.91
17402026-08-03T04:57:56.279Z Checking waitgroup v0.1.2
17412026-08-03T04:57:56.377Z Checking rustls-pemfile v2.2.0
17422026-08-03T04:57:56.383Z Checking serde_path_to_error v0.1.20
17432026-08-03T04:57:56.446Z Checking hostname v0.4.2
17442026-08-03T04:57:56.511Z Checking base64 v0.23.0
17452026-08-03T04:57:56.539Z Checking simple-mermaid v0.2.0
17462026-08-03T04:57:56.604Z Checking debug-ignore v1.0.5
17472026-08-03T04:57:56.643Z Checking similar v2.2.1
17482026-08-03T04:57:56.697Z Checking async-channel v2.5.0
17492026-08-03T04:57:56.843Z Checking tokio-tungstenite v0.30.0
17502026-08-03T04:57:56.999Z Checking expectorate v1.2.0
17512026-08-03T04:57:57.106Z Checking subprocess v1.2.0
17522026-08-03T04:57:57.121Z Checking buf-list v1.1.2
17532026-08-03T04:58:02.391Z Checking rustls-webpki v0.103.13
17542026-08-03T04:58:02.391Z Checking rcgen v0.14.8
17552026-08-03T04:58:04.654Z Checking tokio-rustls v0.26.4
17562026-08-03T04:58:04.654Z Checking rustls-platform-verifier v0.6.2
17572026-08-03T04:58:04.771Z Checking hyper-rustls v0.27.9
17582026-08-03T04:58:04.937Z Checking reqwest v0.13.4
17592026-08-03T04:58:06.426Z Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot)
17602026-08-03T04:58:06.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.97s
17612026-08-03T04:58:06.749Z
17622026-08-03T04:58:06.749Z
17632026-08-03T04:58:32.511Ztest tests/fail/bad_channel10.rs ... ok
17642026-08-03T04:58:32.511Ztest tests/fail/bad_channel11.rs ... ok
17652026-08-03T04:58:32.511Ztest tests/fail/bad_channel12.rs ... ok
17662026-08-03T04:58:32.511Ztest tests/fail/bad_channel13.rs ... ok
17672026-08-03T04:58:32.511Ztest tests/fail/bad_channel14.rs ... ok
17682026-08-03T04:58:32.511Ztest tests/fail/bad_channel15.rs ... ok
17692026-08-03T04:58:32.526Ztest tests/fail/bad_channel17.rs ... ok
17702026-08-03T04:58:32.526Ztest tests/fail/bad_channel18.rs ... ok
17712026-08-03T04:58:32.526Ztest tests/fail/bad_channel19.rs ... ok
17722026-08-03T04:58:32.526Ztest tests/fail/bad_channel1a.rs ... ok
17732026-08-03T04:58:32.526Ztest tests/fail/bad_channel1b.rs ... ok
17742026-08-03T04:58:32.526Ztest tests/fail/bad_channel2.rs ... ok
17752026-08-03T04:58:32.526Ztest tests/fail/bad_channel20.rs ... ok
17762026-08-03T04:58:32.526Ztest tests/fail/bad_channel21.rs ... ok
17772026-08-03T04:58:32.526Ztest tests/fail/bad_channel22.rs ... ok
17782026-08-03T04:58:32.526Ztest tests/fail/bad_channel23.rs ... ok
17792026-08-03T04:58:32.526Ztest tests/fail/bad_channel24.rs ... ok
17802026-08-03T04:58:32.526Ztest tests/fail/bad_channel25.rs ... ok
17812026-08-03T04:58:32.526Ztest tests/fail/bad_channel26.rs ... ok
17822026-08-03T04:58:32.526Ztest tests/fail/bad_channel27.rs ... ok
17832026-08-03T04:58:32.526Ztest tests/fail/bad_channel28.rs ... ok
17842026-08-03T04:58:32.526Ztest tests/fail/bad_channel3.rs ... ok
17852026-08-03T04:58:32.526Ztest tests/fail/bad_channel4.rs ... ok
17862026-08-03T04:58:32.527Ztest tests/fail/bad_channel5.rs ... ok
17872026-08-03T04:58:32.527Ztest tests/fail/bad_channel6.rs ... ok
17882026-08-03T04:58:32.527Ztest tests/fail/bad_channel8.rs ... ok
17892026-08-03T04:58:32.527Ztest tests/fail/bad_channel9.rs ... ok
17902026-08-03T04:58:32.527Ztest tests/fail/bad_endpoint1.rs ... ok
17912026-08-03T04:58:32.527Ztest tests/fail/bad_endpoint10.rs ... ok
17922026-08-03T04:58:32.527Ztest tests/fail/bad_endpoint11.rs ... ok
17932026-08-03T04:58:32.527Ztest tests/fail/bad_endpoint12.rs ... ok
17942026-08-03T04:58:32.527Ztest tests/fail/bad_endpoint13.rs ... ok
17952026-08-03T04:58:32.527Ztest tests/fail/bad_endpoint14.rs ... ok
17962026-08-03T04:58:32.527Ztest tests/fail/bad_endpoint15.rs ... ok
17972026-08-03T04:58:32.527Ztest tests/fail/bad_endpoint16.rs ... ok
17982026-08-03T04:58:32.527Ztest tests/fail/bad_endpoint17.rs ... ok
17992026-08-03T04:58:32.527Ztest tests/fail/bad_endpoint18.rs ... ok
18002026-08-03T04:58:32.527Ztest tests/fail/bad_endpoint19.rs ... ok
18012026-08-03T04:58:32.527Ztest tests/fail/bad_endpoint2.rs ... ok
18022026-08-03T04:58:32.527Ztest tests/fail/bad_endpoint20.rs ... ok
18032026-08-03T04:58:32.527Ztest tests/fail/bad_endpoint21.rs ... ok
18042026-08-03T04:58:32.527Ztest tests/fail/bad_endpoint22.rs ... ok
18052026-08-03T04:58:32.527Ztest tests/fail/bad_endpoint23.rs ... ok
18062026-08-03T04:58:32.527Ztest tests/fail/bad_endpoint24.rs ... ok
18072026-08-03T04:58:32.527Ztest tests/fail/bad_endpoint25.rs ... ok
18082026-08-03T04:58:32.527Ztest tests/fail/bad_endpoint26.rs ... ok
18092026-08-03T04:58:32.527Ztest tests/fail/bad_endpoint27.rs ... ok
18102026-08-03T04:58:32.527Ztest tests/fail/bad_endpoint28.rs ... ok
18112026-08-03T04:58:32.527Ztest tests/fail/bad_endpoint3.rs ... ok
18122026-08-03T04:58:32.527Ztest tests/fail/bad_endpoint4.rs ... ok
18132026-08-03T04:58:32.527Ztest tests/fail/bad_endpoint5.rs ... ok
18142026-08-03T04:58:32.527Ztest tests/fail/bad_endpoint6.rs ... ok
18152026-08-03T04:58:32.527Ztest tests/fail/bad_endpoint7.rs ... ok
18162026-08-03T04:58:32.527Ztest tests/fail/bad_endpoint8.rs ... ok
18172026-08-03T04:58:32.527Ztest tests/fail/bad_endpoint9.rs ... ok
18182026-08-03T04:58:32.527Ztest tests/fail/bad_trait_channel10.rs ... ok
18192026-08-03T04:58:32.527Ztest tests/fail/bad_trait_channel11.rs ... ok
18202026-08-03T04:58:32.528Ztest tests/fail/bad_trait_channel12.rs ... ok
18212026-08-03T04:58:32.528Ztest tests/fail/bad_trait_channel13.rs ... ok
18222026-08-03T04:58:32.528Ztest tests/fail/bad_trait_channel14.rs ... ok
18232026-08-03T04:58:32.528Ztest tests/fail/bad_trait_channel15.rs ... ok
18242026-08-03T04:58:32.528Ztest tests/fail/bad_trait_channel17.rs ... ok
18252026-08-03T04:58:32.528Ztest tests/fail/bad_trait_channel18.rs ... ok
18262026-08-03T04:58:32.528Ztest tests/fail/bad_trait_channel19.rs ... ok
18272026-08-03T04:58:32.528Ztest tests/fail/bad_trait_channel1a.rs ... ok
18282026-08-03T04:58:32.528Ztest tests/fail/bad_trait_channel1b.rs ... ok
18292026-08-03T04:58:32.528Ztest tests/fail/bad_trait_channel2.rs ... ok
18302026-08-03T04:58:32.528Ztest tests/fail/bad_trait_channel20.rs ... ok
18312026-08-03T04:58:32.528Ztest tests/fail/bad_trait_channel21.rs ... ok
18322026-08-03T04:58:32.528Ztest tests/fail/bad_trait_channel22.rs ... ok
18332026-08-03T04:58:32.528Ztest tests/fail/bad_trait_channel23.rs ... ok
18342026-08-03T04:58:32.528Ztest tests/fail/bad_trait_channel24.rs ... ok
18352026-08-03T04:58:32.528Ztest tests/fail/bad_trait_channel25.rs ... ok
18362026-08-03T04:58:32.528Ztest tests/fail/bad_trait_channel26.rs ... ok
18372026-08-03T04:58:32.528Ztest tests/fail/bad_trait_channel28.rs ... ok
18382026-08-03T04:58:32.528Ztest tests/fail/bad_trait_channel3.rs ... ok
18392026-08-03T04:58:32.528Ztest tests/fail/bad_trait_channel4.rs ... ok
18402026-08-03T04:58:32.528Ztest tests/fail/bad_trait_channel5.rs ... ok
18412026-08-03T04:58:32.528Ztest tests/fail/bad_trait_channel6.rs ... ok
18422026-08-03T04:58:32.528Ztest tests/fail/bad_trait_channel8.rs ... ok
18432026-08-03T04:58:32.528Ztest tests/fail/bad_trait_channel9.rs ... ok
18442026-08-03T04:58:32.528Ztest tests/fail/bad_trait_endpoint1.rs ... ok
18452026-08-03T04:58:32.528Ztest tests/fail/bad_trait_endpoint10.rs ... ok
18462026-08-03T04:58:32.528Ztest tests/fail/bad_trait_endpoint11.rs ... ok
18472026-08-03T04:58:32.528Ztest tests/fail/bad_trait_endpoint12.rs ... ok
18482026-08-03T04:58:32.528Ztest tests/fail/bad_trait_endpoint13.rs ... ok
18492026-08-03T04:58:32.528Ztest tests/fail/bad_trait_endpoint14.rs ... ok
18502026-08-03T04:58:32.528Ztest tests/fail/bad_trait_endpoint15.rs ... ok
18512026-08-03T04:58:32.529Ztest tests/fail/bad_trait_endpoint16.rs ... ok
18522026-08-03T04:58:32.529Ztest tests/fail/bad_trait_endpoint17.rs ... ok
18532026-08-03T04:58:32.529Ztest tests/fail/bad_trait_endpoint18.rs ... ok
18542026-08-03T04:58:32.529Ztest tests/fail/bad_trait_endpoint19.rs ... ok
18552026-08-03T04:58:32.529Ztest tests/fail/bad_trait_endpoint2.rs ... ok
18562026-08-03T04:58:32.529Ztest tests/fail/bad_trait_endpoint20.rs ... ok
18572026-08-03T04:58:32.529Ztest tests/fail/bad_trait_endpoint21.rs ... ok
18582026-08-03T04:58:32.529Ztest tests/fail/bad_trait_endpoint22.rs ... ok
18592026-08-03T04:58:32.529Ztest tests/fail/bad_trait_endpoint23.rs ... ok
18602026-08-03T04:58:32.529Ztest tests/fail/bad_trait_endpoint24.rs ... ok
18612026-08-03T04:58:32.529Ztest tests/fail/bad_trait_endpoint25.rs ... ok
18622026-08-03T04:58:32.529Ztest tests/fail/bad_trait_endpoint26.rs ... ok
18632026-08-03T04:58:32.529Ztest tests/fail/bad_trait_endpoint27.rs ... ok
18642026-08-03T04:58:32.529Ztest tests/fail/bad_trait_endpoint28.rs ... ok
18652026-08-03T04:58:32.529Ztest tests/fail/bad_trait_endpoint3.rs ... ok
18662026-08-03T04:58:32.529Ztest tests/fail/bad_trait_endpoint4.rs ... ok
18672026-08-03T04:58:32.529Ztest tests/fail/bad_trait_endpoint5.rs ... ok
18682026-08-03T04:58:32.529Ztest tests/fail/bad_trait_endpoint6.rs ... ok
18692026-08-03T04:58:32.535Ztest tests/fail/bad_trait_endpoint7.rs ... ok
18702026-08-03T04:58:32.535Ztest tests/fail/bad_trait_endpoint8.rs ... ok
18712026-08-03T04:58:32.535Ztest tests/fail/bad_trait_endpoint9.rs ... ok
18722026-08-03T04:58:32.535Ztest tests/fail/bad_trait_endpoint_error.rs ... ok
18732026-08-03T04:58:32.535Ztest tests/fail/bad_trait_only1.rs ... ok
18742026-08-03T04:58:32.535Ztest tests/fail/bad_trait_only10.rs ... ok
18752026-08-03T04:58:32.535Ztest tests/fail/bad_trait_only11.rs ... ok
18762026-08-03T04:58:32.535Ztest tests/fail/bad_trait_only12.rs ... ok
18772026-08-03T04:58:32.535Ztest tests/fail/bad_trait_only13.rs ... ok
18782026-08-03T04:58:32.535Ztest tests/fail/bad_trait_only14.rs ... ok
18792026-08-03T04:58:32.535Ztest tests/fail/bad_trait_only15.rs ... ok
18802026-08-03T04:58:32.535Ztest tests/fail/bad_trait_only16.rs ... ok
18812026-08-03T04:58:32.535Ztest tests/fail/bad_trait_only17.rs ... ok
18822026-08-03T04:58:32.535Ztest tests/fail/bad_trait_only18.rs ... ok
18832026-08-03T04:58:32.535Ztest tests/fail/bad_trait_only19.rs ... ok
18842026-08-03T04:58:32.535Ztest tests/fail/bad_trait_only2.rs ... ok
18852026-08-03T04:58:32.535Ztest tests/fail/bad_trait_only20.rs ... ok
18862026-08-03T04:58:32.535Ztest tests/fail/bad_trait_only21.rs ... ok
18872026-08-03T04:58:32.535Ztest tests/fail/bad_trait_only22.rs ... ok
18882026-08-03T04:58:32.535Ztest tests/fail/bad_trait_only3.rs ... ok
18892026-08-03T04:58:32.535Ztest tests/fail/bad_trait_only4.rs ... ok
18902026-08-03T04:58:32.535Ztest tests/fail/bad_trait_only5.rs ... ok
18912026-08-03T04:58:32.535Ztest tests/fail/bad_trait_only6.rs ... ok
18922026-08-03T04:58:32.535Ztest tests/fail/bad_trait_only7.rs ... ok
18932026-08-03T04:58:32.535Ztest tests/fail/bad_trait_only8.rs ... ok
18942026-08-03T04:58:32.535Ztest tests/fail/bad_trait_only9.rs ... ok
18952026-08-03T04:58:32.535Ztest tests/fail/bad_version_backwards.rs ... ok
18962026-08-03T04:58:32.535Ztest tests/fail/unused_endpoint.rs ... ok
18972026-08-03T04:58:32.535Z
18982026-08-03T04:58:32.536Z
18992026-08-03T04:58:32.536Ztest fail ... ok
19002026-08-03T04:58:32.536Z
19012026-08-03T04:58:32.536Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 56.03s
19022026-08-03T04:58:32.536Z
19032026-08-03T04:58:32.536Z Running `/work/oxidecomputer/dropshot/target/debug/deps/integration_tests-33b561c1229d67c3`
19042026-08-03T04:58:32.536Z
19052026-08-03T04:58:32.536Zrunning 100 tests
19062026-08-03T04:58:32.536Ztest api_trait::test_api_trait_with_disallowed_tags ... ok
19072026-08-03T04:58:32.536Ztest config::test_config_bad_bind_address_garbage ... ok
19082026-08-03T04:58:32.536Ztest config::test_config_bad_bind_address_port_too_large ... ok
19092026-08-03T04:58:32.536Ztest config::test_config_bad_request_body_max_bytes_negative ... ok
19102026-08-03T04:58:32.536Ztest config::test_config_bad_bind_address_port_too_small ... ok
19112026-08-03T04:58:32.536Ztest api_trait::test_api_trait_with_empty_tag_config ... ok
19122026-08-03T04:58:32.536Ztest api_trait::test_api_trait_with_complex_tags ... ok
19132026-08-03T04:58:32.536Ztest config::test_config_bad_request_body_max_bytes_too_large ... ok
19142026-08-03T04:58:32.536Ztest config::test_config_deprecated_request_body_max_bytes ... ok
19152026-08-03T04:58:32.536Ztest config::test_valid_config_all_settings ... ok
19162026-08-03T04:58:32.536Ztest config::test_valid_config_basic ... ok
19172026-08-03T04:58:32.536Ztest config::test_valid_config_empty ... ok
19182026-08-03T04:58:32.536Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-config_bind_address_https_buffer.6324.4.log"
19192026-08-03T04:58:32.536Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-config_handler_task_mode_detached.6324.5.log"
19202026-08-03T04:58:32.536Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-config_bind_address_https.6324.3.log"
19212026-08-03T04:58:32.536Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-api_trait_basic.6324.1.log"
19222026-08-03T04:58:32.536Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_unversioned_servers_with_versioned_routes.6324.6.log"
19232026-08-03T04:58:32.536Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-config_bind_address_http.6324.2.log"
19242026-08-03T04:58:32.536Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-config_handler_task_mode_cancel.6324.0.log"
19252026-08-03T04:58:32.536Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_enum_extractor_error.6324.7.log"
19262026-08-03T04:58:32.536Ztest config::test_unversioned_servers_with_versioned_routes ... ok
19272026-08-03T04:58:32.536Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_enum_user_error.6324.8.log"
19282026-08-03T04:58:32.536Ztest config::test_config_handler_task_mode_cancel ... ok
19292026-08-03T04:58:32.536Ztest config::test_config_handler_task_mode_detached ... ok
19302026-08-03T04:58:32.536Ztest custom_errors::test_enum_user_error ... ok
19312026-08-03T04:58:32.536Ztest custom_errors::test_enum_extractor_error ... ok
19322026-08-03T04:58:32.536Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_struct_extractor_error.6324.9.log"
19332026-08-03T04:58:32.536Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_trait_enum_user_error.6324.11.log"
19342026-08-03T04:58:32.536Ztest custom_errors::test_trait_based_api ... ok
19352026-08-03T04:58:32.536Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_struct_user_error.6324.10.log"
19362026-08-03T04:58:32.536Ztest api_trait::test_api_trait_basic ... ok
19372026-08-03T04:58:32.536Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_trait_struct_user_error.6324.12.log"
19382026-08-03T04:58:32.537Ztest config::test_config_bind_address_http ... ok
19392026-08-03T04:58:32.537Ztest custom_errors::test_struct_extractor_error ... ok
19402026-08-03T04:58:32.537Ztest custom_errors::test_struct_user_error ... ok
19412026-08-03T04:58:32.537Ztest custom_errors::test_trait_enum_user_error ... ok
19422026-08-03T04:58:32.537Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_302_bogus.6324.13.log"
19432026-08-03T04:58:32.537Ztest custom_errors::test_trait_struct_user_error ... ok
19442026-08-03T04:58:32.537Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_302_found.6324.14.log"
19452026-08-03T04:58:32.537Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_307_temporary_redirect.6324.15.log"
19462026-08-03T04:58:32.537Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_delete_request.6324.17.log"
19472026-08-03T04:58:32.537Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_303_see_other.6324.16.log"
19482026-08-03T04:58:32.537Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-demo1.6324.18.log"
19492026-08-03T04:58:32.537Ztest demo::test_302_bogus ... ok
19502026-08-03T04:58:32.537Ztest demo::test_307_temporary_redirect ... ok
19512026-08-03T04:58:32.537Ztest demo::test_302_found ... ok
19522026-08-03T04:58:32.537Ztest demo::test_delete_request ... ok
19532026-08-03T04:58:32.537Ztest demo::test_303_see_other ... ok
19542026-08-03T04:58:32.537Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-demo2query.6324.21.log"
19552026-08-03T04:58:32.537Ztest demo::test_demo1 ... ok
19562026-08-03T04:58:32.537Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-demo2json.6324.19.log"
19572026-08-03T04:58:32.537Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-demo2urlencoded.6324.20.log"
19582026-08-03T04:58:32.537Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-demo3json.6324.22.log"
19592026-08-03T04:58:32.537Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-demo_path_param_u32.6324.24.log"
19602026-08-03T04:58:32.537Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-demo_path_param_string.6324.23.log"
19612026-08-03T04:58:32.541Ztest demo::test_demo_path_param_u32 ... ok
19622026-08-03T04:58:32.541Ztest demo::test_demo2query ... ok
19632026-08-03T04:58:32.541Ztest demo::test_demo2urlencoded ... ok
19642026-08-03T04:58:32.541Ztest demo::test_demo3json ... ok
19652026-08-03T04:58:32.541Ztest demo::test_demo2json ... ok
19662026-08-03T04:58:32.541Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-demo_path_param_uuid.6324.25.log"
19672026-08-03T04:58:32.541Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_head_request.6324.26.log"
19682026-08-03T04:58:32.541Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-demo_websocket.6324.27.log"
19692026-08-03T04:58:32.541Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_header_request.6324.28.log"
19702026-08-03T04:58:32.541Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_large_typed_body.6324.29.log"
19712026-08-03T04:58:32.541Ztest demo::test_header_request ... ok
19722026-08-03T04:58:32.541Ztest demo::test_head_request ... ok
19732026-08-03T04:58:32.541Ztest demo::test_demo_path_param_uuid ... ok
19742026-08-03T04:58:32.541Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_request_compat.6324.31.log"
19752026-08-03T04:58:32.541Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-tet_raw_request.6324.30.log"
19762026-08-03T04:58:32.541Ztest demo::test_demo_path_param_string ... ok
19772026-08-03T04:58:32.541Ztest demo::test_demo_websocket ... ok
19782026-08-03T04:58:32.541Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_request_remote_addr.6324.32.log"
19792026-08-03T04:58:32.541Ztest demo::test_large_typed_body ... ok
19802026-08-03T04:58:32.541Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_streaming_body.6324.33.log"
19812026-08-03T04:58:32.541Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_untyped_body.6324.34.log"
19822026-08-03T04:58:32.541Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-graceful_shutdown_with_detached_handler.6324.35.log"
19832026-08-03T04:58:32.542Ztest demo::test_request_compat ... ok
19842026-08-03T04:58:32.542Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-compression_config_disabled.6324.36.log"
19852026-08-03T04:58:32.542Ztest demo::test_raw_request ... ok
19862026-08-03T04:58:32.542Ztest demo::test_request_remote_addr ... ok
19872026-08-03T04:58:32.542Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-compression_config_enabled.6324.37.log"
19882026-08-03T04:58:32.542Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-compression_disabled_extension.6324.38.log"
19892026-08-03T04:58:32.542Ztest demo::test_streaming_body ... ok
19902026-08-03T04:58:32.542Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-gzip_compression_multiple_encodings.6324.39.log"
19912026-08-03T04:58:32.542Ztest demo::test_untyped_body ... ok
19922026-08-03T04:58:32.542Ztest gzip::test_compression_disabled_with_extension ... ok
19932026-08-03T04:58:32.542Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-gzip_compression_accept_encoding.6324.40.log"
19942026-08-03T04:58:32.542Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-json_suffix_compressed.6324.41.log"
19952026-08-03T04:58:32.545Ztest gzip::test_json_suffix_is_compressed ... ok
19962026-08-03T04:58:32.545Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-no_compression_small_response.6324.42.log"
19972026-08-03T04:58:32.545Ztest gzip::test_no_compression_below_size_threshold ... ok
19982026-08-03T04:58:32.545Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-no_compression_204.6324.43.log"
19992026-08-03T04:58:32.545Ztest gzip::test_no_compression_for_204_no_content ... ok
20002026-08-03T04:58:32.545Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-no_compression_304.6324.44.log"
20012026-08-03T04:58:32.545Ztest gzip::test_no_compression_for_304_not_modified ... ok
20022026-08-03T04:58:32.545Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-no_compression_non_compressible.6324.45.log"
20032026-08-03T04:58:32.545Ztest gzip::test_no_compression_for_non_compressible_content_types ... ok
20042026-08-03T04:58:32.545Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-no_gzip_without_accept.6324.46.log"
20052026-08-03T04:58:32.549Ztest gzip::test_compression_config_disabled ... ok
20062026-08-03T04:58:32.553Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-reject_gzip_quality_zero.6324.47.log"
20072026-08-03T04:58:32.556Ztest gzip::test_no_gzip_without_accept_encoding ... ok
20082026-08-03T04:58:32.559Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-streaming_with_content_type_compressed.6324.48.log"
20092026-08-03T04:58:32.559Ztest gzip::test_compression_config_enabled ... ok
20102026-08-03T04:58:32.559Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-streaming_missing_content_type.6324.49.log"
20112026-08-03T04:58:32.559Ztest gzip::test_gzip_compression_accepts_multiple_encodings ... ok
20122026-08-03T04:58:32.559Ztest config::test_config_bind_address_https ... ok
20132026-08-03T04:58:32.559Ztest config::test_config_bind_address_https_buffer ... ok
20142026-08-03T04:58:32.559Ztest gzip::test_streaming_with_content_type_is_compressed ... ok
20152026-08-03T04:58:32.559Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-vary_header_set.6324.50.log"
20162026-08-03T04:58:32.559Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-vary_header_no_gzip.6324.51.log"
20172026-08-03T04:58:32.559Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-xml_suffix_compressed.6324.53.log"
20182026-08-03T04:58:32.559Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-multipart_client.6324.52.log"
20192026-08-03T04:58:32.559Ztest gzip::test_streaming_without_content_type_skips_compression ... ok
20202026-08-03T04:58:32.559Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-multipart_client.6324.54.log"
20212026-08-03T04:58:32.559Ztest gzip::test_xml_suffix_is_compressed ... ok
20222026-08-03T04:58:32.559Ztest multipart::missing_boundary ... ok
20232026-08-03T04:58:32.559Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-multipart_client.6324.55.log"
20242026-08-03T04:58:32.559Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-multipart_client.6324.56.log"
20252026-08-03T04:58:32.559Ztest multipart::no_content_type ... ok
20262026-08-03T04:58:32.562Ztest multipart::weird_content_type ... ok
20272026-08-03T04:58:32.563Ztest multipart::test_multipart_client ... ok
20282026-08-03T04:58:32.563Ztest openapi::test_openapi_custom_error_types ... ok
20292026-08-03T04:58:32.563Ztest openapi::test_openapi_custom_error_types_trait_based ... ok
20302026-08-03T04:58:32.563Ztest gzip::test_reject_gzip_with_quality_zero ... ok
20312026-08-03T04:58:32.563Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-pagination-basic.6324.57.log"
20322026-08-03T04:58:32.563Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-pagination-multiple-resources.6324.58.log"
20332026-08-03T04:58:32.563Ztest openapi::test_openapi ... ok
20342026-08-03T04:58:32.563Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-pagination-multiple-sorts.6324.59.log"
20352026-08-03T04:58:32.582Ztest openapi::test_openapi_fuller ... ok
20362026-08-03T04:58:32.585Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-basic.6324.60.log"
20372026-08-03T04:58:32.588Ztest gzip::test_vary_header_on_non_gzip_requests ... ok
20382026-08-03T04:58:32.588Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-dictionary.6324.61.log"
20392026-08-03T04:58:32.588Ztest gzip::test_gzip_compression_with_accept_encoding ... ok
20402026-08-03T04:58:32.588Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-empty.6324.62.log"
20412026-08-03T04:58:32.591Ztest pagination::test_paginate_empty ... ok
20422026-08-03T04:58:32.591Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-errors.6324.63.log"
20432026-08-03T04:58:32.591Ztest gzip::test_vary_header_is_set ... ok
20442026-08-03T04:58:32.591Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-extra_params.6324.64.log"
20452026-08-03T04:58:32.591Ztest pagination::test_paginate_errors ... ok
20462026-08-03T04:58:32.594Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-required_params.6324.65.log"
20472026-08-03T04:58:32.594Ztest pagination::test_paginate_extra_params ... ok
20482026-08-03T04:58:32.594Ztest pagination_schema::test_pagination_schema ... ok
20492026-08-03T04:58:32.594Ztest path_names::test_path_names ... ok
20502026-08-03T04:58:32.594Ztest pagination::test_paginate_with_required_params ... ok
20512026-08-03T04:58:32.594Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_no_tls.6324.66.log"
20522026-08-03T04:58:32.594Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_with_tls.6324.67.log"
20532026-08-03T04:58:32.594Ztest starter::test_no_tls ... ok
20542026-08-03T04:58:32.594Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-non_streaming_servers_do_not_use_transfer_encoding.6324.68.log"
20552026-08-03T04:58:32.598Ztest streaming::test_non_streaming_servers_do_not_use_transfer_encoding ... ok
20562026-08-03T04:58:32.598Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-streaming_server_buffered_client.6324.69.log"
20572026-08-03T04:58:32.603Ztest streaming::test_streaming_server_buffered_client ... ok
20582026-08-03T04:58:32.606Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-streaming_server_streaming_client.6324.70.log"
20592026-08-03T04:58:32.610Ztest streaming::test_streaming_server_streaming_client ... ok
20602026-08-03T04:58:32.613Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_server_is_http.6324.71.log"
20612026-08-03T04:58:32.613Ztest pagination::test_paginate_basic ... ok
20622026-08-03T04:58:32.613Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_server_is_https.6324.72.log"
20632026-08-03T04:58:32.613Ztest tls::test_server_is_http ... ok
20642026-08-03T04:58:32.613Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_tls_aborted_negotiation.6324.73.log"
20652026-08-03T04:58:32.900Ztest starter::test_with_tls ... ok
20662026-08-03T04:58:32.903Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_tls_certificate_loading.6324.74.log"
20672026-08-03T04:58:32.914Ztest tls::test_server_is_https ... ok
20682026-08-03T04:58:32.917Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_tls_only.6324.75.log"
20692026-08-03T04:58:33.141Ztest pagination::test_paginate_dictionary ... ok
20702026-08-03T04:58:33.144Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_tls_refresh_certificates.6324.76.log"
20712026-08-03T04:58:33.204Ztest tls::test_tls_certificate_loading ... ok
20722026-08-03T04:58:33.207Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_versions.6324.77.log"
20732026-08-03T04:58:33.218Ztest tls::test_tls_aborted_negotiation ... ok
20742026-08-03T04:58:33.221Znote: configured to log to "/tmp/integration_tests-33b561c1229d67c3-test_versions_on_missing.6324.78.log"
20752026-08-03T04:58:33.332Ztest versions::test_versions_on_missing ... ok
20762026-08-03T04:58:33.335Ztest versions::test_versions_openapi ... ok
20772026-08-03T04:58:33.335Ztest versions::test_versions_openapi_same_names ... ok
20782026-08-03T04:58:33.338Ztest versions::test_versions ... ok
20792026-08-03T04:58:33.520Ztest tls::test_tls_only ... ok
20802026-08-03T04:58:33.752Ztest tls::test_tls_refresh_certificates ... ok
20812026-08-03T04:58:33.982Ztest pagination::test_example_basic ... ok
20822026-08-03T04:58:34.184Ztest pagination::test_example_multiple_sorts ... ok
20832026-08-03T04:58:34.280Ztest pagination::test_example_multiple_resources ... ok
20842026-08-03T04:58:34.540Ztest detached_shutdown::test_graceful_shutdown_with_detached_handler ... ok
20852026-08-03T04:58:34.540Z
20862026-08-03T04:58:34.540Ztest result: ok. 100 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.02s
20872026-08-03T04:58:34.540Z
20882026-08-03T04:58:34.548Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-1a209a98fda6755e`
20892026-08-03T04:58:34.557Z
20902026-08-03T04:58:34.557Zrunning 35 tests
20912026-08-03T04:58:34.564Ztest channel::tests::test_channel_operation_id ... ok
20922026-08-03T04:58:34.567Ztest channel::tests::test_channel_with_versions ... ok
20932026-08-03T04:58:34.567Ztest channel::tests::test_channel_with_unnamed_params ... ok
20942026-08-03T04:58:34.568Ztest endpoint::tests::test_endpoint_bad_metadata ... ok
20952026-08-03T04:58:34.568Ztest api_trait::tests::test_api_trait_no_endpoints ... ok
20962026-08-03T04:58:34.568Ztest endpoint::tests::test_endpoint_bad_string ... ok
20972026-08-03T04:58:34.568Ztest endpoint::tests::test_endpoint_bad_context_receiver ... ok
20982026-08-03T04:58:34.568Ztest doc::tests::test_extract_summary_description ... ok
20992026-08-03T04:58:34.568Ztest channel::tests::test_channel_with_custom_params ... ok
21002026-08-03T04:58:34.568Ztest endpoint::tests::test_endpoint_invalid_item ... ok
21012026-08-03T04:58:34.568Ztest endpoint::tests::test_endpoint_bad_versions ... ok
21022026-08-03T04:58:34.568Ztest endpoint::tests::test_endpoint_no_arguments ... ok
21032026-08-03T04:58:34.568Ztest endpoint::tests::test_endpoint_not_async ... ok
21042026-08-03T04:58:34.568Ztest endpoint::tests::test_endpoint_basic ... ok
21052026-08-03T04:58:34.568Ztest api_trait::tests::test_api_trait_operation_id ... ok
21062026-08-03T04:58:34.568Ztest api_trait::tests::test_api_trait_basic ... ok
21072026-08-03T04:58:34.568Ztest endpoint::tests::test_endpoint_content_type ... ok
21082026-08-03T04:58:34.568Ztest endpoint::tests::test_endpoint_context_fully_qualified_names ... ok
21092026-08-03T04:58:34.568Ztest endpoint::tests::test_endpoint_pub_crate ... ok
21102026-08-03T04:58:34.568Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_1 ... ok
21112026-08-03T04:58:34.568Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_2 ... ok
21122026-08-03T04:58:34.568Ztest api_trait::tests::test_api_trait_with_custom_params ... ok
21132026-08-03T04:58:34.568Ztest endpoint::tests::test_endpoint_with_doc ... ok
21142026-08-03T04:58:34.568Ztest endpoint::tests::test_endpoint_with_empty_where_clause ... ok
21152026-08-03T04:58:34.568Ztest endpoint::tests::test_endpoint_with_query ... ok
21162026-08-03T04:58:34.568Ztest endpoint::tests::test_endpoint_with_tags ... ok
21172026-08-03T04:58:34.568Ztest params::tests::test_extract_rqctx_ty_param ... ok
21182026-08-03T04:58:34.572Ztest syn_parsing::tests::test_busted_function ... ok
21192026-08-03T04:58:34.572Ztest endpoint::tests::test_endpoint_with_versions_all ... ok
21202026-08-03T04:58:34.572Ztest endpoint::tests::test_endpoint_with_unnamed_params ... ok
21212026-08-03T04:58:34.572Ztest endpoint::tests::test_endpoint_with_custom_params ... ok
21222026-08-03T04:58:34.572Ztest endpoint::tests::test_operation_id ... ok
21232026-08-03T04:58:34.572Ztest endpoint::tests::test_endpoint_with_versions_until ... ok
21242026-08-03T04:58:34.572Ztest endpoint::tests::test_endpoint_with_versions_from ... ok
21252026-08-03T04:58:34.572Ztest endpoint::tests::test_endpoint_with_versions_from_until ... ok
21262026-08-03T04:58:34.572Z
21272026-08-03T04:58:34.572Ztest result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
21282026-08-03T04:58:34.572Z
21292026-08-03T04:58:34.572Z Doc-tests dropshot
21302026-08-03T04:58:34.572Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color auto --crate-name dropshot --test dropshot/src/lib.rs --test-run-directory /work/oxidecomputer/dropshot/dropshot -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --extern anyhow=/work/oxidecomputer/dropshot/target/debug/deps/libanyhow-72ce22c32059fa3f.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-f2c950af33061ee2.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-5f61b58ac98da510.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-72ca3a986d8026fb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-c02989fd84ad64a2.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-179ba2e8e1590a2b.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-33ce1128ae59aebd.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-7853a259e9a38a5c.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-b8acf1c3100278f2.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-8e33a68da2f5b8b9.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-61976ba89dfc66fb.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-6e606dc4976cbf24.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-9bf5f74b4b300dfa.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-c51f3b03065707e6.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-070e1d849562a0fd.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-7c01ee515ef132d7.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-ff243ee8b4ed0b5c.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-d55a7db6d504ebb2.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-d9373eeac160a8a3.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e47288b8440320a5.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-b7d67f476648c884.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-7e1281d36ce3d0d2.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-aeb7e62e5466d37c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-1e9a1599d0d1e6c2.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-7398cde873465ce2.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-49d20cdca5dcbf82.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-264e173281ba6a8f.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-505a3dcd5aafd8f4.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-505ee8bd27584fb8.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-ca624e885bca832c.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-02ea126171a070cc.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3683ebc68b4f7cc8.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-bd096b6e9d7fbc6b.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-cce65f8af32bfe25.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-8fc6337d6bf79d7b.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-46ccf6657b23a4ec.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-d70c68b53552b5ee.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-b6d3464ca631d43d.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-487c7942d90f23d8.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-d8ae09073c416b7d.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-5f526c9d56434bff.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-5d087f4bc4a4ea02.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-e70376022178b884.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-c0b81501afc83356.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-46a3ac45c585a554.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-5ad360c2b3c35831.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-4cb778f6d62a6c6f.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-57fd758673e3dc9a.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-ca68ecb12276ae6d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-8a58abf2ef642381.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f518acddb20df8a7.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-b748758db30a035e.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-5bff1d695e8a340e.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-a0ada32e5a2e979a.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-868df2133d746f76.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-cc8c069a4bd52ef6.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-db21a625bc38be47.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-39a4baa667daf01a.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-257606df3344313a.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-94fd9261ff0fa9b7.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-13a39065cf77ffac.rlib -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -C embed-bitcode=no --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --error-format human`
21312026-08-03T04:58:35.328Z
21322026-08-03T04:58:35.328Zrunning 24 tests
21332026-08-03T04:58:35.331Ztest dropshot/src/compression.rs - compression::NoCompression (line 14) ... ignored
21342026-08-03T04:58:36.627Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 413) ... ok
21352026-08-03T04:58:36.627Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 149) ... ignored
21362026-08-03T04:58:36.627Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 156) ... ignored
21372026-08-03T04:58:36.652Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 472) ... ok
21382026-08-03T04:58:40.318Ztest dropshot/src/error_status_code.rs - error_status_code::ClientErrorStatusCode::from_u16 (line 556) ... ok
21392026-08-03T04:58:40.318Ztest dropshot/src/lib.rs - (line 337) ... ignored
21402026-08-03T04:58:40.383Ztest dropshot/src/error_status_code.rs - error_status_code::ErrorStatusCode::from_u16 (line 362) ... ok
21412026-08-03T04:58:40.449Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 382) ... ok
21422026-08-03T04:58:40.449Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 357) ... ok
21432026-08-03T04:58:40.555Ztest dropshot/src/lib.rs - (line 46) - compile ... ok
21442026-08-03T04:58:40.631Ztest dropshot/src/api_description.rs - api_description::ApiEndpoint<StubContext>::new_for_types (line 154) ... ok
21452026-08-03T04:58:40.706Ztest dropshot/src/config.rs - config::ConfigDropshot (line 31) ... ok
21462026-08-03T04:58:40.706Ztest dropshot/src/lib.rs - channel (line 1187) ... ignored
21472026-08-03T04:58:40.706Ztest dropshot/src/lib.rs - endpoint (line 1232) ... ignored
21482026-08-03T04:58:41.637Ztest dropshot/src/lib.rs - (line 401) ... ok
21492026-08-03T04:58:41.816Ztest dropshot/src/lib.rs - (line 664) ... ok
21502026-08-03T04:58:41.825Ztest dropshot/src/lib.rs - api_description (line 1052) ... ok
21512026-08-03T04:58:41.907Ztest dropshot/src/lib.rs - api_description (line 1113) ... ok
21522026-08-03T04:58:42.137Ztest dropshot/src/lib.rs - (line 113) ... ok
21532026-08-03T04:58:42.170Ztest dropshot/src/lib.rs - (line 192) ... ok
21542026-08-03T04:58:42.815Ztest dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 230) ... ok
21552026-08-03T04:58:45.100Ztest dropshot/src/test_util.rs - test_util::LogContext (line 469) ... ok
21562026-08-03T04:58:45.737Ztest dropshot/src/lib.rs - (line 500) ... ok
21572026-08-03T04:58:45.737Z
21582026-08-03T04:58:45.737Ztest result: ok. 18 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 10.41s
21592026-08-03T04:58:45.737Z
21602026-08-03T04:58:45.741Zall doctests ran in 10.84s; merged doctests compilation took 0.43s
21612026-08-03T04:58:45.762Z Doc-tests dropshot_endpoint
21622026-08-03T04:58:45.765Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color auto --crate-name dropshot_endpoint --test dropshot_endpoint/src/lib.rs --test-run-directory /work/oxidecomputer/dropshot/dropshot_endpoint -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-78e239cb018a881e/out '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-c98c7384ccb80d84.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-15cf12a6d47fd2b9.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-d187858cf3fa2474.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-a7d09938e1b004dd.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e941e402522ab889.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-5375249d3c20c47a.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-06cdd5ecbfb6dc73.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-f1a82eaee3a3e1e8.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-6360e43d0dec8e96.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-af1a38aada65d234.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-b66c5bededaa0ec5.rlib --extern proc_macro -L dependency=/work/oxidecomputer/dropshot/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --error-format human`
21632026-08-03T04:58:45.894Z
21642026-08-03T04:58:45.894Zrunning 0 tests
21652026-08-03T04:58:45.894Z
21662026-08-03T04:58:45.894Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
21672026-08-03T04:58:45.894Z
21682026-08-03T04:58:45.927Z
21692026-08-03T04:58:45.928Zreal 1:58.723532080
21702026-08-03T04:58:45.928Zuser 9:03.618664371
21712026-08-03T04:58:45.928Zsys 2:00.194107916
21722026-08-03T04:58:45.928Ztrap 0.371787380
21732026-08-03T04:58:45.928Ztflt 0.246412643
21742026-08-03T04:58:45.928Zdflt 0.202081363
21752026-08-03T04:58:45.928Zkflt 0.000235452
21762026-08-03T04:58:45.928Zlock 39:57.946689101
21772026-08-03T04:58:45.928Zslp 39:49.712170720
21782026-08-03T04:58:45.931Zlat 26.259303988
21792026-08-03T04:58:45.931Zstop 1:12.444583640
21802026-08-03T04:58:45.931Z+ banner docs
21812026-08-03T04:58:45.931Z
21822026-08-03T04:58:45.931Z ##### #### #### ####
21832026-08-03T04:58:45.931Z # # # # # # #
21842026-08-03T04:58:45.931Z # # # # # ####
21852026-08-03T04:58:45.931Z # # # # # #
21862026-08-03T04:58:45.931Z # # # # # # # #
21872026-08-03T04:58:45.931Z ##### #### #### ####
21882026-08-03T04:58:45.931Z
21892026-08-03T04:58:45.931Z+ ptime -m cargo doc --no-deps --lib --bins --examples
21902026-08-03T04:58:46.141Z Compiling proc-macro2 v1.0.107
21912026-08-03T04:58:46.141Z Compiling unicode-ident v1.0.12
21922026-08-03T04:58:46.144Z Checking cfg-if v1.0.0
21932026-08-03T04:58:46.145Z Checking itoa v1.0.1
21942026-08-03T04:58:46.145Z Checking pin-project-lite v0.2.12
21952026-08-03T04:58:46.145Z Compiling quote v1.0.47
21962026-08-03T04:58:46.145Z Checking libc v0.2.189
21972026-08-03T04:58:46.180Z Checking serde_core v1.0.229
21982026-08-03T04:58:46.215Z Checking futures-core v0.3.33
21992026-08-03T04:58:46.236Z Checking smallvec v1.13.2
22002026-08-03T04:58:46.256Z Checking bytes v1.12.1
22012026-08-03T04:58:46.286Z Checking memchr v2.6.0
22022026-08-03T04:58:46.325Z Checking once_cell v1.20.1
22032026-08-03T04:58:46.410Z Checking futures-sink v0.3.33
22042026-08-03T04:58:46.488Z Checking scopeguard v1.2.0
22052026-08-03T04:58:46.499Z Checking slab v0.4.9
22062026-08-03T04:58:46.585Z Checking lock_api v0.4.6
22072026-08-03T04:58:46.612Z Checking parking_lot_core v0.9.4
22082026-08-03T04:58:46.645Z Checking socket2 v0.6.3
22092026-08-03T04:58:46.673Z Checking mio v1.2.0
22102026-08-03T04:58:46.677Z Checking signal-hook-registry v1.4.0
22112026-08-03T04:58:46.764Z Compiling jobserver v0.1.34
22122026-08-03T04:58:46.771Z Checking http v1.4.2
22132026-08-03T04:58:46.795Z Checking parking_lot v0.12.1
22142026-08-03T04:58:46.819Z Checking futures-channel v0.3.33
22152026-08-03T04:58:46.955Z Checking zeroize v1.8.2
22162026-08-03T04:58:46.987Z Compiling cc v1.2.60
22172026-08-03T04:58:47.018Z Checking stable_deref_trait v1.2.0
22182026-08-03T04:58:47.055Z Compiling syn v2.0.118
22192026-08-03T04:58:47.086Z Compiling syn v3.0.3
22202026-08-03T04:58:47.092Z Checking log v0.4.17
22212026-08-03T04:58:47.104Z Checking rand_core v0.10.1
22222026-08-03T04:58:47.136Z Checking futures-io v0.3.33
22232026-08-03T04:58:47.230Z Checking futures-task v0.3.33
22242026-08-03T04:58:47.238Z Checking rustls-pki-types v1.15.1
22252026-08-03T04:58:47.246Z Checking getrandom v0.4.1
22262026-08-03T04:58:47.345Z Checking typenum v1.19.0
22272026-08-03T04:58:47.366Z Checking zmij v1.0.2
22282026-08-03T04:58:47.384Z Checking httparse v1.10.0
22292026-08-03T04:58:47.498Z Checking writeable v0.5.5
22302026-08-03T04:58:47.528Z Checking hashbrown v0.17.0
22312026-08-03T04:58:47.592Z Compiling num-conv v0.2.0
22322026-08-03T04:58:47.674Z Checking powerfmt v0.2.0
22332026-08-03T04:58:47.717Z Compiling cmake v0.1.58
22342026-08-03T04:58:47.758Z Compiling time-core v0.1.8
22352026-08-03T04:58:47.819Z Checking equivalent v1.0.0
22362026-08-03T04:58:47.898Z Checking litemap v0.7.4
22372026-08-03T04:58:47.905Z Compiling time-macros v0.2.27
22382026-08-03T04:58:48.014Z Checking indexmap v2.14.0
22392026-08-03T04:58:48.038Z Checking hybrid-array v0.4.8
22402026-08-03T04:58:48.055Z Checking deranged v0.5.5
22412026-08-03T04:58:48.084Z Checking serde_json v1.0.151
22422026-08-03T04:58:48.277Z Compiling aws-lc-sys v0.40.0
22432026-08-03T04:58:48.480Z Checking crossbeam-utils v0.8.21
22442026-08-03T04:58:48.580Z Checking http-body v1.0.1
22452026-08-03T04:58:48.696Z Checking tracing-core v0.1.32
22462026-08-03T04:58:48.825Z Checking untrusted v0.9.0
22472026-08-03T04:58:48.841Z Checking atomic-waker v1.1.2
22482026-08-03T04:58:48.928Z Checking num_threads v0.1.3
22492026-08-03T04:58:48.935Z Checking percent-encoding v2.3.2
22502026-08-03T04:58:49.002Z Checking tracing v0.1.40
22512026-08-03T04:58:49.008Z Checking try-lock v0.2.3
22522026-08-03T04:58:49.022Z Checking tower-layer v0.3.3
22532026-08-03T04:58:49.029Z Checking time v0.3.47
22542026-08-03T04:58:49.071Z Checking icu_locid_transform_data v1.5.0
22552026-08-03T04:58:49.093Z Checking cpufeatures v0.3.0
22562026-08-03T04:58:49.135Z Checking tower-service v0.3.3
22572026-08-03T04:58:49.154Z Checking fnv v1.0.7
22582026-08-03T04:58:49.166Z Checking subtle v2.5.0
22592026-08-03T04:58:49.171Z Checking base64 v0.22.1
22602026-08-03T04:58:49.219Z Checking bitflags v2.11.0
22612026-08-03T04:58:49.240Z Checking want v0.3.0
22622026-08-03T04:58:49.290Z Checking block-buffer v0.12.0
22632026-08-03T04:58:49.361Z Checking crypto-common v0.2.1
22642026-08-03T04:58:49.375Z Checking simd-adler32 v0.3.7
22652026-08-03T04:58:49.396Z Checking icu_properties_data v1.5.0
22662026-08-03T04:58:49.424Z Checking httpdate v1.0.1
22672026-08-03T04:58:49.512Z Checking adler2 v2.0.1
22682026-08-03T04:58:49.522Z Checking const-oid v0.10.2
22692026-08-03T04:58:49.564Z Checking num-traits v0.2.14
22702026-08-03T04:58:49.615Z Checking miniz_oxide v0.8.9
22712026-08-03T04:58:49.674Z Checking crc32fast v1.5.0
22722026-08-03T04:58:49.815Z Checking form_urlencoded v1.2.2
22732026-08-03T04:58:49.851Z Compiling synstructure v0.13.1
22742026-08-03T04:58:49.872Z Checking digest v0.11.2
22752026-08-03T04:58:49.935Z Checking errno v0.3.10
22762026-08-03T04:58:49.951Z Checking icu_normalizer_data v1.5.0
22772026-08-03T04:58:49.999Z Checking iana-time-zone v0.1.47
22782026-08-03T04:58:50.014Z Checking utf8_iter v1.0.4
22792026-08-03T04:58:50.020Z Checking ipnet v2.10.0
22802026-08-03T04:58:50.046Z Checking mime v0.3.16
22812026-08-03T04:58:50.098Z Checking winnow v1.0.0
22822026-08-03T04:58:50.132Z Checking utf16_iter v1.0.5
22832026-08-03T04:58:50.213Z Checking write16 v1.0.0
22842026-08-03T04:58:50.230Z Checking sha1 v0.11.0
22852026-08-03T04:58:50.237Z Checking flate2 v1.1.9
22862026-08-03T04:58:50.297Z Compiling serde_derive_internals v0.29.0
22872026-08-03T04:58:50.337Z Checking serde_spanned v1.1.1
22882026-08-03T04:58:50.383Z Checking toml_parser v1.1.2+spec-1.1.0
22892026-08-03T04:58:50.396Z Checking toml_datetime v1.1.1+spec-1.1.0
22902026-08-03T04:58:50.459Z Checking thread_local v1.1.4
22912026-08-03T04:58:50.524Z Checking encoding_rs v0.8.32
22922026-08-03T04:58:50.588Z Checking compression-core v0.4.32
22932026-08-03T04:58:50.621Z Checking openssl-probe v0.2.1
22942026-08-03T04:58:50.709Z Checking match_cfg v0.1.0
22952026-08-03T04:58:50.715Z Checking toml_writer v1.1.2+spec-1.1.0
22962026-08-03T04:58:50.723Z Checking rustls-native-certs v0.8.3
22972026-08-03T04:58:50.770Z Checking hostname v0.3.1
22982026-08-03T04:58:50.840Z Checking compression-codecs v0.4.38
22992026-08-03T04:58:50.862Z Checking rustix v1.1.4
23002026-08-03T04:58:50.883Z Checking toml v1.1.3+spec-1.1.0
23012026-08-03T04:58:50.977Z Compiling serde_derive v1.0.229
23022026-08-03T04:58:51.004Z Compiling thiserror-impl v2.0.19
23032026-08-03T04:58:51.036Z Checking ryu v1.0.5
23042026-08-03T04:58:51.074Z Compiling tokio-macros v2.7.0
23052026-08-03T04:58:51.166Z Compiling zerofrom-derive v0.1.5
23062026-08-03T04:58:51.455Z Compiling yoke-derive v0.7.5
23072026-08-03T04:58:51.462Z Compiling zerovec-derive v0.10.3
23082026-08-03T04:58:51.483Z Compiling futures-macro v0.3.33
23092026-08-03T04:58:51.818Z Checking tokio v1.53.1
23102026-08-03T04:58:52.243Z Compiling displaydoc v0.2.5
23112026-08-03T04:58:52.336Z Checking futures-util v0.3.33
23122026-08-03T04:58:52.431Z Checking zerofrom v0.1.5
23132026-08-03T04:58:52.500Z Compiling icu_provider_macros v1.5.0
23142026-08-03T04:58:52.516Z Checking thiserror v2.0.19
23152026-08-03T04:58:52.548Z Checking yoke v0.7.5
23162026-08-03T04:58:52.612Z Compiling async-stream-impl v0.3.6
23172026-08-03T04:58:52.724Z Checking zerovec v0.10.4
23182026-08-03T04:58:53.005Z Compiling schemars_derive v0.8.22
23192026-08-03T04:58:53.071Z Compiling unicase v2.6.0
23202026-08-03T04:58:53.235Z Checking chacha20 v0.10.1
23212026-08-03T04:58:53.256Z Checking concurrent-queue v2.5.0
23222026-08-03T04:58:53.403Z Checking tinystr v0.7.6
23232026-08-03T04:58:53.432Z Checking icu_collections v1.5.0
23242026-08-03T04:58:53.432Z Checking crossbeam-channel v0.5.15
23252026-08-03T04:58:53.580Z Checking icu_locid v1.5.0
23262026-08-03T04:58:53.671Z Checking serde v1.0.229
23272026-08-03T04:58:53.765Z Checking http-body-util v0.1.4
23282026-08-03T04:58:53.996Z Checking uuid v1.24.0
23292026-08-03T04:58:54.016Z Checking icu_provider v1.5.0
23302026-08-03T04:58:54.069Z Checking erased-serde v0.3.31
23312026-08-03T04:58:54.190Z Checking chrono v0.4.45
23322026-08-03T04:58:54.260Z Compiling serde_tokenstream v0.3.0
23332026-08-03T04:58:54.266Z Checking futures-executor v0.3.33
23342026-08-03T04:58:54.284Z Compiling dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot)
23352026-08-03T04:58:54.311Z Checking icu_locid_transform v1.5.0
23362026-08-03T04:58:54.402Z Checking is-terminal v0.4.12
23372026-08-03T04:58:54.457Z Checking slog v2.8.2
23382026-08-03T04:58:54.485Z Checking sync_wrapper v1.0.1
23392026-08-03T04:58:54.521Z Checking semver v1.0.28
23402026-08-03T04:58:54.580Z Checking dyn-clone v1.0.4
23412026-08-03T04:58:54.667Z Checking fastrand v2.1.1
23422026-08-03T04:58:54.713Z Checking slog-json v2.6.1
23432026-08-03T04:58:54.719Z Checking parking v2.2.0
23442026-08-03T04:58:54.778Z Checking icu_properties v1.5.1
23452026-08-03T04:58:54.821Z Checking spin v0.9.8
23462026-08-03T04:58:54.828Z Checking take_mut v0.2.2
23472026-08-03T04:58:54.843Z Checking term v1.1.0
23482026-08-03T04:58:54.863Z Checking slog-bunyan v2.5.0
23492026-08-03T04:58:54.915Z Checking slog-async v2.8.0
23502026-08-03T04:58:54.921Z Checking multer v3.1.0
23512026-08-03T04:58:54.966Z Checking tempfile v3.27.0
23522026-08-03T04:58:54.974Z Checking tokio-util v0.7.19
23532026-08-03T04:58:55.056Z Checking async-compression v0.4.42
23542026-08-03T04:58:55.059Z Checking schemars v0.8.22
23552026-08-03T04:58:55.084Z Checking slog-term v2.9.2
23562026-08-03T04:58:55.126Z Checking tower v0.5.2
23572026-08-03T04:58:55.161Z Checking event-listener v5.0.0
23582026-08-03T04:58:55.297Z Compiling dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
23592026-08-03T04:58:55.365Z Checking futures v0.3.33
23602026-08-03T04:58:55.373Z Checking serde_urlencoded v0.7.1
23612026-08-03T04:58:55.391Z Checking h2 v0.4.14
23622026-08-03T04:58:55.434Z Checking openapiv3 v2.2.0
23632026-08-03T04:58:55.514Z Checking rand v0.10.2
23642026-08-03T04:58:55.573Z Compiling mime_guess v2.0.5
23652026-08-03T04:58:55.684Z Checking async-stream v0.3.6
23662026-08-03T04:58:55.812Z Compiling async-trait v0.1.91
23672026-08-03T04:58:55.981Z Checking camino v1.2.4
23682026-08-03T04:58:56.095Z Checking rustix v0.38.44
23692026-08-03T04:58:56.199Z Checking icu_normalizer v1.5.0
23702026-08-03T04:58:56.234Z Checking waitgroup v0.1.2
23712026-08-03T04:58:56.334Z Checking serde_path_to_error v0.1.20
23722026-08-03T04:58:56.576Z Checking idna_adapter v1.2.0
23732026-08-03T04:58:56.606Z Checking rustls-pemfile v2.2.0
23742026-08-03T04:58:56.695Z Checking hostname v0.4.2
23752026-08-03T04:58:56.702Z Checking idna v1.0.3
23762026-08-03T04:58:56.744Z Checking base64 v0.23.0
23772026-08-03T04:58:56.757Z Checking iri-string v0.7.8
23782026-08-03T04:58:56.785Z Checking unicode-width v0.1.9
23792026-08-03T04:58:56.816Z Checking unicode-segmentation v1.10.0
23802026-08-03T04:58:56.885Z Checking debug-ignore v1.0.5
23812026-08-03T04:58:56.983Z Checking data-encoding v2.4.0
23822026-08-03T04:58:56.996Z Checking lazy_static v1.5.0
23832026-08-03T04:58:57.056Z Checking url v2.5.4
23842026-08-03T04:58:57.087Z Checking console v0.15.7
23852026-08-03T04:58:57.150Z Checking newline-converter v0.3.0
23862026-08-03T04:58:57.243Z Checking tungstenite v0.30.0
23872026-08-03T04:58:57.255Z Checking atomicwrites v0.4.4
23882026-08-03T04:58:57.368Z Checking event-listener-strategy v0.5.4
23892026-08-03T04:58:57.374Z Checking target-triple v1.0.0
23902026-08-03T04:58:57.378Z Checking yasna v0.6.0
23912026-08-03T04:58:57.378Z Checking hyper v1.11.0
23922026-08-03T04:58:57.457Z Checking pem v3.0.6
23932026-08-03T04:58:57.490Z Checking similar v2.2.1
23942026-08-03T04:58:57.593Z Checking termcolor v1.1.2
23952026-08-03T04:58:57.609Z Checking glob v0.3.0
23962026-08-03T04:58:57.676Z Checking tokio-tungstenite v0.30.0
23972026-08-03T04:58:57.776Z Checking async-channel v2.5.0
23982026-08-03T04:58:57.780Z Checking trybuild v1.0.118
23992026-08-03T04:58:57.814Z Checking expectorate v1.2.0
24002026-08-03T04:58:57.884Z Checking tower-http v0.6.8
24012026-08-03T04:58:57.928Z Checking anyhow v1.0.104
24022026-08-03T04:58:57.935Z Checking buf-list v1.1.2
24032026-08-03T04:58:57.951Z Checking subprocess v1.2.0
24042026-08-03T04:58:58.126Z Checking heck v0.5.0
24052026-08-03T04:58:58.342Z Checking hyper-util v0.1.20
24062026-08-03T04:59:00.946Z Documenting dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
24072026-08-03T04:59:03.826Z Compiling aws-lc-rs v1.16.3
24082026-08-03T04:59:03.841Z Compiling rustls v0.23.43
24092026-08-03T04:59:04.895Z Checking rustls-webpki v0.103.13
24102026-08-03T04:59:04.895Z Checking rcgen v0.14.8
24112026-08-03T04:59:07.139Z Checking tokio-rustls v0.26.4
24122026-08-03T04:59:07.139Z Checking rustls-platform-verifier v0.6.2
24132026-08-03T04:59:07.326Z Checking hyper-rustls v0.27.9
24142026-08-03T04:59:07.329Z Documenting dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot)
24152026-08-03T04:59:07.496Z Checking reqwest v0.13.4
24162026-08-03T04:59:12.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.92s
24172026-08-03T04:59:12.904Z Generated /work/oxidecomputer/dropshot/target/doc/dropshot/index.html and 23 other files
24182026-08-03T04:59:12.920Z
24192026-08-03T04:59:12.923Zreal 26.973487481
24202026-08-03T04:59:12.923Zuser 1:49.695768340
24212026-08-03T04:59:12.923Zsys 29.248927713
24222026-08-03T04:59:12.923Ztrap 0.054071279
24232026-08-03T04:59:12.923Ztflt 0.009940222
24242026-08-03T04:59:12.923Zdflt 0.020536453
24252026-08-03T04:59:12.923Zkflt 0.000108344
24262026-08-03T04:59:12.923Zlock 5:26.268575899
24272026-08-03T04:59:12.923Zslp 5:27.106795361
24282026-08-03T04:59:12.923Zlat 4.381615730
24292026-08-03T04:59:12.923Zstop 14.673643047
24302026-08-03T04:59:12.923Zprocess exited: duration 251859 ms, exit code 0
 
24312026-08-03T04:59:12.931Zfound 0 output files