01M2F47DTS5K0X64YXF4RCYD0A: build-and-test / illumos

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

Buildomat Job: 01M2F47VRCTBHQFD30V483QD3G

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-14T04:54:53.692Zjob assigned to worker 01M2F480ZPYEM8XACQCPE8DBAA [factory aws, i-09c58d8f95ebfea9a] (queued for 46 s)
 
22026-09-14T04:55:00.780Zstarting task 0: "setup"
32026-09-14T04:55:00.786Z++ uname -s
42026-09-14T04:55:00.789Z+ kern=SunOS
52026-09-14T04:55:00.789Z+ build_user=build
62026-09-14T04:55:00.789Z+ build_uid=12345
72026-09-14T04:55:00.790Z+ work_dir=/work
82026-09-14T04:55:00.790Z+ input_dir=/input
92026-09-14T04:55:00.790Z+ [[ 0 == 12345 ]]
102026-09-14T04:55:00.790Z+ case "$kern" in
112026-09-14T04:55:00.790Z+ groupadd -g 12345 build
122026-09-14T04:55:00.790Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-14T04:55:02.794Z+ zfs create -o mountpoint=/work rpool/work
142026-09-14T04:55:02.910Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-14T04:55:02.913Z+ home_fs=zfs
162026-09-14T04:55:02.913Z+ [[ zfs == autofs ]]
172026-09-14T04:55:02.913Z+ mkdir -p /home/build
182026-09-14T04:55:02.913Z+ chown build:build /home/build /work
192026-09-14T04:55:04.914Z+ chmod 0700 /home/build /work
202026-09-14T04:55:04.917Zprocess exited: duration 4135 ms, exit code 0
 
212026-09-14T04:55:04.924Zstarting task 1: "rust-toolchain"
222026-09-14T04:55:04.927Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-09-14T04:55:04.928Z * rust toolchain channel = "stable"
242026-09-14T04:55:04.928Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-09-14T04:55:04.928Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-09-14T04:55:04.928Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-09-14T04:55:04.928Z * rust toolchain profile = "default"
282026-09-14T04:55:04.948Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-14T04:55:04.948Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-09-14T04:55:05.048Zinfo: downloading installer
312026-09-14T04:55:06.294Zwarn: It looks like you have an existing installation of Rust at:
322026-09-14T04:55:06.294Zwarn: /opt/ooce/bin
332026-09-14T04:55:06.294Zwarn: This could mean one of the following:
342026-09-14T04:55:06.294Zwarn: - You have already installed rustup: you can quit the installer right now.
352026-09-14T04:55:06.294Zwarn: - You haven't installed rustup yet, but have Rust installed from elsewhere.
362026-09-14T04:55:06.294Zwarn: In the latter case, rustup can coexist with and adopt your existing Rust.
372026-09-14T04:55:06.294Zwarn: To adopt, please reply `yes`, or set RUSTUP_INIT_SKIP_PATH_CHECK to yes,
382026-09-14T04:55:06.294Zwarn: or pass `-y` to ignore all ignorable checks, then follow the instructions at:
392026-09-14T04:55:06.294Zwarn: <https://rust-lang.github.io/rustup/installation/already-installed-rust.html>
402026-09-14T04:55:06.294Zerror: cannot install while Rust is installed
412026-09-14T04:55:06.294Zwarn: continuing (because the -y flag is set and the error is ignorable)
422026-09-14T04:55:06.308Zinfo: profile set to default
432026-09-14T04:55:06.308Zinfo: default host tuple is x86_64-unknown-illumos
442026-09-14T04:55:06.312Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
452026-09-14T04:55:06.458Zinfo: latest update on 2026-09-03 for version 1.98.1 (48a229cea 2026-09-01)
462026-09-14T04:55:06.462Zinfo: downloading 6 components
472026-09-14T04:55:21.002Z
482026-09-14T04:55:21.002Zinfo: default toolchain set to stable-x86_64-unknown-illumos
492026-09-14T04:55:21.035Z stable-x86_64-unknown-illumos installed - rustc 1.98.1 (48a229cea 2026-09-01)
502026-09-14T04:55:21.035Z
512026-09-14T04:55:21.039Z
522026-09-14T04:55:21.039ZRust is installed now. Great!
532026-09-14T04:55:21.039Z
542026-09-14T04:55:21.039ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
552026-09-14T04:55:21.039Zenvironment variable. This has not been done automatically.
562026-09-14T04:55:21.039Z
572026-09-14T04:55:21.039ZTo configure your current shell, you need to source
582026-09-14T04:55:21.039Zthe corresponding env file under $HOME/.cargo.
592026-09-14T04:55:21.039Z
602026-09-14T04:55:21.039ZConsider running the right command for your shell (note the leading DOT):
612026-09-14T04:55:21.039Z. "$HOME/.cargo/env" # For sh/ash/dash/pdksh
622026-09-14T04:55:21.039Zcargo:rerun-if-env-changed=CC_x86_64-unknown-illumos
632026-09-14T04:55:21.039ZCC_x86_64-unknown-illumos = None
642026-09-14T04:55:21.040Zcargo:rerun-if-env-changed=CC_x86_64_unknown_illumos
652026-09-14T04:55:21.040ZCC_x86_64_unknown_illumos = None
662026-09-14T04:55:21.040Zcargo:rerun-if-env-changed=HOST_CC
672026-09-14T04:55:21.040ZHOST_CC = None
682026-09-14T04:55:21.040Zcargo:rerun-if-env-changed=CC
692026-09-14T04:55:21.040ZCC = None
702026-09-14T04:55:21.040Zcargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
712026-09-14T04:55:21.198Zcargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
722026-09-14T04:55:21.198ZCRATE_CC_NO_DEFAULTS = None
732026-09-14T04:55:21.198Zcargo:rerun-if-env-changed=CFLAGS
742026-09-14T04:55:21.198ZCFLAGS = None
752026-09-14T04:55:21.198Zcargo:rerun-if-env-changed=HOST_CFLAGS
762026-09-14T04:55:21.198ZHOST_CFLAGS = None
772026-09-14T04:55:21.198Zcargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos
782026-09-14T04:55:21.198ZCFLAGS_x86_64_unknown_illumos = None
792026-09-14T04:55:21.198Zcargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos
802026-09-14T04:55:21.198ZCFLAGS_x86_64-unknown-illumos = None
812026-09-14T04:55:21.288Z+ rustup --version
822026-09-14T04:55:21.294Zrustup 1.29.1 (d95a37b6a 2026-08-13)
832026-09-14T04:55:21.298Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
842026-09-14T04:55:21.316Zinfo: the currently active `rustc` version is `rustc 1.98.1 (48a229cea 2026-09-01)`
852026-09-14T04:55:21.319Z+ cargo --version
862026-09-14T04:55:21.332Zcargo 1.98.1 (797e8a9bc 2026-08-05)
872026-09-14T04:55:21.335Z+ rustc --version
882026-09-14T04:55:21.353Zrustc 1.98.1 (48a229cea 2026-09-01)
892026-09-14T04:55:21.356Zprocess exited: duration 16431 ms, exit code 0
 
902026-09-14T04:55:21.363Zstarting task 2: "authentication"
912026-09-14T04:55:21.379Zprocess exited: duration 16 ms, exit code 0
 
922026-09-14T04:55:21.387Zstarting task 3: "clone repository"
932026-09-14T04:55:21.390Z+ mkdir -p /work/oxidecomputer/dropshot
942026-09-14T04:55:21.393Z+ git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot
952026-09-14T04:55:21.421ZCloning into '/work/oxidecomputer/dropshot'...
962026-09-14T04:55:22.230Z+ cd /work/oxidecomputer/dropshot
972026-09-14T04:55:22.230Z+ git fetch origin eabdf2ce4fc29ae4f204fcd8df5958cf9c9c5f7b
982026-09-14T04:55:22.557ZFrom https://github.com/oxidecomputer/dropshot
992026-09-14T04:55:22.557Z * branch eabdf2ce4fc29ae4f204fcd8df5958cf9c9c5f7b -> FETCH_HEAD
1002026-09-14T04:55:22.563Z+ [[ -n dependabot/cargo/toml-1.1.6spec-1.1.0 ]]
1012026-09-14T04:55:22.567Z++ git branch --show-current
1022026-09-14T04:55:22.567Z+ current=main
1032026-09-14T04:55:22.567Z+ [[ main != dependabot/cargo/toml-1.1.6spec-1.1.0 ]]
1042026-09-14T04:55:22.567Z+ git branch -f dependabot/cargo/toml-1.1.6spec-1.1.0 eabdf2ce4fc29ae4f204fcd8df5958cf9c9c5f7b
1052026-09-14T04:55:22.570Z+ git checkout -f dependabot/cargo/toml-1.1.6spec-1.1.0
1062026-09-14T04:55:22.583ZSwitched to branch 'dependabot/cargo/toml-1.1.6spec-1.1.0'
1072026-09-14T04:55:22.586Z+ git reset --hard eabdf2ce4fc29ae4f204fcd8df5958cf9c9c5f7b
1082026-09-14T04:55:22.595ZHEAD is now at eabdf2c Bump toml from 1.1.5+spec-1.1.0 to 1.1.6+spec-1.1.0
1092026-09-14T04:55:22.599Zprocess exited: duration 1209 ms, exit code 0
 
1102026-09-14T04:55:22.605Zstarting task 4: "build"
1112026-09-14T04:55:22.609Z+ cargo --version
1122026-09-14T04:55:22.614Zinfo: syncing channel updates for 1.98.1-x86_64-unknown-illumos
1132026-09-14T04:55:22.781Zinfo: latest update on 2026-09-03 for version 1.98.1 (48a229cea 2026-09-01)
1142026-09-14T04:55:22.784Zinfo: downloading 6 components
1152026-09-14T04:55:38.742Zwarn: the missing active toolchain `1.98.1-x86_64-unknown-illumos` has been auto-installed
1162026-09-14T04:55:38.742Zwarn: this might cause rustup commands to take longer time to finish than expected
1172026-09-14T04:55:38.742Zinfo: you may opt out with `RUSTUP_AUTO_INSTALL=0` or `rustup set auto-install disable`
1182026-09-14T04:55:38.839Zcargo 1.98.1 (797e8a9bc 2026-08-05)
1192026-09-14T04:55:38.843Z+ rustc --version
1202026-09-14T04:55:38.883Zrustc 1.98.1 (48a229cea 2026-09-01)
1212026-09-14T04:55:38.887Z+ banner build
1222026-09-14T04:55:38.887Z
1232026-09-14T04:55:38.887Z ##### # # # # #####
1242026-09-14T04:55:38.887Z # # # # # # # #
1252026-09-14T04:55:38.888Z ##### # # # # # #
1262026-09-14T04:55:38.888Z # # # # # # # #
1272026-09-14T04:55:38.888Z # # # # # # # #
1282026-09-14T04:55:38.888Z ##### #### # ###### #####
1292026-09-14T04:55:38.888Z
1302026-09-14T04:55:38.888Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1312026-09-14T04:55:38.958Z Updating crates.io index
1322026-09-14T04:55:40.713Z Downloading crates ...
1332026-09-14T04:55:40.770Z Downloaded sha1 v0.11.0
1342026-09-14T04:55:40.773Z Downloaded scroll_derive v0.13.1
1352026-09-14T04:55:40.773Z Downloaded adler2 v2.0.1
1362026-09-14T04:55:40.776Z Downloaded stable_deref_trait v1.2.0
1372026-09-14T04:55:40.786Z Downloaded heck v0.5.0
1382026-09-14T04:55:40.789Z Downloaded reqwest v0.13.4
1392026-09-14T04:55:40.794Z Downloaded rustls-native-certs v0.8.3
1402026-09-14T04:55:40.799Z Downloaded rusticata-macros v4.1.0
1412026-09-14T04:55:40.802Z Downloaded hostname v0.3.1
1422026-09-14T04:55:40.802Z Downloaded hostname v0.4.2
1432026-09-14T04:55:40.805Z Downloaded usdt v0.6.0
1442026-09-14T04:55:40.808Z Downloaded itoa v1.0.1
1452026-09-14T04:55:40.808Z Downloaded rcgen v0.14.10
1462026-09-14T04:55:40.810Z Downloaded waitgroup v0.1.2
1472026-09-14T04:55:40.810Z Downloaded is-terminal v0.4.12
1482026-09-14T04:55:40.810Z Downloaded rustls-pki-types v1.15.1
1492026-09-14T04:55:40.813Z Downloaded usdt-macro v0.6.0
1502026-09-14T04:55:40.813Z Downloaded num-conv v0.2.0
1512026-09-14T04:55:40.813Z Downloaded glob v0.3.0
1522026-09-14T04:55:40.818Z Downloaded serde_urlencoded v0.7.1
1532026-09-14T04:55:40.822Z Downloaded ipnet v2.10.0
1542026-09-14T04:55:40.825Z Downloaded quote v1.0.47
1552026-09-14T04:55:40.827Z Downloaded rustversion v1.0.22
1562026-09-14T04:55:40.830Z Downloaded mime v0.3.16
1572026-09-14T04:55:40.837Z Downloaded getrandom v0.4.1
1582026-09-14T04:55:40.842Z Downloaded slog-bunyan v2.5.0
1592026-09-14T04:55:40.844Z Downloaded lazy_static v1.5.0
1602026-09-14T04:55:40.847Z Downloaded log v0.4.17
1612026-09-14T04:55:40.847Z Downloaded scopeguard v1.2.0
1622026-09-14T04:55:40.851Z Downloaded lru-slab v0.1.2
1632026-09-14T04:55:40.854Z Downloaded icu_locid v1.5.0
1642026-09-14T04:55:40.857Z Downloaded match_cfg v0.1.0
1652026-09-14T04:55:40.861Z Downloaded rustc-hash v2.0.0
1662026-09-14T04:55:40.864Z Downloaded schema v0.2.1
1672026-09-14T04:55:40.864Z Downloaded httpdate v1.0.1
1682026-09-14T04:55:40.864Z Downloaded lock_api v0.4.6
1692026-09-14T04:55:40.867Z Downloaded serde_tokenstream v0.3.0
1702026-09-14T04:55:40.867Z Downloaded serde_tokenstream v0.2.3
1712026-09-14T04:55:40.867Z Downloaded writeable v0.5.5
1722026-09-14T04:55:40.871Z Downloaded rustls-pemfile v2.2.0
1732026-09-14T04:55:40.871Z Downloaded serde_derive_internals v0.29.0
1742026-09-14T04:55:40.874Z Downloaded idna_adapter v1.2.0
1752026-09-14T04:55:40.875Z Downloaded icu_provider_macros v1.5.0
1762026-09-14T04:55:40.877Z Downloaded openssl-probe v0.2.1
1772026-09-14T04:55:40.881Z Downloaded schema-derive v0.2.1
1782026-09-14T04:55:40.884Z Downloaded simd-adler32 v0.3.7
1792026-09-14T04:55:40.887Z Downloaded slab v0.4.9
1802026-09-14T04:55:40.887Z Downloaded http-body-util v0.1.5
1812026-09-14T04:55:40.887Z Downloaded iana-time-zone v0.1.47
1822026-09-14T04:55:40.890Z Downloaded slog-json v2.6.1
1832026-09-14T04:55:40.893Z Downloaded version_check v0.9.5
1842026-09-14T04:55:40.899Z Downloaded utf8_iter v1.0.4
1852026-09-14T04:55:40.902Z Downloaded thread_local v1.1.4
1862026-09-14T04:55:40.902Z Downloaded http-body v1.0.1
1872026-09-14T04:55:40.904Z Downloaded pretty-hex v0.4.1
1882026-09-14T04:55:40.907Z Downloaded mime_guess v2.0.5
1892026-09-14T04:55:40.910Z Downloaded serde_spanned v1.1.1
1902026-09-14T04:55:40.910Z Downloaded take_mut v0.2.2
1912026-09-14T04:55:40.910Z Downloaded tower-service v0.3.3
1922026-09-14T04:55:40.910Z Downloaded untrusted v0.7.1
1932026-09-14T04:55:40.922Z Downloaded schemars_derive v0.8.22
1942026-09-14T04:55:40.925Z Downloaded rand_pcg v0.10.2
1952026-09-14T04:55:40.925Z Downloaded newline-converter v0.3.0
1962026-09-14T04:55:40.925Z Downloaded parking v2.2.0
1972026-09-14T04:55:40.925Z Downloaded compression-core v0.4.33
1982026-09-14T04:55:40.928Z Downloaded thiserror v2.0.20
1992026-09-14T04:55:40.928Z Downloaded tinyvec_macros v0.1.0
2002026-09-14T04:55:40.928Z Downloaded tokio-macros v2.7.0
2012026-09-14T04:55:40.931Z Downloaded utf16_iter v1.0.5
2022026-09-14T04:55:40.934Z Downloaded want v0.3.0
2032026-09-14T04:55:40.934Z Downloaded dunce v1.0.5
2042026-09-14T04:55:40.934Z Downloaded yoke-derive v0.7.5
2052026-09-14T04:55:40.934Z Downloaded simple-mermaid v0.2.0
2062026-09-14T04:55:40.934Z Downloaded thread-id v5.0.0
2072026-09-14T04:55:40.937Z Downloaded plain v0.2.3
2082026-09-14T04:55:40.937Z Downloaded sync_wrapper v1.0.1
2092026-09-14T04:55:40.937Z Downloaded target-triple v1.0.0
2102026-09-14T04:55:40.939Z Downloaded write16 v1.0.0
2112026-09-14T04:55:40.939Z Downloaded usdt-attr-macro v0.6.0
2122026-09-14T04:55:40.939Z Downloaded equivalent v1.0.0
2132026-09-14T04:55:40.940Z Downloaded percent-encoding v2.3.2
2142026-09-14T04:55:40.940Z Downloaded time-core v0.1.8
2152026-09-14T04:55:40.943Z Downloaded subtle v2.5.0
2162026-09-14T04:55:40.943Z Downloaded try-lock v0.2.3
2172026-09-14T04:55:40.945Z Downloaded rand_core v0.10.1
2182026-09-14T04:55:40.946Z Downloaded hyper-rustls v0.27.9
2192026-09-14T04:55:40.946Z Downloaded serde_path_to_error v0.1.20
2202026-09-14T04:55:40.948Z Downloaded slog-async v2.8.0
2212026-09-14T04:55:40.948Z Downloaded memchr v2.6.0
2222026-09-14T04:55:40.951Z Downloaded sha2 v0.10.8
2232026-09-14T04:55:40.953Z Downloaded thiserror-impl v2.0.20
2242026-09-14T04:55:40.953Z Downloaded icu_locid_transform_data v1.5.0
2252026-09-14T04:55:40.953Z Downloaded icu_normalizer v1.5.0
2262026-09-14T04:55:40.956Z Downloaded icu_normalizer_data v1.5.0
2272026-09-14T04:55:40.956Z Downloaded shlex v1.3.0
2282026-09-14T04:55:40.956Z Downloaded tower-layer v0.3.3
2292026-09-14T04:55:40.959Z Downloaded futures-core v0.3.34
2302026-09-14T04:55:40.959Z Downloaded num_threads v0.1.3
2312026-09-14T04:55:40.959Z Downloaded async-stream-impl v0.3.6
2322026-09-14T04:55:40.962Z Downloaded litemap v0.7.4
2332026-09-14T04:55:40.965Z Downloaded multer v3.1.0
2342026-09-14T04:55:40.965Z Downloaded paste v1.0.15
2352026-09-14T04:55:40.968Z Downloaded quinn-udp v0.5.5
2362026-09-14T04:55:40.968Z Downloaded icu_locid_transform v1.5.0
2372026-09-14T04:55:40.968Z Downloaded num-integer v0.1.46
2382026-09-14T04:55:40.971Z Downloaded pest_generator v2.8.1
2392026-09-14T04:55:40.971Z Downloaded smallvec v1.13.2
2402026-09-14T04:55:40.971Z Downloaded dof v0.4.0
2412026-09-14T04:55:40.971Z Downloaded dtrace-parser v0.3.0
2422026-09-14T04:55:40.974Z Downloaded futures-macro v0.3.34
2432026-09-14T04:55:40.974Z Downloaded atomic-waker v1.1.2
2442026-09-14T04:55:40.975Z Downloaded block-buffer v0.10.2
2452026-09-14T04:55:40.975Z Downloaded cpufeatures v0.2.17
2462026-09-14T04:55:40.975Z Downloaded fnv v1.0.7
2472026-09-14T04:55:40.975Z Downloaded memmap2 v0.9.8
2482026-09-14T04:55:40.978Z Downloaded hybrid-array v0.4.8
2492026-09-14T04:55:40.978Z Downloaded asn1-rs-derive v0.6.0
2502026-09-14T04:55:40.978Z Downloaded form_urlencoded v1.2.2
2512026-09-14T04:55:40.981Z Downloaded synstructure v0.13.1
2522026-09-14T04:55:40.981Z Downloaded zeroize v1.8.2
2532026-09-14T04:55:40.984Z Downloaded digest v0.11.2
2542026-09-14T04:55:40.987Z Downloaded usdt-impl v0.6.0
2552026-09-14T04:55:40.987Z Downloaded jobserver v0.1.34
2562026-09-14T04:55:40.987Z Downloaded time-macros v0.2.27
2572026-09-14T04:55:40.990Z Downloaded toml_writer v1.1.2+spec-1.1.0
2582026-09-14T04:55:40.990Z Downloaded parking_lot_core v0.9.4
2592026-09-14T04:55:40.993Z Downloaded powerfmt v0.2.0
2602026-09-14T04:55:40.993Z Downloaded tinystr v0.7.6
2612026-09-14T04:55:40.996Z Downloaded fastrand v2.1.1
2622026-09-14T04:55:40.999Z Downloaded asn1-rs-impl v0.2.0
2632026-09-14T04:55:40.999Z Downloaded futures-sink v0.3.34
2642026-09-14T04:55:40.999Z Downloaded async-channel v2.5.0
2652026-09-14T04:55:41.002Z Downloaded mio v1.2.0
2662026-09-14T04:55:41.005Z Downloaded pem v4.0.0
2672026-09-14T04:55:41.005Z Downloaded unicase v2.6.0
2682026-09-14T04:55:41.005Z Downloaded signal-hook-registry v1.4.0
2692026-09-14T04:55:41.008Z Downloaded block-buffer v0.12.0
2702026-09-14T04:55:41.010Z Downloaded untrusted v0.9.0
2712026-09-14T04:55:41.010Z Downloaded scroll v0.13.0
2722026-09-14T04:55:41.013Z Downloaded bit-vec v0.9.1
2732026-09-14T04:55:41.016Z Downloaded cpufeatures v0.3.0
2742026-09-14T04:55:41.016Z Downloaded data-encoding v2.4.0
2752026-09-14T04:55:41.018Z Downloaded pin-project-lite v0.2.12
2762026-09-14T04:55:41.021Z Downloaded socket2 v0.5.9
2772026-09-14T04:55:41.021Z Downloaded zerofrom v0.1.5
2782026-09-14T04:55:41.021Z Downloaded oid-registry v0.8.1
2792026-09-14T04:55:41.021Z Downloaded termcolor v1.1.2
2802026-09-14T04:55:41.024Z Downloaded slog-term v2.9.2
2812026-09-14T04:55:41.024Z Downloaded toml_parser v1.1.3+spec-1.1.0
2822026-09-14T04:55:41.027Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2832026-09-14T04:55:41.027Z Downloaded zerofrom-derive v0.1.5
2842026-09-14T04:55:41.029Z Downloaded async-stream v0.3.6
2852026-09-14T04:55:41.032Z Downloaded futures-task v0.3.34
2862026-09-14T04:55:41.032Z Downloaded autocfg v1.1.0
2872026-09-14T04:55:41.035Z Downloaded crypto-common v0.2.1
2882026-09-14T04:55:41.035Z Downloaded futures-io v0.3.34
2892026-09-14T04:55:41.035Z Downloaded rustls-platform-verifier v0.6.2
2902026-09-14T04:55:41.038Z Downloaded cfg-if v1.0.0
2912026-09-14T04:55:41.041Z Downloaded httparse v1.10.0
2922026-09-14T04:55:41.044Z Downloaded deranged v0.5.5
2932026-09-14T04:55:41.045Z Downloaded once_cell v1.20.1
2942026-09-14T04:55:41.047Z Downloaded crypto-common v0.1.6
2952026-09-14T04:55:41.047Z Downloaded generic-array v0.14.5
2962026-09-14T04:55:41.047Z Downloaded pkg-config v0.3.34
2972026-09-14T04:55:41.050Z Downloaded dyn-clone v1.0.4
2982026-09-14T04:55:41.050Z Downloaded errno v0.3.10
2992026-09-14T04:55:41.050Z Downloaded event-listener-strategy v0.5.4
3002026-09-14T04:55:41.053Z Downloaded num-traits v0.2.14
3012026-09-14T04:55:41.056Z Downloaded crossbeam-utils v0.8.21
3022026-09-14T04:55:41.056Z Downloaded atomicwrites v0.4.4
3032026-09-14T04:55:41.059Z Downloaded http v1.5.0
3042026-09-14T04:55:41.062Z Downloaded chacha20 v0.10.1
3052026-09-14T04:55:41.065Z Downloaded spin v0.9.8
3062026-09-14T04:55:41.065Z Downloaded unicode-ident v1.0.12
3072026-09-14T04:55:41.065Z Downloaded tokio-tungstenite v0.30.0
3082026-09-14T04:55:41.067Z Downloaded tempfile v3.27.0
3092026-09-14T04:55:41.067Z Downloaded icu_properties v1.5.1
3102026-09-14T04:55:41.070Z Downloaded tinyvec v1.5.1
3112026-09-14T04:55:41.070Z Downloaded fs_extra v1.3.0
3122026-09-14T04:55:41.073Z Downloaded async-trait v0.1.92
3132026-09-14T04:55:41.073Z Downloaded futures-channel v0.3.34
3142026-09-14T04:55:41.076Z Downloaded buf-list v1.1.2
3152026-09-14T04:55:41.076Z Downloaded camino v1.2.5
3162026-09-14T04:55:41.079Z Downloaded console v0.16.4
3172026-09-14T04:55:41.079Z Downloaded debug-ignore v1.0.5
3182026-09-14T04:55:41.081Z Downloaded serde_derive v1.0.229
3192026-09-14T04:55:41.084Z Downloaded yoke v0.7.5
3202026-09-14T04:55:41.087Z Downloaded semver v1.0.28
3212026-09-14T04:55:41.087Z Downloaded cmake v0.1.58
3222026-09-14T04:55:41.087Z Downloaded byteorder v1.4.3
3232026-09-14T04:55:41.090Z Downloaded icu_collections v1.5.0
3242026-09-14T04:55:41.092Z Downloaded concurrent-queue v2.5.0
3252026-09-14T04:55:41.092Z Downloaded digest v0.10.7
3262026-09-14T04:55:41.095Z Downloaded parking_lot v0.12.1
3272026-09-14T04:55:41.095Z Downloaded pest_derive v2.8.1
3282026-09-14T04:55:41.095Z Downloaded tokio-rustls v0.26.4
3292026-09-14T04:55:41.098Z Downloaded toml v1.1.6+spec-1.1.0
3302026-09-14T04:55:41.101Z Downloaded serde_core v1.0.229
3312026-09-14T04:55:41.101Z Downloaded tracing-core v0.1.32
3322026-09-14T04:55:41.103Z Downloaded cfg_aliases v0.2.1
3332026-09-14T04:55:41.103Z Downloaded displaydoc v0.2.5
3342026-09-14T04:55:41.106Z Downloaded zmij v1.0.2
3352026-09-14T04:55:41.106Z Downloaded compression-codecs v0.4.39
3362026-09-14T04:55:41.109Z Downloaded icu_provider v1.5.0
3372026-09-14T04:55:41.109Z Downloaded proc-macro2 v1.0.107
3382026-09-14T04:55:41.111Z Downloaded anyhow v1.0.104
3392026-09-14T04:55:41.111Z Downloaded pest_meta v2.8.1
3402026-09-14T04:55:41.119Z Downloaded bitflags v2.11.0
3412026-09-14T04:55:41.122Z Downloaded erased-serde v0.3.31
3422026-09-14T04:55:41.127Z Downloaded slog v2.8.2
3432026-09-14T04:55:41.127Z Downloaded miniz_oxide v0.8.9
3442026-09-14T04:55:41.130Z Downloaded zerovec-derive v0.10.3
3452026-09-14T04:55:41.131Z Downloaded hashbrown v0.17.0
3462026-09-14T04:55:41.131Z Downloaded hyper-util v0.1.20
3472026-09-14T04:55:41.133Z Downloaded term v1.1.0
3482026-09-14T04:55:41.136Z Downloaded schemars v0.8.22
3492026-09-14T04:55:41.140Z Downloaded yasna v0.6.0
3502026-09-14T04:55:41.143Z Downloaded futures-executor v0.3.34
3512026-09-14T04:55:41.143Z Downloaded prettyplease v0.3.0
3522026-09-14T04:55:41.146Z Downloaded find-msvc-tools v0.1.9
3532026-09-14T04:55:41.146Z Downloaded num-bigint v0.4.3
3542026-09-14T04:55:41.148Z Downloaded minimal-lexical v0.2.1
3552026-09-14T04:55:41.151Z Downloaded event-listener v5.0.0
3562026-09-14T04:55:41.151Z Downloaded ryu v1.0.5
3572026-09-14T04:55:41.154Z Downloaded ucd-trie v0.1.6
3582026-09-14T04:55:41.157Z Downloaded indexmap v2.14.2
3592026-09-14T04:55:41.157Z Downloaded rustls-webpki v0.103.13
3602026-09-14T04:55:41.159Z Downloaded uuid v1.26.0
3612026-09-14T04:55:41.162Z Downloaded serde v1.0.229
3622026-09-14T04:55:41.165Z Downloaded der-parser v10.0.0
3632026-09-14T04:55:41.168Z Downloaded quinn v0.11.9
3642026-09-14T04:55:41.171Z Downloaded typenum v1.19.0
3652026-09-14T04:55:41.174Z Downloaded tracing v0.1.40
3662026-09-14T04:55:41.177Z Downloaded base64 v0.22.1
3672026-09-14T04:55:41.180Z Downloaded getrandom v0.2.11
3682026-09-14T04:55:41.183Z Downloaded h2 v0.4.14
3692026-09-14T04:55:41.187Z Downloaded unicode-segmentation v1.10.0
3702026-09-14T04:55:41.190Z Downloaded rand v0.10.2
3712026-09-14T04:55:41.193Z Downloaded base64 v0.23.1
3722026-09-14T04:55:41.196Z Downloaded trybuild v1.0.120
3732026-09-14T04:55:41.198Z Downloaded tungstenite v0.30.0
3742026-09-14T04:55:41.201Z Downloaded similar v3.2.0
3752026-09-14T04:55:41.204Z Downloaded asn1-rs v0.7.1
3762026-09-14T04:55:41.207Z Downloaded cc v1.2.60
3772026-09-14T04:55:41.207Z Downloaded nom v7.1.3
3782026-09-14T04:55:41.210Z Downloaded futures v0.3.34
3792026-09-14T04:55:41.212Z Downloaded crc32fast v1.5.0
3802026-09-14T04:55:41.215Z Downloaded expectorate v1.3.0
3812026-09-14T04:55:41.215Z Downloaded socket2 v0.6.3
3822026-09-14T04:55:41.215Z Downloaded subprocess v1.2.1
3832026-09-14T04:55:41.218Z Downloaded url v2.5.4
3842026-09-14T04:55:41.220Z Downloaded pest v2.8.1
3852026-09-14T04:55:41.223Z Downloaded serde_json v1.0.151
3862026-09-14T04:55:41.226Z Downloaded iri-string v0.7.8
3872026-09-14T04:55:41.229Z Downloaded zerovec v0.10.4
3882026-09-14T04:55:41.231Z Downloaded rustix v0.38.44
3892026-09-14T04:55:41.243Z Downloaded const-oid v0.10.2
3902026-09-14T04:55:41.246Z Downloaded bytes v1.12.1
3912026-09-14T04:55:41.249Z Downloaded zerocopy-derive v0.8.27
3922026-09-14T04:55:41.252Z Downloaded goblin v0.10.1
3932026-09-14T04:55:41.255Z Downloaded x509-parser v0.18.0
3942026-09-14T04:55:41.259Z Downloaded crossbeam-channel v0.5.15
3952026-09-14T04:55:41.262Z Downloaded idna v1.0.3
3962026-09-14T04:55:41.262Z Downloaded tower v0.5.2
3972026-09-14T04:55:41.266Z Downloaded portable-atomic v1.9.0
3982026-09-14T04:55:41.269Z Downloaded flate2 v1.1.9
3992026-09-14T04:55:41.272Z Downloaded hyper v1.11.1
4002026-09-14T04:55:41.275Z Downloaded winnow v1.0.0
4012026-09-14T04:55:41.280Z Downloaded icu_properties_data v1.5.0
4022026-09-14T04:55:41.285Z Downloaded futures-util v0.3.34
4032026-09-14T04:55:41.291Z Downloaded tower-http v0.6.8
4042026-09-14T04:55:41.295Z Downloaded tokio-util v0.7.19
4052026-09-14T04:55:41.299Z Downloaded async-compression v0.4.44
4062026-09-14T04:55:41.303Z Downloaded quinn-proto v0.11.16
4072026-09-14T04:55:41.307Z Downloaded chrono v0.4.45
4082026-09-14T04:55:41.321Z Downloaded bstr v1.6.0
4092026-09-14T04:55:41.326Z Downloaded openapiv3 v2.2.0
4102026-09-14T04:55:41.352Z Downloaded time v0.3.47
4112026-09-14T04:55:41.370Z Downloaded zerocopy v0.8.27
4122026-09-14T04:55:41.380Z Downloaded aws-lc-rs v1.18.1
4132026-09-14T04:55:41.385Z Downloaded libc v0.2.189
4142026-09-14T04:55:41.406Z Downloaded syn v3.0.4
4152026-09-14T04:55:41.412Z Downloaded unicode-width v0.2.2
4162026-09-14T04:55:41.415Z Downloaded syn v2.0.118
4172026-09-14T04:55:41.421Z Downloaded rustix v1.1.4
4182026-09-14T04:55:41.434Z Downloaded rustls v0.23.43
4192026-09-14T04:55:41.548Z Downloaded tokio v1.53.1
4202026-09-14T04:55:41.611Z Downloaded encoding_rs v0.8.32
4212026-09-14T04:55:41.623Z Downloaded ring v0.17.13
4222026-09-14T04:55:41.931Z Downloaded aws-lc-sys v0.45.0
4232026-09-14T04:55:42.158Z Compiling proc-macro2 v1.0.107
4242026-09-14T04:55:42.159Z Compiling quote v1.0.47
4252026-09-14T04:55:42.161Z Compiling unicode-ident v1.0.12
4262026-09-14T04:55:42.162Z Compiling libc v0.2.189
4272026-09-14T04:55:42.162Z Compiling cfg-if v1.0.0
4282026-09-14T04:55:42.162Z Compiling itoa v1.0.1
4292026-09-14T04:55:42.162Z Compiling memchr v2.6.0
4302026-09-14T04:55:42.162Z Compiling serde_core v1.0.229
4312026-09-14T04:55:42.162Z Running `/home/build/.rustup/toolchains/1.98.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=3991ed29b40aa36d -C extra-filename=-46cffdac8d0c329b --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-46cffdac8d0c329b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4322026-09-14T04:55:42.257Z Running `/home/build/.rustup/toolchains/1.98.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=f2c865c021aed9aa -C extra-filename=-924a51caf83481f9 --out-dir /work/oxidecomputer/dropshot/target/debug/build/quote-924a51caf83481f9 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4332026-09-14T04:55:42.257Z Running `/home/build/.rustup/toolchains/1.98.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=5f0b2fa06822f993 -C extra-filename=-837c68cddd26f32a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4342026-09-14T04:55:42.260Z Running `/home/build/.rustup/toolchains/1.98.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=a7d8f24602dc43b3 -C extra-filename=-0ce34e201e6a5a06 --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-0ce34e201e6a5a06 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4352026-09-14T04:55:42.260Z Running `/home/build/.rustup/toolchains/1.98.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=7a2c2966326fb403 -C extra-filename=-c25e71240d4565b4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4362026-09-14T04:55:42.260Z Running `/home/build/.rustup/toolchains/1.98.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=c676cf99074a5f25 -C extra-filename=-a6d78c59bfe1dffc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4372026-09-14T04:55:42.260Z Running `/home/build/.rustup/toolchains/1.98.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=c7714a1170064201 -C extra-filename=-da0c74c7834257fb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4382026-09-14T04:55:42.268Z Running `/home/build/.rustup/toolchains/1.98.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=76179f93ab81ea11 -C extra-filename=-0ef075040c7996cd --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-0ef075040c7996cd -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4392026-09-14T04:55:42.324Z Compiling pin-project-lite v0.2.12
4402026-09-14T04:55:42.424Z Running `/home/build/.rustup/toolchains/1.98.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=b3b10ba8f8798557 -C extra-filename=-bf8711df3d8428e4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4412026-09-14T04:55:42.477Z Compiling autocfg v1.1.0
4422026-09-14T04:55:42.487Z Running `/home/build/.rustup/toolchains/1.98.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=64ce7071e3d6e2d0 -C extra-filename=-8cabccbc07d36ec5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4432026-09-14T04:55:42.489Z Compiling bytes v1.12.1
4442026-09-14T04:55:42.489Z Running `/home/build/.rustup/toolchains/1.98.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=86f7b9c50ae8397a -C extra-filename=-ba63ea029971de41 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4452026-09-14T04:55:42.510Z Compiling smallvec v1.13.2
4462026-09-14T04:55:42.513Z Running `/home/build/.rustup/toolchains/1.98.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=00fe9ef5d107e980 -C extra-filename=-196e12bd16730dc8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4472026-09-14T04:55:42.634Z Running `/work/oxidecomputer/dropshot/target/debug/build/quote-924a51caf83481f9/build-script-build`
4482026-09-14T04:55:42.637Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-0ef075040c7996cd/build-script-build`
4492026-09-14T04:55:42.663Z Compiling futures-core v0.3.34
4502026-09-14T04:55:42.666Z Running `/home/build/.rustup/toolchains/1.98.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.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 -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=ebcc66ad1ad348b6 -C extra-filename=-33f673b3e0db3d52 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4512026-09-14T04:55:42.673Z Running `/home/build/.rustup/toolchains/1.98.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=792c7973bacfd4db -C extra-filename=-1c58a12fe29484a7 --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)'`
4522026-09-14T04:55:42.690Z Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-46cffdac8d0c329b/build-script-build`
4532026-09-14T04:55:42.724Z Compiling zmij v1.0.2
4542026-09-14T04:55:42.727Z Running `/home/build/.rustup/toolchains/1.98.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=1096d4520814d29f -C extra-filename=-8d33982287ccfb89 --out-dir /work/oxidecomputer/dropshot/target/debug/build/zmij-8d33982287ccfb89 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4552026-09-14T04:55:42.765Z Compiling serde v1.0.229
4562026-09-14T04:55:42.768Z Running `/home/build/.rustup/toolchains/1.98.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=7654851ed8c66568 -C extra-filename=-ba455dc6e00d0517 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-ba455dc6e00d0517 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4572026-09-14T04:55:42.775Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-0ce34e201e6a5a06/build-script-build`
4582026-09-14T04:55:42.810Z Compiling serde_json v1.0.151
4592026-09-14T04:55:42.813Z Running `/home/build/.rustup/toolchains/1.98.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=c03df396b607ca00 -C extra-filename=-90e67cfe9eb4de49 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-90e67cfe9eb4de49 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4602026-09-14T04:55:42.820Z Running `/home/build/.rustup/toolchains/1.98.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=d9cefe8d49db8e52 -C extra-filename=-1225b4ce6297b1af --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"))'`
4612026-09-14T04:55:43.003Z Running `/home/build/.rustup/toolchains/1.98.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=69dc8505b7e7d503 -C extra-filename=-e3918c82b150da1e --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-837c68cddd26f32a.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)'`
4622026-09-14T04:55:43.027Z Running `/work/oxidecomputer/dropshot/target/debug/build/zmij-8d33982287ccfb89/build-script-build`
4632026-09-14T04:55:43.037Z Compiling log v0.4.17
4642026-09-14T04:55:43.046Z Running `/home/build/.rustup/toolchains/1.98.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=6cf2755524bb6861 -C extra-filename=-137c7e510c278b3f --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-137c7e510c278b3f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4652026-09-14T04:55:43.061Z Compiling once_cell v1.20.1
4662026-09-14T04:55:43.064Z Running `/home/build/.rustup/toolchains/1.98.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=c376d8294c2974d4 -C extra-filename=-b4ba0856e717450f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4672026-09-14T04:55:43.071Z Compiling thiserror v2.0.20
4682026-09-14T04:55:43.074Z Running `/home/build/.rustup/toolchains/1.98.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.20/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=73be0a5baec07af5 -C extra-filename=-c69a507b5b276a3c --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-c69a507b5b276a3c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4692026-09-14T04:55:43.086Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-ba455dc6e00d0517/build-script-build`
4702026-09-14T04:55:43.124Z Running `/home/build/.rustup/toolchains/1.98.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=d4444bed08ec0eb5 -C extra-filename=-f97b13c06038327b --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)'`
4712026-09-14T04:55:43.146Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-90e67cfe9eb4de49/build-script-build`
4722026-09-14T04:55:43.150Z Compiling parking_lot_core v0.9.4
4732026-09-14T04:55:43.153Z Running `/home/build/.rustup/toolchains/1.98.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=069c1900859783d6 -C extra-filename=-f647d705904a226a --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-f647d705904a226a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4742026-09-14T04:55:43.263Z Compiling jobserver v0.1.34
4752026-09-14T04:55:43.266Z Running `/home/build/.rustup/toolchains/1.98.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=7cd8bc34e196ef7c -C extra-filename=-fbc4673c84af7095 --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-1225b4ce6297b1af.rmeta --cap-lints allow`
4762026-09-14T04:55:43.285Z Running `/work/oxidecomputer/dropshot/target/debug/build/log-137c7e510c278b3f/build-script-build`
4772026-09-14T04:55:43.298Z Compiling find-msvc-tools v0.1.9
4782026-09-14T04:55:43.306Z Running `/home/build/.rustup/toolchains/1.98.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=f03775dbbd57e1af -C extra-filename=-f1e195698b81ea7b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4792026-09-14T04:55:43.309Z Compiling shlex v1.3.0
4802026-09-14T04:55:43.316Z Running `/home/build/.rustup/toolchains/1.98.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=090b3212b97590ae -C extra-filename=-a2da49c0bac84756 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4812026-09-14T04:55:43.326Z Running `/home/build/.rustup/toolchains/1.98.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=b94729264fde079b -C extra-filename=-e7143e91b65e7f39 --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-a6d78c59bfe1dffc.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics`
4822026-09-14T04:55:43.416Z Running `/home/build/.rustup/toolchains/1.98.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=b6e91052dfea1644 -C extra-filename=-35ff85f5780f0f5c --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-e3918c82b150da1e.rmeta --cap-lints allow --check-cfg 'cfg(no_diagnostic_namespace)'`
4832026-09-14T04:55:43.439Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-c69a507b5b276a3c/build-script-build`
4842026-09-14T04:55:43.486Z Compiling cc v1.2.60
4852026-09-14T04:55:43.489Z Running `/home/build/.rustup/toolchains/1.98.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=d02f0bb3ce94e3da -C extra-filename=-512c371c282cad1e --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-f1e195698b81ea7b.rmeta --extern jobserver=/work/oxidecomputer/dropshot/target/debug/deps/libjobserver-fbc4673c84af7095.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rmeta --extern shlex=/work/oxidecomputer/dropshot/target/debug/deps/libshlex-a2da49c0bac84756.rmeta --cap-lints allow`
4862026-09-14T04:55:43.512Z Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-f647d705904a226a/build-script-build`
4872026-09-14T04:55:43.525Z Compiling slab v0.4.9
4882026-09-14T04:55:43.528Z Compiling futures-sink v0.3.34
4892026-09-14T04:55:43.528Z Running `/home/build/.rustup/toolchains/1.98.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=30a3ba17cd185974 -C extra-filename=-03f83495587df900 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slab-03f83495587df900 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-8cabccbc07d36ec5.rlib --cap-lints allow`
4902026-09-14T04:55:43.528Z Running `/home/build/.rustup/toolchains/1.98.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.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 -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=9f931593f5cae55e -C extra-filename=-d25010b1d820ac49 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4912026-09-14T04:55:43.569Z Compiling scopeguard v1.2.0
4922026-09-14T04:55:43.578Z Running `/home/build/.rustup/toolchains/1.98.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=7182570d5207cf29 -C extra-filename=-d4a52cba00aab1de --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4932026-09-14T04:55:43.609Z Compiling syn v2.0.118
4942026-09-14T04:55:43.612Z Running `/home/build/.rustup/toolchains/1.98.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=24fb6123e7b02520 -C extra-filename=-12b55e7369dfa700 --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-e3918c82b150da1e.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-837c68cddd26f32a.rmeta --cap-lints allow`
4952026-09-14T04:55:43.621Z Compiling syn v3.0.4
4962026-09-14T04:55:43.624Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-3.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 --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=4f7900b59d1f9f09 -C extra-filename=-8f1f247756f6308c --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-e3918c82b150da1e.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-837c68cddd26f32a.rmeta --cap-lints allow`
4972026-09-14T04:55:43.673Z Compiling lock_api v0.4.6
4982026-09-14T04:55:43.676Z Running `/home/build/.rustup/toolchains/1.98.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=e24bbe66a21afabf -C extra-filename=-0bc8359abf883e5f --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-d4a52cba00aab1de.rmeta --cap-lints allow`
4992026-09-14T04:55:43.711Z Running `/home/build/.rustup/toolchains/1.98.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=f4664276188e2df7 -C extra-filename=-919dfb8ea2ad0134 --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-a6d78c59bfe1dffc.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-196e12bd16730dc8.rmeta --cap-lints allow`
5002026-09-14T04:55:43.711Z Running `/home/build/.rustup/toolchains/1.98.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=2d6dfcfa72cdc5c1 -C extra-filename=-ee5e1a4bb609b7ff --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-ee5e1a4bb609b7ff -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5012026-09-14T04:55:43.796Z Running `/work/oxidecomputer/dropshot/target/debug/build/slab-03f83495587df900/build-script-build`
5022026-09-14T04:55:43.879Z Compiling fs_extra v1.3.0
5032026-09-14T04:55:43.882Z Running `/home/build/.rustup/toolchains/1.98.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=2b0b400e199d3848 -C extra-filename=-a2fea6eb465e466a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5042026-09-14T04:55:43.903Z Compiling dunce v1.0.5
5052026-09-14T04:55:43.906Z Running `/home/build/.rustup/toolchains/1.98.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=377148d002061fad -C extra-filename=-0f5a39a749041aa8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5062026-09-14T04:55:43.998Z Compiling pkg-config v0.3.34
5072026-09-14T04:55:44.003Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkg-config-0.3.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=101edd55a0428c13 -C extra-filename=-ff0cee513379e50c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5082026-09-14T04:55:44.041Z Compiling parking_lot v0.12.1
5092026-09-14T04:55:44.044Z Running `/home/build/.rustup/toolchains/1.98.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=0abddec2527ff395 -C extra-filename=-1e874ad25cbddd00 --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-0bc8359abf883e5f.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-919dfb8ea2ad0134.rmeta --cap-lints allow`
5102026-09-14T04:55:44.053Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-ee5e1a4bb609b7ff/build-script-build`
5112026-09-14T04:55:44.092Z Running `/home/build/.rustup/toolchains/1.98.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=c6b749b3dafe13d7 -C extra-filename=-673e5a079b6358e6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5122026-09-14T04:55:44.132Z Compiling mio v1.2.0
5132026-09-14T04:55:44.135Z Running `/home/build/.rustup/toolchains/1.98.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=3ff7b9029831704c -C extra-filename=-006fe7a2d9632958 --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-1225b4ce6297b1af.rmeta --cap-lints allow`
5142026-09-14T04:55:44.253Z Compiling cmake v0.1.58
5152026-09-14T04:55:44.256Z Running `/home/build/.rustup/toolchains/1.98.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=521b0340be37639f -C extra-filename=-e73f3062ea46b011 --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-512c371c282cad1e.rmeta --cap-lints allow`
5162026-09-14T04:55:44.436Z Compiling socket2 v0.6.3
5172026-09-14T04:55:44.440Z Running `/home/build/.rustup/toolchains/1.98.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=ce9f0ae4e77a0517 -C extra-filename=-edc06902fd6a8c8c --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-1225b4ce6297b1af.rmeta --cap-lints allow`
5182026-09-14T04:55:44.456Z Compiling signal-hook-registry v1.4.0
5192026-09-14T04:55:44.459Z Running `/home/build/.rustup/toolchains/1.98.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=8c4585f3cdc2390e -C extra-filename=-4071794400fac8a9 --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-1225b4ce6297b1af.rmeta --cap-lints allow`
5202026-09-14T04:55:44.545Z Compiling stable_deref_trait v1.2.0
5212026-09-14T04:55:44.548Z Running `/home/build/.rustup/toolchains/1.98.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=4a41a3a562b5d68c -C extra-filename=-be81edd5ca186b18 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5222026-09-14T04:55:44.588Z Running `/home/build/.rustup/toolchains/1.98.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=52a7cddd31f0873e -C extra-filename=-7ca01e8bbadac261 --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)'`
5232026-09-14T04:55:44.621Z Compiling futures-channel v0.3.34
5242026-09-14T04:55:44.625Z Running `/home/build/.rustup/toolchains/1.98.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.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 -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=a089f2c1599eab37 -C extra-filename=-c7b574b386835ff3 --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-33f673b3e0db3d52.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-d25010b1d820ac49.rmeta --cap-lints allow`
5252026-09-14T04:55:44.645Z Compiling http v1.5.0
5262026-09-14T04:55:44.649Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-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", "std"))' -C metadata=ec586b68ae8631a0 -C extra-filename=-488da6a787e66e23 --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-ba63ea029971de41.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-c25e71240d4565b4.rmeta --cap-lints allow`
5272026-09-14T04:55:44.774Z Compiling aws-lc-sys v0.45.0
5282026-09-14T04:55:44.777Z Running `/home/build/.rustup/toolchains/1.98.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.45.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=d93d67bf855949e4 -C extra-filename=-b95e2c008c565cca --out-dir /work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-b95e2c008c565cca -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-512c371c282cad1e.rlib --extern cmake=/work/oxidecomputer/dropshot/target/debug/deps/libcmake-e73f3062ea46b011.rlib --extern dunce=/work/oxidecomputer/dropshot/target/debug/deps/libdunce-0f5a39a749041aa8.rlib --extern fs_extra=/work/oxidecomputer/dropshot/target/debug/deps/libfs_extra-a2fea6eb465e466a.rlib --extern pkg_config=/work/oxidecomputer/dropshot/target/debug/deps/libpkg_config-ff0cee513379e50c.rlib --cap-lints allow`
5292026-09-14T04:55:44.850Z Compiling zeroize v1.8.2
5302026-09-14T04:55:44.853Z Running `/home/build/.rustup/toolchains/1.98.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=6c0a9fbbc5d9cb1c -C extra-filename=-0508912fb38053f6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5312026-09-14T04:55:44.868Z Compiling version_check v0.9.5
5322026-09-14T04:55:44.871Z Running `/home/build/.rustup/toolchains/1.98.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=041f12a9cda9a261 -C extra-filename=-a804b6d59910d0da --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5332026-09-14T04:55:44.892Z Running `/home/build/.rustup/toolchains/1.98.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=a9c427a0e8295677 -C extra-filename=-f4ed52beb4412de5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-f4ed52beb4412de5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5342026-09-14T04:55:45.022Z Compiling bitflags v2.11.0
5352026-09-14T04:55:45.026Z Running `/home/build/.rustup/toolchains/1.98.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=bed7ab42bebe4a2c -C extra-filename=-5e8d9f641a33ddb2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5362026-09-14T04:55:45.136Z Compiling getrandom v0.4.1
5372026-09-14T04:55:45.140Z Running `/home/build/.rustup/toolchains/1.98.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=357d8c00039ff1a8 -C extra-filename=-6704b8e7d85bb1b2 --out-dir /work/oxidecomputer/dropshot/target/debug/build/getrandom-6704b8e7d85bb1b2 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5382026-09-14T04:55:45.222Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-f4ed52beb4412de5/build-script-build`
5392026-09-14T04:55:45.259Z Compiling ucd-trie v0.1.6
5402026-09-14T04:55:45.266Z Running `/home/build/.rustup/toolchains/1.98.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=23fd05631403c449 -C extra-filename=-d974442068c82ccc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5412026-09-14T04:55:45.270Z Compiling futures-task v0.3.34
5422026-09-14T04:55:45.279Z Running `/home/build/.rustup/toolchains/1.98.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.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 -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=b63db80cebb77bde -C extra-filename=-aeedcaa83ebab540 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5432026-09-14T04:55:45.419Z Compiling rand_core v0.10.1
5442026-09-14T04:55:45.422Z Running `/home/build/.rustup/toolchains/1.98.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=7f082f1d19e94c2f -C extra-filename=-e84748069c332c8f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5452026-09-14T04:55:45.438Z Compiling aws-lc-rs v1.18.1
5462026-09-14T04:55:45.443Z Running `/home/build/.rustup/toolchains/1.98.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.18.1/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", "legacy-des", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=14b99649d83402e8 -C extra-filename=-cd391e28dcd4847f --out-dir /work/oxidecomputer/dropshot/target/debug/build/aws-lc-rs-cd391e28dcd4847f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5472026-09-14T04:55:45.560Z Compiling futures-io v0.3.34
5482026-09-14T04:55:45.564Z Running `/home/build/.rustup/toolchains/1.98.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.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 -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=1b4f8dc542c6754c -C extra-filename=-8928e30e387f2573 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5492026-09-14T04:55:45.570Z Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-6704b8e7d85bb1b2/build-script-build`
5502026-09-14T04:55:45.583Z Compiling rustls-pki-types v1.15.1
5512026-09-14T04:55:45.587Z Running `/home/build/.rustup/toolchains/1.98.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=2bbc3315b36d6ed9 -C extra-filename=-631cb8edd63e5b13 --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-0508912fb38053f6.rmeta --cap-lints allow`
5522026-09-14T04:55:45.671Z Running `/home/build/.rustup/toolchains/1.98.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=fa03d20f2be453fc -C extra-filename=-230dcc6c8bf8faa8 --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-c25e71240d4565b4.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-da0c74c7834257fb.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-1c58a12fe29484a7.rmeta --extern zmij=/work/oxidecomputer/dropshot/target/debug/deps/libzmij-f97b13c06038327b.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
5532026-09-14T04:55:45.713Z Compiling typenum v1.19.0
5542026-09-14T04:55:45.716Z Running `/home/build/.rustup/toolchains/1.98.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=18b69421a044827f -C extra-filename=-19343f801f8dcdf7 --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-19343f801f8dcdf7 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5552026-09-14T04:55:45.750Z Compiling zerocopy v0.8.27
5562026-09-14T04:55:45.753Z Running `/home/build/.rustup/toolchains/1.98.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=5f50ae8e5cfdafaf -C extra-filename=-776571e9f08d329e --out-dir /work/oxidecomputer/dropshot/target/debug/build/zerocopy-776571e9f08d329e -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5572026-09-14T04:55:45.945Z Running `/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-b95e2c008c565cca/build-script-main`
5582026-09-14T04:55:46.051Z Compiling httparse v1.10.0
5592026-09-14T04:55:46.054Z Running `/home/build/.rustup/toolchains/1.98.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=b0ff55d207f71abf -C extra-filename=-1caffaa252ee0014 --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-1caffaa252ee0014 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5602026-09-14T04:55:46.072Z Compiling rustversion v1.0.22
5612026-09-14T04:55:46.075Z Running `/home/build/.rustup/toolchains/1.98.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=5b81fe47bb9ff77e -C extra-filename=-8b4a7ed71bc0b1a4 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustversion-8b4a7ed71bc0b1a4 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5622026-09-14T04:55:46.144Z Running `/work/oxidecomputer/dropshot/target/debug/build/zerocopy-776571e9f08d329e/build-script-build`
5632026-09-14T04:55:46.175Z Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-19343f801f8dcdf7/build-script-build`
5642026-09-14T04:55:46.193Z Running `/home/build/.rustup/toolchains/1.98.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=69dd67ec6ef0603b -C extra-filename=-23bde05312f80e4d --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-a6d78c59bfe1dffc.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-e84748069c332c8f.rmeta --cap-lints allow`
5652026-09-14T04:55:46.376Z Compiling synstructure v0.13.1
5662026-09-14T04:55:46.379Z Running `/home/build/.rustup/toolchains/1.98.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=fd2e640e88b55d4b -C extra-filename=-4f448e2dbe7f0555 --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-e3918c82b150da1e.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-12b55e7369dfa700.rmeta --cap-lints allow`
5672026-09-14T04:55:46.401Z Compiling errno v0.3.10
5682026-09-14T04:55:46.404Z Running `/home/build/.rustup/toolchains/1.98.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=732ba1794e370c9e -C extra-filename=-883dd5ba6ad8045b --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-1225b4ce6297b1af.rmeta --cap-lints allow`
5692026-09-14T04:55:46.410Z Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-1caffaa252ee0014/build-script-build`
5702026-09-14T04:55:46.424Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustversion-8b4a7ed71bc0b1a4/build-script-build`
5712026-09-14T04:55:46.447Z Compiling writeable v0.5.5
5722026-09-14T04:55:46.450Z Running `/home/build/.rustup/toolchains/1.98.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=959eb47116434e0f -C extra-filename=-b9d00040e1b9e033 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5732026-09-14T04:55:46.462Z Compiling rustix v1.1.4
5742026-09-14T04:55:46.465Z Running `/home/build/.rustup/toolchains/1.98.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=0b54d38a255c9e8c -C extra-filename=-323c3771c865c479 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-323c3771c865c479 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5752026-09-14T04:55:46.549Z Compiling litemap v0.7.4
5762026-09-14T04:55:46.553Z Running `/home/build/.rustup/toolchains/1.98.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=8c641c17d199ddd2 -C extra-filename=-cc3c689ffdd78884 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5772026-09-14T04:55:46.721Z Compiling crossbeam-utils v0.8.21
5782026-09-14T04:55:46.724Z Running `/home/build/.rustup/toolchains/1.98.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=fbe4594da0c2df3d -C extra-filename=-631c26677a4dfa7a --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-631c26677a4dfa7a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5792026-09-14T04:55:46.741Z Running `/home/build/.rustup/toolchains/1.98.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=f21f7819079eb1ea -C extra-filename=-855c60ee242d511e --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"))'`
5802026-09-14T04:55:46.801Z Running `/home/build/.rustup/toolchains/1.98.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=66b3a6792536ea7f -C extra-filename=-0acb3b5030322f97 --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`
5812026-09-14T04:55:46.829Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-323c3771c865c479/build-script-build`
5822026-09-14T04:55:46.871Z Running `/home/build/.rustup/toolchains/1.98.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=2a44bf92bbd20290 -C extra-filename=-ffa96933fe659ba8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5832026-09-14T04:55:47.019Z Compiling powerfmt v0.2.0
5842026-09-14T04:55:47.022Z Running `/home/build/.rustup/toolchains/1.98.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=ac7dc836f05f4038 -C extra-filename=-a605da100bb6f324 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5852026-09-14T04:55:47.051Z Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-631c26677a4dfa7a/build-script-build`
5862026-09-14T04:55:47.064Z Compiling equivalent v1.0.0
5872026-09-14T04:55:47.067Z Running `/home/build/.rustup/toolchains/1.98.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=ca762cb5b28c0bad -C extra-filename=-4cf3adb5b31562ab --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5882026-09-14T04:55:47.095Z Compiling num-conv v0.2.0
5892026-09-14T04:55:47.098Z Running `/home/build/.rustup/toolchains/1.98.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=7639c47196cbf43a -C extra-filename=-53ff04bf40552154 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5902026-09-14T04:55:47.144Z Compiling hashbrown v0.17.0
5912026-09-14T04:55:47.147Z Running `/home/build/.rustup/toolchains/1.98.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=d727745c5b83ee96 -C extra-filename=-170362f1a2794ece --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5922026-09-14T04:55:47.217Z Compiling time-core v0.1.8
5932026-09-14T04:55:47.220Z Compiling deranged v0.5.5
5942026-09-14T04:55:47.220Z Running `/home/build/.rustup/toolchains/1.98.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=87f29c7e6f8b3e99 -C extra-filename=-e6882f4c7e0af9f6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5952026-09-14T04:55:47.220Z Running `/home/build/.rustup/toolchains/1.98.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=2e8184ccd2601928 -C extra-filename=-861d22c043df4f37 --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-a605da100bb6f324.rmeta --cap-lints allow`
5962026-09-14T04:55:47.308Z Compiling slog v2.8.2
5972026-09-14T04:55:47.329Z Running `/home/build/.rustup/toolchains/1.98.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=e921f67e88400c42 -C extra-filename=-a68c28bbebb23ff3 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-a68c28bbebb23ff3 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rustversion=/work/oxidecomputer/dropshot/target/debug/deps/librustversion-855c60ee242d511e.so --cap-lints allow`
5982026-09-14T04:55:47.408Z Compiling time-macros v0.2.27
5992026-09-14T04:55:47.411Z Running `/home/build/.rustup/toolchains/1.98.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=52ee73119a9cbadf -C extra-filename=-82187d928e49f126 --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-53ff04bf40552154.rlib --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-e6882f4c7e0af9f6.rlib --extern proc_macro --cap-lints allow`
6002026-09-14T04:55:47.460Z Compiling serde_derive v1.0.229
6012026-09-14T04:55:47.463Z Running `/home/build/.rustup/toolchains/1.98.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=6d19d0a68b67c80e -C extra-filename=-1ad969e9291549cb --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-e3918c82b150da1e.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-8f1f247756f6308c.rlib --extern proc_macro --cap-lints allow`
6022026-09-14T04:55:47.564Z Compiling thiserror-impl v2.0.20
6032026-09-14T04:55:47.568Z Running `/home/build/.rustup/toolchains/1.98.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.20/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=4dc615fdd3408f97 -C extra-filename=-85ae235592643347 --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-e3918c82b150da1e.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-8f1f247756f6308c.rlib --extern proc_macro --cap-lints allow`
6042026-09-14T04:55:47.609Z Compiling zerofrom-derive v0.1.5
6052026-09-14T04:55:47.612Z Running `/home/build/.rustup/toolchains/1.98.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=183f827b4015f941 -C extra-filename=-b525dd0a49d63fce --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-e3918c82b150da1e.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-12b55e7369dfa700.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-4f448e2dbe7f0555.rlib --extern proc_macro --cap-lints allow`
6062026-09-14T04:55:47.619Z Compiling tokio-macros v2.7.0
6072026-09-14T04:55:47.622Z Running `/home/build/.rustup/toolchains/1.98.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=354100f1d13f020b -C extra-filename=-59fac8c63431f645 --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-e3918c82b150da1e.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-12b55e7369dfa700.rlib --extern proc_macro --cap-lints allow`
6082026-09-14T04:55:47.737Z Compiling yoke-derive v0.7.5
6092026-09-14T04:55:47.740Z Running `/home/build/.rustup/toolchains/1.98.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=fb0c2414bdc2a69c -C extra-filename=-536eccf38bd0e6cd --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-e3918c82b150da1e.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-12b55e7369dfa700.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-4f448e2dbe7f0555.rlib --extern proc_macro --cap-lints allow`
6102026-09-14T04:55:48.258Z Compiling zerovec-derive v0.10.3
6112026-09-14T04:55:48.261Z Running `/home/build/.rustup/toolchains/1.98.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=5c15fe7fe9df4447 -C extra-filename=-a597473a50fb3c25 --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-e3918c82b150da1e.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-12b55e7369dfa700.rlib --extern proc_macro --cap-lints allow`
6122026-09-14T04:55:48.369Z Compiling tokio v1.53.1
6132026-09-14T04:55:48.374Z Running `/home/build/.rustup/toolchains/1.98.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=a2055d1b7846aaeb -C extra-filename=-efe4eb8727088a99 --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-ba63ea029971de41.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-006fe7a2d9632958.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-1e874ad25cbddd00.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-bf8711df3d8428e4.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-4071794400fac8a9.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-edc06902fd6a8c8c.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-59fac8c63431f645.so --cap-lints allow`
6142026-09-14T04:55:48.383Z Compiling displaydoc v0.2.5
6152026-09-14T04:55:48.386Z Running `/home/build/.rustup/toolchains/1.98.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=cc6f0f482f3704bf -C extra-filename=-307c23c35d2825e2 --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-e3918c82b150da1e.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-12b55e7369dfa700.rlib --extern proc_macro --cap-lints allow`
6162026-09-14T04:55:48.780Z Compiling futures-macro v0.3.34
6172026-09-14T04:55:48.783Z Running `/home/build/.rustup/toolchains/1.98.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.34/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=e1488c2a46561770 -C extra-filename=-901af77dda30a917 --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-e3918c82b150da1e.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-8f1f247756f6308c.rlib --extern proc_macro --cap-lints allow`
6182026-09-14T04:55:48.783Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=20f1e5ee46fee4bf -C extra-filename=-a4e78545a624ac6b --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-85ae235592643347.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
6192026-09-14T04:55:48.816Z Compiling zerofrom v0.1.5
6202026-09-14T04:55:48.819Z Running `/home/build/.rustup/toolchains/1.98.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=594c1b535473eb4f -C extra-filename=-878f80a80bcc1d5f --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-b525dd0a49d63fce.so --cap-lints allow`
6212026-09-14T04:55:48.889Z Compiling pest v2.8.1
6222026-09-14T04:55:48.893Z Running `/home/build/.rustup/toolchains/1.98.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=c7fc36b28becc807 -C extra-filename=-fd71a2af3247fc56 --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-da0c74c7834257fb.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-d974442068c82ccc.rmeta --cap-lints allow`
6232026-09-14T04:55:48.940Z Compiling yoke v0.7.5
6242026-09-14T04:55:48.943Z Running `/home/build/.rustup/toolchains/1.98.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=539acd2cd879dc14 -C extra-filename=-fa8565d6045fe6ea --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-be81edd5ca186b18.rmeta --extern yoke_derive=/work/oxidecomputer/dropshot/target/debug/deps/libyoke_derive-536eccf38bd0e6cd.so --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-878f80a80bcc1d5f.rmeta --cap-lints allow`
6252026-09-14T04:55:49.130Z Compiling zerocopy-derive v0.8.27
6262026-09-14T04:55:49.133Z Running `/home/build/.rustup/toolchains/1.98.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=10548a8fad6abdc7 -C extra-filename=-54d108465891cd78 --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-e3918c82b150da1e.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-12b55e7369dfa700.rlib --extern proc_macro --cap-lints allow`
6272026-09-14T04:55:49.141Z Compiling icu_provider_macros v1.5.0
6282026-09-14T04:55:49.144Z Running `/home/build/.rustup/toolchains/1.98.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=d58f98904d0dd4ec -C extra-filename=-0b1f7761f6ffcffe --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-e3918c82b150da1e.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-12b55e7369dfa700.rlib --extern proc_macro --cap-lints allow`
6292026-09-14T04:55:49.293Z Compiling zerovec v0.10.4
6302026-09-14T04:55:49.298Z Running `/home/build/.rustup/toolchains/1.98.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=f857b2b87c63436c -C extra-filename=-fb5e0da6d26eb7bc --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-fa8565d6045fe6ea.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-878f80a80bcc1d5f.rmeta --extern zerovec_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec_derive-a597473a50fb3c25.so --cap-lints allow`
6312026-09-14T04:55:49.617Z Compiling futures-util v0.3.34
6322026-09-14T04:55:49.619Z Running `/home/build/.rustup/toolchains/1.98.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.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 -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=910fe5e422d241ed -C extra-filename=-6ec360edf94e2731 --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-c7b574b386835ff3.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-33f673b3e0db3d52.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-8928e30e387f2573.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-901af77dda30a917.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-d25010b1d820ac49.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-aeedcaa83ebab540.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-da0c74c7834257fb.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-bf8711df3d8428e4.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-673e5a079b6358e6.rmeta --cap-lints allow`
6332026-09-14T04:55:49.711Z Compiling indexmap v2.14.2
6342026-09-14T04:55:49.714Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.14.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=rust_2018_idioms --deny=unsafe_code --deny=unreachable_pub --deny=unnameable_types '--allow=clippy::style' --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=2f133b742f412b87 -C extra-filename=-de13c80d8b29d55d --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-4cf3adb5b31562ab.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-170362f1a2794ece.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-1c58a12fe29484a7.rmeta --cap-lints allow`
6352026-09-14T04:55:50.073Z Running `/home/build/.rustup/toolchains/1.98.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=8fe7c1b7b60246e6 -C extra-filename=-05e6463c716e67f4 --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-1c58a12fe29484a7.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-1ad969e9291549cb.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)'`
6362026-09-14T04:55:50.109Z Running `/home/build/.rustup/toolchains/1.98.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=67ff386f4269599d -C extra-filename=-f6127db3a6186bd6 --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-7ca01e8bbadac261.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-1ad969e9291549cb.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)'`
6372026-09-14T04:55:50.172Z Compiling tinystr v0.7.6
6382026-09-14T04:55:50.176Z Running `/home/build/.rustup/toolchains/1.98.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=7baebccd900c1b45 -C extra-filename=-28aea7e5956e8433 --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-307c23c35d2825e2.so --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-fb5e0da6d26eb7bc.rmeta --cap-lints allow`
6392026-09-14T04:55:50.337Z Compiling pest_meta v2.8.1
6402026-09-14T04:55:50.341Z Running `/home/build/.rustup/toolchains/1.98.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=572149c7bcbe03b8 -C extra-filename=-3a134bc69e6f1ce7 --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-fd71a2af3247fc56.rmeta --cap-lints allow`
6412026-09-14T04:55:50.353Z Running `/home/build/.rustup/toolchains/1.98.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=f9bc0391bdf33325 -C extra-filename=-6bd33bd7f0fcb804 --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-54d108465891cd78.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)'`
6422026-09-14T04:55:50.365Z Compiling icu_locid v1.5.0
6432026-09-14T04:55:50.368Z Running `/home/build/.rustup/toolchains/1.98.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=9500c04dc98c8687 -C extra-filename=-0e139bded37cd5d4 --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-307c23c35d2825e2.so --extern litemap=/work/oxidecomputer/dropshot/target/debug/deps/liblitemap-cc3c689ffdd78884.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-28aea7e5956e8433.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-b9d00040e1b9e033.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-fb5e0da6d26eb7bc.rmeta --cap-lints allow`
6442026-09-14T04:55:50.573Z Compiling hybrid-array v0.4.8
6452026-09-14T04:55:50.576Z Running `/home/build/.rustup/toolchains/1.98.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=ff70c986eeed1c4c -C extra-filename=-3bad26b990039d2a --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-ffa96933fe659ba8.rmeta --cap-lints allow`
6462026-09-14T04:55:50.583Z Running `/home/build/.rustup/toolchains/1.98.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=8e84c1898c0a5ed0 -C extra-filename=-2c3cc2e6c6ce6c79 --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)'`
6472026-09-14T04:55:51.010Z Compiling pest_generator v2.8.1
6482026-09-14T04:55:51.013Z Running `/home/build/.rustup/toolchains/1.98.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=7eb435fdd246a145 -C extra-filename=-e61d6054b53442e9 --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-fd71a2af3247fc56.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-3a134bc69e6f1ce7.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e3918c82b150da1e.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-12b55e7369dfa700.rmeta --cap-lints allow`
6492026-09-14T04:55:51.085Z Compiling icu_provider v1.5.0
6502026-09-14T04:55:51.088Z Running `/home/build/.rustup/toolchains/1.98.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=5826f2d0a06caf09 -C extra-filename=-402f4899440b5343 --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-307c23c35d2825e2.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-0e139bded37cd5d4.rmeta --extern icu_provider_macros=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider_macros-0b1f7761f6ffcffe.so --extern stable_deref_trait=/work/oxidecomputer/dropshot/target/debug/deps/libstable_deref_trait-be81edd5ca186b18.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-28aea7e5956e8433.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-b9d00040e1b9e033.rmeta --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-fa8565d6045fe6ea.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-878f80a80bcc1d5f.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-fb5e0da6d26eb7bc.rmeta --cap-lints allow`
6512026-09-14T04:55:51.247Z Running `/home/build/.rustup/toolchains/1.98.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=24d99f52e2b67e8b -C extra-filename=-dfa13f555b97c9ca --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-5e8d9f641a33ddb2.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-883dd5ba6ad8045b.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rmeta --cap-lints allow --cfg static_assertions --cfg lower_upper_exp_for_non_zero --cfg rustc_diagnostics --cfg libc --cfg solarish`
6522026-09-14T04:55:51.544Z Compiling http-body v1.0.1
6532026-09-14T04:55:51.547Z Running `/home/build/.rustup/toolchains/1.98.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=c847c9a92826cdc0 -C extra-filename=-514732306f863a69 --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-ba63ea029971de41.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rmeta --cap-lints allow`
6542026-09-14T04:55:51.598Z Compiling tracing-core v0.1.32
6552026-09-14T04:55:51.603Z Running `/home/build/.rustup/toolchains/1.98.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=733ff139704194b7 -C extra-filename=-20f5326ed6e0802a --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-b4ba0856e717450f.rmeta --cap-lints allow`
6562026-09-14T04:55:51.611Z Compiling pest_derive v2.8.1
6572026-09-14T04:55:51.614Z Running `/home/build/.rustup/toolchains/1.98.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=bbb0ad4cb448d23f -C extra-filename=-3146c77cf96f6008 --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-fd71a2af3247fc56.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-e61d6054b53442e9.rlib --extern proc_macro --cap-lints allow`
6582026-09-14T04:55:51.687Z Compiling icu_locid_transform_data v1.5.0
6592026-09-14T04:55:51.690Z Running `/home/build/.rustup/toolchains/1.98.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=d6a108d0c641e455 -C extra-filename=-760cead24d5338e0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6602026-09-14T04:55:51.746Z Compiling percent-encoding v2.3.2
6612026-09-14T04:55:51.750Z Running `/home/build/.rustup/toolchains/1.98.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=12e3c0fed7db6192 -C extra-filename=-89db23ff75e04360 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6622026-09-14T04:55:51.756Z Compiling rustix v0.38.44
6632026-09-14T04:55:51.756Z Running `/home/build/.rustup/toolchains/1.98.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=70cfee2728a10e00 -C extra-filename=-e268726bc02ac854 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-e268726bc02ac854 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6642026-09-14T04:55:51.839Z Compiling atomic-waker v1.1.2
6652026-09-14T04:55:51.841Z Running `/home/build/.rustup/toolchains/1.98.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=29fc63ef6c89dd56 -C extra-filename=-f39a3bc08327ab53 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6662026-09-14T04:55:51.936Z Compiling rustls v0.23.43
6672026-09-14T04:55:51.939Z Running `/home/build/.rustup/toolchains/1.98.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=52e41beb5cba7b9d -C extra-filename=-e513e954424ea19d --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-e513e954424ea19d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6682026-09-14T04:55:51.963Z Compiling untrusted v0.9.0
6692026-09-14T04:55:51.966Z Running `/home/build/.rustup/toolchains/1.98.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=ebe9d06510e7d4fc -C extra-filename=-c6843affdcc037b9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6702026-09-14T04:55:52.080Z Compiling fastrand v2.1.1
6712026-09-14T04:55:52.083Z Running `/home/build/.rustup/toolchains/1.98.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=6216fab6faf2ed45 -C extra-filename=-507e98612f33a013 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6722026-09-14T04:55:52.107Z Compiling num_threads v0.1.3
6732026-09-14T04:55:52.110Z Running `/home/build/.rustup/toolchains/1.98.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=5b388a3078689391 -C extra-filename=-bd22114c63b3ad0d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6742026-09-14T04:55:52.110Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-e268726bc02ac854/build-script-build`
6752026-09-14T04:55:52.159Z Compiling tracing v0.1.40
6762026-09-14T04:55:52.167Z Running `/home/build/.rustup/toolchains/1.98.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=1ca225baacfd4e97 -C extra-filename=-7dcd5f152a0ff059 --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-bf8711df3d8428e4.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-20f5326ed6e0802a.rmeta --cap-lints allow`
6772026-09-14T04:55:52.171Z Compiling time v0.3.47
6782026-09-14T04:55:52.175Z Running `/home/build/.rustup/toolchains/1.98.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=ca0ca586d20a3f5b -C extra-filename=-58b9cd33cb2b8e5a --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-861d22c043df4f37.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-c25e71240d4565b4.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rmeta --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-53ff04bf40552154.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-bd22114c63b3ad0d.rmeta --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-a605da100bb6f324.rmeta --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-e6882f4c7e0af9f6.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-82187d928e49f126.so --cap-lints allow`
6792026-09-14T04:55:52.181Z Compiling dtrace-parser v0.3.0
6802026-09-14T04:55:52.192Z Running `/home/build/.rustup/toolchains/1.98.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=ffd695da10dcc65a -C extra-filename=-d8090fa1cc3188fe --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-fd71a2af3247fc56.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-3146c77cf96f6008.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rmeta --cap-lints allow`
6812026-09-14T04:55:52.195Z Compiling tokio-util v0.7.19
6822026-09-14T04:55:52.195Z Running `/home/build/.rustup/toolchains/1.98.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=1997b543818a39a0 -C extra-filename=-f3a7431c32d64d34 --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-ba63ea029971de41.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-33f673b3e0db3d52.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-d25010b1d820ac49.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-bf8711df3d8428e4.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rmeta --cap-lints allow`
6832026-09-14T04:55:52.202Z Compiling icu_locid_transform v1.5.0
6842026-09-14T04:55:52.205Z Running `/home/build/.rustup/toolchains/1.98.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=c4ef27ca322535f0 -C extra-filename=-9265f4adfd11c44e --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-307c23c35d2825e2.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-0e139bded37cd5d4.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform_data-760cead24d5338e0.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-402f4899440b5343.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-28aea7e5956e8433.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-fb5e0da6d26eb7bc.rmeta --cap-lints allow`
6852026-09-14T04:55:52.345Z Compiling erased-serde v0.3.31
6862026-09-14T04:55:52.348Z Running `/home/build/.rustup/toolchains/1.98.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=0683db3f7e5efb8a -C extra-filename=-1cff9c057af73aeb --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-05e6463c716e67f4.rmeta --cap-lints allow`
6872026-09-14T04:55:52.444Z Compiling icu_collections v1.5.0
6882026-09-14T04:55:52.447Z Running `/home/build/.rustup/toolchains/1.98.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=8dd8873e9c021d4c -C extra-filename=-7e2f1fe62e2dd3d4 --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-307c23c35d2825e2.so --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-fa8565d6045fe6ea.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-878f80a80bcc1d5f.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-fb5e0da6d26eb7bc.rmeta --cap-lints allow`
6892026-09-14T04:55:52.898Z Compiling scroll_derive v0.13.1
6902026-09-14T04:55:52.901Z Running `/home/build/.rustup/toolchains/1.98.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=6d1c8fcead716701 -C extra-filename=-9e71bf560283d48d --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-e3918c82b150da1e.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-12b55e7369dfa700.rlib --extern proc_macro --cap-lints allow`
6912026-09-14T04:55:52.917Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-a68c28bbebb23ff3/build-script-build`
6922026-09-14T04:55:52.931Z Running `/home/build/.rustup/toolchains/1.98.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=bb428c949d3f7478 -C extra-filename=-6e5699555f43303f --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-c25e71240d4565b4.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-da0c74c7834257fb.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-7ca01e8bbadac261.rmeta --extern zmij=/work/oxidecomputer/dropshot/target/debug/deps/libzmij-f97b13c06038327b.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
6932026-09-14T04:55:53.076Z Compiling thread-id v5.0.0
6942026-09-14T04:55:53.079Z Running `/home/build/.rustup/toolchains/1.98.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=b282a1311c8119d9 -C extra-filename=-24168743c421b1e0 --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-1225b4ce6297b1af.rmeta --cap-lints allow`
6952026-09-14T04:55:53.111Z Compiling num-traits v0.2.14
6962026-09-14T04:55:53.115Z Running `/home/build/.rustup/toolchains/1.98.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=ac0183c3f7a3cb1a -C extra-filename=-ccc672a608080b03 --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-ccc672a608080b03 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-8cabccbc07d36ec5.rlib --cap-lints allow`
6972026-09-14T04:55:53.155Z Compiling cpufeatures v0.3.0
6982026-09-14T04:55:53.158Z Running `/home/build/.rustup/toolchains/1.98.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=cb6bc3cfa67cd361 -C extra-filename=-cfc58a49d326bbc3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6992026-09-14T04:55:53.225Z Compiling subtle v2.5.0
7002026-09-14T04:55:53.228Z Running `/home/build/.rustup/toolchains/1.98.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=769804f2a662f6d1 -C extra-filename=-12d303c880eca097 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7012026-09-14T04:55:53.278Z Compiling byteorder v1.4.3
7022026-09-14T04:55:53.281Z Running `/home/build/.rustup/toolchains/1.98.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=f424850f5f92e4bd -C extra-filename=-5e7d2ce0a0ea9fbd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7032026-09-14T04:55:53.353Z Compiling crc32fast v1.5.0
7042026-09-14T04:55:53.356Z Running `/home/build/.rustup/toolchains/1.98.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=6bd750f9976b92e0 -C extra-filename=-0dd3ee34848a8401 --out-dir /work/oxidecomputer/dropshot/target/debug/build/crc32fast-0dd3ee34848a8401 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7052026-09-14T04:55:53.374Z Compiling icu_properties_data v1.5.0
7062026-09-14T04:55:53.377Z Running `/home/build/.rustup/toolchains/1.98.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=46d4e7154f9fe3da -C extra-filename=-5cf52b9fd1ee1068 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7072026-09-14T04:55:53.384Z Compiling paste v1.0.15
7082026-09-14T04:55:53.387Z Running `/home/build/.rustup/toolchains/1.98.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=d2d3829c113c9462 -C extra-filename=-9ac435d2057fb7dd --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-9ac435d2057fb7dd -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7092026-09-14T04:55:53.499Z Compiling fnv v1.0.7
7102026-09-14T04:55:53.502Z Running `/home/build/.rustup/toolchains/1.98.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=264c80fe0158b449 -C extra-filename=-6faad0bef1db35e2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7112026-09-14T04:55:53.509Z Compiling tower-service v0.3.3
7122026-09-14T04:55:53.512Z Running `/home/build/.rustup/toolchains/1.98.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=949895be827a2bb7 -C extra-filename=-584cd27dd6f69fe5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7132026-09-14T04:55:53.595Z Compiling usdt-impl v0.6.0
7142026-09-14T04:55:53.598Z Running `/home/build/.rustup/toolchains/1.98.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=d15d7f17b668a9e4 -C extra-filename=-7f7c813728b1ed0a --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-7f7c813728b1ed0a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7152026-09-14T04:55:53.605Z Compiling tower-layer v0.3.3
7162026-09-14T04:55:53.608Z Running `/home/build/.rustup/toolchains/1.98.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=a7e8df2b1189d732 -C extra-filename=-954d597b43c84271 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7172026-09-14T04:55:53.655Z Compiling try-lock v0.2.3
7182026-09-14T04:55:53.658Z Running `/home/build/.rustup/toolchains/1.98.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=176c5b35a94e90dc -C extra-filename=-66f97edde1babc1a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7192026-09-14T04:55:53.696Z Running `/work/oxidecomputer/dropshot/target/debug/build/paste-9ac435d2057fb7dd/build-script-build`
7202026-09-14T04:55:53.726Z Running `/work/oxidecomputer/dropshot/target/debug/build/crc32fast-0dd3ee34848a8401/build-script-build`
7212026-09-14T04:55:53.747Z Compiling scroll v0.13.0
7222026-09-14T04:55:53.751Z Running `/home/build/.rustup/toolchains/1.98.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=d1793ff30655b55b -C extra-filename=-ec01d8791e721e7b --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-9e71bf560283d48d.so --cap-lints allow`
7232026-09-14T04:55:53.757Z Compiling want v0.3.0
7242026-09-14T04:55:53.760Z Compiling dof v0.4.0
7252026-09-14T04:55:53.760Z Running `/home/build/.rustup/toolchains/1.98.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=bbe906b0bc83f028 -C extra-filename=-e427c4bcc07e2833 --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-e7143e91b65e7f39.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-66f97edde1babc1a.rmeta --cap-lints allow`
7262026-09-14T04:55:53.760Z Running `/home/build/.rustup/toolchains/1.98.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=da6cc219703d7381 -C extra-filename=-3600330508a61540 --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-f6127db3a6186bd6.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6e5699555f43303f.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-6bd33bd7f0fcb804.rmeta --cap-lints allow`
7272026-09-14T04:55:53.774Z Compiling h2 v0.4.14
7282026-09-14T04:55:53.776Z Running `/home/build/.rustup/toolchains/1.98.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=78734e1b086c1a54 -C extra-filename=-770d0bc1a0a70167 --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-f39a3bc08327ab53.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-6faad0bef1db35e2.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-33f673b3e0db3d52.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-d25010b1d820ac49.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-673e5a079b6358e6.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-7dcd5f152a0ff059.rmeta --cap-lints allow`
7292026-09-14T04:55:53.854Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-7f7c813728b1ed0a/build-script-build`
7302026-09-14T04:55:53.868Z Compiling icu_properties v1.5.1
7312026-09-14T04:55:53.871Z Running `/home/build/.rustup/toolchains/1.98.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=c69237837733c4b3 -C extra-filename=-efade3754685f9e4 --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-307c23c35d2825e2.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-7e2f1fe62e2dd3d4.rmeta --extern icu_locid_transform=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform-9265f4adfd11c44e.rmeta --extern icu_properties_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties_data-5cf52b9fd1ee1068.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-402f4899440b5343.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-28aea7e5956e8433.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-fb5e0da6d26eb7bc.rmeta --cap-lints allow`
7322026-09-14T04:55:53.935Z Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-ccc672a608080b03/build-script-build`
7332026-09-14T04:55:54.013Z Running `/home/build/.rustup/toolchains/1.98.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=60c04f12b69952a3 -C extra-filename=-6ec2c91fde875faa --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-1cff9c057af73aeb.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-1c58a12fe29484a7.rmeta --cap-lints allow --cfg has_std_error --check-cfg 'cfg(has_std_error)'`
7342026-09-14T04:55:54.083Z Running `/home/build/.rustup/toolchains/1.98.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=2aa8262b14f92d8b -C extra-filename=-c932bd2fa9ffdc31 --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-5e8d9f641a33ddb2.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-883dd5ba6ad8045b.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
7352026-09-14T04:55:54.134Z Compiling block-buffer v0.12.0
7362026-09-14T04:55:54.137Z Running `/home/build/.rustup/toolchains/1.98.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=9aad42112d7de55d -C extra-filename=-f5635afdabd46c25 --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-3bad26b990039d2a.rmeta --cap-lints allow`
7372026-09-14T04:55:54.218Z Compiling crypto-common v0.2.1
7382026-09-14T04:55:54.221Z Running `/home/build/.rustup/toolchains/1.98.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=eab5889c0f4bf4af -C extra-filename=-1030dd11ba3abe09 --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-3bad26b990039d2a.rmeta --cap-lints allow`
7392026-09-14T04:55:54.289Z Compiling unicase v2.6.0
7402026-09-14T04:55:54.292Z Running `/home/build/.rustup/toolchains/1.98.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=44e25be837098bbc -C extra-filename=-72e7c70349944042 --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-72e7c70349944042 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-a804b6d59910d0da.rlib --cap-lints allow`
7412026-09-14T04:55:54.418Z Compiling write16 v1.0.0
7422026-09-14T04:55:54.421Z Running `/home/build/.rustup/toolchains/1.98.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=85879be528ffc081 -C extra-filename=-3cf3e2f01acf8bbd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7432026-09-14T04:55:54.493Z Compiling simd-adler32 v0.3.7
7442026-09-14T04:55:54.496Z Running `/home/build/.rustup/toolchains/1.98.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=03c6dc1dbcbda3e6 -C extra-filename=-acdced8b568b5b58 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7452026-09-14T04:55:54.510Z Compiling const-oid v0.10.2
7462026-09-14T04:55:54.513Z Running `/home/build/.rustup/toolchains/1.98.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=dd69209dc890f931 -C extra-filename=-35663d4495566691 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7472026-09-14T04:55:54.525Z Compiling icu_normalizer_data v1.5.0
7482026-09-14T04:55:54.527Z Running `/home/build/.rustup/toolchains/1.98.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=419e4527ed8c3eb3 -C extra-filename=-cffa56def144d628 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7492026-09-14T04:55:54.591Z Compiling adler2 v2.0.1
7502026-09-14T04:55:54.594Z Running `/home/build/.rustup/toolchains/1.98.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=3851a10a55dd6d79 -C extra-filename=-36e1747018a6fb53 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7512026-09-14T04:55:54.686Z Compiling httpdate v1.0.1
7522026-09-14T04:55:54.689Z Running `/home/build/.rustup/toolchains/1.98.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=2cd3ce54214983c3 -C extra-filename=-7d187653f637a40a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7532026-09-14T04:55:54.714Z Compiling plain v0.2.3
7542026-09-14T04:55:54.718Z Running `/home/build/.rustup/toolchains/1.98.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=11eb4b1a1bdc9bd3 -C extra-filename=-0159cafa60e6934e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7552026-09-14T04:55:54.723Z Compiling utf16_iter v1.0.5
7562026-09-14T04:55:54.726Z Running `/home/build/.rustup/toolchains/1.98.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=8f4d910d9a0ec913 -C extra-filename=-da34a27243909672 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7572026-09-14T04:55:54.815Z Compiling utf8_iter v1.0.4
7582026-09-14T04:55:54.818Z Running `/home/build/.rustup/toolchains/1.98.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=980cda67df6e2a95 -C extra-filename=-624bbdb358a318aa --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7592026-09-14T04:55:54.851Z Compiling goblin v0.10.1
7602026-09-14T04:55:54.854Z Running `/home/build/.rustup/toolchains/1.98.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=9b4bf73280f8da24 -C extra-filename=-332122d0ec51213c --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-e7143e91b65e7f39.rmeta --extern plain=/work/oxidecomputer/dropshot/target/debug/deps/libplain-0159cafa60e6934e.rmeta --extern scroll=/work/oxidecomputer/dropshot/target/debug/deps/libscroll-ec01d8791e721e7b.rmeta --cap-lints allow`
7612026-09-14T04:55:54.899Z Compiling digest v0.11.2
7622026-09-14T04:55:54.902Z Running `/home/build/.rustup/toolchains/1.98.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=4383c02e404faba1 -C extra-filename=-a93467d52dcd0c04 --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-f5635afdabd46c25.rmeta --extern const_oid=/work/oxidecomputer/dropshot/target/debug/deps/libconst_oid-35663d4495566691.rmeta --extern common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-1030dd11ba3abe09.rmeta --cap-lints allow`
7632026-09-14T04:55:54.926Z Compiling miniz_oxide v0.8.9
7642026-09-14T04:55:54.938Z Running `/home/build/.rustup/toolchains/1.98.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=0fe018b39b106953 -C extra-filename=-03c1491775b70547 --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-36e1747018a6fb53.rmeta --extern simd_adler32=/work/oxidecomputer/dropshot/target/debug/deps/libsimd_adler32-acdced8b568b5b58.rmeta --cap-lints allow`
7652026-09-14T04:55:54.961Z Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-72e7c70349944042/build-script-build`
7662026-09-14T04:55:55.056Z Running `/home/build/.rustup/toolchains/1.98.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=8d59271dc5822661 -C extra-filename=-f366ad7cd751d140 --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`
7672026-09-14T04:55:55.082Z Running `/home/build/.rustup/toolchains/1.98.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=2ffdbdbfda309ad1 -C extra-filename=-0befc5fb4486b14e --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-5e7d2ce0a0ea9fbd.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-3600330508a61540.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-d8090fa1cc3188fe.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e3918c82b150da1e.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-f6127db3a6186bd6.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-6e5699555f43303f.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-12b55e7369dfa700.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-24168743c421b1e0.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)'`
7682026-09-14T04:55:55.161Z Running `/home/build/.rustup/toolchains/1.98.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=acc0f4205986b31f -C extra-filename=-adb0f1ee6337b14e --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-a6d78c59bfe1dffc.rmeta --cap-lints allow --cfg stable_arm_crc32_intrinsics --check-cfg 'cfg(stable_arm_crc32_intrinsics)'`
7692026-09-14T04:55:55.333Z Running `/home/build/.rustup/toolchains/1.98.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=19698d9029988762 -C extra-filename=-683f7e39fd5cc52d --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"))'`
7702026-09-14T04:55:55.552Z Compiling icu_normalizer v1.5.0
7712026-09-14T04:55:55.555Z Running `/home/build/.rustup/toolchains/1.98.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=6af5b4e22de43c05 -C extra-filename=-957e0887e4d826da --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-307c23c35d2825e2.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-7e2f1fe62e2dd3d4.rmeta --extern icu_normalizer_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_normalizer_data-cffa56def144d628.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-efade3754685f9e4.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-402f4899440b5343.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-196e12bd16730dc8.rmeta --extern utf16_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf16_iter-da34a27243909672.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-624bbdb358a318aa.rmeta --extern write16=/work/oxidecomputer/dropshot/target/debug/deps/libwrite16-3cf3e2f01acf8bbd.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-fb5e0da6d26eb7bc.rmeta --cap-lints allow`
7722026-09-14T04:55:55.570Z Compiling form_urlencoded v1.2.2
7732026-09-14T04:55:55.573Z Running `/home/build/.rustup/toolchains/1.98.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=a6b8ebabab90bf77 -C extra-filename=-c5306289fcd2ad9e --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-89db23ff75e04360.rmeta --cap-lints allow`
7742026-09-14T04:55:55.573Z Compiling serde_tokenstream v0.2.3
7752026-09-14T04:55:55.581Z Running `/home/build/.rustup/toolchains/1.98.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=fe6922f1c8f95642 -C extra-filename=-e3bd34fe4bb2e992 --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-e3918c82b150da1e.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-f6127db3a6186bd6.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-12b55e7369dfa700.rmeta --cap-lints allow`
7762026-09-14T04:55:55.750Z Compiling unicode-width v0.2.2
7772026-09-14T04:55:55.753Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-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 --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cjk", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=a7cc7fc7ca223a76 -C extra-filename=-622bd4167be87f8d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7782026-09-14T04:55:55.830Z Compiling hyper v1.11.1
7792026-09-14T04:55:55.833Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::restriction' '--warn=clippy::pedantic' '--allow=clippy::wildcard_enum_match_arm' '--allow=clippy::useless_borrows_in_formatting' '--allow=clippy::used_underscore_items' '--allow=clippy::unwrap_in_result' '--allow=clippy::unused_trait_names' '--allow=clippy::unused_async' '--allow=clippy::unseparated_literal_suffix' '--allow=clippy::unreachable' '--allow=clippy::unnested_or_patterns' '--allow=clippy::unnecessary_trailing_comma' '--allow=clippy::unnecessary_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::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::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_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=38e72b03142f8440 -C extra-filename=-ba5348641a8a42a7 --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-f39a3bc08327ab53.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-c7b574b386835ff3.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-33f673b3e0db3d52.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-770d0bc1a0a70167.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-514732306f863a69.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-0acb3b5030322f97.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-7d187653f637a40a.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-c25e71240d4565b4.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-bf8711df3d8428e4.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-196e12bd16730dc8.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-e427c4bcc07e2833.rmeta --cap-lints allow`
7802026-09-14T04:55:55.853Z Compiling ipnet v2.10.0
7812026-09-14T04:55:55.853Z Compiling iana-time-zone v0.1.47
7822026-09-14T04:55:55.882Z Running `/home/build/.rustup/toolchains/1.98.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=e9a77bfe5aa66f3b -C extra-filename=-24b7b7040435e7ef --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7832026-09-14T04:55:55.882Z Running `/home/build/.rustup/toolchains/1.98.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=fd8d1070582360fd -C extra-filename=-3365e759c6539559 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7842026-09-14T04:55:56.021Z Compiling openssl-probe v0.2.1
7852026-09-14T04:55:56.025Z Running `/home/build/.rustup/toolchains/1.98.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=aa1a96d861ad6481 -C extra-filename=-5fa47e7c5370839c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7862026-09-14T04:55:56.080Z Compiling pretty-hex v0.4.1
7872026-09-14T04:55:56.084Z Running `/home/build/.rustup/toolchains/1.98.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=1fe78336408f3935 -C extra-filename=-ae0fdcaf7173901e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7882026-09-14T04:55:56.205Z Compiling winnow v1.0.0
7892026-09-14T04:55:56.208Z Running `/home/build/.rustup/toolchains/1.98.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=1684374975e144e8 -C extra-filename=-49b9b2b0831f4c9c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7902026-09-14T04:55:56.215Z Compiling ryu v1.0.5
7912026-09-14T04:55:56.218Z Running `/home/build/.rustup/toolchains/1.98.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=b8560d8747757d5f -C extra-filename=-05cbe381f4f01481 --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-05cbe381f4f01481 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7922026-09-14T04:55:56.324Z Compiling mime v0.3.16
7932026-09-14T04:55:56.328Z Running `/home/build/.rustup/toolchains/1.98.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=3752d18e72690993 -C extra-filename=-0a48cb3c300bd953 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7942026-09-14T04:55:56.371Z Running `/home/build/.rustup/toolchains/1.98.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=1424edd5c2fd1d96 -C extra-filename=-1942c42255fbc8b1 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-1942c42255fbc8b1 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7952026-09-14T04:55:56.516Z Compiling base64 v0.22.1
7962026-09-14T04:55:56.519Z Running `/home/build/.rustup/toolchains/1.98.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=a73052eb00961d6d -C extra-filename=-beff506d7d0ef543 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7972026-09-14T04:55:56.547Z Compiling unicode-segmentation v1.10.0
7982026-09-14T04:55:56.551Z Running `/home/build/.rustup/toolchains/1.98.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=05da49d90699be2c -C extra-filename=-5e2796781b627c03 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7992026-09-14T04:55:56.587Z Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-05cbe381f4f01481/build-script-build`
8002026-09-14T04:55:56.627Z Compiling toml_parser v1.1.3+spec-1.1.0
8012026-09-14T04:55:56.637Z Running `/home/build/.rustup/toolchains/1.98.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.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="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unsafe"))' -C metadata=f37ebb5dd01a7ece -C extra-filename=-bf33355bb55370e4 --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-49b9b2b0831f4c9c.rmeta --cap-lints allow`
8022026-09-14T04:55:56.640Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-1942c42255fbc8b1/build-script-build`
8032026-09-14T04:55:56.651Z Compiling rustls-native-certs v0.8.3
8042026-09-14T04:55:56.654Z Running `/home/build/.rustup/toolchains/1.98.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=a5bb4d6ed285195a -C extra-filename=-3e360838572959a9 --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-5fa47e7c5370839c.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rmeta --cap-lints allow`
8052026-09-14T04:55:56.845Z Compiling newline-converter v0.3.0
8062026-09-14T04:55:56.849Z Running `/home/build/.rustup/toolchains/1.98.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=735411b044d930fb -C extra-filename=-cbb835dd94cee5e7 --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-5e2796781b627c03.rmeta --cap-lints allow`
8072026-09-14T04:55:56.863Z Compiling chrono v0.4.45
8082026-09-14T04:55:56.866Z Running `/home/build/.rustup/toolchains/1.98.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=5671018cb02daf93 -C extra-filename=-30b47a1202c946f2 --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-3365e759c6539559.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-f366ad7cd751d140.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rmeta --cap-lints allow`
8092026-09-14T04:55:56.891Z Compiling hyper-util v0.1.20
8102026-09-14T04:55:56.895Z Running `/home/build/.rustup/toolchains/1.98.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=7a63614df701fa20 -C extra-filename=-ecf61e5e2bd958ac --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-beff506d7d0ef543.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-c7b574b386835ff3.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-6ec360edf94e2731.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-514732306f863a69.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rmeta --extern ipnet=/work/oxidecomputer/dropshot/target/debug/deps/libipnet-24b7b7040435e7ef.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-bf8711df3d8428e4.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-edc06902fd6a8c8c.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-954d597b43c84271.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-584cd27dd6f69fe5.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-7dcd5f152a0ff059.rmeta --cap-lints allow`
8112026-09-14T04:55:56.953Z Compiling console v0.16.4
8122026-09-14T04:55:56.957Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.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"' --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ansi-parsing", "default", "std", "unicode-width", "windows-console-colors"))' -C metadata=9ad5bdbdff4733c2 -C extra-filename=-2eacd71c01f6974c --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-1225b4ce6297b1af.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-622bd4167be87f8d.rmeta --cap-lints allow`
8132026-09-14T04:55:56.977Z Compiling idna_adapter v1.2.0
8142026-09-14T04:55:56.981Z Running `/home/build/.rustup/toolchains/1.98.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=57dd644d48db07d5 -C extra-filename=-2241dc8bbde5956e --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-957e0887e4d826da.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-efade3754685f9e4.rmeta --cap-lints allow`
8152026-09-14T04:55:57.119Z Compiling flate2 v1.1.9
8162026-09-14T04:55:57.122Z Running `/home/build/.rustup/toolchains/1.98.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=e758d83db7bbc225 -C extra-filename=-eb6c16b8d913d6a8 --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-adb0f1ee6337b14e.rmeta --extern miniz_oxide=/work/oxidecomputer/dropshot/target/debug/deps/libminiz_oxide-03c1491775b70547.rmeta --cap-lints allow`
8172026-09-14T04:55:57.304Z Running `/home/build/.rustup/toolchains/1.98.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=c2b1d14a2a0b558d -C extra-filename=-30e4761b71931f53 --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`
8182026-09-14T04:55:57.507Z Running `/home/build/.rustup/toolchains/1.98.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=2d1ff3deba3549e9 -C extra-filename=-ffe8fe7ef0a88880 --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-332122d0ec51213c.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-ae0fdcaf7173901e.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-6bd33bd7f0fcb804.rmeta --cap-lints allow`
8192026-09-14T04:55:57.576Z Compiling sha1 v0.11.0
8202026-09-14T04:55:57.585Z Running `/home/build/.rustup/toolchains/1.98.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=3f1a2c77b6d0c752 -C extra-filename=-ce43abbb813faebe --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-a6d78c59bfe1dffc.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-cfc58a49d326bbc3.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-a93467d52dcd0c04.rmeta --cap-lints allow`
8212026-09-14T04:55:57.608Z Compiling chacha20 v0.10.1
8222026-09-14T04:55:57.611Z Running `/home/build/.rustup/toolchains/1.98.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=5fe5de37268d615d -C extra-filename=-b3b82fe008fd3d07 --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-a6d78c59bfe1dffc.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-cfc58a49d326bbc3.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-e84748069c332c8f.rmeta --cap-lints allow`
8232026-09-14T04:55:57.619Z Compiling concurrent-queue v2.5.0
8242026-09-14T04:55:57.622Z Running `/home/build/.rustup/toolchains/1.98.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=0d120ce018c517b2 -C extra-filename=-1b9ecc330991c289 --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-2c3cc2e6c6ce6c79.rmeta --cap-lints allow`
8252026-09-14T04:55:57.822Z Compiling serde_tokenstream v0.3.0
8262026-09-14T04:55:57.825Z Running `/home/build/.rustup/toolchains/1.98.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=f16641308ebc905b -C extra-filename=-a47b84f9da111502 --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-e3918c82b150da1e.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-f6127db3a6186bd6.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-8f1f247756f6308c.rmeta --cap-lints allow`
8272026-09-14T04:55:57.831Z Compiling serde_derive_internals v0.29.0
8282026-09-14T04:55:57.835Z Running `/home/build/.rustup/toolchains/1.98.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=a90a90f64b173f04 -C extra-filename=-0eb9edd72703a072 --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-e3918c82b150da1e.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-12b55e7369dfa700.rmeta --cap-lints allow`
8292026-09-14T04:55:57.864Z Compiling multer v3.1.0
8302026-09-14T04:55:57.873Z Running `/home/build/.rustup/toolchains/1.98.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=e1dc62d7378870e0 -C extra-filename=-2811bcec4372e057 --out-dir /work/oxidecomputer/dropshot/target/debug/build/multer-2811bcec4372e057 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-a804b6d59910d0da.rlib --cap-lints allow`
8312026-09-14T04:55:58.104Z Compiling toml_datetime v1.1.1+spec-1.1.0
8322026-09-14T04:55:58.108Z Compiling serde_spanned v1.1.1
8332026-09-14T04:55:58.108Z Running `/home/build/.rustup/toolchains/1.98.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=82fa24445d3a40a5 -C extra-filename=-8aff2a2974eff9fe --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-1c58a12fe29484a7.rmeta --cap-lints allow`
8342026-09-14T04:55:58.108Z Running `/home/build/.rustup/toolchains/1.98.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=7810d184009605e8 -C extra-filename=-f511480df825030f --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-1c58a12fe29484a7.rmeta --cap-lints allow`
8352026-09-14T04:55:58.261Z Running `/home/build/.rustup/toolchains/1.98.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=88e29ad8354fcf11 -C extra-filename=-e9a07df58e0818e7 --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-e3918c82b150da1e.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-837c68cddd26f32a.rmeta --cap-lints allow`
8362026-09-14T04:55:58.390Z Compiling thread_local v1.1.4
8372026-09-14T04:55:58.394Z Running `/home/build/.rustup/toolchains/1.98.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=52cdccd996c92226 -C extra-filename=-1501825a97eacbfa --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-b4ba0856e717450f.rmeta --cap-lints allow`
8382026-09-14T04:55:58.416Z Compiling sync_wrapper v1.0.1
8392026-09-14T04:55:58.426Z Running `/home/build/.rustup/toolchains/1.98.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=9c73ff2b9d95442d -C extra-filename=-3b3da3629179ee36 --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-33f673b3e0db3d52.rmeta --cap-lints allow`
8402026-09-14T04:55:58.523Z Compiling encoding_rs v0.8.32
8412026-09-14T04:55:58.527Z Running `/home/build/.rustup/toolchains/1.98.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=23b7280e1129a54f -C extra-filename=-f0ef1939c0827086 --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-a6d78c59bfe1dffc.rmeta --cap-lints allow`
8422026-09-14T04:55:58.559Z Compiling match_cfg v0.1.0
8432026-09-14T04:55:58.562Z Running `/home/build/.rustup/toolchains/1.98.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=9be24c260da2c753 -C extra-filename=-cf246208d45eb2d1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8442026-09-14T04:55:58.589Z Compiling schemars v0.8.22
8452026-09-14T04:55:58.593Z Running `/home/build/.rustup/toolchains/1.98.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=372b97e1c85c7e06 -C extra-filename=-7aa6d77fcea1e4bc --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-7aa6d77fcea1e4bc -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8462026-09-14T04:55:58.605Z Compiling toml_writer v1.1.2+spec-1.1.0
8472026-09-14T04:55:58.609Z Running `/home/build/.rustup/toolchains/1.98.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=9aea9ff494467d04 -C extra-filename=-3bab686114df4833 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8482026-09-14T04:55:58.622Z Compiling camino v1.2.5
8492026-09-14T04:55:58.626Z Running `/home/build/.rustup/toolchains/1.98.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.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="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=80ea89a44404c8e1 -C extra-filename=-0e0b3aa1078f24fd --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-0e0b3aa1078f24fd -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8502026-09-14T04:55:58.658Z Compiling slog-async v2.8.0
8512026-09-14T04:55:58.661Z Running `/home/build/.rustup/toolchains/1.98.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=efab1b73e8bf251d -C extra-filename=-72db79718a05a6a2 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-72db79718a05a6a2 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8522026-09-14T04:55:58.808Z Compiling semver v1.0.28
8532026-09-14T04:55:58.811Z Running `/home/build/.rustup/toolchains/1.98.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=ea872da3659aabc3 -C extra-filename=-86e649bf9d42760c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8542026-09-14T04:55:58.844Z Compiling base64 v0.23.1
8552026-09-14T04:55:58.848Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.23.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="simd-unsafe"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "simd-unsafe", "std"))' -C metadata=132a48393e7df1e6 -C extra-filename=-8da3e33e5f586597 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8562026-09-14T04:55:58.964Z Compiling parking v2.2.0
8572026-09-14T04:55:58.968Z Compiling heck v0.5.0
8582026-09-14T04:55:58.968Z Running `/home/build/.rustup/toolchains/1.98.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=ad7545a963b76e6c -C extra-filename=-d3d8123547efc472 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8592026-09-14T04:55:58.968Z Running `/home/build/.rustup/toolchains/1.98.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=7cfda69dfc720ce3 -C extra-filename=-3993fb638e7b894f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8602026-09-14T04:55:59.148Z Compiling similar v3.2.0
8612026-09-14T04:55:59.151Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/similar-3.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"' --cfg 'feature="text"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "hashbrown", "inline", "serde", "std", "text", "unicode", "unicode-segmentation", "wasm32_web_time", "web-time"))' -C metadata=3bbe87f0c83ab7b9 -C extra-filename=-68f88c438a8f8535 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8622026-09-14T04:55:59.158Z Compiling target-triple v1.0.0
8632026-09-14T04:55:59.161Z Compiling compression-core v0.4.33
8642026-09-14T04:55:59.161Z Running `/home/build/.rustup/toolchains/1.98.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=db66d27c841e859d -C extra-filename=-ecb8d35b319eb836 --out-dir /work/oxidecomputer/dropshot/target/debug/build/target-triple-ecb8d35b319eb836 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8652026-09-14T04:55:59.161Z Running `/home/build/.rustup/toolchains/1.98.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.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 --deny=missing_debug_implementations --deny=rust_2018_idioms --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=956e6de3a0d2d53b -C extra-filename=-8ed93756cae614ec --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8662026-09-14T04:55:59.265Z Compiling compression-codecs v0.4.39
8672026-09-14T04:55:59.267Z Running `/home/build/.rustup/toolchains/1.98.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.39/src/lib.rs --error-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=131f56277e71bdd8 -C extra-filename=-8eb2c38295881dd0 --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-8ed93756cae614ec.rmeta --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-eb6c16b8d913d6a8.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-da0c74c7834257fb.rmeta --cap-lints allow`
8682026-09-14T04:55:59.319Z Compiling event-listener v5.0.0
8692026-09-14T04:55:59.322Z Running `/home/build/.rustup/toolchains/1.98.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=cb9785745e2cc933 -C extra-filename=-2d632f8eb4184a98 --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-1b9ecc330991c289.rmeta --extern parking=/work/oxidecomputer/dropshot/target/debug/deps/libparking-d3d8123547efc472.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-bf8711df3d8428e4.rmeta --cap-lints allow`
8702026-09-14T04:55:59.458Z Running `/work/oxidecomputer/dropshot/target/debug/build/target-triple-ecb8d35b319eb836/build-script-build`
8712026-09-14T04:55:59.471Z Running `/work/oxidecomputer/dropshot/target/debug/build/camino-0e0b3aa1078f24fd/build-script-build`
8722026-09-14T04:55:59.509Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-72db79718a05a6a2/build-script-build`
8732026-09-14T04:55:59.513Z Compiling toml v1.1.6+spec-1.1.0
8742026-09-14T04:55:59.513Z Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-7aa6d77fcea1e4bc/build-script-build`
8752026-09-14T04:55:59.513Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-1.1.6+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=c1159700fc1b9e99 -C extra-filename=-b40e7136d0edf2be --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-1c58a12fe29484a7.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-f511480df825030f.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-8aff2a2974eff9fe.rmeta --extern toml_parser=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_parser-bf33355bb55370e4.rmeta --extern toml_writer=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_writer-3bab686114df4833.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-49b9b2b0831f4c9c.rmeta --cap-lints allow`
8762026-09-14T04:55:59.533Z Compiling hostname v0.3.1
8772026-09-14T04:55:59.536Z Running `/home/build/.rustup/toolchains/1.98.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=125d14ca69571150 -C extra-filename=-7f2db6e7ee2c1595 --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-1225b4ce6297b1af.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-cf246208d45eb2d1.rmeta --cap-lints allow`
8782026-09-14T04:55:59.542Z Compiling schemars_derive v0.8.22
8792026-09-14T04:55:59.545Z Running `/home/build/.rustup/toolchains/1.98.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=6d00b9143eefd2d8 -C extra-filename=-0c787e40206b99c2 --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-e3918c82b150da1e.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-0eb9edd72703a072.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-12b55e7369dfa700.rlib --extern proc_macro --cap-lints allow`
8802026-09-14T04:55:59.594Z Compiling tower v0.5.2
8812026-09-14T04:55:59.597Z Running `/home/build/.rustup/toolchains/1.98.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=40a0195bae95487e -C extra-filename=-97ad8c44c18841df --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-33f673b3e0db3d52.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-6ec360edf94e2731.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-bf8711df3d8428e4.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-3b3da3629179ee36.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-954d597b43c84271.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-584cd27dd6f69fe5.rmeta --cap-lints allow`
8822026-09-14T04:55:59.666Z Running `/work/oxidecomputer/dropshot/target/debug/build/multer-2811bcec4372e057/build-script-build`
8832026-09-14T04:55:59.708Z Compiling rand v0.10.2
8842026-09-14T04:55:59.711Z Running `/home/build/.rustup/toolchains/1.98.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=df35e64304a0c299 -C extra-filename=-b02007b4d67cd402 --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-b3b82fe008fd3d07.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-23bde05312f80e4d.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-e84748069c332c8f.rmeta --cap-lints allow`
8852026-09-14T04:56:00.064Z Compiling mime_guess v2.0.5
8862026-09-14T04:56:00.067Z Running `/home/build/.rustup/toolchains/1.98.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=b039eadac39e6b30 -C extra-filename=-d7658de3047613ec --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-d7658de3047613ec -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-30e4761b71931f53.rlib --cap-lints allow`
8872026-09-14T04:56:00.145Z Compiling idna v1.0.3
8882026-09-14T04:56:00.148Z Running `/home/build/.rustup/toolchains/1.98.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=0a5e04268d04f83c -C extra-filename=-8fec9b8c43c40c17 --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-2241dc8bbde5956e.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-196e12bd16730dc8.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-624bbdb358a318aa.rmeta --cap-lints allow`
8892026-09-14T04:56:00.361Z Running `/home/build/.rustup/toolchains/1.98.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=38b97f06323858da -C extra-filename=-cbbd5f2cb47cffce --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit`
8902026-09-14T04:56:00.545Z Running `/home/build/.rustup/toolchains/1.98.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=4390a1a5038e50fb -C extra-filename=-5c41eee56988cfbf --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-5e7d2ce0a0ea9fbd.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-ffe8fe7ef0a88880.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-d8090fa1cc3188fe.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e3918c82b150da1e.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-e9a07df58e0818e7.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-24168743c421b1e0.rmeta --cap-lints allow --cfg usdt_backend_standard --check-cfg 'cfg(usdt_backend_noop)' --check-cfg 'cfg(usdt_backend_stapsdt)' --check-cfg 'cfg(usdt_backend_linker)' --check-cfg 'cfg(usdt_backend_standard)'`
8912026-09-14T04:56:00.581Z Compiling usdt-attr-macro v0.6.0
8922026-09-14T04:56:00.584Z Running `/home/build/.rustup/toolchains/1.98.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=6c4df09dbd70fed3 -C extra-filename=-7a2422c9bdbf5ae7 --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-d8090fa1cc3188fe.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e3918c82b150da1e.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-e3bd34fe4bb2e992.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-12b55e7369dfa700.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-0befc5fb4486b14e.rlib --extern proc_macro --cap-lints allow`
8932026-09-14T04:56:00.735Z Compiling usdt-macro v0.6.0
8942026-09-14T04:56:00.739Z Running `/home/build/.rustup/toolchains/1.98.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=5507fa69c230cf7b -C extra-filename=-9484a400685f066a --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-d8090fa1cc3188fe.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e3918c82b150da1e.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-e3bd34fe4bb2e992.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-12b55e7369dfa700.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-0befc5fb4486b14e.rlib --extern proc_macro --cap-lints allow`
8952026-09-14T04:56:00.884Z Compiling slog-json v2.6.1
8962026-09-14T04:56:00.887Z Running `/home/build/.rustup/toolchains/1.98.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=28074409de23b3a6 -C extra-filename=-1da446baf45dfec5 --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-05e6463c716e67f4.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-58b9cd33cb2b8e5a.rmeta --cap-lints allow`
8972026-09-14T04:56:01.009Z Compiling tempfile v3.27.0
8982026-09-14T04:56:01.012Z Running `/home/build/.rustup/toolchains/1.98.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=f0e8c13e482e805e -C extra-filename=-f2be7566907de12c --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-507e98612f33a013.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-23bde05312f80e4d.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-b4ba0856e717450f.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-dfa13f555b97c9ca.rmeta --cap-lints allow`
8992026-09-14T04:56:01.088Z Compiling http-body-util v0.1.5
9002026-09-14T04:56:01.092Z Running `/home/build/.rustup/toolchains/1.98.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.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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("channel", "default", "full"))' -C metadata=e674bf277fd1b01a -C extra-filename=-e77a17ade15f619d --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-ba63ea029971de41.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-33f673b3e0db3d52.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-514732306f863a69.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-bf8711df3d8428e4.rmeta --cap-lints allow`
9012026-09-14T04:56:01.253Z Compiling futures-executor v0.3.34
9022026-09-14T04:56:01.259Z Running `/home/build/.rustup/toolchains/1.98.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.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 -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=6e5261677eaf3a84 -C extra-filename=-f0b5413acbd83021 --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-33f673b3e0db3d52.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-aeedcaa83ebab540.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-6ec360edf94e2731.rmeta --cap-lints allow`
9032026-09-14T04:56:01.356Z Compiling crossbeam-channel v0.5.15
9042026-09-14T04:56:01.359Z Running `/home/build/.rustup/toolchains/1.98.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=5397b10172a475df -C extra-filename=-ff1e9d4c7d8f1569 --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-2c3cc2e6c6ce6c79.rmeta --cap-lints allow`
9052026-09-14T04:56:01.427Z Compiling async-stream-impl v0.3.6
9062026-09-14T04:56:01.427Z Running `/home/build/.rustup/toolchains/1.98.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=df43144329a359f5 -C extra-filename=-f52bafda8aa2c3d3 --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-e3918c82b150da1e.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-12b55e7369dfa700.rlib --extern proc_macro --cap-lints allow`
9072026-09-14T04:56:01.438Z Compiling uuid v1.26.0
9082026-09-14T04:56:01.438Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.26.0/src/lib.rs --error-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=ae4bf32012ddfa0b -C extra-filename=-1797a5a1198ac8de --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-23bde05312f80e4d.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-1c58a12fe29484a7.rmeta --cap-lints allow`
9092026-09-14T04:56:01.530Z Compiling dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot)
9102026-09-14T04:56:01.534Z Running `/home/build/.rustup/toolchains/1.98.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=264d66d7b228ce39 -C extra-filename=-3a02905b6633ad46 --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-3a02905b6633ad46 -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-a804b6d59910d0da.rlib`
9112026-09-14T04:56:01.540Z Compiling memmap2 v0.9.8
9122026-09-14T04:56:01.548Z Running `/home/build/.rustup/toolchains/1.98.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=ae35b3b86a83ce2c -C extra-filename=-5c709f3c2f99759b --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-1225b4ce6297b1af.rmeta --cap-lints allow`
9132026-09-14T04:56:01.571Z Compiling is-terminal v0.4.12
9142026-09-14T04:56:01.574Z Running `/home/build/.rustup/toolchains/1.98.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=ee4ae3ea4d21008a -C extra-filename=-b15b098300d32caa --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-1225b4ce6297b1af.rmeta --cap-lints allow`
9152026-09-14T04:56:01.667Z Compiling take_mut v0.2.2
9162026-09-14T04:56:01.670Z Running `/home/build/.rustup/toolchains/1.98.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=b1fbe5adc4f4d347 -C extra-filename=-710a4f8038cf18a5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9172026-09-14T04:56:01.753Z Compiling dyn-clone v1.0.4
9182026-09-14T04:56:01.759Z Running `/home/build/.rustup/toolchains/1.98.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=3a23eb05df03ee86 -C extra-filename=-9cb13116616d2b81 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9192026-09-14T04:56:01.774Z Compiling term v1.1.0
9202026-09-14T04:56:01.777Z Running `/home/build/.rustup/toolchains/1.98.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=971d04dbdd6f980d -C extra-filename=-dc0ade4b71397065 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9212026-09-14T04:56:01.785Z Compiling anyhow v1.0.104
9222026-09-14T04:56:01.788Z Running `/home/build/.rustup/toolchains/1.98.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=0091d75f52e5e3e2 -C extra-filename=-9f3ad8552bc5f3fc --out-dir /work/oxidecomputer/dropshot/target/debug/build/anyhow-9f3ad8552bc5f3fc -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9232026-09-14T04:56:01.831Z Compiling iri-string v0.7.8
9242026-09-14T04:56:01.834Z Running `/home/build/.rustup/toolchains/1.98.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=dec2ed6333d7f74b -C extra-filename=-f8538209e7e2ae0f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9252026-09-14T04:56:01.841Z Compiling spin v0.9.8
9262026-09-14T04:56:01.844Z Running `/home/build/.rustup/toolchains/1.98.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=086968da1b9e7d50 -C extra-filename=-defb40cab3d21f61 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9272026-09-14T04:56:01.863Z Compiling data-encoding v2.4.0
9282026-09-14T04:56:01.866Z Running `/home/build/.rustup/toolchains/1.98.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=5d4c790cf10e2984 -C extra-filename=-1bc7e64f1002d7a0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9292026-09-14T04:56:01.976Z Running `/home/build/.rustup/toolchains/1.98.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=f269e4b58aa8a110 -C extra-filename=-e44843db7872b721 --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-ba63ea029971de41.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-f0ef1939c0827086.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-6ec360edf94e2731.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-0acb3b5030322f97.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-da0c74c7834257fb.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-0a48cb3c300bd953.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-defb40cab3d21f61.rmeta --cap-lints allow`
9302026-09-14T04:56:02.076Z Compiling async-stream v0.3.6
9312026-09-14T04:56:02.079Z Running `/home/build/.rustup/toolchains/1.98.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=e26759b69fafdf64 -C extra-filename=-d814a54fc7b3eb9c --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-f52bafda8aa2c3d3.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-33f673b3e0db3d52.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-bf8711df3d8428e4.rmeta --cap-lints allow`
9322026-09-14T04:56:02.117Z Running `/work/oxidecomputer/dropshot/target/debug/build/anyhow-9f3ad8552bc5f3fc/build-script-build`
9332026-09-14T04:56:02.245Z Compiling tungstenite v0.30.0
9342026-09-14T04:56:02.248Z Running `/home/build/.rustup/toolchains/1.98.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=3f29b85027c47ef5 -C extra-filename=-dc0d958399979f24 --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-ba63ea029971de41.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-1bc7e64f1002d7a0.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-0acb3b5030322f97.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-e7143e91b65e7f39.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-b02007b4d67cd402.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rmeta --cap-lints allow`
9352026-09-14T04:56:02.327Z Compiling slog-term v2.9.2
9362026-09-14T04:56:02.389Z Running `/home/build/.rustup/toolchains/1.98.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=a942c503baf0e9d7 -C extra-filename=-e8b1a72be2e81f43 --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-30b47a1202c946f2.rmeta --extern is_terminal=/work/oxidecomputer/dropshot/target/debug/deps/libis_terminal-b15b098300d32caa.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-dc0ade4b71397065.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-1501825a97eacbfa.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-58b9cd33cb2b8e5a.rmeta --cap-lints allow`
9372026-09-14T04:56:02.487Z Running `/home/build/.rustup/toolchains/1.98.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=a160fee65fa32958 -C extra-filename=-7be53547085e6a08 --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-30b47a1202c946f2.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-9cb13116616d2b81.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-0c787e40206b99c2.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1797a5a1198ac8de.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
9382026-09-14T04:56:02.523Z Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-3a02905b6633ad46/build-script-build`
9392026-09-14T04:56:02.566Z Running `/home/build/.rustup/toolchains/1.98.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=6ab9580738f6c074 -C extra-filename=-a2c7bc7d84f257dd --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-ff1e9d4c7d8f1569.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-710a4f8038cf18a5.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-1501825a97eacbfa.rmeta --cap-lints allow --cfg integer128`
9402026-09-14T04:56:02.716Z Compiling usdt v0.6.0
9412026-09-14T04:56:02.719Z Running `/home/build/.rustup/toolchains/1.98.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=b7e9a7cb3717e871 -C extra-filename=-90014e0357078cb4 --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-ffe8fe7ef0a88880.rmeta --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-332122d0ec51213c.rmeta --extern memmap2=/work/oxidecomputer/dropshot/target/debug/deps/libmemmap2-5c709f3c2f99759b.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-7a2422c9bdbf5ae7.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-5c41eee56988cfbf.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-9484a400685f066a.so --cap-lints allow`
9422026-09-14T04:56:02.817Z Compiling futures v0.3.34
9432026-09-14T04:56:02.820Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.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 -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=dbe3463890083057 -C extra-filename=-5339f50991bf6466 --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-c7b574b386835ff3.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-33f673b3e0db3d52.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-f0b5413acbd83021.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-8928e30e387f2573.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-d25010b1d820ac49.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-aeedcaa83ebab540.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-6ec360edf94e2731.rmeta --cap-lints allow`
9442026-09-14T04:56:02.896Z Compiling atomicwrites v0.4.4
9452026-09-14T04:56:02.900Z Running `/home/build/.rustup/toolchains/1.98.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=44314b640982047d -C extra-filename=-7879ddb962002c19 --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-c932bd2fa9ffdc31.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rmeta --cap-lints allow`
9462026-09-14T04:56:02.994Z Compiling tower-http v0.6.8
9472026-09-14T04:56:02.997Z Running `/home/build/.rustup/toolchains/1.98.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=396a6373823658e6 -C extra-filename=-86c8ddaf85b731fd --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-5e8d9f641a33ddb2.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-6ec360edf94e2731.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-514732306f863a69.rmeta --extern iri_string=/work/oxidecomputer/dropshot/target/debug/deps/libiri_string-f8538209e7e2ae0f.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-bf8711df3d8428e4.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-97ad8c44c18841df.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-954d597b43c84271.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-584cd27dd6f69fe5.rmeta --cap-lints allow`
9482026-09-14T04:56:03.005Z Compiling slog-bunyan v2.5.0
9492026-09-14T04:56:03.009Z Running `/home/build/.rustup/toolchains/1.98.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=02c354ecf95fdc16 -C extra-filename=-865e73c8de64b599 --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-7f2db6e7ee2c1595.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-58b9cd33cb2b8e5a.rmeta --cap-lints allow`
9502026-09-14T04:56:03.094Z Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-d7658de3047613ec/build-script-build`
9512026-09-14T04:56:03.113Z Compiling serde_urlencoded v0.7.1
9522026-09-14T04:56:03.116Z Running `/home/build/.rustup/toolchains/1.98.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=0561cca34f7cf10b -C extra-filename=-0197a5fa5b0ee220 --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-c5306289fcd2ad9e.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-c25e71240d4565b4.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-cbbd5f2cb47cffce.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rmeta --cap-lints allow`
9532026-09-14T04:56:03.123Z Compiling url v2.5.4
9542026-09-14T04:56:03.125Z Running `/home/build/.rustup/toolchains/1.98.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=bfc5b76a2378f8df -C extra-filename=-34f4c1d14899029b --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-c5306289fcd2ad9e.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-8fec9b8c43c40c17.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rmeta --cap-lints allow`
9552026-09-14T04:56:03.137Z Compiling event-listener-strategy v0.5.4
9562026-09-14T04:56:03.140Z Running `/home/build/.rustup/toolchains/1.98.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=94bd4743d6c20957 -C extra-filename=-4ceaad921dd51589 --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-2d632f8eb4184a98.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-bf8711df3d8428e4.rmeta --cap-lints allow`
9572026-09-14T04:56:03.270Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.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="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=a3815299f998d94a -C extra-filename=-a8b84bc494172261 --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-1c58a12fe29484a7.rmeta --cap-lints allow --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --cfg os_string_pathbuf_leak --cfg path_add_extension --cfg pathbuf_const_new --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(os_string_pathbuf_leak)' --check-cfg 'cfg(absolute_path)' --check-cfg 'cfg(path_add_extension)' --check-cfg 'cfg(pathbuf_const_new)'`
9582026-09-14T04:56:03.305Z Running `/home/build/.rustup/toolchains/1.98.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=bd2d266aa1305e32 -C extra-filename=-73041cfa6d82d410 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(host_os, values("windows"))'`
9592026-09-14T04:56:03.358Z Compiling async-compression v0.4.44
9602026-09-14T04:56:03.364Z Running `/home/build/.rustup/toolchains/1.98.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.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 --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=a7ffc8fd07b09506 -C extra-filename=-b350ed4f8ebdca7a --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-8eb2c38295881dd0.rmeta --extern compression_core=/work/oxidecomputer/dropshot/target/debug/deps/libcompression_core-8ed93756cae614ec.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-bf8711df3d8428e4.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rmeta --cap-lints allow`
9612026-09-14T04:56:03.379Z Compiling dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
9622026-09-14T04:56:03.382Z Running `/home/build/.rustup/toolchains/1.98.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=6188c81c1ddea02e -C extra-filename=-46d8871f9deace62 --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-3993fb638e7b894f.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e3918c82b150da1e.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-f6127db3a6186bd6.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-a47b84f9da111502.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-8f1f247756f6308c.rlib --extern proc_macro`
9632026-09-14T04:56:03.404Z Compiling pem v4.0.0
9642026-09-14T04:56:03.407Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-4.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=beecb231d0274ef7 -C extra-filename=-14c8b16d0e44c091 --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-8da3e33e5f586597.rmeta --cap-lints allow`
9652026-09-14T04:56:03.497Z Compiling yasna v0.6.0
9662026-09-14T04:56:03.500Z Running `/home/build/.rustup/toolchains/1.98.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=613028c61840d4fb -C extra-filename=-b50f986a5a192272 --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-58b9cd33cb2b8e5a.rmeta --cap-lints allow`
9672026-09-14T04:56:03.671Z Compiling waitgroup v0.1.2
9682026-09-14T04:56:03.674Z Running `/home/build/.rustup/toolchains/1.98.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=fd08d2fb7c00c47d -C extra-filename=-b61a451411024a51 --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-f39a3bc08327ab53.rmeta --cap-lints allow`
9692026-09-14T04:56:03.693Z Compiling openapiv3 v2.2.0
9702026-09-14T04:56:03.696Z Running `/home/build/.rustup/toolchains/1.98.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=1c7900ac3e2ad4ec -C extra-filename=-dc143b18f1e037e0 --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-de13c80d8b29d55d.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rmeta --cap-lints allow`
9712026-09-14T04:56:03.766Z Compiling async-trait v0.1.92
9722026-09-14T04:56:03.769Z Running `/home/build/.rustup/toolchains/1.98.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.92/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=6c35e53bf6a3d175 -C extra-filename=-b5532e527d4fd74d --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-e3918c82b150da1e.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-8f1f247756f6308c.rlib --extern proc_macro --cap-lints allow`
9732026-09-14T04:56:03.809Z Compiling rustls-pemfile v2.2.0
9742026-09-14T04:56:03.812Z Running `/home/build/.rustup/toolchains/1.98.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=980040f8b089b918 -C extra-filename=-997628308778c655 --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-631cb8edd63e5b13.rmeta --cap-lints allow`
9752026-09-14T04:56:03.908Z Compiling serde_path_to_error v0.1.20
9762026-09-14T04:56:03.911Z Running `/home/build/.rustup/toolchains/1.98.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=bfa01fe11aebfab8 -C extra-filename=-2efbdf2e52a47ce7 --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-c25e71240d4565b4.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-1c58a12fe29484a7.rmeta --cap-lints allow`
9772026-09-14T04:56:03.965Z Compiling hostname v0.4.2
9782026-09-14T04:56:03.968Z Running `/home/build/.rustup/toolchains/1.98.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=7587c04639c41d84 -C extra-filename=-d2d020919d9f2709 --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-a6d78c59bfe1dffc.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rmeta --cap-lints allow`
9792026-09-14T04:56:03.999Z Compiling simple-mermaid v0.2.0
9802026-09-14T04:56:04.002Z Running `/home/build/.rustup/toolchains/1.98.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=873b7a905bb3a0e7 -C extra-filename=-82ad514df2b33ca4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9812026-09-14T04:56:04.066Z Compiling debug-ignore v1.0.5
9822026-09-14T04:56:04.075Z Running `/home/build/.rustup/toolchains/1.98.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=54a5d2e0a6a551b7 -C extra-filename=-fd3626ae1eda9c63 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9832026-09-14T04:56:04.105Z Compiling termcolor v1.1.2
9842026-09-14T04:56:04.114Z Running `/home/build/.rustup/toolchains/1.98.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=15dc3153b027742d -C extra-filename=-724f62a40bf0327d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9852026-09-14T04:56:04.167Z Compiling glob v0.3.0
9862026-09-14T04:56:04.176Z Running `/home/build/.rustup/toolchains/1.98.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=d5f80bd7a50ce1c9 -C extra-filename=-b46bc6f0a87f6b04 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9872026-09-14T04:56:04.223Z Compiling async-channel v2.5.0
9882026-09-14T04:56:04.234Z Running `/home/build/.rustup/toolchains/1.98.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=e61d168f8c4710e5 -C extra-filename=-9de9c80f71731cbb --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-1b9ecc330991c289.rmeta --extern event_listener_strategy=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener_strategy-4ceaad921dd51589.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-33f673b3e0db3d52.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-bf8711df3d8428e4.rmeta --cap-lints allow`
9892026-09-14T04:56:04.259Z Running `/home/build/.rustup/toolchains/1.98.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=bb8a150519f0e4a5 -C extra-filename=-7e9141f6f1b02747 --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-0a48cb3c300bd953.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-30e4761b71931f53.rmeta --cap-lints allow`
9902026-09-14T04:56:04.421Z Compiling trybuild v1.0.120
9912026-09-14T04:56:04.424Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.120/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-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=ccd210b9e5377325 -C extra-filename=-2ed58d15b8498e47 --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-b46bc6f0a87f6b04.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-1ad969e9291549cb.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rmeta --extern target_triple=/work/oxidecomputer/dropshot/target/debug/deps/libtarget_triple-73041cfa6d82d410.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-724f62a40bf0327d.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rmeta --cap-lints allow`
9922026-09-14T04:56:04.441Z Compiling expectorate v1.3.0
9932026-09-14T04:56:04.444Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-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 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=5138b759a495e386 -C extra-filename=-689867b49d57f796 --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-7879ddb962002c19.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-2eacd71c01f6974c.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-cbb835dd94cee5e7.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-68f88c438a8f8535.rmeta --cap-lints allow`
9942026-09-14T04:56:04.583Z Compiling tokio-tungstenite v0.30.0
9952026-09-14T04:56:04.586Z Running `/home/build/.rustup/toolchains/1.98.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=67f861a11119273f -C extra-filename=-98b2a136c0cba92b --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-6ec360edf94e2731.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-e7143e91b65e7f39.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-dc0d958399979f24.rmeta --cap-lints allow`
9962026-09-14T04:56:04.596Z Running `/home/build/.rustup/toolchains/1.98.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=3e33279bf4b2dfc2 -C extra-filename=-518f1c4d693b90e5 --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)'`
9972026-09-14T04:56:04.705Z Compiling subprocess v1.2.1
9982026-09-14T04:56:04.714Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subprocess-1.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=de60f943d971068b -C extra-filename=-9dee005803d7be89 --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-1225b4ce6297b1af.rmeta --cap-lints allow`
9992026-09-14T04:56:04.769Z Compiling buf-list v1.1.2
10002026-09-14T04:56:04.773Z Running `/home/build/.rustup/toolchains/1.98.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=59d1eb10b79974d3 -C extra-filename=-9451bc19ad1ed652 --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-ba63ea029971de41.rmeta --cap-lints allow`
10012026-09-14T04:56:04.859Z Compiling lazy_static v1.5.0
10022026-09-14T04:56:04.862Z Running `/home/build/.rustup/toolchains/1.98.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=ba95dd108f197dfd -C extra-filename=-de9d1dbc108fa651 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10032026-09-14T04:56:04.960Z Running `/home/build/.rustup/toolchains/1.98.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=73e4cfc02913e10b -C extra-filename=-da56a8bb9dad0c06 --out-dir /work/oxidecomputer/dropshot/target/debug/build/getrandom-da56a8bb9dad0c06 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10042026-09-14T04:56:04.992Z Running `/home/build/.rustup/toolchains/1.98.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=5e81139da8d3bc9e -C extra-filename=-3869674ab4b19a6e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10052026-09-14T04:56:05.041Z Compiling prettyplease v0.3.0
10062026-09-14T04:56:05.044Z Running `/home/build/.rustup/toolchains/1.98.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=8bc2302e5261345e -C extra-filename=-b051c82ee942922f --out-dir /work/oxidecomputer/dropshot/target/debug/build/prettyplease-b051c82ee942922f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10072026-09-14T04:56:05.186Z Compiling schema-derive v0.2.1
10082026-09-14T04:56:05.192Z Running `/home/build/.rustup/toolchains/1.98.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=5b7c220b6f78311c -C extra-filename=-c8fb47f7280ee035 --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-683f7e39fd5cc52d.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e3918c82b150da1e.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-8f1f247756f6308c.rlib --extern proc_macro --cap-lints allow`
10092026-09-14T04:56:05.239Z Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-da56a8bb9dad0c06/build-script-build`
10102026-09-14T04:56:05.253Z Running `/home/build/.rustup/toolchains/1.98.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=e7c77c2a608e6505 -C extra-filename=-3dd9f62290432717 --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-a6d78c59bfe1dffc.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rmeta --cap-lints allow`
10112026-09-14T04:56:05.312Z Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-b051c82ee942922f/build-script-build`
10122026-09-14T04:56:05.325Z Running `/home/build/.rustup/toolchains/1.98.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=aae5d63a406c7b12 -C extra-filename=-5a30dd6538d699d3 --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-e3918c82b150da1e.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-8f1f247756f6308c.rmeta --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
10132026-09-14T04:56:05.395Z Running `/home/build/.rustup/toolchains/1.98.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=2ad45c4b0a665496 -C extra-filename=-4281b84a43b2ef06 --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-507e98612f33a013.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-3dd9f62290432717.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-3869674ab4b19a6e.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-dfa13f555b97c9ca.rmeta --cap-lints allow`
10142026-09-14T04:56:05.694Z Running `/home/build/.rustup/toolchains/1.98.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=a4495758ffed85fa -C extra-filename=-d1103f3638054a38 --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-c932bd2fa9ffdc31.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-4281b84a43b2ef06.rmeta --cap-lints allow`
10152026-09-14T04:56:05.808Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-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 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=6e775298e06875d7 -C extra-filename=-30bb463f85d8812e --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-d1103f3638054a38.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-2eacd71c01f6974c.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-cbb835dd94cee5e7.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-68f88c438a8f8535.rmeta --cap-lints allow`
10162026-09-14T04:56:06.399Z Compiling schema v0.2.1
10172026-09-14T04:56:06.403Z Running `/home/build/.rustup/toolchains/1.98.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=dfc8552c3d452457 -C extra-filename=-7819fca6e6115774 --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-e3918c82b150da1e.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-c8fb47f7280ee035.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-8f1f247756f6308c.rmeta --cap-lints allow`
10182026-09-14T04:56:06.472Z Running `/home/build/.rustup/toolchains/1.98.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=05cf5e6c04a8b510 -C extra-filename=-e8b03b75cad6c043 --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-30bb463f85d8812e.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-3993fb638e7b894f.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-5a30dd6538d699d3.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e3918c82b150da1e.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-7819fca6e6115774.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-f6127db3a6186bd6.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-a47b84f9da111502.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-8f1f247756f6308c.rlib --extern proc_macro`
10192026-09-14T04:56:10.226Z Running `/work/oxidecomputer/dropshot/target/debug/build/aws-lc-rs-cd391e28dcd4847f/build-script-build`
10202026-09-14T04:56:10.230Z Running `/home/build/.rustup/toolchains/1.98.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.45.0/src/lib.rs --error-format=json --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=4e4c92fc57d1d773 -C extra-filename=-3f14f462d4a38f08 --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-5764d16b26a84809/out -l static=aws_lc_0_45_0_crypto --cfg universal`
10212026-09-14T04:56:10.245Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-e513e954424ea19d/build-script-build`
10222026-09-14T04:56:10.611Z Running `/home/build/.rustup/toolchains/1.98.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.18.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="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", "legacy-des", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=f06176b015890fad -C extra-filename=-ec3f274e4b25f8bf --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-3f14f462d4a38f08.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-0508912fb38053f6.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out --check-cfg 'cfg(aws_lc_rs_docsrs)' --check-cfg 'cfg(disable_slow_tests)' --check-cfg 'cfg(dev_tests_only)'`
10232026-09-14T04:56:11.366Z Compiling rustls-webpki v0.103.13
10242026-09-14T04:56:11.366Z Compiling rcgen v0.14.10
10252026-09-14T04:56:11.369Z Running `/home/build/.rustup/toolchains/1.98.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=e0769888b8d44896 -C extra-filename=-83788d0becf13230 --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-ec3f274e4b25f8bf.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-c6843affdcc037b9.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
10262026-09-14T04:56:11.369Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rcgen-0.14.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 --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=66e20a962acf3219 -C extra-filename=-e1a3f3ab39bac47c --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-ec3f274e4b25f8bf.rmeta --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-58b9cd33cb2b8e5a.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-b50f986a5a192272.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
10272026-09-14T04:56:11.764Z Running `/home/build/.rustup/toolchains/1.98.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=a286b3e554e08ec1 -C extra-filename=-02246809c91817d5 --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-ec3f274e4b25f8bf.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-e7143e91b65e7f39.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-b4ba0856e717450f.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-83788d0becf13230.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-12d303c880eca097.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-0508912fb38053f6.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
10282026-09-14T04:56:14.131Z Compiling tokio-rustls v0.26.4
10292026-09-14T04:56:14.131Z Compiling rustls-platform-verifier v0.6.2
10302026-09-14T04:56:14.135Z Running `/home/build/.rustup/toolchains/1.98.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=8cecc0259e1f82b5 -C extra-filename=-999da371eba82704 --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-02246809c91817d5.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
10312026-09-14T04:56:14.135Z Running `/home/build/.rustup/toolchains/1.98.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=29fca2d436b274df -C extra-filename=-593bc3e2531d919f --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-e7143e91b65e7f39.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-3e360838572959a9.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-83788d0becf13230.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
10322026-09-14T04:56:14.316Z Compiling hyper-rustls v0.27.9
10332026-09-14T04:56:14.319Z Running `/home/build/.rustup/toolchains/1.98.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=549df2ee071e03f4 -C extra-filename=-044c6c7c4f1c3e98 --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-b350ed4f8ebdca7a.rmeta --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-46d8871f9deace62.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-7be53547085e6a08.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-999da371eba82704.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1797a5a1198ac8de.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
10342026-09-14T04:56:14.319Z Running `/home/build/.rustup/toolchains/1.98.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=8ff0de3c246ba509 -C extra-filename=-7901ccdb3a14c9dc --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-488da6a787e66e23.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-e7143e91b65e7f39.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-3e360838572959a9.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-999da371eba82704.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-584cd27dd6f69fe5.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
10352026-09-14T04:56:14.505Z Compiling reqwest v0.13.4
10362026-09-14T04:56:14.508Z Running `/home/build/.rustup/toolchains/1.98.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=f4d624f907215cef -C extra-filename=-20c00cbca5627c7c --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-beff506d7d0ef543.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-f0ef1939c0827086.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-33f673b3e0db3d52.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-770d0bc1a0a70167.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-514732306f863a69.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rmeta --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7901ccdb3a14c9dc.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-e7143e91b65e7f39.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-0a48cb3c300bd953.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-bf8711df3d8428e4.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rmeta --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rmeta --extern rustls_platform_verifier=/work/oxidecomputer/dropshot/target/debug/deps/librustls_platform_verifier-593bc3e2531d919f.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-3b3da3629179ee36.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-999da371eba82704.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-97ad8c44c18841df.rmeta --extern tower_http=/work/oxidecomputer/dropshot/target/debug/deps/libtower_http-86c8ddaf85b731fd.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-584cd27dd6f69fe5.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-34f4c1d14899029b.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
10372026-09-14T04:56:16.609Z Running `/home/build/.rustup/toolchains/1.98.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=5165b9272f45a79f -C extra-filename=-10377c31acc2fd79 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b350ed4f8ebdca7a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-46d8871f9deace62.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-eb6c16b8d913d6a8.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7901ccdb3a14c9dc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-20c00cbca5627c7c.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-7be53547085e6a08.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-999da371eba82704.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1797a5a1198ac8de.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
10382026-09-14T04:56:19.472Z Running `/home/build/.rustup/toolchains/1.98.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=8039f4612b2b7c89 -C extra-filename=-4539ea9e090aa5d7 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b350ed4f8ebdca7a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-044c6c7c4f1c3e98.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-46d8871f9deace62.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-eb6c16b8d913d6a8.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7901ccdb3a14c9dc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-20c00cbca5627c7c.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-7be53547085e6a08.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-999da371eba82704.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1797a5a1198ac8de.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
10392026-09-14T04:56:19.477Z Running `/home/build/.rustup/toolchains/1.98.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=5e022688d59b21df -C extra-filename=-21e987784a130d20 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b350ed4f8ebdca7a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-044c6c7c4f1c3e98.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-46d8871f9deace62.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-eb6c16b8d913d6a8.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7901ccdb3a14c9dc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-20c00cbca5627c7c.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-7be53547085e6a08.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-999da371eba82704.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1797a5a1198ac8de.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
10402026-09-14T04:56:19.477Z Running `/home/build/.rustup/toolchains/1.98.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=8beea2e8d6b408a3 -C extra-filename=-5dccd3a4c6568717 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b350ed4f8ebdca7a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-044c6c7c4f1c3e98.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-46d8871f9deace62.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-eb6c16b8d913d6a8.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7901ccdb3a14c9dc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-20c00cbca5627c7c.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-7be53547085e6a08.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-999da371eba82704.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1797a5a1198ac8de.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
10412026-09-14T04:56:19.477Z Running `/home/build/.rustup/toolchains/1.98.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=4f7d5dc3e9298c99 -C extra-filename=-bf828bdc83073bff --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b350ed4f8ebdca7a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-044c6c7c4f1c3e98.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-46d8871f9deace62.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-eb6c16b8d913d6a8.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7901ccdb3a14c9dc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-20c00cbca5627c7c.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-7be53547085e6a08.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-999da371eba82704.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1797a5a1198ac8de.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
10422026-09-14T04:56:19.477Z Running `/home/build/.rustup/toolchains/1.98.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=0556b56f8295b698 -C extra-filename=-f6c0d4a22530a6c6 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b350ed4f8ebdca7a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-044c6c7c4f1c3e98.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-46d8871f9deace62.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-eb6c16b8d913d6a8.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7901ccdb3a14c9dc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-20c00cbca5627c7c.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-7be53547085e6a08.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-999da371eba82704.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1797a5a1198ac8de.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
10432026-09-14T04:56:19.489Z Running `/home/build/.rustup/toolchains/1.98.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=279d7a43a469d39d -C extra-filename=-f3251afef15943d1 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b350ed4f8ebdca7a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-044c6c7c4f1c3e98.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-46d8871f9deace62.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-eb6c16b8d913d6a8.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7901ccdb3a14c9dc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-20c00cbca5627c7c.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-7be53547085e6a08.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-999da371eba82704.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1797a5a1198ac8de.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
10442026-09-14T04:56:19.496Z Running `/home/build/.rustup/toolchains/1.98.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=1111daf78ecb52ef -C extra-filename=-56b66774e4bc0c89 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b350ed4f8ebdca7a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-044c6c7c4f1c3e98.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-46d8871f9deace62.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-eb6c16b8d913d6a8.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7901ccdb3a14c9dc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-20c00cbca5627c7c.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-7be53547085e6a08.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-999da371eba82704.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1797a5a1198ac8de.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
10452026-09-14T04:56:30.172Z Running `/home/build/.rustup/toolchains/1.98.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=a739dc6282129e34 -C extra-filename=-40957dfacf9d2748 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b350ed4f8ebdca7a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-044c6c7c4f1c3e98.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-46d8871f9deace62.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-eb6c16b8d913d6a8.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7901ccdb3a14c9dc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-20c00cbca5627c7c.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-7be53547085e6a08.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-999da371eba82704.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1797a5a1198ac8de.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
10462026-09-14T04:56:30.172Z Running `/home/build/.rustup/toolchains/1.98.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=333c0c4c2d9593c7 -C extra-filename=-03fd2680b234f7e9 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b350ed4f8ebdca7a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-044c6c7c4f1c3e98.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-46d8871f9deace62.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-eb6c16b8d913d6a8.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7901ccdb3a14c9dc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-20c00cbca5627c7c.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-7be53547085e6a08.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-999da371eba82704.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1797a5a1198ac8de.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
10472026-09-14T04:56:30.459Z Running `/home/build/.rustup/toolchains/1.98.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=ec510862338755a2 -C extra-filename=-e441db2f97968f15 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b350ed4f8ebdca7a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-044c6c7c4f1c3e98.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-46d8871f9deace62.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-eb6c16b8d913d6a8.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7901ccdb3a14c9dc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-20c00cbca5627c7c.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-7be53547085e6a08.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-999da371eba82704.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1797a5a1198ac8de.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
10482026-09-14T04:56:31.044Z Running `/home/build/.rustup/toolchains/1.98.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=e17ad252e17e7a41 -C extra-filename=-161980b00c7238af --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b350ed4f8ebdca7a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-044c6c7c4f1c3e98.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-46d8871f9deace62.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-eb6c16b8d913d6a8.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7901ccdb3a14c9dc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-20c00cbca5627c7c.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-7be53547085e6a08.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-999da371eba82704.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1797a5a1198ac8de.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
10492026-09-14T04:56:31.529Z Running `/home/build/.rustup/toolchains/1.98.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=ac9d2457396bf3dc -C extra-filename=-439e41c7b3dfe59d --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b350ed4f8ebdca7a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-044c6c7c4f1c3e98.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-46d8871f9deace62.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-eb6c16b8d913d6a8.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7901ccdb3a14c9dc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-20c00cbca5627c7c.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-7be53547085e6a08.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-999da371eba82704.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1797a5a1198ac8de.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
10502026-09-14T04:56:31.758Z Running `/home/build/.rustup/toolchains/1.98.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=958b710cf56d708a -C extra-filename=-77b54e76c19ff8d0 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b350ed4f8ebdca7a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-044c6c7c4f1c3e98.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-46d8871f9deace62.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-eb6c16b8d913d6a8.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7901ccdb3a14c9dc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-20c00cbca5627c7c.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-7be53547085e6a08.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-999da371eba82704.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1797a5a1198ac8de.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
10512026-09-14T04:56:32.396Z Running `/home/build/.rustup/toolchains/1.98.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=e62a80633cdf3930 -C extra-filename=-f667ed61d8c14daa --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b350ed4f8ebdca7a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-044c6c7c4f1c3e98.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-46d8871f9deace62.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-eb6c16b8d913d6a8.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7901ccdb3a14c9dc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-20c00cbca5627c7c.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-7be53547085e6a08.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-999da371eba82704.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1797a5a1198ac8de.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
10522026-09-14T04:56:41.022Z Running `/home/build/.rustup/toolchains/1.98.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=290aec5749deda7b -C extra-filename=-e2f892d66b4ab045 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b350ed4f8ebdca7a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-044c6c7c4f1c3e98.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-46d8871f9deace62.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-eb6c16b8d913d6a8.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7901ccdb3a14c9dc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-20c00cbca5627c7c.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-7be53547085e6a08.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-999da371eba82704.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1797a5a1198ac8de.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
10532026-09-14T04:56:41.273Z Running `/home/build/.rustup/toolchains/1.98.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=99207c370f1e2da0 -C extra-filename=-0278142fea02fa8c --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b350ed4f8ebdca7a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-044c6c7c4f1c3e98.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-46d8871f9deace62.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-eb6c16b8d913d6a8.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7901ccdb3a14c9dc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-20c00cbca5627c7c.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-7be53547085e6a08.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-999da371eba82704.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1797a5a1198ac8de.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
10542026-09-14T04:56:41.707Z Running `/home/build/.rustup/toolchains/1.98.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=9d4af4b1d38092cd -C extra-filename=-f735bb1e6b8075f1 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b350ed4f8ebdca7a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-044c6c7c4f1c3e98.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-46d8871f9deace62.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-eb6c16b8d913d6a8.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7901ccdb3a14c9dc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-20c00cbca5627c7c.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-7be53547085e6a08.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-999da371eba82704.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1797a5a1198ac8de.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
10552026-09-14T04:56:42.783Z Running `/home/build/.rustup/toolchains/1.98.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=87984129e16e35f7 -C extra-filename=-0bad6a25e8e6d95d --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b350ed4f8ebdca7a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-044c6c7c4f1c3e98.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-46d8871f9deace62.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-eb6c16b8d913d6a8.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7901ccdb3a14c9dc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-20c00cbca5627c7c.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-7be53547085e6a08.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-999da371eba82704.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1797a5a1198ac8de.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
10562026-09-14T04:56:43.004Z Running `/home/build/.rustup/toolchains/1.98.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=37a148dfbf553813 -C extra-filename=-c379014fe3dc78ed --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b350ed4f8ebdca7a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-044c6c7c4f1c3e98.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-46d8871f9deace62.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-eb6c16b8d913d6a8.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7901ccdb3a14c9dc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-20c00cbca5627c7c.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-7be53547085e6a08.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-999da371eba82704.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1797a5a1198ac8de.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
10572026-09-14T04:56:44.035Z Running `/home/build/.rustup/toolchains/1.98.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=20ec4b475be81500 -C extra-filename=-7b841fb92be7a775 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b350ed4f8ebdca7a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-044c6c7c4f1c3e98.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-46d8871f9deace62.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-eb6c16b8d913d6a8.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7901ccdb3a14c9dc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-20c00cbca5627c7c.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-7be53547085e6a08.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-999da371eba82704.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1797a5a1198ac8de.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
10582026-09-14T04:56:46.487Z Running `/home/build/.rustup/toolchains/1.98.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=28c465b0eb348e22 -C extra-filename=-37ee2f6522a2361c --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b350ed4f8ebdca7a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-044c6c7c4f1c3e98.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-46d8871f9deace62.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-eb6c16b8d913d6a8.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7901ccdb3a14c9dc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-20c00cbca5627c7c.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-7be53547085e6a08.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-999da371eba82704.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1797a5a1198ac8de.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
10592026-09-14T04:56:52.201Z Running `/home/build/.rustup/toolchains/1.98.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=7e886558a86bb982 -C extra-filename=-c4147bb5d50bb841 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b350ed4f8ebdca7a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-044c6c7c4f1c3e98.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-46d8871f9deace62.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-eb6c16b8d913d6a8.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7901ccdb3a14c9dc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-20c00cbca5627c7c.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-7be53547085e6a08.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-999da371eba82704.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1797a5a1198ac8de.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
10602026-09-14T04:56:52.487Z Running `/home/build/.rustup/toolchains/1.98.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=ea261eb8aaf9b1b9 -C extra-filename=-2aafe7cfe0bfaca1 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b350ed4f8ebdca7a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-044c6c7c4f1c3e98.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-46d8871f9deace62.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-eb6c16b8d913d6a8.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7901ccdb3a14c9dc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-20c00cbca5627c7c.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-7be53547085e6a08.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-999da371eba82704.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1797a5a1198ac8de.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
10612026-09-14T04:56:53.505Z Running `/home/build/.rustup/toolchains/1.98.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=ea7ad7f635d8b473 -C extra-filename=-c882a6cb07e70138 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b350ed4f8ebdca7a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-044c6c7c4f1c3e98.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-46d8871f9deace62.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-eb6c16b8d913d6a8.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7901ccdb3a14c9dc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-20c00cbca5627c7c.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-7be53547085e6a08.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-999da371eba82704.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1797a5a1198ac8de.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
10622026-09-14T04:57:02.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s
10632026-09-14T04:57:02.985Z
10642026-09-14T04:57:02.985Zreal 1:24.070033943
10652026-09-14T04:57:02.985Zuser 7:17.594153219
10662026-09-14T04:57:02.985Zsys 1:14.562204599
10672026-09-14T04:57:02.985Ztrap 0.347332388
10682026-09-14T04:57:02.985Ztflt 0.101174518
10692026-09-14T04:57:02.985Zdflt 0.318134164
10702026-09-14T04:57:02.985Zkflt 0.004172634
10712026-09-14T04:57:02.985Zlock 32:00.913803802
10722026-09-14T04:57:02.985Zslp 28:59.787583672
10732026-09-14T04:57:02.985Zlat 24.496046407
10742026-09-14T04:57:02.985Zstop 57.563606159
10752026-09-14T04:57:02.989Z+ banner test
10762026-09-14T04:57:02.989Z
10772026-09-14T04:57:02.989Z ##### ###### #### #####
10782026-09-14T04:57:02.989Z # # # #
10792026-09-14T04:57:02.989Z # ##### #### #
10802026-09-14T04:57:02.989Z # # # #
10812026-09-14T04:57:02.989Z # # # # #
10822026-09-14T04:57:02.989Z # ###### #### #
10832026-09-14T04:57:02.989Z
10842026-09-14T04:57:02.989Z+ ptime -m cargo test --all-features --locked --verbose
10852026-09-14T04:57:03.193Z Fresh unicode-ident v1.0.12
10862026-09-14T04:57:03.193Z Fresh cfg-if v1.0.0
10872026-09-14T04:57:03.193Z Fresh itoa v1.0.1
10882026-09-14T04:57:03.198Z Fresh memchr v2.6.0
10892026-09-14T04:57:03.198Z Fresh proc-macro2 v1.0.107
10902026-09-14T04:57:03.198Z Fresh pin-project-lite v0.2.12
10912026-09-14T04:57:03.198Z Fresh autocfg v1.1.0
10922026-09-14T04:57:03.198Z Fresh smallvec v1.13.2
10932026-09-14T04:57:03.198Z Fresh futures-core v0.3.34
10942026-09-14T04:57:03.198Z Fresh quote v1.0.47
10952026-09-14T04:57:03.198Z Fresh libc v0.2.189
10962026-09-14T04:57:03.198Z Fresh bytes v1.12.1
10972026-09-14T04:57:03.198Z Fresh syn v3.0.4
10982026-09-14T04:57:03.198Z Fresh serde_derive v1.0.229
10992026-09-14T04:57:03.198Z Fresh thiserror-impl v2.0.20
11002026-09-14T04:57:03.198Z Fresh synstructure v0.13.1
11012026-09-14T04:57:03.198Z Fresh zmij v1.0.2
11022026-09-14T04:57:03.198Z Fresh jobserver v0.1.34
11032026-09-14T04:57:03.198Z Fresh find-msvc-tools v0.1.9
11042026-09-14T04:57:03.198Z Fresh shlex v1.3.0
11052026-09-14T04:57:03.198Z Fresh thiserror v2.0.20
11062026-09-14T04:57:03.198Z Fresh log v0.4.17
11072026-09-14T04:57:03.198Z Fresh scopeguard v1.2.0
11082026-09-14T04:57:03.198Z Fresh futures-sink v0.3.34
11092026-09-14T04:57:03.198Z Fresh cc v1.2.60
11102026-09-14T04:57:03.199Z Fresh parking_lot_core v0.9.4
11112026-09-14T04:57:03.199Z Fresh lock_api v0.4.6
11122026-09-14T04:57:03.199Z Fresh zerofrom-derive v0.1.5
11132026-09-14T04:57:03.199Z Fresh pkg-config v0.3.34
11142026-09-14T04:57:03.199Z Fresh fs_extra v1.3.0
11152026-09-14T04:57:03.199Z Fresh cmake v0.1.58
11162026-09-14T04:57:03.199Z Fresh dunce v1.0.5
11172026-09-14T04:57:03.199Z Fresh zerofrom v0.1.5
11182026-09-14T04:57:03.199Z Fresh parking_lot v0.12.1
11192026-09-14T04:57:03.199Z Fresh slab v0.4.9
11202026-09-14T04:57:03.199Z Fresh yoke-derive v0.7.5
11212026-09-14T04:57:03.199Z Fresh tokio-macros v2.7.0
11222026-09-14T04:57:03.199Z Fresh serde_core v1.0.229
11232026-09-14T04:57:03.199Z Fresh signal-hook-registry v1.4.0
11242026-09-14T04:57:03.199Z Fresh mio v1.2.0
11252026-09-14T04:57:03.199Z Fresh socket2 v0.6.3
11262026-09-14T04:57:03.199Z Fresh stable_deref_trait v1.2.0
11272026-09-14T04:57:03.199Z Fresh futures-channel v0.3.34
11282026-09-14T04:57:03.199Z Fresh yoke v0.7.5
11292026-09-14T04:57:03.199Z Fresh tokio v1.53.1
11302026-09-14T04:57:03.199Z Fresh zerovec-derive v0.10.3
11312026-09-14T04:57:03.199Z Fresh http v1.5.0
11322026-09-14T04:57:03.199Z Fresh zeroize v1.8.2
11332026-09-14T04:57:03.199Z Fresh bitflags v2.11.0
11342026-09-14T04:57:03.199Z Fresh version_check v0.9.5
11352026-09-14T04:57:03.199Z Fresh zerovec v0.10.4
11362026-09-14T04:57:03.200Z Fresh serde v1.0.229
11372026-09-14T04:57:03.200Z Fresh displaydoc v0.2.5
11382026-09-14T04:57:03.200Z Fresh futures-macro v0.3.34
11392026-09-14T04:57:03.200Z Fresh rand_core v0.10.1
11402026-09-14T04:57:03.200Z Fresh futures-task v0.3.34
11412026-09-14T04:57:03.200Z Fresh futures-io v0.3.34
11422026-09-14T04:57:03.200Z Fresh ucd-trie v0.1.6
11432026-09-14T04:57:03.200Z Fresh rustls-pki-types v1.15.1
11442026-09-14T04:57:03.200Z Fresh errno v0.3.10
11452026-09-14T04:57:03.200Z Fresh pest v2.8.1
11462026-09-14T04:57:03.200Z Fresh futures-util v0.3.34
11472026-09-14T04:57:03.200Z Fresh pest_meta v2.8.1
11482026-09-14T04:57:03.200Z Fresh tinystr v0.7.6
11492026-09-14T04:57:03.200Z Fresh aws-lc-sys v0.45.0
11502026-09-14T04:57:03.200Z Fresh zerocopy-derive v0.8.27
11512026-09-14T04:57:03.200Z Fresh writeable v0.5.5
11522026-09-14T04:57:03.200Z Fresh litemap v0.7.4
11532026-09-14T04:57:03.200Z Fresh rustix v1.1.4
11542026-09-14T04:57:03.200Z Fresh rustversion v1.0.22
11552026-09-14T04:57:03.200Z Fresh aws-lc-rs v1.18.1
11562026-09-14T04:57:03.200Z Fresh httparse v1.10.0
11572026-09-14T04:57:03.200Z Fresh icu_locid v1.5.0
11582026-09-14T04:57:03.200Z Fresh zerocopy v0.8.27
11592026-09-14T04:57:03.200Z Fresh pest_generator v2.8.1
11602026-09-14T04:57:03.200Z Fresh typenum v1.19.0
11612026-09-14T04:57:03.200Z Fresh icu_provider_macros v1.5.0
11622026-09-14T04:57:03.201Z Fresh equivalent v1.0.0
11632026-09-14T04:57:03.201Z Fresh time-core v0.1.8
11642026-09-14T04:57:03.201Z Fresh powerfmt v0.2.0
11652026-09-14T04:57:03.201Z Fresh hashbrown v0.17.0
11662026-09-14T04:57:03.201Z Fresh num-conv v0.2.0
11672026-09-14T04:57:03.201Z Fresh fastrand v2.1.1
11682026-09-14T04:57:03.201Z Fresh crossbeam-utils v0.8.21
11692026-09-14T04:57:03.201Z Fresh pest_derive v2.8.1
11702026-09-14T04:57:03.201Z Fresh icu_provider v1.5.0
11712026-09-14T04:57:03.201Z Fresh deranged v0.5.5
11722026-09-14T04:57:03.201Z Fresh indexmap v2.14.2
11732026-09-14T04:57:03.201Z Fresh time-macros v0.2.27
11742026-09-14T04:57:03.201Z Fresh hybrid-array v0.4.8
11752026-09-14T04:57:03.201Z Fresh http-body v1.0.1
11762026-09-14T04:57:03.201Z Fresh tracing-core v0.1.32
11772026-09-14T04:57:03.201Z Fresh icu_locid_transform_data v1.5.0
11782026-09-14T04:57:03.201Z Fresh num_threads v0.1.3
11792026-09-14T04:57:03.201Z Fresh percent-encoding v2.3.2
11802026-09-14T04:57:03.201Z Fresh atomic-waker v1.1.2
11812026-09-14T04:57:03.201Z Fresh untrusted v0.9.0
11822026-09-14T04:57:03.201Z Fresh tracing v0.1.40
11832026-09-14T04:57:03.201Z Fresh icu_locid_transform v1.5.0
11842026-09-14T04:57:03.201Z Fresh rustls-webpki v0.103.13
11852026-09-14T04:57:03.201Z Fresh time v0.3.47
11862026-09-14T04:57:03.201Z Fresh rustix v0.38.44
11872026-09-14T04:57:03.201Z Fresh dtrace-parser v0.3.0
11882026-09-14T04:57:03.270Z Fresh icu_collections v1.5.0
11892026-09-14T04:57:03.270Z Fresh tokio-util v0.7.19
11902026-09-14T04:57:03.270Z Fresh serde_json v1.0.151
11912026-09-14T04:57:03.270Z Fresh erased-serde v0.3.31
11922026-09-14T04:57:03.270Z Fresh scroll_derive v0.13.1
11932026-09-14T04:57:03.270Z Fresh thread-id v5.0.0
11942026-09-14T04:57:03.270Z Fresh fnv v1.0.7
11952026-09-14T04:57:03.270Z Fresh byteorder v1.4.3
11962026-09-14T04:57:03.270Z Fresh icu_properties_data v1.5.0
11972026-09-14T04:57:03.270Z Fresh tower-layer v0.3.3
11982026-09-14T04:57:03.270Z Fresh tower-service v0.3.3
11992026-09-14T04:57:03.270Z Fresh cpufeatures v0.3.0
12002026-09-14T04:57:03.270Z Fresh try-lock v0.2.3
12012026-09-14T04:57:03.270Z Fresh subtle v2.5.0
12022026-09-14T04:57:03.270Z Fresh icu_properties v1.5.1
12032026-09-14T04:57:03.270Z Fresh want v0.3.0
12042026-09-14T04:57:03.270Z Fresh h2 v0.4.14
12052026-09-14T04:57:03.270Z Fresh scroll v0.13.0
12062026-09-14T04:57:03.270Z Fresh rustls v0.23.43
12072026-09-14T04:57:03.270Z Fresh slog v2.8.2
12082026-09-14T04:57:03.270Z Fresh paste v1.0.15
12092026-09-14T04:57:03.270Z Fresh crypto-common v0.2.1
12102026-09-14T04:57:03.270Z Fresh block-buffer v0.12.0
12112026-09-14T04:57:03.270Z Fresh unicode-segmentation v1.10.0
12122026-09-14T04:57:03.270Z Fresh unicode-width v0.2.2
12132026-09-14T04:57:03.271Z Fresh const-oid v0.10.2
12142026-09-14T04:57:03.271Z Fresh utf8_iter v1.0.4
12152026-09-14T04:57:03.271Z Fresh simd-adler32 v0.3.7
12162026-09-14T04:57:03.271Z Fresh write16 v1.0.0
12172026-09-14T04:57:03.271Z Fresh icu_normalizer_data v1.5.0
12182026-09-14T04:57:03.271Z Fresh utf16_iter v1.0.5
12192026-09-14T04:57:03.271Z Fresh httpdate v1.0.1
12202026-09-14T04:57:03.271Z Fresh adler2 v2.0.1
12212026-09-14T04:57:03.271Z Fresh plain v0.2.3
12222026-09-14T04:57:03.271Z Fresh digest v0.11.2
12232026-09-14T04:57:03.271Z Fresh icu_normalizer v1.5.0
12242026-09-14T04:57:03.271Z Fresh hyper v1.11.1
12252026-09-14T04:57:03.271Z Fresh console v0.16.4
12262026-09-14T04:57:03.271Z Fresh newline-converter v0.3.0
12272026-09-14T04:57:03.271Z Fresh goblin v0.10.1
12282026-09-14T04:57:03.271Z Fresh miniz_oxide v0.8.9
12292026-09-14T04:57:03.271Z Fresh num-traits v0.2.14
12302026-09-14T04:57:03.271Z Fresh crc32fast v1.5.0
12312026-09-14T04:57:03.271Z Fresh form_urlencoded v1.2.2
12322026-09-14T04:57:03.271Z Fresh serde_tokenstream v0.2.3
12332026-09-14T04:57:03.271Z Fresh serde_tokenstream v0.3.0
12342026-09-14T04:57:03.271Z Fresh winnow v1.0.0
12352026-09-14T04:57:03.271Z Fresh openssl-probe v0.2.1
12362026-09-14T04:57:03.271Z Fresh similar v3.2.0
12372026-09-14T04:57:03.271Z Fresh semver v1.0.28
12382026-09-14T04:57:03.271Z Fresh heck v0.5.0
12392026-09-14T04:57:03.271Z Fresh iana-time-zone v0.1.47
12402026-09-14T04:57:03.271Z Fresh base64 v0.22.1
12412026-09-14T04:57:03.271Z Fresh ipnet v2.10.0
12422026-09-14T04:57:03.271Z Fresh mime v0.3.16
12432026-09-14T04:57:03.271Z Fresh pretty-hex v0.4.1
12442026-09-14T04:57:03.271Z Fresh toml_parser v1.1.3+spec-1.1.0
12452026-09-14T04:57:03.271Z Fresh chrono v0.4.45
12462026-09-14T04:57:03.271Z Fresh rustls-native-certs v0.8.3
12472026-09-14T04:57:03.271Z Fresh hyper-util v0.1.20
12482026-09-14T04:57:03.271Z Fresh dof v0.4.0
12492026-09-14T04:57:03.271Z Fresh flate2 v1.1.9
12502026-09-14T04:57:03.271Z Fresh idna_adapter v1.2.0
12512026-09-14T04:57:03.271Z Fresh sha1 v0.11.0
12522026-09-14T04:57:03.271Z Fresh unicase v2.6.0
12532026-09-14T04:57:03.271Z Fresh tokio-rustls v0.26.4
12542026-09-14T04:57:03.272Z Fresh chacha20 v0.10.1
12552026-09-14T04:57:03.272Z Fresh concurrent-queue v2.5.0
12562026-09-14T04:57:03.272Z Fresh serde_derive_internals v0.29.0
12572026-09-14T04:57:03.272Z Fresh thread_local v1.1.4
12582026-09-14T04:57:03.272Z Fresh syn v2.0.118
12592026-09-14T04:57:03.272Z Fresh serde_spanned v1.1.1
12602026-09-14T04:57:03.272Z Fresh toml_datetime v1.1.1+spec-1.1.0
12612026-09-14T04:57:03.272Z Fresh sync_wrapper v1.0.1
12622026-09-14T04:57:03.272Z Fresh encoding_rs v0.8.32
12632026-09-14T04:57:03.272Z Fresh toml_writer v1.1.2+spec-1.1.0
12642026-09-14T04:57:03.272Z Fresh base64 v0.23.1
12652026-09-14T04:57:03.272Z Fresh parking v2.2.0
12662026-09-14T04:57:03.272Z Fresh compression-core v0.4.33
12672026-09-14T04:57:03.272Z Fresh match_cfg v0.1.0
12682026-09-14T04:57:03.272Z Fresh toml v1.1.6+spec-1.1.0
12692026-09-14T04:57:03.272Z Fresh event-listener v5.0.0
12702026-09-14T04:57:03.272Z Fresh tower v0.5.2
12712026-09-14T04:57:03.272Z Fresh hostname v0.3.1
12722026-09-14T04:57:03.272Z Fresh compression-codecs v0.4.39
12732026-09-14T04:57:03.272Z Fresh rand v0.10.2
12742026-09-14T04:57:03.272Z Fresh usdt-impl v0.6.0
12752026-09-14T04:57:03.272Z Fresh schemars_derive v0.8.22
12762026-09-14T04:57:03.272Z Fresh ryu v1.0.5
12772026-09-14T04:57:03.272Z Fresh idna v1.0.3
12782026-09-14T04:57:03.272Z Compiling dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
12792026-09-14T04:57:03.272Z Fresh usdt-attr-macro v0.6.0
12802026-09-14T04:57:03.272Z Fresh usdt-macro v0.6.0
12812026-09-14T04:57:03.272Z Fresh slog-json v2.6.1
12822026-09-14T04:57:03.272Z Fresh http-body-util v0.1.5
12832026-09-14T04:57:03.272Z Running `/home/build/.rustup/toolchains/1.98.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=2d03e81d69328613 -C extra-filename=-936cc3965485047f --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-3993fb638e7b894f.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e3918c82b150da1e.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-f6127db3a6186bd6.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-a47b84f9da111502.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-8f1f247756f6308c.rlib --extern proc_macro`
12842026-09-14T04:57:03.272Z Fresh crossbeam-channel v0.5.15
12852026-09-14T04:57:03.272Z Fresh uuid v1.26.0
12862026-09-14T04:57:03.272Z Fresh futures-executor v0.3.34
12872026-09-14T04:57:03.272Z Fresh async-stream-impl v0.3.6
12882026-09-14T04:57:03.277Z Fresh is-terminal v0.4.12
12892026-09-14T04:57:03.277Z Fresh memmap2 v0.9.8
12902026-09-14T04:57:03.277Z Fresh term v1.1.0
12912026-09-14T04:57:03.277Z Fresh data-encoding v2.4.0
12922026-09-14T04:57:03.277Z Fresh iri-string v0.7.8
12932026-09-14T04:57:03.277Z Fresh dyn-clone v1.0.4
12942026-09-14T04:57:03.277Z Fresh spin v0.9.8
12952026-09-14T04:57:03.277Z Fresh take_mut v0.2.2
12962026-09-14T04:57:03.278Z Fresh usdt v0.6.0
12972026-09-14T04:57:03.278Z Fresh schemars v0.8.22
12982026-09-14T04:57:03.278Z Fresh multer v3.1.0
12992026-09-14T04:57:03.278Z Fresh tungstenite v0.30.0
13002026-09-14T04:57:03.278Z Fresh slog-term v2.9.2
13012026-09-14T04:57:03.278Z Fresh slog-async v2.8.0
13022026-09-14T04:57:03.278Z Fresh tower-http v0.6.8
13032026-09-14T04:57:03.278Z Fresh futures v0.3.34
13042026-09-14T04:57:03.278Z Fresh async-stream v0.3.6
13052026-09-14T04:57:03.278Z Fresh serde_urlencoded v0.7.1
13062026-09-14T04:57:03.278Z Fresh slog-bunyan v2.5.0
13072026-09-14T04:57:03.278Z Fresh url v2.5.4
13082026-09-14T04:57:03.278Z Fresh async-compression v0.4.44
13092026-09-14T04:57:03.278Z Fresh camino v1.2.5
13102026-09-14T04:57:03.278Z Fresh event-listener-strategy v0.5.4
13112026-09-14T04:57:03.278Z Fresh target-triple v1.0.0
13122026-09-14T04:57:03.278Z Fresh pem v4.0.0
13132026-09-14T04:57:03.278Z Fresh hyper-rustls v0.27.9
13142026-09-14T04:57:03.278Z Fresh rustls-platform-verifier v0.6.2
13152026-09-14T04:57:03.278Z Fresh yasna v0.6.0
13162026-09-14T04:57:03.278Z Fresh waitgroup v0.1.2
13172026-09-14T04:57:03.278Z Fresh openapiv3 v2.2.0
13182026-09-14T04:57:03.278Z Fresh rustls-pemfile v2.2.0
13192026-09-14T04:57:03.278Z Fresh async-trait v0.1.92
13202026-09-14T04:57:03.278Z Fresh hostname v0.4.2
13212026-09-14T04:57:03.278Z Fresh serde_path_to_error v0.1.20
13222026-09-14T04:57:03.278Z Fresh glob v0.3.0
13232026-09-14T04:57:03.278Z Fresh simple-mermaid v0.2.0
13242026-09-14T04:57:03.278Z Fresh termcolor v1.1.2
13252026-09-14T04:57:03.278Z Fresh debug-ignore v1.0.5
13262026-09-14T04:57:03.278Z Fresh trybuild v1.0.120
13272026-09-14T04:57:03.278Z Fresh rcgen v0.14.10
13282026-09-14T04:57:03.278Z Fresh reqwest v0.13.4
13292026-09-14T04:57:03.278Z Fresh async-channel v2.5.0
13302026-09-14T04:57:03.278Z Fresh mime_guess v2.0.5
13312026-09-14T04:57:03.278Z Fresh anyhow v1.0.104
13322026-09-14T04:57:03.278Z Fresh tokio-tungstenite v0.30.0
13332026-09-14T04:57:03.278Z Fresh subprocess v1.2.1
13342026-09-14T04:57:03.278Z Fresh buf-list v1.1.2
13352026-09-14T04:57:03.278Z Fresh lazy_static v1.5.0
13362026-09-14T04:57:03.279Z Fresh once_cell v1.20.1
13372026-09-14T04:57:03.279Z Fresh schema-derive v0.2.1
13382026-09-14T04:57:03.279Z Fresh getrandom v0.4.1
13392026-09-14T04:57:03.279Z Fresh schema v0.2.1
13402026-09-14T04:57:03.279Z Fresh prettyplease v0.3.0
13412026-09-14T04:57:03.279Z Fresh tempfile v3.27.0
13422026-09-14T04:57:03.279Z Fresh atomicwrites v0.4.4
13432026-09-14T04:57:03.279Z Fresh expectorate v1.3.0
13442026-09-14T04:57:04.526Z Compiling dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot)
13452026-09-14T04:57:04.530Z Running `/home/build/.rustup/toolchains/1.98.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=0398f60be14fa920 -C extra-filename=-4bce1d5c4a2bc459 --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-b350ed4f8ebdca7a.rmeta --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-936cc3965485047f.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-7be53547085e6a08.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-999da371eba82704.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1797a5a1198ac8de.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
13462026-09-14T04:57:04.530Z Running `/home/build/.rustup/toolchains/1.98.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=0da91645daf097e0 -C extra-filename=-439ba925d853e931 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b350ed4f8ebdca7a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-936cc3965485047f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-eb6c16b8d913d6a8.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7901ccdb3a14c9dc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-20c00cbca5627c7c.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-7be53547085e6a08.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-999da371eba82704.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1797a5a1198ac8de.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
13472026-09-14T04:57:09.498Z Running `/home/build/.rustup/toolchains/1.98.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=105e6567484da047 -C extra-filename=-cd330b25fa14309b --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b350ed4f8ebdca7a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4bce1d5c4a2bc459.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-936cc3965485047f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-eb6c16b8d913d6a8.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7901ccdb3a14c9dc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-20c00cbca5627c7c.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-7be53547085e6a08.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-999da371eba82704.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1797a5a1198ac8de.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
13482026-09-14T04:57:09.502Z Running `/home/build/.rustup/toolchains/1.98.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=9b70adb3b0d38ff4 -C extra-filename=-a7bd92a3fe67f6f5 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b350ed4f8ebdca7a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4bce1d5c4a2bc459.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-936cc3965485047f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-eb6c16b8d913d6a8.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7901ccdb3a14c9dc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-20c00cbca5627c7c.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-7be53547085e6a08.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-999da371eba82704.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1797a5a1198ac8de.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
13492026-09-14T04:57:09.507Z Running `/home/build/.rustup/toolchains/1.98.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=1c8cd8a44c16cd83 -C extra-filename=-27473c3a52014bb1 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b350ed4f8ebdca7a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4bce1d5c4a2bc459.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-936cc3965485047f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-eb6c16b8d913d6a8.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7901ccdb3a14c9dc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-20c00cbca5627c7c.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-7be53547085e6a08.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-999da371eba82704.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1797a5a1198ac8de.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
13502026-09-14T04:57:09.507Z Running `/home/build/.rustup/toolchains/1.98.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=f15c5bf77c16f603 -C extra-filename=-177406325f9be494 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b350ed4f8ebdca7a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4bce1d5c4a2bc459.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-936cc3965485047f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-eb6c16b8d913d6a8.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7901ccdb3a14c9dc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-20c00cbca5627c7c.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-7be53547085e6a08.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-999da371eba82704.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1797a5a1198ac8de.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
13512026-09-14T04:57:09.507Z Running `/home/build/.rustup/toolchains/1.98.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=740b12f43c510b3b -C extra-filename=-eb29929451cce9e0 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b350ed4f8ebdca7a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4bce1d5c4a2bc459.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-936cc3965485047f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-eb6c16b8d913d6a8.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7901ccdb3a14c9dc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-20c00cbca5627c7c.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-7be53547085e6a08.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-999da371eba82704.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1797a5a1198ac8de.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
13522026-09-14T04:57:09.507Z Running `/home/build/.rustup/toolchains/1.98.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=99401cd59946a5be -C extra-filename=-828553b906497bb6 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b350ed4f8ebdca7a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4bce1d5c4a2bc459.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-936cc3965485047f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-eb6c16b8d913d6a8.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7901ccdb3a14c9dc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-20c00cbca5627c7c.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-7be53547085e6a08.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-999da371eba82704.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1797a5a1198ac8de.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
13532026-09-14T04:57:09.507Z Running `/home/build/.rustup/toolchains/1.98.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=1f9ab175e02dad93 -C extra-filename=-7b3955f7242fead3 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b350ed4f8ebdca7a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4bce1d5c4a2bc459.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-936cc3965485047f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-eb6c16b8d913d6a8.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7901ccdb3a14c9dc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-20c00cbca5627c7c.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-7be53547085e6a08.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-999da371eba82704.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1797a5a1198ac8de.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
13542026-09-14T04:57:17.654Z Running `/home/build/.rustup/toolchains/1.98.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=7028f14921e3ffdb -C extra-filename=-5b4d22763a53097b --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b350ed4f8ebdca7a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4bce1d5c4a2bc459.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-936cc3965485047f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-eb6c16b8d913d6a8.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7901ccdb3a14c9dc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-20c00cbca5627c7c.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-7be53547085e6a08.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-999da371eba82704.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1797a5a1198ac8de.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
13552026-09-14T04:57:20.131Z Running `/home/build/.rustup/toolchains/1.98.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=a82b803af517c007 -C extra-filename=-049b4fb71e3f79ef --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b350ed4f8ebdca7a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4bce1d5c4a2bc459.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-936cc3965485047f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-eb6c16b8d913d6a8.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7901ccdb3a14c9dc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-20c00cbca5627c7c.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-7be53547085e6a08.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-999da371eba82704.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1797a5a1198ac8de.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
13562026-09-14T04:57:20.201Z Running `/home/build/.rustup/toolchains/1.98.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=33b47deabc519f0b -C extra-filename=-2a3775c73431b173 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b350ed4f8ebdca7a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4bce1d5c4a2bc459.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-936cc3965485047f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-eb6c16b8d913d6a8.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7901ccdb3a14c9dc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-20c00cbca5627c7c.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-7be53547085e6a08.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-999da371eba82704.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1797a5a1198ac8de.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
13572026-09-14T04:57:20.238Z Running `/home/build/.rustup/toolchains/1.98.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=1a4bbd40c29708f7 -C extra-filename=-42671be07d0ff2e3 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b350ed4f8ebdca7a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4bce1d5c4a2bc459.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-936cc3965485047f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-eb6c16b8d913d6a8.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7901ccdb3a14c9dc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-20c00cbca5627c7c.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-7be53547085e6a08.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-999da371eba82704.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1797a5a1198ac8de.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
13582026-09-14T04:57:21.165Z Running `/home/build/.rustup/toolchains/1.98.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=62b15129fab785b8 -C extra-filename=-df6d33e780cc4d2b --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b350ed4f8ebdca7a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4bce1d5c4a2bc459.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-936cc3965485047f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-eb6c16b8d913d6a8.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7901ccdb3a14c9dc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-20c00cbca5627c7c.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-7be53547085e6a08.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-999da371eba82704.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1797a5a1198ac8de.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
13592026-09-14T04:57:22.023Z Running `/home/build/.rustup/toolchains/1.98.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=621c9aae3ed7e8fc -C extra-filename=-ad003f0279dd6187 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b350ed4f8ebdca7a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4bce1d5c4a2bc459.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-936cc3965485047f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-eb6c16b8d913d6a8.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7901ccdb3a14c9dc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-20c00cbca5627c7c.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-7be53547085e6a08.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-999da371eba82704.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1797a5a1198ac8de.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
13602026-09-14T04:57:22.449Z Running `/home/build/.rustup/toolchains/1.98.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=52a4424f5e923e2f -C extra-filename=-03f398abae2142c7 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b350ed4f8ebdca7a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4bce1d5c4a2bc459.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-936cc3965485047f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-eb6c16b8d913d6a8.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7901ccdb3a14c9dc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-20c00cbca5627c7c.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-7be53547085e6a08.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-999da371eba82704.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1797a5a1198ac8de.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
13612026-09-14T04:57:22.988Z Running `/home/build/.rustup/toolchains/1.98.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=47a2224c740b29f3 -C extra-filename=-23a096f449afa272 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b350ed4f8ebdca7a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4bce1d5c4a2bc459.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-936cc3965485047f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-eb6c16b8d913d6a8.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7901ccdb3a14c9dc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-20c00cbca5627c7c.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-7be53547085e6a08.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-999da371eba82704.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1797a5a1198ac8de.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
13622026-09-14T04:57:28.609Z Running `/home/build/.rustup/toolchains/1.98.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=6e062eda5968b6c8 -C extra-filename=-c942f8093d109856 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b350ed4f8ebdca7a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4bce1d5c4a2bc459.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-936cc3965485047f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-eb6c16b8d913d6a8.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7901ccdb3a14c9dc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-20c00cbca5627c7c.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-7be53547085e6a08.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-999da371eba82704.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1797a5a1198ac8de.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
13632026-09-14T04:57:31.294Z Running `/home/build/.rustup/toolchains/1.98.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=485bd299dab67723 -C extra-filename=-85e0a8133c2b2948 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b350ed4f8ebdca7a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4bce1d5c4a2bc459.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-936cc3965485047f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-eb6c16b8d913d6a8.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7901ccdb3a14c9dc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-20c00cbca5627c7c.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-7be53547085e6a08.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-999da371eba82704.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1797a5a1198ac8de.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
13642026-09-14T04:57:31.780Z Running `/home/build/.rustup/toolchains/1.98.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=5cb32796554e59ff -C extra-filename=-34dbc7adb1e4f7c4 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b350ed4f8ebdca7a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4bce1d5c4a2bc459.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-936cc3965485047f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-eb6c16b8d913d6a8.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7901ccdb3a14c9dc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-20c00cbca5627c7c.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-7be53547085e6a08.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-999da371eba82704.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1797a5a1198ac8de.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
13652026-09-14T04:57:31.798Z Running `/home/build/.rustup/toolchains/1.98.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=c9f54c596ead412c -C extra-filename=-d2f6f7e5b46d0766 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b350ed4f8ebdca7a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4bce1d5c4a2bc459.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-936cc3965485047f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-eb6c16b8d913d6a8.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7901ccdb3a14c9dc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-20c00cbca5627c7c.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-7be53547085e6a08.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-999da371eba82704.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1797a5a1198ac8de.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
13662026-09-14T04:57:31.877Z Running `/home/build/.rustup/toolchains/1.98.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=58500290fad228c5 -C extra-filename=-4f89ada9334b4a53 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b350ed4f8ebdca7a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4bce1d5c4a2bc459.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-936cc3965485047f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-eb6c16b8d913d6a8.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7901ccdb3a14c9dc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-20c00cbca5627c7c.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-7be53547085e6a08.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-999da371eba82704.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1797a5a1198ac8de.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
13672026-09-14T04:57:33.526Z Running `/home/build/.rustup/toolchains/1.98.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=672e0c39fa663314 -C extra-filename=-15e7c380c2ed0da0 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b350ed4f8ebdca7a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4bce1d5c4a2bc459.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-936cc3965485047f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-eb6c16b8d913d6a8.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7901ccdb3a14c9dc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-20c00cbca5627c7c.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-7be53547085e6a08.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-999da371eba82704.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1797a5a1198ac8de.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
13682026-09-14T04:57:34.696Z Running `/home/build/.rustup/toolchains/1.98.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=57f89166c4d8ac46 -C extra-filename=-22686887e43f7cd1 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b350ed4f8ebdca7a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4bce1d5c4a2bc459.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-936cc3965485047f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-eb6c16b8d913d6a8.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7901ccdb3a14c9dc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-20c00cbca5627c7c.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-7be53547085e6a08.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-999da371eba82704.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1797a5a1198ac8de.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
13692026-09-14T04:57:35.381Z Running `/home/build/.rustup/toolchains/1.98.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=034e3cc8341c576c -C extra-filename=-1436c6603249cb33 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b350ed4f8ebdca7a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4bce1d5c4a2bc459.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-936cc3965485047f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-eb6c16b8d913d6a8.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7901ccdb3a14c9dc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-20c00cbca5627c7c.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-7be53547085e6a08.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-999da371eba82704.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1797a5a1198ac8de.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
13702026-09-14T04:57:41.567Z Running `/home/build/.rustup/toolchains/1.98.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=1706ff41b51cbaf2 -C extra-filename=-808bcac0205df356 --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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b350ed4f8ebdca7a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4bce1d5c4a2bc459.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-936cc3965485047f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-eb6c16b8d913d6a8.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7901ccdb3a14c9dc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-20c00cbca5627c7c.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-7be53547085e6a08.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-999da371eba82704.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1797a5a1198ac8de.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-5764d16b26a84809/out`
13712026-09-14T04:57:57.327Z Finished `test` profile [unoptimized + debuginfo] target(s) in 54.33s
13722026-09-14T04:57:57.369Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-439ba925d853e931`
13732026-09-14T04:57:57.372Z
13742026-09-14T04:57:57.372Zrunning 142 tests
13752026-09-14T04:57:57.376Ztest api_description::test::test_endpoint_versions_matches ... ok
13762026-09-14T04:57:57.377Ztest api_description::test::test_endpoint_versions_range ... ok
13772026-09-14T04:57:57.377Ztest api_description::test::test_endpoint_versions_overlaps ... ok
13782026-09-14T04:57:57.377Ztest api_description::test::test_badpath4 - should panic ... ok
13792026-09-14T04:57:57.377Ztest api_description::test::test_tags_need_one ... ok
13802026-09-14T04:57:57.377Ztest api_description::test::test_badpath2 ... ok
13812026-09-14T04:57:57.377Ztest api_description::test::test_badpath1 ... ok
13822026-09-14T04:57:57.377Ztest api_description::test::test_badpath3 ... ok
13832026-09-14T04:57:57.377Ztest api_description::test::test_dup_names ... ok
13842026-09-14T04:57:57.377Ztest api_description::test::test_tag_config_deserialize_old ... ok
13852026-09-14T04:57:57.377Ztest api_description::test::test_tags_too_many ... ok
13862026-09-14T04:57:57.377Ztest api_description::test::test_tags_just_right ... ok
13872026-09-14T04:57:57.377Ztest compression::tests::test_accepts_gzip_encoding_gzip_takes_precedence_over_wildcard ... ok
13882026-09-14T04:57:57.377Ztest compression::tests::test_accepts_gzip_encoding_ignores_malformed_parameters ... ok
13892026-09-14T04:57:57.377Ztest compression::tests::test_accepts_gzip_encoding_gzip_acceptance_overrides_wildcard_rejection ... ok
13902026-09-14T04:57:57.377Ztest compression::tests::test_accepts_gzip_encoding_case_insensitive ... ok
13912026-09-14T04:57:57.377Ztest compression::tests::test_accepts_gzip_encoding_basic ... ok
13922026-09-14T04:57:57.377Ztest compression::tests::test_accepts_gzip_encoding_malformed_quality ... ok
13932026-09-14T04:57:57.377Ztest compression::tests::test_accepts_gzip_encoding_multiple_encodings ... ok
13942026-09-14T04:57:57.377Ztest compression::tests::test_accepts_gzip_encoding_no_header ... ok
13952026-09-14T04:57:57.377Ztest compression::tests::test_accepts_gzip_encoding_non_finite_quality_defaults ... ok
13962026-09-14T04:57:57.377Ztest compression::tests::test_accepts_gzip_encoding_prefers_highest_quality ... ok
13972026-09-14T04:57:57.377Ztest compression::tests::test_accepts_gzip_encoding_multiple_headers ... ok
13982026-09-14T04:57:57.377Ztest compression::tests::test_accepts_gzip_encoding_rejects_zero_quality ... ok
13992026-09-14T04:57:57.377Ztest compression::tests::test_accepts_gzip_encoding_wildcard_with_quality ... ok
14002026-09-14T04:57:57.377Ztest compression::tests::test_accepts_gzip_encoding_wildcard ... ok
14012026-09-14T04:57:57.377Ztest compression::tests::test_accepts_gzip_encoding_wildcard_rejected ... ok
14022026-09-14T04:57:57.377Ztest compression::tests::test_accepts_gzip_encoding_with_positive_quality ... ok
14032026-09-14T04:57:57.377Ztest compression::tests::test_should_compress_response_already_encoded ... ok
14042026-09-14T04:57:57.378Ztest compression::tests::test_should_compress_response_head_method ... ok
14052026-09-14T04:57:57.378Ztest compression::tests::test_should_compress_response_basic ... ok
14062026-09-14T04:57:57.378Ztest compression::tests::test_should_compress_response_no_accept_encoding ... ok
14072026-09-14T04:57:57.378Ztest compression::tests::test_should_compress_response_no_content ... ok
14082026-09-14T04:57:57.378Ztest compression::tests::test_should_compress_response_compressible_content_types ... ok
14092026-09-14T04:57:57.378Ztest compression::tests::test_should_compress_response_no_content_type ... ok
14102026-09-14T04:57:57.378Ztest compression::tests::test_should_compress_response_no_compression_extension ... ok
14112026-09-14T04:57:57.378Ztest compression::tests::test_accepts_gzip_encoding_with_spaces ... ok
14122026-09-14T04:57:57.378Ztest compression::tests::test_should_compress_response_non_compressible_content_types ... ok
14132026-09-14T04:57:57.378Ztest compression::tests::test_should_compress_response_partial_content ... ok
14142026-09-14T04:57:57.378Ztest compression::tests::test_should_compress_response_not_modified ... ok
14152026-09-14T04:57:57.378Ztest compression::tests::test_should_compress_response_rejects_content_range ... ok
14162026-09-14T04:57:57.378Ztest compression::tests::test_should_compress_response_respects_content_length_threshold ... ok
14172026-09-14T04:57:57.378Ztest compression::tests::test_should_compress_response_sse ... ok
14182026-09-14T04:57:57.378Ztest error::test::test_serialize_error_response_body ... ok
14192026-09-14T04:57:57.378Ztest extractor::body::tests::test_typed_body_from ... ok
14202026-09-14T04:57:57.378Ztest extractor::metadata::test::test_metadata_flattened ... ok
14212026-09-14T04:57:57.378Ztest extractor::metadata::test::test_metadata_simple ... ok
14222026-09-14T04:57:57.378Ztest extractor::header::tests::test_header_parsing ... ok
14232026-09-14T04:57:57.378Ztest extractor::metadata::test::test_metadata_flattened_enum ... ok
14242026-09-14T04:57:57.378Ztest extractor::metadata::test::test_metadata_pagination ... ok
14252026-09-14T04:57:57.378Ztest from_map::test::test_case_insensitive ... ok
14262026-09-14T04:57:57.378Ztest from_map::test::test_deep ... ok
14272026-09-14T04:57:57.378Ztest from_map::test::test_lone_literal ... ok
14282026-09-14T04:57:57.378Ztest from_map::test::test_missing_data2 ... ok
14292026-09-14T04:57:57.378Ztest from_map::test::test_missing_data1 ... ok
14302026-09-14T04:57:57.378Ztest from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok
14312026-09-14T04:57:57.378Ztest from_map::test::test_types ... ok
14322026-09-14T04:57:57.382Ztest compression::tests::test_apply_gzip_compression_avoids_duplicate_vary_entries ... ok
14332026-09-14T04:57:57.382Ztest compression::tests::test_apply_gzip_compression_removes_accept_ranges_and_sets_vary ... ok
14342026-09-14T04:57:57.382Ztest logging::test::test_config_bad_file_no_file ... ok
14352026-09-14T04:57:57.382Ztest logging::test::test_config_bad_terminal_bad_level ... ok
14362026-09-14T04:57:57.383Ztest logging::test::test_config_bad_file_no_level ... ok
14372026-09-14T04:57:57.383Ztest logging::test::test_config_bad_log_mode ... ok
14382026-09-14T04:57:57.383Ztest extractor::body::tests::test_content_plus_json ... ok
14392026-09-14T04:57:57.383Ztest logging::test::test_config_bad_terminal_no_level ... ok
14402026-09-14T04:57:57.383Ztest logging::test::test_config_bad_file_path_exists_fail ... ok
14412026-09-14T04:57:57.383Ztest pagination::test::test_pagination_schema ... ok
14422026-09-14T04:57:57.383Ztest logging::test::test_config_bad_file_bad_path_type ... ok
14432026-09-14T04:57:57.383Ztest pagination::test::test_results_page ... ok
14442026-09-14T04:57:57.383Ztest api_description::test::test_tags_set ... ok
14452026-09-14T04:57:57.383Ztest router::test::test_bad_path_segment3 - should panic ... ok
14462026-09-14T04:57:57.383Ztest router::test::test_bad_path_segment2 - should panic ... ok
14472026-09-14T04:57:57.383Ztest pagination::test::test_page_token_serialization ... ok
14482026-09-14T04:57:57.383Ztest router::test::test_bad_path_segment1 - should panic ... ok
14492026-09-14T04:57:57.383Ztest pagination::test::test_pagparams_parsing ... ok
14502026-09-14T04:57:57.383Ztest router::test::test_bad_path_segment4 - should panic ... ok
14512026-09-14T04:57:57.383Znote: configured to log to "/tmp/dropshot-439ba925d853e931.3153.file_dir/log.out"
14522026-09-14T04:57:57.383Ztest router::test::test_bogus_regex - should panic ... ok
14532026-09-14T04:57:57.383Ztest router::test::test_duplicate_route2 - should panic ... ok
14542026-09-14T04:57:57.383Ztest router::test::test_duplicate_route3 - should panic ... ok
14552026-09-14T04:57:57.383Ztest router::test::test_duplicate_route_overlapping_version - should panic ... ok
14562026-09-14T04:57:57.383Ztest router::test::test_duplicate_route1 - should panic ... ok
14572026-09-14T04:57:57.383Ztest router::test::test_duplicate_route_same_version - should panic ... ok
14582026-09-14T04:57:57.383Ztest router::test::test_duplicate_varname - should panic ... ok
14592026-09-14T04:57:57.383Ztest logging::test::test_config_stderr_terminal ... ok
14602026-09-14T04:57:57.383Ztest router::test::test_empty_variable ... ok
14612026-09-14T04:57:57.383Ztest router::test::test_embedded_non_variable ... ok
14622026-09-14T04:57:57.383Ztest router::test::test_inconsistent_varname - should panic ... ok
14632026-09-14T04:57:57.384Ztest router::test::test_error_cases ... ok
14642026-09-14T04:57:57.384Ztest router::test::test_iter ... ok
14652026-09-14T04:57:57.384Ztest router::test::test_iter_null ... ok
14662026-09-14T04:57:57.384Ztest router::test::test_iter2 ... ok
14672026-09-14T04:57:57.384Ztest router::test::test_literal_after_regex - should panic ... ok
14682026-09-14T04:57:57.384Ztest router::test::test_map_bad_seq ... ok
14692026-09-14T04:57:57.384Ztest router::test::test_literal_after_variable - should panic ... ok
14702026-09-14T04:57:57.384Ztest router::test::test_map_bad_value ... ok
14712026-09-14T04:57:57.384Ztest router::test::test_map ... ok
14722026-09-14T04:57:57.384Ztest router::test::test_more_after_regex - should panic ... ok
14732026-09-14T04:57:57.384Ztest router::test::test_path_segment ... ok
14742026-09-14T04:57:57.384Ztest router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok
14752026-09-14T04:57:57.384Ztest router::test::test_router_versioned ... ok
14762026-09-14T04:57:57.384Ztest router::test::test_variable_name_bad_end - should panic ... ok
14772026-09-14T04:57:57.384Ztest router::test::test_variable_name_empty - should panic ... ok
14782026-09-14T04:57:57.384Ztest router::test::test_segments ... ok
14792026-09-14T04:57:57.384Znote: configured to log to "/tmp/dropshot-439ba925d853e931.3153.file_dir/log.out"
14802026-09-14T04:57:57.384Ztest router::test::test_variable_name_bad_start - should panic ... ok
14812026-09-14T04:57:57.384Ztest router::test::test_variable_rename ... ok
14822026-09-14T04:57:57.384Ztest router::test::test_variables_basic ... ok
14832026-09-14T04:57:57.384Ztest router::test::test_router_basic ... ok
14842026-09-14T04:57:57.384Ztest router::test::test_variables_glob ... ok
14852026-09-14T04:57:57.384Ztest router::test::test_variable_after_literal - should panic ... ok
14862026-09-14T04:57:57.384Ztest router::test::test_variables_multi ... ok
14872026-09-14T04:57:57.384Ztest schema_util::test::test_empty_struct ... ok
14882026-09-14T04:57:57.384Ztest schema_util::test::test_nullable ... ok
14892026-09-14T04:57:57.384Ztest schema_util::test::test_embedded_schema ... ok
14902026-09-14T04:57:57.385Ztest schema_util::test::test_additional_properties ... ok
14912026-09-14T04:57:57.385Ztest schema_util::test::test_extension_conversion ... ok
14922026-09-14T04:57:57.385Znote: configured to log to "/tmp/dropshot-439ba925d853e931.3153.file_dir/log.out"
14932026-09-14T04:57:57.385Ztest schema_util::test::test_two_types - should panic ... ok
14942026-09-14T04:57:57.385Ztest schema_util::test::test_garbage_barge_structure_conversion ... ok
14952026-09-14T04:57:57.385Ztest test_util::test::test_bunyan_bad_name - should panic ... ok
14962026-09-14T04:57:57.385Ztest test_util::test::test_bunyan_bad_hostname - should panic ... ok
14972026-09-14T04:57:57.385Ztest logging::test::test_config_file ... ok
14982026-09-14T04:57:57.385Ztest test_util::test::test_bunyan_bad_pid - should panic ... ok
14992026-09-14T04:57:57.385Ztest test_util::test::test_bunyan_bad_v - should panic ... ok
15002026-09-14T04:57:57.385Ztest test_util::test::test_bunyan_easy_cases ... ok
15012026-09-14T04:57:57.385Ztest test_util::test::test_bunyan_seq_bad_order - should panic ... ok
15022026-09-14T04:57:57.385Ztest schema_util::test::test_schema2struct_with_enum_variants ... ok
15032026-09-14T04:57:57.385Ztest test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok
15042026-09-14T04:57:57.385Ztest test_util::test::test_bunyan_seq_lower_violated - should panic ... ok
15052026-09-14T04:57:57.385Ztest test_util::test::test_bunyan_seq_easy_cases ... ok
15062026-09-14T04:57:57.385Ztest to_map::test::test_to_map_seq ... ok
15072026-09-14T04:57:57.385Ztest to_map::test::test_struct_with_options ... ok
15082026-09-14T04:57:57.385Ztest to_map::test::test_to_map_enum ... ok
15092026-09-14T04:57:57.385Ztest to_map::test::test_to_map_num ... ok
15102026-09-14T04:57:57.385Ztest to_map::test::test_to_map_vec ... ok
15112026-09-14T04:57:57.385Ztest to_map::test::test_to_map_valid ... ok
15122026-09-14T04:57:57.385Ztest test_util::test::test_bunyan_seq_upper_violated - should panic ... ok
15132026-09-14T04:57:57.385Ztest type_util::tests::test_commented_ref ... ok
15142026-09-14T04:57:57.385Ztest type_util::tests::test_recursive_type - should panic ... ok
15152026-09-14T04:57:57.385Ztest type_util::tests::test_reflexive_type - should panic ... ok
15162026-09-14T04:57:57.385Ztest websocket::tests::test_ws_upg_task_is_spawned ... ok
15172026-09-14T04:57:57.385Ztest server::test::test_drop_server_without_close_okay ... ok
15182026-09-14T04:57:57.385Ztest server::test::test_server_run_then_close ... ok
15192026-09-14T04:57:57.386Ztest server::test::test_http_acceptor_happy_path ... ok
15202026-09-14T04:57:57.386Z
15212026-09-14T04:57:57.386Ztest result: ok. 142 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
15222026-09-14T04:57:57.386Z
15232026-09-14T04:57:57.389Z Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-42671be07d0ff2e3`
15242026-09-14T04:57:57.389Z
15252026-09-14T04:57:57.390Zrunning 1 test
15262026-09-14T04:57:57.683Z Compiling proc-macro2 v1.0.107
15272026-09-14T04:57:57.683Z Compiling quote v1.0.47
15282026-09-14T04:57:57.683Z Compiling unicode-ident v1.0.12
15292026-09-14T04:57:57.683Z Compiling libc v0.2.189
15302026-09-14T04:57:57.686Z Checking cfg-if v1.0.0
15312026-09-14T04:57:57.687Z Compiling serde_core v1.0.229
15322026-09-14T04:57:57.687Z Checking itoa v1.0.1
15332026-09-14T04:57:57.777Z Checking memchr v2.6.0
15342026-09-14T04:57:57.830Z Checking pin-project-lite v0.2.12
15352026-09-14T04:57:57.836Z Compiling autocfg v1.1.0
15362026-09-14T04:57:57.915Z Compiling thiserror v2.0.20
15372026-09-14T04:57:58.108Z Checking bytes v1.12.1
15382026-09-14T04:57:58.153Z Checking smallvec v1.13.2
15392026-09-14T04:57:58.216Z Compiling zmij v1.0.2
15402026-09-14T04:57:58.324Z Checking futures-core v0.3.34
15412026-09-14T04:57:58.354Z Compiling serde_json v1.0.151
15422026-09-14T04:57:58.439Z Compiling serde v1.0.229
15432026-09-14T04:57:58.518Z Compiling log v0.4.17
15442026-09-14T04:57:58.571Z Checking once_cell v1.20.1
15452026-09-14T04:57:58.577Z Compiling jobserver v0.1.34
15462026-09-14T04:57:58.610Z Compiling find-msvc-tools v0.1.9
15472026-09-14T04:57:58.648Z Compiling parking_lot_core v0.9.4
15482026-09-14T04:57:58.730Z Compiling shlex v1.3.0
15492026-09-14T04:57:58.913Z Compiling cc v1.2.60
15502026-09-14T04:57:58.948Z Compiling syn v2.0.118
15512026-09-14T04:57:58.959Z Compiling syn v3.0.4
15522026-09-14T04:57:58.998Z Compiling slab v0.4.9
15532026-09-14T04:57:59.042Z Checking futures-sink v0.3.34
15542026-09-14T04:57:59.074Z Checking scopeguard v1.2.0
15552026-09-14T04:57:59.170Z Checking lock_api v0.4.6
15562026-09-14T04:57:59.323Z Compiling fs_extra v1.3.0
15572026-09-14T04:57:59.353Z Compiling dunce v1.0.5
15582026-09-14T04:57:59.359Z Compiling version_check v0.9.5
15592026-09-14T04:57:59.444Z Compiling pkg-config v0.3.34
15602026-09-14T04:57:59.666Z Compiling cmake v0.1.58
15612026-09-14T04:57:59.731Z Checking parking_lot v0.12.1
15622026-09-14T04:57:59.742Z Checking mio v1.2.0
15632026-09-14T04:57:59.920Z Checking signal-hook-registry v1.4.0
15642026-09-14T04:58:00.017Z Checking socket2 v0.6.3
15652026-09-14T04:58:00.075Z Checking stable_deref_trait v1.2.0
15662026-09-14T04:58:00.103Z Checking futures-channel v0.3.34
15672026-09-14T04:58:00.114Z Checking http v1.5.0
15682026-09-14T04:58:00.144Z Compiling zerocopy v0.8.27
15692026-09-14T04:58:00.254Z Checking zeroize v1.8.2
15702026-09-14T04:58:00.291Z Compiling ucd-trie v0.1.6
15712026-09-14T04:58:00.437Z Checking futures-task v0.3.34
15722026-09-14T04:58:00.574Z Compiling getrandom v0.4.1
15732026-09-14T04:58:00.596Z Checking rand_core v0.10.1
15742026-09-14T04:58:00.673Z Checking futures-io v0.3.34
15752026-09-14T04:58:00.732Z Compiling aws-lc-rs v1.18.1
15762026-09-14T04:58:00.803Z Compiling aws-lc-sys v0.45.0
15772026-09-14T04:58:00.899Z Checking rustls-pki-types v1.15.1
15782026-09-14T04:58:00.921Z Compiling rustversion v1.0.22
15792026-09-14T04:58:01.109Z Compiling typenum v1.19.0
15802026-09-14T04:58:01.115Z Compiling httparse v1.10.0
15812026-09-14T04:58:01.565Z Checking writeable v0.5.5
15822026-09-14T04:58:01.593Z Checking litemap v0.7.4
15832026-09-14T04:58:01.779Z Compiling synstructure v0.13.1
15842026-09-14T04:58:01.785Z Compiling crossbeam-utils v0.8.21
15852026-09-14T04:58:02.225Z Compiling time-core v0.1.8
15862026-09-14T04:58:02.375Z Checking hashbrown v0.17.0
15872026-09-14T04:58:02.419Z Compiling num-conv v0.2.0
15882026-09-14T04:58:02.532Z Checking equivalent v1.0.0
15892026-09-14T04:58:02.549Z Checking powerfmt v0.2.0
15902026-09-14T04:58:02.552Z Compiling time-macros v0.2.27
15912026-09-14T04:58:02.613Z Checking hybrid-array v0.4.8
15922026-09-14T04:58:02.697Z Checking deranged v0.5.5
15932026-09-14T04:58:02.768Z Compiling slog v2.8.2
15942026-09-14T04:58:02.860Z Checking indexmap v2.14.2
15952026-09-14T04:58:03.205Z Checking http-body v1.0.1
15962026-09-14T04:58:03.372Z Compiling unicase v2.6.0
15972026-09-14T04:58:03.380Z Checking tracing-core v0.1.32
15982026-09-14T04:58:03.413Z Checking percent-encoding v2.3.2
15992026-09-14T04:58:03.645Z Checking untrusted v0.9.0
16002026-09-14T04:58:03.680Z Checking bitflags v2.11.0
16012026-09-14T04:58:03.742Z Checking atomic-waker v1.1.2
16022026-09-14T04:58:03.745Z Checking icu_locid_transform_data v1.5.0
16032026-09-14T04:58:03.808Z Checking num_threads v0.1.3
16042026-09-14T04:58:03.814Z Compiling rustls v0.23.43
16052026-09-14T04:58:03.831Z Checking tracing v0.1.40
16062026-09-14T04:58:03.880Z Compiling num-traits v0.2.14
16072026-09-14T04:58:03.887Z Checking time v0.3.47
16082026-09-14T04:58:04.001Z Compiling serde_derive v1.0.229
16092026-09-14T04:58:04.034Z Compiling thiserror-impl v2.0.20
16102026-09-14T04:58:04.056Z Compiling zerofrom-derive v0.1.5
16112026-09-14T04:58:04.139Z Compiling tokio-macros v2.7.0
16122026-09-14T04:58:04.330Z Compiling yoke-derive v0.7.5
16132026-09-14T04:58:04.707Z Compiling zerovec-derive v0.10.3
16142026-09-14T04:58:04.953Z Compiling displaydoc v0.2.5
16152026-09-14T04:58:05.264Z Checking tokio v1.53.1
16162026-09-14T04:58:06.123Z Compiling pest v2.8.1
16172026-09-14T04:58:06.130Z Compiling futures-macro v0.3.34
16182026-09-14T04:58:06.185Z Compiling zerocopy-derive v0.8.27
16192026-09-14T04:58:06.243Z Checking zerofrom v0.1.5
16202026-09-14T04:58:06.279Z Compiling icu_provider_macros v1.5.0
16212026-09-14T04:58:06.360Z Checking yoke v0.7.5
16222026-09-14T04:58:06.539Z Checking zerovec v0.10.4
16232026-09-14T04:58:07.160Z Compiling pest_meta v2.8.1
16242026-09-14T04:58:07.297Z Checking tinystr v0.7.6
16252026-09-14T04:58:07.366Z Checking futures-util v0.3.34
16262026-09-14T04:58:07.406Z Checking icu_collections v1.5.0
16272026-09-14T04:58:07.471Z Checking icu_locid v1.5.0
16282026-09-14T04:58:07.724Z Compiling scroll_derive v0.13.1
16292026-09-14T04:58:08.099Z Compiling pest_generator v2.8.1
16302026-09-14T04:58:08.169Z Checking icu_provider v1.5.0
16312026-09-14T04:58:08.380Z Checking tokio-util v0.7.19
16322026-09-14T04:58:08.431Z Checking erased-serde v0.3.31
16332026-09-14T04:58:08.471Z Checking icu_locid_transform v1.5.0
16342026-09-14T04:58:08.808Z Checking fnv v1.0.7
16352026-09-14T04:58:08.889Z Compiling crc32fast v1.5.0
16362026-09-14T04:58:08.893Z Checking try-lock v0.2.3
16372026-09-14T04:58:08.913Z Compiling usdt-impl v0.6.0
16382026-09-14T04:58:08.928Z Checking cpufeatures v0.3.0
16392026-09-14T04:58:08.979Z Checking tower-service v0.3.3
16402026-09-14T04:58:08.993Z Checking subtle v2.5.0
16412026-09-14T04:58:09.123Z Checking icu_properties_data v1.5.0
16422026-09-14T04:58:09.144Z Compiling pest_derive v2.8.1
16432026-09-14T04:58:09.161Z Checking tower-layer v0.3.3
16442026-09-14T04:58:09.250Z Checking icu_properties v1.5.1
16452026-09-14T04:58:09.263Z Checking want v0.3.0
16462026-09-14T04:58:09.279Z Checking h2 v0.4.14
16472026-09-14T04:58:09.303Z Checking scroll v0.13.0
16482026-09-14T04:58:09.521Z Checking block-buffer v0.12.0
16492026-09-14T04:58:09.636Z Checking crypto-common v0.2.1
16502026-09-14T04:58:09.687Z Checking errno v0.3.10
16512026-09-14T04:58:09.700Z Compiling thread-id v5.0.0
16522026-09-14T04:58:09.800Z Checking adler2 v2.0.1
16532026-09-14T04:58:09.820Z Compiling rustix v1.1.4
16542026-09-14T04:58:09.903Z Checking write16 v1.0.0
16552026-09-14T04:58:09.992Z Checking simd-adler32 v0.3.7
16562026-09-14T04:58:10.023Z Compiling dtrace-parser v0.3.0
16572026-09-14T04:58:10.125Z Checking plain v0.2.3
16582026-09-14T04:58:10.131Z Checking utf8_iter v1.0.4
16592026-09-14T04:58:10.223Z Compiling dof v0.4.0
16602026-09-14T04:58:10.242Z Checking const-oid v0.10.2
16612026-09-14T04:58:10.257Z Checking icu_normalizer_data v1.5.0
16622026-09-14T04:58:10.271Z Checking httpdate v1.0.1
16632026-09-14T04:58:10.320Z Checking utf16_iter v1.0.5
16642026-09-14T04:58:10.390Z Compiling byteorder v1.4.3
16652026-09-14T04:58:10.425Z Checking digest v0.11.2
16662026-09-14T04:58:10.656Z Checking icu_normalizer v1.5.0
16672026-09-14T04:58:10.763Z Checking goblin v0.10.1
16682026-09-14T04:58:10.813Z Checking miniz_oxide v0.8.9
16692026-09-14T04:58:11.147Z Checking hyper v1.11.1
16702026-09-14T04:58:11.284Z Compiling serde_tokenstream v0.2.3
16712026-09-14T04:58:11.466Z Checking form_urlencoded v1.2.2
16722026-09-14T04:58:11.590Z Checking mime v0.3.16
16732026-09-14T04:58:11.593Z Checking pretty-hex v0.4.1
16742026-09-14T04:58:11.615Z Compiling rustix v0.38.44
16752026-09-14T04:58:11.774Z Checking ipnet v2.10.0
16762026-09-14T04:58:11.802Z Checking iana-time-zone v0.1.47
16772026-09-14T04:58:11.812Z Compiling ryu v1.0.5
16782026-09-14T04:58:11.906Z Checking openssl-probe v0.2.1
16792026-09-14T04:58:11.994Z Checking base64 v0.22.1
16802026-09-14T04:58:12.012Z Checking rustls-native-certs v0.8.3
16812026-09-14T04:58:12.103Z Checking chrono v0.4.45
16822026-09-14T04:58:12.210Z Checking flate2 v1.1.9
16832026-09-14T04:58:12.233Z Checking hyper-util v0.1.20
16842026-09-14T04:58:12.369Z Checking idna_adapter v1.2.0
16852026-09-14T04:58:12.490Z Checking sha1 v0.11.0
16862026-09-14T04:58:12.504Z Checking chacha20 v0.10.1
16872026-09-14T04:58:12.664Z Checking concurrent-queue v2.5.0
16882026-09-14T04:58:12.703Z Compiling serde_derive_internals v0.29.0
16892026-09-14T04:58:12.840Z Compiling multer v3.1.0
16902026-09-14T04:58:12.967Z Checking thread_local v1.1.4
16912026-09-14T04:58:13.047Z Checking sync_wrapper v1.0.1
16922026-09-14T04:58:13.099Z Checking encoding_rs v0.8.32
16932026-09-14T04:58:13.123Z Checking compression-core v0.4.33
16942026-09-14T04:58:13.143Z Checking base64 v0.23.1
16952026-09-14T04:58:13.341Z Checking parking v2.2.0
16962026-09-14T04:58:13.352Z Compiling slog-async v2.8.0
16972026-09-14T04:58:13.414Z Compiling camino v1.2.5
16982026-09-14T04:58:13.473Z Compiling schemars v0.8.22
16992026-09-14T04:58:13.519Z Checking fastrand v2.1.1
17002026-09-14T04:58:13.695Z Checking winnow v1.0.0
17012026-09-14T04:58:13.711Z Compiling paste v1.0.15
17022026-09-14T04:58:13.737Z Checking match_cfg v0.1.0
17032026-09-14T04:58:13.801Z Checking hostname v0.3.1
17042026-09-14T04:58:13.862Z Compiling schemars_derive v0.8.22
17052026-09-14T04:58:13.889Z Checking tempfile v3.27.0
17062026-09-14T04:58:13.915Z Checking event-listener v5.0.0
17072026-09-14T04:58:13.974Z Checking toml_parser v1.1.3+spec-1.1.0
17082026-09-14T04:58:14.028Z Checking compression-codecs v0.4.39
17092026-09-14T04:58:14.076Z Checking tower v0.5.2
17102026-09-14T04:58:14.116Z Checking rand v0.10.2
17112026-09-14T04:58:14.143Z Checking idna v1.0.3
17122026-09-14T04:58:14.187Z Compiling mime_guess v2.0.5
17132026-09-14T04:58:14.431Z Compiling usdt-attr-macro v0.6.0
17142026-09-14T04:58:14.453Z Compiling usdt-macro v0.6.0
17152026-09-14T04:58:14.485Z Checking slog-json v2.6.1
17162026-09-14T04:58:14.574Z Checking futures-executor v0.3.34
17172026-09-14T04:58:14.638Z Compiling serde_tokenstream v0.3.0
17182026-09-14T04:58:14.720Z Compiling async-stream-impl v0.3.6
17192026-09-14T04:58:14.955Z Checking crossbeam-channel v0.5.15
17202026-09-14T04:58:14.965Z Checking http-body-util v0.1.5
17212026-09-14T04:58:15.003Z Checking uuid v1.26.0
17222026-09-14T04:58:15.195Z Compiling dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot)
17232026-09-14T04:58:15.284Z Checking serde_spanned v1.1.1
17242026-09-14T04:58:15.300Z Checking toml_datetime v1.1.1+spec-1.1.0
17252026-09-14T04:58:15.409Z Checking is-terminal v0.4.12
17262026-09-14T04:58:15.459Z Checking memmap2 v0.9.8
17272026-09-14T04:58:15.493Z Checking toml_writer v1.1.2+spec-1.1.0
17282026-09-14T04:58:15.494Z Compiling heck v0.5.0
17292026-09-14T04:58:15.606Z Checking dyn-clone v1.0.4
17302026-09-14T04:58:15.613Z Compiling semver v1.0.28
17312026-09-14T04:58:15.646Z Checking iri-string v0.7.8
17322026-09-14T04:58:15.665Z Checking unicode-segmentation v1.10.0
17332026-09-14T04:58:15.688Z Checking spin v0.9.8
17342026-09-14T04:58:15.693Z Checking unicode-width v0.2.2
17352026-09-14T04:58:15.749Z Checking take_mut v0.2.2
17362026-09-14T04:58:15.752Z Compiling anyhow v1.0.104
17372026-09-14T04:58:15.790Z Checking data-encoding v2.4.0
17382026-09-14T04:58:15.844Z Checking term v1.1.0
17392026-09-14T04:58:15.938Z Checking console v0.16.4
17402026-09-14T04:58:15.945Z Checking newline-converter v0.3.0
17412026-09-14T04:58:15.948Z Compiling dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
17422026-09-14T04:58:16.041Z Checking tungstenite v0.30.0
17432026-09-14T04:58:16.058Z Checking slog-term v2.9.2
17442026-09-14T04:58:16.307Z Checking async-stream v0.3.6
17452026-09-14T04:58:16.353Z Checking toml v1.1.6+spec-1.1.0
17462026-09-14T04:58:16.410Z Checking usdt v0.6.0
17472026-09-14T04:58:16.471Z Checking atomicwrites v0.4.4
17482026-09-14T04:58:16.579Z Checking futures v0.3.34
17492026-09-14T04:58:16.588Z Checking slog-bunyan v2.5.0
17502026-09-14T04:58:16.591Z Checking serde_urlencoded v0.7.1
17512026-09-14T04:58:16.649Z Checking url v2.5.4
17522026-09-14T04:58:16.657Z Checking tower-http v0.6.8
17532026-09-14T04:58:16.703Z Checking async-compression v0.4.44
17542026-09-14T04:58:16.835Z Checking event-listener-strategy v0.5.4
17552026-09-14T04:58:16.953Z Checking pem v4.0.0
17562026-09-14T04:58:16.963Z Checking openapiv3 v2.2.0
17572026-09-14T04:58:16.985Z Checking yasna v0.6.0
17582026-09-14T04:58:17.030Z Compiling async-trait v0.1.92
17592026-09-14T04:58:17.105Z Checking waitgroup v0.1.2
17602026-09-14T04:58:17.202Z Checking rustls-pemfile v2.2.0
17612026-09-14T04:58:17.206Z Checking serde_path_to_error v0.1.20
17622026-09-14T04:58:17.338Z Checking hostname v0.4.2
17632026-09-14T04:58:17.364Z Checking simple-mermaid v0.2.0
17642026-09-14T04:58:17.428Z Checking debug-ignore v1.0.5
17652026-09-14T04:58:17.434Z Checking similar v3.2.0
17662026-09-14T04:58:17.523Z Checking async-channel v2.5.0
17672026-09-14T04:58:17.676Z Checking tokio-tungstenite v0.30.0
17682026-09-14T04:58:17.894Z Checking subprocess v1.2.1
17692026-09-14T04:58:17.901Z Checking buf-list v1.1.2
17702026-09-14T04:58:17.918Z Checking lazy_static v1.5.0
17712026-09-14T04:58:17.983Z Checking expectorate v1.3.0
17722026-09-14T04:58:23.580Z Checking rustls-webpki v0.103.13
17732026-09-14T04:58:23.580Z Checking rcgen v0.14.10
17742026-09-14T04:58:25.760Z Checking tokio-rustls v0.26.4
17752026-09-14T04:58:25.763Z Checking rustls-platform-verifier v0.6.2
17762026-09-14T04:58:25.946Z Checking hyper-rustls v0.27.9
17772026-09-14T04:58:26.113Z Checking reqwest v0.13.4
17782026-09-14T04:58:27.585Z Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot)
17792026-09-14T04:58:27.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.23s
17802026-09-14T04:58:27.906Z
17812026-09-14T04:58:27.906Z
17822026-09-14T04:58:53.870Ztest tests/fail/bad_channel10.rs ... ok
17832026-09-14T04:58:53.870Ztest tests/fail/bad_channel11.rs ... ok
17842026-09-14T04:58:53.870Ztest tests/fail/bad_channel12.rs ... ok
17852026-09-14T04:58:53.870Ztest tests/fail/bad_channel13.rs ... ok
17862026-09-14T04:58:53.874Ztest tests/fail/bad_channel14.rs ... ok
17872026-09-14T04:58:53.874Ztest tests/fail/bad_channel15.rs ... ok
17882026-09-14T04:58:53.874Ztest tests/fail/bad_channel17.rs ... ok
17892026-09-14T04:58:53.874Ztest tests/fail/bad_channel18.rs ... ok
17902026-09-14T04:58:53.874Ztest tests/fail/bad_channel19.rs ... ok
17912026-09-14T04:58:53.874Ztest tests/fail/bad_channel1a.rs ... ok
17922026-09-14T04:58:53.874Ztest tests/fail/bad_channel1b.rs ... ok
17932026-09-14T04:58:53.874Ztest tests/fail/bad_channel2.rs ... ok
17942026-09-14T04:58:53.874Ztest tests/fail/bad_channel20.rs ... ok
17952026-09-14T04:58:53.874Ztest tests/fail/bad_channel21.rs ... ok
17962026-09-14T04:58:53.874Ztest tests/fail/bad_channel22.rs ... ok
17972026-09-14T04:58:53.874Ztest tests/fail/bad_channel23.rs ... ok
17982026-09-14T04:58:53.874Ztest tests/fail/bad_channel24.rs ... ok
17992026-09-14T04:58:53.874Ztest tests/fail/bad_channel25.rs ... ok
18002026-09-14T04:58:53.874Ztest tests/fail/bad_channel26.rs ... ok
18012026-09-14T04:58:53.874Ztest tests/fail/bad_channel27.rs ... ok
18022026-09-14T04:58:53.874Ztest tests/fail/bad_channel28.rs ... ok
18032026-09-14T04:58:53.874Ztest tests/fail/bad_channel3.rs ... ok
18042026-09-14T04:58:53.874Ztest tests/fail/bad_channel4.rs ... ok
18052026-09-14T04:58:53.874Ztest tests/fail/bad_channel5.rs ... ok
18062026-09-14T04:58:53.874Ztest tests/fail/bad_channel6.rs ... ok
18072026-09-14T04:58:53.874Ztest tests/fail/bad_channel8.rs ... ok
18082026-09-14T04:58:53.874Ztest tests/fail/bad_channel9.rs ... ok
18092026-09-14T04:58:53.874Ztest tests/fail/bad_endpoint1.rs ... ok
18102026-09-14T04:58:53.875Ztest tests/fail/bad_endpoint10.rs ... ok
18112026-09-14T04:58:53.875Ztest tests/fail/bad_endpoint11.rs ... ok
18122026-09-14T04:58:53.875Ztest tests/fail/bad_endpoint12.rs ... ok
18132026-09-14T04:58:53.875Ztest tests/fail/bad_endpoint13.rs ... ok
18142026-09-14T04:58:53.875Ztest tests/fail/bad_endpoint14.rs ... ok
18152026-09-14T04:58:53.875Ztest tests/fail/bad_endpoint15.rs ... ok
18162026-09-14T04:58:53.875Ztest tests/fail/bad_endpoint16.rs ... ok
18172026-09-14T04:58:53.875Ztest tests/fail/bad_endpoint17.rs ... ok
18182026-09-14T04:58:53.875Ztest tests/fail/bad_endpoint18.rs ... ok
18192026-09-14T04:58:53.875Ztest tests/fail/bad_endpoint19.rs ... ok
18202026-09-14T04:58:53.875Ztest tests/fail/bad_endpoint2.rs ... ok
18212026-09-14T04:58:53.875Ztest tests/fail/bad_endpoint20.rs ... ok
18222026-09-14T04:58:53.875Ztest tests/fail/bad_endpoint21.rs ... ok
18232026-09-14T04:58:53.875Ztest tests/fail/bad_endpoint22.rs ... ok
18242026-09-14T04:58:53.875Ztest tests/fail/bad_endpoint23.rs ... ok
18252026-09-14T04:58:53.875Ztest tests/fail/bad_endpoint24.rs ... ok
18262026-09-14T04:58:53.875Ztest tests/fail/bad_endpoint25.rs ... ok
18272026-09-14T04:58:53.875Ztest tests/fail/bad_endpoint26.rs ... ok
18282026-09-14T04:58:53.875Ztest tests/fail/bad_endpoint27.rs ... ok
18292026-09-14T04:58:53.875Ztest tests/fail/bad_endpoint28.rs ... ok
18302026-09-14T04:58:53.875Ztest tests/fail/bad_endpoint3.rs ... ok
18312026-09-14T04:58:53.875Ztest tests/fail/bad_endpoint4.rs ... ok
18322026-09-14T04:58:53.875Ztest tests/fail/bad_endpoint5.rs ... ok
18332026-09-14T04:58:53.875Ztest tests/fail/bad_endpoint6.rs ... ok
18342026-09-14T04:58:53.875Ztest tests/fail/bad_endpoint7.rs ... ok
18352026-09-14T04:58:53.875Ztest tests/fail/bad_endpoint8.rs ... ok
18362026-09-14T04:58:53.875Ztest tests/fail/bad_endpoint9.rs ... ok
18372026-09-14T04:58:53.875Ztest tests/fail/bad_trait_channel10.rs ... ok
18382026-09-14T04:58:53.875Ztest tests/fail/bad_trait_channel11.rs ... ok
18392026-09-14T04:58:53.875Ztest tests/fail/bad_trait_channel12.rs ... ok
18402026-09-14T04:58:53.875Ztest tests/fail/bad_trait_channel13.rs ... ok
18412026-09-14T04:58:53.875Ztest tests/fail/bad_trait_channel14.rs ... ok
18422026-09-14T04:58:53.875Ztest tests/fail/bad_trait_channel15.rs ... ok
18432026-09-14T04:58:53.875Ztest tests/fail/bad_trait_channel17.rs ... ok
18442026-09-14T04:58:53.875Ztest tests/fail/bad_trait_channel18.rs ... ok
18452026-09-14T04:58:53.875Ztest tests/fail/bad_trait_channel19.rs ... ok
18462026-09-14T04:58:53.875Ztest tests/fail/bad_trait_channel1a.rs ... ok
18472026-09-14T04:58:53.875Ztest tests/fail/bad_trait_channel1b.rs ... ok
18482026-09-14T04:58:53.875Ztest tests/fail/bad_trait_channel2.rs ... ok
18492026-09-14T04:58:53.876Ztest tests/fail/bad_trait_channel20.rs ... ok
18502026-09-14T04:58:53.876Ztest tests/fail/bad_trait_channel21.rs ... ok
18512026-09-14T04:58:53.876Ztest tests/fail/bad_trait_channel22.rs ... ok
18522026-09-14T04:58:53.876Ztest tests/fail/bad_trait_channel23.rs ... ok
18532026-09-14T04:58:53.876Ztest tests/fail/bad_trait_channel24.rs ... ok
18542026-09-14T04:58:53.876Ztest tests/fail/bad_trait_channel25.rs ... ok
18552026-09-14T04:58:53.876Ztest tests/fail/bad_trait_channel26.rs ... ok
18562026-09-14T04:58:53.876Ztest tests/fail/bad_trait_channel28.rs ... ok
18572026-09-14T04:58:53.876Ztest tests/fail/bad_trait_channel3.rs ... ok
18582026-09-14T04:58:53.876Ztest tests/fail/bad_trait_channel4.rs ... ok
18592026-09-14T04:58:53.876Ztest tests/fail/bad_trait_channel5.rs ... ok
18602026-09-14T04:58:53.876Ztest tests/fail/bad_trait_channel6.rs ... ok
18612026-09-14T04:58:53.876Ztest tests/fail/bad_trait_channel8.rs ... ok
18622026-09-14T04:58:53.876Ztest tests/fail/bad_trait_channel9.rs ... ok
18632026-09-14T04:58:53.876Ztest tests/fail/bad_trait_endpoint1.rs ... ok
18642026-09-14T04:58:53.876Ztest tests/fail/bad_trait_endpoint10.rs ... ok
18652026-09-14T04:58:53.876Ztest tests/fail/bad_trait_endpoint11.rs ... ok
18662026-09-14T04:58:53.876Ztest tests/fail/bad_trait_endpoint12.rs ... ok
18672026-09-14T04:58:53.876Ztest tests/fail/bad_trait_endpoint13.rs ... ok
18682026-09-14T04:58:53.876Ztest tests/fail/bad_trait_endpoint14.rs ... ok
18692026-09-14T04:58:53.876Ztest tests/fail/bad_trait_endpoint15.rs ... ok
18702026-09-14T04:58:53.876Ztest tests/fail/bad_trait_endpoint16.rs ... ok
18712026-09-14T04:58:53.876Ztest tests/fail/bad_trait_endpoint17.rs ... ok
18722026-09-14T04:58:53.876Ztest tests/fail/bad_trait_endpoint18.rs ... ok
18732026-09-14T04:58:53.876Ztest tests/fail/bad_trait_endpoint19.rs ... ok
18742026-09-14T04:58:53.876Ztest tests/fail/bad_trait_endpoint2.rs ... ok
18752026-09-14T04:58:53.876Ztest tests/fail/bad_trait_endpoint20.rs ... ok
18762026-09-14T04:58:53.876Ztest tests/fail/bad_trait_endpoint21.rs ... ok
18772026-09-14T04:58:53.876Ztest tests/fail/bad_trait_endpoint22.rs ... ok
18782026-09-14T04:58:53.876Ztest tests/fail/bad_trait_endpoint23.rs ... ok
18792026-09-14T04:58:53.876Ztest tests/fail/bad_trait_endpoint24.rs ... ok
18802026-09-14T04:58:53.876Ztest tests/fail/bad_trait_endpoint25.rs ... ok
18812026-09-14T04:58:53.876Ztest tests/fail/bad_trait_endpoint26.rs ... ok
18822026-09-14T04:58:53.876Ztest tests/fail/bad_trait_endpoint27.rs ... ok
18832026-09-14T04:58:53.876Ztest tests/fail/bad_trait_endpoint28.rs ... ok
18842026-09-14T04:58:53.876Ztest tests/fail/bad_trait_endpoint3.rs ... ok
18852026-09-14T04:58:53.876Ztest tests/fail/bad_trait_endpoint4.rs ... ok
18862026-09-14T04:58:53.880Ztest tests/fail/bad_trait_endpoint5.rs ... ok
18872026-09-14T04:58:53.880Ztest tests/fail/bad_trait_endpoint6.rs ... ok
18882026-09-14T04:58:53.880Ztest tests/fail/bad_trait_endpoint7.rs ... ok
18892026-09-14T04:58:53.880Ztest tests/fail/bad_trait_endpoint8.rs ... ok
18902026-09-14T04:58:53.880Ztest tests/fail/bad_trait_endpoint9.rs ... ok
18912026-09-14T04:58:53.880Ztest tests/fail/bad_trait_endpoint_error.rs ... ok
18922026-09-14T04:58:53.880Ztest tests/fail/bad_trait_only1.rs ... ok
18932026-09-14T04:58:53.880Ztest tests/fail/bad_trait_only10.rs ... ok
18942026-09-14T04:58:53.880Ztest tests/fail/bad_trait_only11.rs ... ok
18952026-09-14T04:58:53.880Ztest tests/fail/bad_trait_only12.rs ... ok
18962026-09-14T04:58:53.880Ztest tests/fail/bad_trait_only13.rs ... ok
18972026-09-14T04:58:53.880Ztest tests/fail/bad_trait_only14.rs ... ok
18982026-09-14T04:58:53.880Ztest tests/fail/bad_trait_only15.rs ... ok
18992026-09-14T04:58:53.880Ztest tests/fail/bad_trait_only16.rs ... ok
19002026-09-14T04:58:53.880Ztest tests/fail/bad_trait_only17.rs ... ok
19012026-09-14T04:58:53.880Ztest tests/fail/bad_trait_only18.rs ... ok
19022026-09-14T04:58:53.880Ztest tests/fail/bad_trait_only19.rs ... ok
19032026-09-14T04:58:53.880Ztest tests/fail/bad_trait_only2.rs ... ok
19042026-09-14T04:58:53.880Ztest tests/fail/bad_trait_only20.rs ... ok
19052026-09-14T04:58:53.880Ztest tests/fail/bad_trait_only21.rs ... ok
19062026-09-14T04:58:53.880Ztest tests/fail/bad_trait_only22.rs ... ok
19072026-09-14T04:58:53.880Ztest tests/fail/bad_trait_only3.rs ... ok
19082026-09-14T04:58:53.880Ztest tests/fail/bad_trait_only4.rs ... ok
19092026-09-14T04:58:53.880Ztest tests/fail/bad_trait_only5.rs ... ok
19102026-09-14T04:58:53.881Ztest tests/fail/bad_trait_only6.rs ... ok
19112026-09-14T04:58:53.881Ztest tests/fail/bad_trait_only7.rs ... ok
19122026-09-14T04:58:53.881Ztest tests/fail/bad_trait_only8.rs ... ok
19132026-09-14T04:58:53.881Ztest tests/fail/bad_trait_only9.rs ... ok
19142026-09-14T04:58:53.881Ztest tests/fail/bad_version_backwards.rs ... ok
19152026-09-14T04:58:53.881Ztest tests/fail/unused_endpoint.rs ... ok
19162026-09-14T04:58:53.881Z
19172026-09-14T04:58:53.881Z
19182026-09-14T04:58:53.881Ztest fail ... ok
19192026-09-14T04:58:53.881Z
19202026-09-14T04:58:53.881Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 56.49s
19212026-09-14T04:58:53.881Z
19222026-09-14T04:58:53.881Z Running `/work/oxidecomputer/dropshot/target/debug/deps/integration_tests-d2f6f7e5b46d0766`
19232026-09-14T04:58:53.884Z
19242026-09-14T04:58:53.884Zrunning 100 tests
19252026-09-14T04:58:53.884Ztest api_trait::test_api_trait_with_disallowed_tags ... ok
19262026-09-14T04:58:53.884Ztest config::test_config_bad_bind_address_garbage ... ok
19272026-09-14T04:58:53.884Ztest config::test_config_bad_bind_address_port_too_large ... ok
19282026-09-14T04:58:53.884Ztest config::test_config_bad_bind_address_port_too_small ... ok
19292026-09-14T04:58:53.884Ztest config::test_config_bad_request_body_max_bytes_negative ... ok
19302026-09-14T04:58:53.884Ztest api_trait::test_api_trait_with_empty_tag_config ... ok
19312026-09-14T04:58:53.884Ztest config::test_config_bad_request_body_max_bytes_too_large ... ok
19322026-09-14T04:58:53.884Ztest api_trait::test_api_trait_with_complex_tags ... ok
19332026-09-14T04:58:53.884Ztest config::test_config_deprecated_request_body_max_bytes ... ok
19342026-09-14T04:58:53.884Ztest config::test_valid_config_all_settings ... ok
19352026-09-14T04:58:53.884Ztest config::test_valid_config_basic ... ok
19362026-09-14T04:58:53.884Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-config_bind_address_http.6574.2.log"
19372026-09-14T04:58:53.884Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-config_handler_task_mode_cancel.6574.4.log"
19382026-09-14T04:58:53.884Ztest config::test_valid_config_empty ... ok
19392026-09-14T04:58:53.885Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-config_bind_address_https_buffer.6574.1.log"
19402026-09-14T04:58:53.885Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-config_bind_address_https.6574.0.log"
19412026-09-14T04:58:53.885Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-api_trait_basic.6574.3.log"
19422026-09-14T04:58:53.885Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-test_unversioned_servers_with_versioned_routes.6574.6.log"
19432026-09-14T04:58:53.885Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-config_handler_task_mode_detached.6574.5.log"
19442026-09-14T04:58:53.888Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-test_enum_extractor_error.6574.7.log"
19452026-09-14T04:58:53.888Ztest config::test_unversioned_servers_with_versioned_routes ... ok
19462026-09-14T04:58:53.888Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-test_enum_user_error.6574.8.log"
19472026-09-14T04:58:53.888Ztest config::test_config_handler_task_mode_cancel ... ok
19482026-09-14T04:58:53.888Ztest config::test_config_handler_task_mode_detached ... ok
19492026-09-14T04:58:53.888Ztest custom_errors::test_enum_user_error ... ok
19502026-09-14T04:58:53.888Ztest custom_errors::test_enum_extractor_error ... ok
19512026-09-14T04:58:53.888Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-test_struct_extractor_error.6574.9.log"
19522026-09-14T04:58:53.888Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-test_struct_user_error.6574.10.log"
19532026-09-14T04:58:53.888Ztest api_trait::test_api_trait_basic ... ok
19542026-09-14T04:58:53.888Ztest custom_errors::test_trait_based_api ... ok
19552026-09-14T04:58:53.888Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-test_trait_enum_user_error.6574.11.log"
19562026-09-14T04:58:53.888Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-test_trait_struct_user_error.6574.12.log"
19572026-09-14T04:58:53.888Ztest config::test_config_bind_address_http ... ok
19582026-09-14T04:58:53.888Ztest custom_errors::test_struct_extractor_error ... ok
19592026-09-14T04:58:53.888Ztest custom_errors::test_trait_enum_user_error ... ok
19602026-09-14T04:58:53.888Ztest custom_errors::test_struct_user_error ... ok
19612026-09-14T04:58:53.888Ztest custom_errors::test_trait_struct_user_error ... ok
19622026-09-14T04:58:53.891Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-test_302_bogus.6574.13.log"
19632026-09-14T04:58:53.891Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-test_303_see_other.6574.14.log"
19642026-09-14T04:58:53.891Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-test_307_temporary_redirect.6574.15.log"
19652026-09-14T04:58:53.891Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-test_302_found.6574.16.log"
19662026-09-14T04:58:53.892Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-test_delete_request.6574.17.log"
19672026-09-14T04:58:53.892Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-demo1.6574.18.log"
19682026-09-14T04:58:53.892Ztest demo::test_302_bogus ... ok
19692026-09-14T04:58:53.892Ztest demo::test_307_temporary_redirect ... ok
19702026-09-14T04:58:53.892Ztest demo::test_302_found ... ok
19712026-09-14T04:58:53.892Ztest demo::test_303_see_other ... ok
19722026-09-14T04:58:53.892Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-demo2json.6574.19.log"
19732026-09-14T04:58:53.892Ztest demo::test_delete_request ... ok
19742026-09-14T04:58:53.892Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-demo2urlencoded.6574.20.log"
19752026-09-14T04:58:53.892Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-demo2query.6574.21.log"
19762026-09-14T04:58:53.892Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-demo3json.6574.22.log"
19772026-09-14T04:58:53.892Ztest demo::test_demo1 ... ok
19782026-09-14T04:58:53.892Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-demo_path_param_string.6574.23.log"
19792026-09-14T04:58:53.892Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-demo_path_param_u32.6574.24.log"
19802026-09-14T04:58:53.895Ztest demo::test_demo2query ... ok
19812026-09-14T04:58:53.895Ztest demo::test_demo3json ... ok
19822026-09-14T04:58:53.895Ztest demo::test_demo_path_param_u32 ... ok
19832026-09-14T04:58:53.895Ztest demo::test_demo2urlencoded ... ok
19842026-09-14T04:58:53.895Ztest demo::test_demo2json ... ok
19852026-09-14T04:58:53.895Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-demo_path_param_uuid.6574.25.log"
19862026-09-14T04:58:53.895Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-demo_websocket.6574.26.log"
19872026-09-14T04:58:53.895Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-test_head_request.6574.27.log"
19882026-09-14T04:58:53.895Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-test_large_typed_body.6574.29.log"
19892026-09-14T04:58:53.895Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-test_header_request.6574.28.log"
19902026-09-14T04:58:53.895Ztest demo::test_demo_path_param_uuid ... ok
19912026-09-14T04:58:53.895Ztest demo::test_head_request ... ok
19922026-09-14T04:58:53.895Ztest demo::test_header_request ... ok
19932026-09-14T04:58:53.895Ztest demo::test_demo_path_param_string ... ok
19942026-09-14T04:58:53.895Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-tet_raw_request.6574.30.log"
19952026-09-14T04:58:53.895Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-test_request_compat.6574.31.log"
19962026-09-14T04:58:53.895Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-test_request_remote_addr.6574.32.log"
19972026-09-14T04:58:53.895Ztest demo::test_demo_websocket ... ok
19982026-09-14T04:58:53.895Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-test_streaming_body.6574.33.log"
19992026-09-14T04:58:53.895Ztest demo::test_large_typed_body ... ok
20002026-09-14T04:58:53.895Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-test_untyped_body.6574.34.log"
20012026-09-14T04:58:53.895Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-graceful_shutdown_with_detached_handler.6574.35.log"
20022026-09-14T04:58:53.899Ztest demo::test_raw_request ... ok
20032026-09-14T04:58:53.899Ztest demo::test_request_compat ... ok
20042026-09-14T04:58:53.899Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-compression_config_disabled.6574.36.log"
20052026-09-14T04:58:53.899Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-compression_config_enabled.6574.37.log"
20062026-09-14T04:58:53.899Ztest demo::test_request_remote_addr ... ok
20072026-09-14T04:58:53.899Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-compression_disabled_extension.6574.38.log"
20082026-09-14T04:58:53.899Ztest demo::test_streaming_body ... ok
20092026-09-14T04:58:53.899Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-gzip_compression_multiple_encodings.6574.39.log"
20102026-09-14T04:58:53.899Ztest gzip::test_compression_disabled_with_extension ... ok
20112026-09-14T04:58:53.899Ztest demo::test_untyped_body ... ok
20122026-09-14T04:58:53.899Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-gzip_compression_accept_encoding.6574.40.log"
20132026-09-14T04:58:53.899Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-json_suffix_compressed.6574.41.log"
20142026-09-14T04:58:53.902Ztest gzip::test_json_suffix_is_compressed ... ok
20152026-09-14T04:58:53.902Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-no_compression_small_response.6574.42.log"
20162026-09-14T04:58:53.902Ztest gzip::test_no_compression_below_size_threshold ... ok
20172026-09-14T04:58:53.902Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-no_compression_204.6574.43.log"
20182026-09-14T04:58:53.902Ztest gzip::test_no_compression_for_204_no_content ... ok
20192026-09-14T04:58:53.902Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-no_compression_304.6574.44.log"
20202026-09-14T04:58:53.902Ztest gzip::test_no_compression_for_304_not_modified ... ok
20212026-09-14T04:58:53.902Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-no_compression_non_compressible.6574.45.log"
20222026-09-14T04:58:53.905Ztest gzip::test_no_compression_for_non_compressible_content_types ... ok
20232026-09-14T04:58:53.905Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-no_gzip_without_accept.6574.46.log"
20242026-09-14T04:58:53.909Ztest gzip::test_compression_config_disabled ... ok
20252026-09-14T04:58:53.909Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-reject_gzip_quality_zero.6574.47.log"
20262026-09-14T04:58:53.912Ztest config::test_config_bind_address_https_buffer ... ok
20272026-09-14T04:58:53.912Ztest config::test_config_bind_address_https ... ok
20282026-09-14T04:58:53.912Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-streaming_with_content_type_compressed.6574.48.log"
20292026-09-14T04:58:53.912Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-streaming_missing_content_type.6574.49.log"
20302026-09-14T04:58:53.915Ztest gzip::test_streaming_without_content_type_skips_compression ... ok
20312026-09-14T04:58:53.915Ztest gzip::test_streaming_with_content_type_is_compressed ... ok
20322026-09-14T04:58:53.915Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-vary_header_set.6574.50.log"
20332026-09-14T04:58:53.915Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-vary_header_no_gzip.6574.51.log"
20342026-09-14T04:58:53.915Ztest gzip::test_no_gzip_without_accept_encoding ... ok
20352026-09-14T04:58:53.915Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-xml_suffix_compressed.6574.52.log"
20362026-09-14T04:58:53.915Ztest gzip::test_compression_config_enabled ... ok
20372026-09-14T04:58:53.915Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-multipart_client.6574.53.log"
20382026-09-14T04:58:53.915Ztest gzip::test_gzip_compression_accepts_multiple_encodings ... ok
20392026-09-14T04:58:53.915Ztest gzip::test_xml_suffix_is_compressed ... ok
20402026-09-14T04:58:53.915Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-multipart_client.6574.54.log"
20412026-09-14T04:58:53.918Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-multipart_client.6574.55.log"
20422026-09-14T04:58:53.919Ztest multipart::missing_boundary ... ok
20432026-09-14T04:58:53.919Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-multipart_client.6574.56.log"
20442026-09-14T04:58:53.919Ztest multipart::no_content_type ... ok
20452026-09-14T04:58:53.919Ztest multipart::test_multipart_client ... ok
20462026-09-14T04:58:53.919Ztest multipart::weird_content_type ... ok
20472026-09-14T04:58:53.919Ztest openapi::test_openapi_custom_error_types ... ok
20482026-09-14T04:58:53.919Ztest openapi::test_openapi_custom_error_types_trait_based ... ok
20492026-09-14T04:58:53.919Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-pagination-basic.6574.57.log"
20502026-09-14T04:58:53.919Ztest gzip::test_reject_gzip_with_quality_zero ... ok
20512026-09-14T04:58:53.919Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-pagination-multiple-resources.6574.58.log"
20522026-09-14T04:58:53.922Ztest openapi::test_openapi ... ok
20532026-09-14T04:58:53.923Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-pagination-multiple-sorts.6574.59.log"
20542026-09-14T04:58:53.941Ztest openapi::test_openapi_fuller ... ok
20552026-09-14T04:58:53.943Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-basic.6574.60.log"
20562026-09-14T04:58:53.946Ztest gzip::test_vary_header_on_non_gzip_requests ... ok
20572026-09-14T04:58:53.946Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-dictionary.6574.61.log"
20582026-09-14T04:58:53.946Ztest gzip::test_gzip_compression_with_accept_encoding ... ok
20592026-09-14T04:58:53.946Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-empty.6574.62.log"
20602026-09-14T04:58:53.949Ztest pagination::test_paginate_empty ... ok
20612026-09-14T04:58:53.949Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-errors.6574.63.log"
20622026-09-14T04:58:53.949Ztest gzip::test_vary_header_is_set ... ok
20632026-09-14T04:58:53.952Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-extra_params.6574.64.log"
20642026-09-14T04:58:53.952Ztest pagination::test_paginate_errors ... ok
20652026-09-14T04:58:53.952Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-required_params.6574.65.log"
20662026-09-14T04:58:53.952Ztest pagination::test_paginate_extra_params ... ok
20672026-09-14T04:58:53.952Ztest pagination_schema::test_pagination_schema ... ok
20682026-09-14T04:58:53.952Ztest path_names::test_path_names ... ok
20692026-09-14T04:58:53.955Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-test_no_tls.6574.66.log"
20702026-09-14T04:58:53.955Ztest pagination::test_paginate_with_required_params ... ok
20712026-09-14T04:58:53.955Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-test_with_tls.6574.67.log"
20722026-09-14T04:58:53.955Ztest starter::test_no_tls ... ok
20732026-09-14T04:58:53.955Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-non_streaming_servers_do_not_use_transfer_encoding.6574.68.log"
20742026-09-14T04:58:53.955Ztest streaming::test_non_streaming_servers_do_not_use_transfer_encoding ... ok
20752026-09-14T04:58:53.955Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-streaming_server_buffered_client.6574.69.log"
20762026-09-14T04:58:53.963Ztest streaming::test_streaming_server_buffered_client ... ok
20772026-09-14T04:58:53.966Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-streaming_server_streaming_client.6574.70.log"
20782026-09-14T04:58:53.970Ztest streaming::test_streaming_server_streaming_client ... ok
20792026-09-14T04:58:53.973Ztest pagination::test_paginate_basic ... ok
20802026-09-14T04:58:53.973Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-test_server_is_http.6574.71.log"
20812026-09-14T04:58:53.973Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-test_server_is_https.6574.72.log"
20822026-09-14T04:58:53.973Ztest tls::test_server_is_http ... ok
20832026-09-14T04:58:53.973Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-test_tls_aborted_negotiation.6574.73.log"
20842026-09-14T04:58:54.259Ztest starter::test_with_tls ... ok
20852026-09-14T04:58:54.262Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-test_tls_certificate_loading.6574.74.log"
20862026-09-14T04:58:54.277Ztest tls::test_server_is_https ... ok
20872026-09-14T04:58:54.281Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-test_tls_only.6574.75.log"
20882026-09-14T04:58:54.528Ztest pagination::test_paginate_dictionary ... ok
20892026-09-14T04:58:54.532Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-test_tls_refresh_certificates.6574.76.log"
20902026-09-14T04:58:54.563Ztest tls::test_tls_certificate_loading ... ok
20912026-09-14T04:58:54.566Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-test_versions.6574.77.log"
20922026-09-14T04:58:54.578Ztest tls::test_tls_aborted_negotiation ... ok
20932026-09-14T04:58:54.581Znote: configured to log to "/tmp/integration_tests-d2f6f7e5b46d0766-test_versions_on_missing.6574.78.log"
20942026-09-14T04:58:54.632Ztest pagination::test_example_basic ... ok
20952026-09-14T04:58:54.635Ztest versions::test_versions_openapi ... ok
20962026-09-14T04:58:54.635Ztest versions::test_versions_openapi_same_names ... ok
20972026-09-14T04:58:54.689Ztest versions::test_versions_on_missing ... ok
20982026-09-14T04:58:54.692Ztest versions::test_versions ... ok
20992026-09-14T04:58:54.881Ztest tls::test_tls_only ... ok
21002026-09-14T04:58:55.138Ztest tls::test_tls_refresh_certificates ... ok
21012026-09-14T04:58:55.458Ztest pagination::test_example_multiple_sorts ... ok
21022026-09-14T04:58:55.900Ztest detached_shutdown::test_graceful_shutdown_with_detached_handler ... ok
21032026-09-14T04:58:56.292Ztest pagination::test_example_multiple_resources ... ok
21042026-09-14T04:58:56.292Z
21052026-09-14T04:58:56.300Ztest result: ok. 100 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.28s
21062026-09-14T04:58:56.300Z
21072026-09-14T04:58:56.300Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-e8b03b75cad6c043`
21082026-09-14T04:58:56.300Z
21092026-09-14T04:58:56.300Zrunning 35 tests
21102026-09-14T04:58:56.300Ztest channel::tests::test_channel_operation_id ... ok
21112026-09-14T04:58:56.300Ztest channel::tests::test_channel_with_unnamed_params ... ok
21122026-09-14T04:58:56.300Ztest channel::tests::test_channel_with_versions ... ok
21132026-09-14T04:58:56.300Ztest api_trait::tests::test_api_trait_no_endpoints ... ok
21142026-09-14T04:58:56.300Ztest endpoint::tests::test_endpoint_bad_string ... ok
21152026-09-14T04:58:56.300Ztest endpoint::tests::test_endpoint_bad_metadata ... ok
21162026-09-14T04:58:56.300Ztest endpoint::tests::test_endpoint_bad_context_receiver ... ok
21172026-09-14T04:58:56.300Ztest doc::tests::test_extract_summary_description ... ok
21182026-09-14T04:58:56.300Ztest endpoint::tests::test_endpoint_bad_versions ... ok
21192026-09-14T04:58:56.300Ztest endpoint::tests::test_endpoint_invalid_item ... ok
21202026-09-14T04:58:56.300Ztest endpoint::tests::test_endpoint_no_arguments ... ok
21212026-09-14T04:58:56.300Ztest channel::tests::test_channel_with_custom_params ... ok
21222026-09-14T04:58:56.300Ztest endpoint::tests::test_endpoint_not_async ... ok
21232026-09-14T04:58:56.300Ztest endpoint::tests::test_endpoint_basic ... ok
21242026-09-14T04:58:56.300Ztest api_trait::tests::test_api_trait_operation_id ... ok
21252026-09-14T04:58:56.300Ztest endpoint::tests::test_endpoint_content_type ... ok
21262026-09-14T04:58:56.300Ztest api_trait::tests::test_api_trait_basic ... ok
21272026-09-14T04:58:56.300Ztest endpoint::tests::test_endpoint_context_fully_qualified_names ... ok
21282026-09-14T04:58:56.300Ztest endpoint::tests::test_endpoint_pub_crate ... ok
21292026-09-14T04:58:56.300Ztest api_trait::tests::test_api_trait_with_custom_params ... ok
21302026-09-14T04:58:56.300Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_2 ... ok
21312026-09-14T04:58:56.300Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_1 ... ok
21322026-09-14T04:58:56.300Ztest endpoint::tests::test_endpoint_with_doc ... ok
21332026-09-14T04:58:56.300Ztest endpoint::tests::test_endpoint_with_empty_where_clause ... ok
21342026-09-14T04:58:56.300Ztest endpoint::tests::test_endpoint_with_query ... ok
21352026-09-14T04:58:56.301Ztest endpoint::tests::test_endpoint_with_tags ... ok
21362026-09-14T04:58:56.301Ztest endpoint::tests::test_endpoint_with_versions_all ... ok
21372026-09-14T04:58:56.301Ztest syn_parsing::tests::test_busted_function ... ok
21382026-09-14T04:58:56.301Ztest params::tests::test_extract_rqctx_ty_param ... ok
21392026-09-14T04:58:56.301Ztest endpoint::tests::test_endpoint_with_custom_params ... ok
21402026-09-14T04:58:56.301Ztest endpoint::tests::test_endpoint_with_unnamed_params ... ok
21412026-09-14T04:58:56.301Ztest endpoint::tests::test_operation_id ... ok
21422026-09-14T04:58:56.301Ztest endpoint::tests::test_endpoint_with_versions_until ... ok
21432026-09-14T04:58:56.301Ztest endpoint::tests::test_endpoint_with_versions_from ... ok
21442026-09-14T04:58:56.301Ztest endpoint::tests::test_endpoint_with_versions_from_until ... ok
21452026-09-14T04:58:56.301Z
21462026-09-14T04:58:56.301Ztest result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
21472026-09-14T04:58:56.301Z
21482026-09-14T04:58:56.301Z Doc-tests dropshot
21492026-09-14T04:58:56.301Z Running `/home/build/.rustup/toolchains/1.98.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-5764d16b26a84809/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-518f1c4d693b90e5.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-9de9c80f71731cbb.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-b350ed4f8ebdca7a.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-d814a54fc7b3eb9c.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-b5532e527d4fd74d.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-8da3e33e5f586597.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-9451bc19ad1ed652.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-ba63ea029971de41.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-a8b84bc494172261.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-30b47a1202c946f2.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-fd3626ae1eda9c63.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4bce1d5c4a2bc459.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-936cc3965485047f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-689867b49d57f796.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-eb6c16b8d913d6a8.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-c5306289fcd2ad9e.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-5339f50991bf6466.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d2d020919d9f2709.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-488da6a787e66e23.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e77a17ade15f619d.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-ba5348641a8a42a7.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-7901ccdb3a14c9dc.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-ecf61e5e2bd958ac.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-de13c80d8b29d55d.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-de9d1dbc108fa651.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-1225b4ce6297b1af.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-7e9141f6f1b02747.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-e44843db7872b721.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-dc143b18f1e037e0.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-683f7e39fd5cc52d.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-14c8b16d0e44c091.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-89db23ff75e04360.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-e1a3f3ab39bac47c.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-20c00cbca5627c7c.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-02246809c91817d5.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-997628308778c655.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-631cb8edd63e5b13.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-7be53547085e6a08.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-d4a52cba00aab1de.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-05e6463c716e67f4.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-230dcc6c8bf8faa8.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-2efbdf2e52a47ce7.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-0197a5fa5b0ee220.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-ce43abbb813faebe.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-82ad514df2b33ca4.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-6ec2c91fde875faa.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-a2c7bc7d84f257dd.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-865e73c8de64b599.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-1da446baf45dfec5.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-e8b1a72be2e81f43.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9dee005803d7be89.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-f2be7566907de12c.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-a4e78545a624ac6b.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-efe4eb8727088a99.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-999da371eba82704.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-98b2a136c0cba92b.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-f3a7431c32d64d34.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-b40e7136d0edf2be.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-2ed58d15b8498e47.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-90014e0357078cb4.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-1797a5a1198ac8de.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-b61a451411024a51.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`
21502026-09-14T04:58:56.957Z
21512026-09-14T04:58:56.957Zrunning 24 tests
21522026-09-14T04:58:56.960Ztest dropshot/src/compression.rs - compression::NoCompression (line 14) ... ignored
21532026-09-14T04:58:58.271Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 472) ... ok
21542026-09-14T04:58:58.271Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 413) ... ok
21552026-09-14T04:58:58.271Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 149) ... ignored
21562026-09-14T04:58:58.271Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 156) ... ignored
21572026-09-14T04:59:01.820Ztest dropshot/src/error_status_code.rs - error_status_code::ErrorStatusCode::from_u16 (line 362) ... ok
21582026-09-14T04:59:01.820Ztest dropshot/src/error_status_code.rs - error_status_code::ClientErrorStatusCode::from_u16 (line 556) ... ok
21592026-09-14T04:59:01.820Ztest dropshot/src/lib.rs - (line 337) ... ignored
21602026-09-14T04:59:01.967Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 382) ... ok
21612026-09-14T04:59:01.987Ztest dropshot/src/lib.rs - (line 46) - compile ... ok
21622026-09-14T04:59:02.024Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 357) ... ok
21632026-09-14T04:59:02.082Ztest dropshot/src/config.rs - config::ConfigDropshot (line 31) ... ok
21642026-09-14T04:59:02.211Ztest dropshot/src/api_description.rs - api_description::ApiEndpoint<StubContext>::new_for_types (line 154) ... ok
21652026-09-14T04:59:02.212Ztest dropshot/src/lib.rs - channel (line 1187) ... ignored
21662026-09-14T04:59:02.212Ztest dropshot/src/lib.rs - endpoint (line 1232) ... ignored
21672026-09-14T04:59:03.120Ztest dropshot/src/lib.rs - (line 401) ... ok
21682026-09-14T04:59:03.301Ztest dropshot/src/lib.rs - api_description (line 1052) ... ok
21692026-09-14T04:59:03.348Ztest dropshot/src/lib.rs - (line 664) ... ok
21702026-09-14T04:59:03.385Ztest dropshot/src/lib.rs - api_description (line 1113) ... ok
21712026-09-14T04:59:03.626Ztest dropshot/src/lib.rs - (line 113) ... ok
21722026-09-14T04:59:03.676Ztest dropshot/src/lib.rs - (line 192) ... ok
21732026-09-14T04:59:04.284Ztest dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 230) ... ok
21742026-09-14T04:59:06.539Ztest dropshot/src/test_util.rs - test_util::LogContext (line 469) ... ok
21752026-09-14T04:59:07.134Ztest dropshot/src/lib.rs - (line 500) ... ok
21762026-09-14T04:59:07.134Z
21772026-09-14T04:59:07.134Ztest result: ok. 18 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 10.18s
21782026-09-14T04:59:07.134Z
21792026-09-14T04:59:07.137Zall doctests ran in 10.60s; merged doctests compilation took 0.43s
21802026-09-14T04:59:07.161Z Doc-tests dropshot_endpoint
21812026-09-14T04:59:07.164Z Running `/home/build/.rustup/toolchains/1.98.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-5764d16b26a84809/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-936cc3965485047f.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-30bb463f85d8812e.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-3993fb638e7b894f.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-5a30dd6538d699d3.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-e3918c82b150da1e.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-35ff85f5780f0f5c.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-7819fca6e6115774.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-86e649bf9d42760c.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-f6127db3a6186bd6.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-a47b84f9da111502.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-8f1f247756f6308c.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`
21822026-09-14T04:59:07.292Z
21832026-09-14T04:59:07.292Zrunning 0 tests
21842026-09-14T04:59:07.292Z
21852026-09-14T04:59:07.292Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
21862026-09-14T04:59:07.292Z
21872026-09-14T04:59:07.327Z
21882026-09-14T04:59:07.328Zreal 2:04.327494752
21892026-09-14T04:59:07.328Zuser 8:56.941675081
21902026-09-14T04:59:07.328Zsys 2:01.617737550
21912026-09-14T04:59:07.328Ztrap 0.371084780
21922026-09-14T04:59:07.328Ztflt 0.197328694
21932026-09-14T04:59:07.331Zdflt 0.166697719
21942026-09-14T04:59:07.331Zkflt 0.000139271
21952026-09-14T04:59:07.331Zlock 39:31.641133754
21962026-09-14T04:59:07.331Zslp 39:09.292693196
21972026-09-14T04:59:07.331Zlat 25.184593814
21982026-09-14T04:59:07.331Zstop 1:10.486764605
21992026-09-14T04:59:07.331Z+ banner docs
22002026-09-14T04:59:07.331Z
22012026-09-14T04:59:07.331Z ##### #### #### ####
22022026-09-14T04:59:07.331Z # # # # # # #
22032026-09-14T04:59:07.331Z # # # # # ####
22042026-09-14T04:59:07.331Z # # # # # #
22052026-09-14T04:59:07.331Z # # # # # # # #
22062026-09-14T04:59:07.331Z ##### #### #### ####
22072026-09-14T04:59:07.331Z
22082026-09-14T04:59:07.331Z+ ptime -m cargo doc --no-deps --lib --bins --examples
22092026-09-14T04:59:07.531Z Compiling proc-macro2 v1.0.107
22102026-09-14T04:59:07.532Z Compiling unicode-ident v1.0.12
22112026-09-14T04:59:07.532Z Checking cfg-if v1.0.0
22122026-09-14T04:59:07.535Z Checking itoa v1.0.1
22132026-09-14T04:59:07.535Z Checking pin-project-lite v0.2.12
22142026-09-14T04:59:07.535Z Compiling quote v1.0.47
22152026-09-14T04:59:07.535Z Checking libc v0.2.189
22162026-09-14T04:59:07.535Z Checking serde_core v1.0.229
22172026-09-14T04:59:07.609Z Checking memchr v2.6.0
22182026-09-14T04:59:07.624Z Checking smallvec v1.13.2
22192026-09-14T04:59:07.646Z Checking futures-core v0.3.34
22202026-09-14T04:59:07.675Z Checking bytes v1.12.1
22212026-09-14T04:59:07.758Z Checking once_cell v1.20.1
22222026-09-14T04:59:07.793Z Checking futures-sink v0.3.34
22232026-09-14T04:59:07.884Z Checking scopeguard v1.2.0
22242026-09-14T04:59:07.914Z Checking slab v0.4.9
22252026-09-14T04:59:07.972Z Checking lock_api v0.4.6
22262026-09-14T04:59:07.977Z Checking futures-channel v0.3.34
22272026-09-14T04:59:07.982Z Checking parking_lot_core v0.9.4
22282026-09-14T04:59:08.054Z Checking mio v1.2.0
22292026-09-14T04:59:08.093Z Compiling jobserver v0.1.34
22302026-09-14T04:59:08.139Z Checking socket2 v0.6.3
22312026-09-14T04:59:08.147Z Checking signal-hook-registry v1.4.0
22322026-09-14T04:59:08.150Z Checking parking_lot v0.12.1
22332026-09-14T04:59:08.150Z Checking http v1.5.0
22342026-09-14T04:59:08.321Z Compiling cc v1.2.60
22352026-09-14T04:59:08.327Z Checking stable_deref_trait v1.2.0
22362026-09-14T04:59:08.366Z Checking zeroize v1.8.2
22372026-09-14T04:59:08.391Z Checking log v0.4.17
22382026-09-14T04:59:08.399Z Checking futures-task v0.3.34
22392026-09-14T04:59:08.405Z Checking futures-io v0.3.34
22402026-09-14T04:59:08.502Z Compiling syn v2.0.118
22412026-09-14T04:59:08.507Z Compiling syn v3.0.4
22422026-09-14T04:59:08.525Z Checking rand_core v0.10.1
22432026-09-14T04:59:08.530Z Checking rustls-pki-types v1.15.1
22442026-09-14T04:59:08.535Z Checking typenum v1.19.0
22452026-09-14T04:59:08.657Z Checking getrandom v0.4.1
22462026-09-14T04:59:08.698Z Checking httparse v1.10.0
22472026-09-14T04:59:08.794Z Checking zmij v1.0.2
22482026-09-14T04:59:08.804Z Checking writeable v0.5.5
22492026-09-14T04:59:08.901Z Compiling time-core v0.1.8
22502026-09-14T04:59:08.922Z Compiling num-conv v0.2.0
22512026-09-14T04:59:08.976Z Checking equivalent v1.0.0
22522026-09-14T04:59:09.040Z Compiling cmake v0.1.58
22532026-09-14T04:59:09.043Z Checking litemap v0.7.4
22542026-09-14T04:59:09.060Z Checking hashbrown v0.17.0
22552026-09-14T04:59:09.060Z Checking powerfmt v0.2.0
22562026-09-14T04:59:09.198Z Checking deranged v0.5.5
22572026-09-14T04:59:09.198Z Checking hybrid-array v0.4.8
22582026-09-14T04:59:09.221Z Checking serde_json v1.0.151
22592026-09-14T04:59:09.379Z Compiling time-macros v0.2.27
22602026-09-14T04:59:09.508Z Checking indexmap v2.14.2
22612026-09-14T04:59:09.581Z Compiling aws-lc-sys v0.45.0
22622026-09-14T04:59:09.629Z Checking http-body v1.0.1
22632026-09-14T04:59:09.751Z Checking crossbeam-utils v0.8.21
22642026-09-14T04:59:09.810Z Checking tracing-core v0.1.32
22652026-09-14T04:59:10.082Z Checking percent-encoding v2.3.2
22662026-09-14T04:59:10.106Z Checking num_threads v0.1.3
22672026-09-14T04:59:10.133Z Checking atomic-waker v1.1.2
22682026-09-14T04:59:10.184Z Checking untrusted v0.9.0
22692026-09-14T04:59:10.215Z Checking tracing v0.1.40
22702026-09-14T04:59:10.222Z Checking bitflags v2.11.0
22712026-09-14T04:59:10.286Z Checking subtle v2.5.0
22722026-09-14T04:59:10.289Z Checking tower-layer v0.3.3
22732026-09-14T04:59:10.360Z Checking time v0.3.47
22742026-09-14T04:59:10.373Z Checking cpufeatures v0.3.0
22752026-09-14T04:59:10.383Z Checking try-lock v0.2.3
22762026-09-14T04:59:10.410Z Checking tower-service v0.3.3
22772026-09-14T04:59:10.427Z Checking fnv v1.0.7
22782026-09-14T04:59:10.433Z Checking icu_locid_transform_data v1.5.0
22792026-09-14T04:59:10.469Z Checking want v0.3.0
22802026-09-14T04:59:10.489Z Checking block-buffer v0.12.0
22812026-09-14T04:59:10.489Z Checking crypto-common v0.2.1
22822026-09-14T04:59:10.511Z Checking adler2 v2.0.1
22832026-09-14T04:59:10.587Z Checking icu_properties_data v1.5.0
22842026-09-14T04:59:10.611Z Checking simd-adler32 v0.3.7
22852026-09-14T04:59:10.622Z Checking httpdate v1.0.1
22862026-09-14T04:59:10.713Z Checking const-oid v0.10.2
22872026-09-14T04:59:10.744Z Checking miniz_oxide v0.8.9
22882026-09-14T04:59:10.754Z Checking num-traits v0.2.14
22892026-09-14T04:59:10.864Z Checking crc32fast v1.5.0
22902026-09-14T04:59:10.978Z Checking digest v0.11.2
22912026-09-14T04:59:10.998Z Checking form_urlencoded v1.2.2
22922026-09-14T04:59:11.076Z Checking errno v0.3.10
22932026-09-14T04:59:11.119Z Checking base64 v0.22.1
22942026-09-14T04:59:11.119Z Checking ipnet v2.10.0
22952026-09-14T04:59:11.170Z Checking iana-time-zone v0.1.47
22962026-09-14T04:59:11.174Z Checking write16 v1.0.0
22972026-09-14T04:59:11.188Z Checking winnow v1.0.0
22982026-09-14T04:59:11.255Z Compiling synstructure v0.13.1
22992026-09-14T04:59:11.265Z Checking icu_normalizer_data v1.5.0
23002026-09-14T04:59:11.327Z Checking mime v0.3.16
23012026-09-14T04:59:11.331Z Checking utf8_iter v1.0.4
23022026-09-14T04:59:11.343Z Checking utf16_iter v1.0.5
23032026-09-14T04:59:11.441Z Compiling serde_derive_internals v0.29.0
23042026-09-14T04:59:11.444Z Checking sha1 v0.11.0
23052026-09-14T04:59:11.464Z Checking toml_parser v1.1.3+spec-1.1.0
23062026-09-14T04:59:11.485Z Checking flate2 v1.1.9
23072026-09-14T04:59:11.607Z Checking toml_datetime v1.1.1+spec-1.1.0
23082026-09-14T04:59:11.762Z Checking serde_spanned v1.1.1
23092026-09-14T04:59:11.780Z Checking thread_local v1.1.4
23102026-09-14T04:59:11.780Z Checking encoding_rs v0.8.32
23112026-09-14T04:59:11.801Z Checking base64 v0.23.1
23122026-09-14T04:59:11.885Z Checking toml_writer v1.1.2+spec-1.1.0
23132026-09-14T04:59:11.938Z Checking compression-core v0.4.33
23142026-09-14T04:59:12.057Z Checking openssl-probe v0.2.1
23152026-09-14T04:59:12.060Z Checking match_cfg v0.1.0
23162026-09-14T04:59:12.074Z Checking compression-codecs v0.4.39
23172026-09-14T04:59:12.117Z Checking hostname v0.3.1
23182026-09-14T04:59:12.159Z Checking rustls-native-certs v0.8.3
23192026-09-14T04:59:12.188Z Checking toml v1.1.6+spec-1.1.0
23202026-09-14T04:59:12.206Z Checking rustix v1.1.4
23212026-09-14T04:59:12.237Z Checking ryu v1.0.5
23222026-09-14T04:59:12.274Z Compiling unicase v2.6.0
23232026-09-14T04:59:12.307Z Compiling serde_derive v1.0.229
23242026-09-14T04:59:12.362Z Compiling futures-macro v0.3.34
23252026-09-14T04:59:12.448Z Compiling thiserror-impl v2.0.20
23262026-09-14T04:59:12.451Z Compiling tokio-macros v2.7.0
23272026-09-14T04:59:12.701Z Compiling zerofrom-derive v0.1.5
23282026-09-14T04:59:12.750Z Compiling yoke-derive v0.7.5
23292026-09-14T04:59:12.798Z Compiling zerovec-derive v0.10.3
23302026-09-14T04:59:13.173Z Checking futures-util v0.3.34
23312026-09-14T04:59:13.190Z Checking tokio v1.53.1
23322026-09-14T04:59:13.650Z Compiling displaydoc v0.2.5
23332026-09-14T04:59:13.779Z Compiling icu_provider_macros v1.5.0
23342026-09-14T04:59:13.813Z Checking thiserror v2.0.20
23352026-09-14T04:59:13.886Z Checking zerofrom v0.1.5
23362026-09-14T04:59:13.907Z Compiling async-stream-impl v0.3.6
23372026-09-14T04:59:13.999Z Checking yoke v0.7.5
23382026-09-14T04:59:14.172Z Checking zerovec v0.10.4
23392026-09-14T04:59:14.347Z Compiling schemars_derive v0.8.22
23402026-09-14T04:59:14.403Z Checking chacha20 v0.10.1
23412026-09-14T04:59:14.627Z Checking crossbeam-channel v0.5.15
23422026-09-14T04:59:14.644Z Checking concurrent-queue v2.5.0
23432026-09-14T04:59:14.767Z Checking http-body-util v0.1.5
23442026-09-14T04:59:14.843Z Checking tinystr v0.7.6
23452026-09-14T04:59:14.862Z Checking icu_collections v1.5.0
23462026-09-14T04:59:14.890Z Checking serde v1.0.229
23472026-09-14T04:59:15.012Z Checking icu_locid v1.5.0
23482026-09-14T04:59:15.037Z Checking futures-executor v0.3.34
23492026-09-14T04:59:15.172Z Checking uuid v1.26.0
23502026-09-14T04:59:15.178Z Checking is-terminal v0.4.12
23512026-09-14T04:59:15.254Z Compiling dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot)
23522026-09-14T04:59:15.280Z Checking erased-serde v0.3.31
23532026-09-14T04:59:15.434Z Checking icu_provider v1.5.0
23542026-09-14T04:59:15.453Z Checking chrono v0.4.45
23552026-09-14T04:59:15.476Z Compiling serde_tokenstream v0.3.0
23562026-09-14T04:59:15.507Z Checking sync_wrapper v1.0.1
23572026-09-14T04:59:15.518Z Checking take_mut v0.2.2
23582026-09-14T04:59:15.601Z Checking parking v2.2.0
23592026-09-14T04:59:15.611Z Checking fastrand v2.1.1
23602026-09-14T04:59:15.657Z Checking slog v2.8.2
23612026-09-14T04:59:15.710Z Checking spin v0.9.8
23622026-09-14T04:59:15.723Z Checking icu_locid_transform v1.5.0
23632026-09-14T04:59:15.747Z Compiling semver v1.0.28
23642026-09-14T04:59:15.777Z Checking dyn-clone v1.0.4
23652026-09-14T04:59:15.860Z Checking term v1.1.0
23662026-09-14T04:59:15.912Z Checking slog-json v2.6.1
23672026-09-14T04:59:16.003Z Checking slog-async v2.8.0
23682026-09-14T04:59:16.026Z Compiling dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
23692026-09-14T04:59:16.060Z Checking slog-bunyan v2.5.0
23702026-09-14T04:59:16.068Z Checking multer v3.1.0
23712026-09-14T04:59:16.161Z Checking tempfile v3.27.0
23722026-09-14T04:59:16.164Z Checking event-listener v5.0.0
23732026-09-14T04:59:16.172Z Checking icu_properties v1.5.1
23742026-09-14T04:59:16.193Z Checking tokio-util v0.7.19
23752026-09-14T04:59:16.276Z Checking tower v0.5.2
23762026-09-14T04:59:16.281Z Checking slog-term v2.9.2
23772026-09-14T04:59:16.348Z Checking schemars v0.8.22
23782026-09-14T04:59:16.352Z Checking async-compression v0.4.44
23792026-09-14T04:59:16.567Z Checking serde_urlencoded v0.7.1
23802026-09-14T04:59:16.580Z Checking openapiv3 v2.2.0
23812026-09-14T04:59:16.604Z Checking h2 v0.4.14
23822026-09-14T04:59:16.642Z Checking futures v0.3.34
23832026-09-14T04:59:16.746Z Checking rand v0.10.2
23842026-09-14T04:59:16.810Z Checking async-stream v0.3.6
23852026-09-14T04:59:16.935Z Compiling mime_guess v2.0.5
23862026-09-14T04:59:16.994Z Compiling async-trait v0.1.92
23872026-09-14T04:59:17.208Z Checking camino v1.2.5
23882026-09-14T04:59:17.462Z Checking rustix v0.38.44
23892026-09-14T04:59:17.462Z Checking waitgroup v0.1.2
23902026-09-14T04:59:17.561Z Checking serde_path_to_error v0.1.20
23912026-09-14T04:59:17.620Z Checking icu_normalizer v1.5.0
23922026-09-14T04:59:17.827Z Checking rustls-pemfile v2.2.0
23932026-09-14T04:59:17.930Z Checking hostname v0.4.2
23942026-09-14T04:59:17.959Z Checking debug-ignore v1.0.5
23952026-09-14T04:59:17.985Z Checking unicode-width v0.2.2
23962026-09-14T04:59:17.988Z Checking idna_adapter v1.2.0
23972026-09-14T04:59:18.018Z Checking unicode-segmentation v1.10.0
23982026-09-14T04:59:18.036Z Checking data-encoding v2.4.0
23992026-09-14T04:59:18.048Z Checking iri-string v0.7.8
24002026-09-14T04:59:18.064Z Checking atomicwrites v0.4.4
24012026-09-14T04:59:18.100Z Checking idna v1.0.3
24022026-09-14T04:59:18.196Z Checking event-listener-strategy v0.5.4
24032026-09-14T04:59:18.228Z Checking console v0.16.4
24042026-09-14T04:59:18.284Z Checking tungstenite v0.30.0
24052026-09-14T04:59:18.287Z Checking newline-converter v0.3.0
24062026-09-14T04:59:18.315Z Checking target-triple v1.0.0
24072026-09-14T04:59:18.340Z Checking url v2.5.4
24082026-09-14T04:59:18.382Z Checking pem v4.0.0
24092026-09-14T04:59:18.382Z Checking yasna v0.6.0
24102026-09-14T04:59:18.496Z Checking hyper v1.11.1
24112026-09-14T04:59:18.530Z Checking glob v0.3.0
24122026-09-14T04:59:18.656Z Checking similar v3.2.0
24132026-09-14T04:59:18.689Z Checking termcolor v1.1.2
24142026-09-14T04:59:18.692Z Checking tokio-tungstenite v0.30.0
24152026-09-14T04:59:18.754Z Checking async-channel v2.5.0
24162026-09-14T04:59:18.863Z Checking trybuild v1.0.120
24172026-09-14T04:59:18.922Z Checking anyhow v1.0.104
24182026-09-14T04:59:18.925Z Checking buf-list v1.1.2
24192026-09-14T04:59:19.012Z Checking subprocess v1.2.1
24202026-09-14T04:59:19.046Z Checking tower-http v0.6.8
24212026-09-14T04:59:19.079Z Checking lazy_static v1.5.0
24222026-09-14T04:59:19.189Z Checking expectorate v1.3.0
24232026-09-14T04:59:19.302Z Checking heck v0.5.0
24242026-09-14T04:59:19.412Z Checking hyper-util v0.1.20
24252026-09-14T04:59:21.893Z Documenting dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
24262026-09-14T04:59:25.096Z Compiling aws-lc-rs v1.18.1
24272026-09-14T04:59:25.108Z Compiling rustls v0.23.43
24282026-09-14T04:59:26.186Z Checking rustls-webpki v0.103.13
24292026-09-14T04:59:26.186Z Checking rcgen v0.14.10
24302026-09-14T04:59:28.359Z Checking tokio-rustls v0.26.4
24312026-09-14T04:59:28.359Z Checking rustls-platform-verifier v0.6.2
24322026-09-14T04:59:28.541Z Checking hyper-rustls v0.27.9
24332026-09-14T04:59:28.541Z Documenting dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot)
24342026-09-14T04:59:28.712Z Checking reqwest v0.13.4
24352026-09-14T04:59:33.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.57s
24362026-09-14T04:59:33.945Z Generated /work/oxidecomputer/dropshot/target/doc/dropshot/index.html and 23 other files
24372026-09-14T04:59:33.961Z
24382026-09-14T04:59:33.964Zreal 26.616973566
24392026-09-14T04:59:33.964Zuser 1:46.634510734
24402026-09-14T04:59:33.964Zsys 29.193434072
24412026-09-14T04:59:33.964Ztrap 0.047135687
24422026-09-14T04:59:33.964Ztflt 0.006909550
24432026-09-14T04:59:33.964Zdflt 0.016872343
24442026-09-14T04:59:33.964Zkflt 0.000081840
24452026-09-14T04:59:33.964Zlock 5:17.766833611
24462026-09-14T04:59:33.965Zslp 5:19.185377047
24472026-09-14T04:59:33.965Zlat 5.083306048
24482026-09-14T04:59:33.965Zstop 15.340581159
24492026-09-14T04:59:33.965Zprocess exited: duration 251373 ms, exit code 0
 
24502026-09-14T04:59:33.971Zfound 0 output files