01M1X3D9QMR16YETK1XSX6KE2J: build-and-test / illumos

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

Buildomat Job: 01M1X3DMYCA67PA82EZG0YPDG1

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-07T04:54:10.150Zjob assigned to worker 01M1X3DMV1FA2RYAEJE9E1H748 [factory aws, i-0c0904d3e9c6b222b] (queued for 41 s)
 
22026-09-07T04:54:17.461Zstarting task 0: "setup"
32026-09-07T04:54:17.466Z++ uname -s
42026-09-07T04:54:17.469Z+ kern=SunOS
52026-09-07T04:54:17.469Z+ build_user=build
62026-09-07T04:54:17.469Z+ build_uid=12345
72026-09-07T04:54:17.469Z+ work_dir=/work
82026-09-07T04:54:17.469Z+ input_dir=/input
92026-09-07T04:54:17.469Z+ [[ 0 == 12345 ]]
102026-09-07T04:54:17.469Z+ case "$kern" in
112026-09-07T04:54:17.469Z+ groupadd -g 12345 build
122026-09-07T04:54:17.472Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-07T04:54:19.474Z+ zfs create -o mountpoint=/work rpool/work
142026-09-07T04:54:19.574Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-07T04:54:19.577Z+ home_fs=zfs
162026-09-07T04:54:19.578Z+ [[ zfs == autofs ]]
172026-09-07T04:54:19.578Z+ mkdir -p /home/build
182026-09-07T04:54:19.578Z+ chown build:build /home/build /work
192026-09-07T04:54:20.579Z+ chmod 0700 /home/build /work
202026-09-07T04:54:20.582Zprocess exited: duration 3118 ms, exit code 0
 
212026-09-07T04:54:20.589Zstarting task 1: "rust-toolchain"
222026-09-07T04:54:20.592Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-09-07T04:54:20.592Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-09-07T04:54:20.592Z * rust toolchain channel = "stable"
252026-09-07T04:54:20.592Z * rust toolchain profile = "default"
262026-09-07T04:54:20.592Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-09-07T04:54:20.592Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-09-07T04:54:20.595Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-07T04:54:20.595Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-09-07T04:54:20.690Zinfo: downloading installer
312026-09-07T04:54:21.957Zwarn: It looks like you have an existing installation of Rust at:
322026-09-07T04:54:21.957Zwarn: /opt/ooce/bin
332026-09-07T04:54:21.957Zwarn: This could mean one of the following:
342026-09-07T04:54:21.957Zwarn: - You have already installed rustup: you can quit the installer right now.
352026-09-07T04:54:21.957Zwarn: - You haven't installed rustup yet, but have Rust installed from elsewhere.
362026-09-07T04:54:21.957Zwarn: In the latter case, rustup can coexist with and adopt your existing Rust.
372026-09-07T04:54:21.957Zwarn: To adopt, please reply `yes`, or set RUSTUP_INIT_SKIP_PATH_CHECK to yes,
382026-09-07T04:54:21.957Zwarn: or pass `-y` to ignore all ignorable checks, then follow the instructions at:
392026-09-07T04:54:21.957Zwarn: <https://rust-lang.github.io/rustup/installation/already-installed-rust.html>
402026-09-07T04:54:21.957Zerror: cannot install while Rust is installed
412026-09-07T04:54:21.957Zwarn: continuing (because the -y flag is set and the error is ignorable)
422026-09-07T04:54:21.972Zinfo: profile set to default
432026-09-07T04:54:21.972Zinfo: default host tuple is x86_64-unknown-illumos
442026-09-07T04:54:21.975Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
452026-09-07T04:54:22.111Zinfo: latest update on 2026-09-03 for version 1.98.1 (48a229cea 2026-09-01)
462026-09-07T04:54:22.114Zinfo: downloading 6 components
472026-09-07T04:54:36.907Zinfo: default toolchain set to stable-x86_64-unknown-illumos
482026-09-07T04:54:36.907Z
492026-09-07T04:54:36.938Z stable-x86_64-unknown-illumos installed - rustc 1.98.1 (48a229cea 2026-09-01)
502026-09-07T04:54:36.938Z
512026-09-07T04:54:36.941Z
522026-09-07T04:54:36.941ZRust is installed now. Great!
532026-09-07T04:54:36.941Z
542026-09-07T04:54:36.941ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
552026-09-07T04:54:36.941Zenvironment variable. This has not been done automatically.
562026-09-07T04:54:36.941Z
572026-09-07T04:54:36.941ZTo configure your current shell, you need to source
582026-09-07T04:54:36.941Zthe corresponding env file under $HOME/.cargo.
592026-09-07T04:54:36.942Z
602026-09-07T04:54:36.942ZConsider running the right command for your shell (note the leading DOT):
612026-09-07T04:54:36.942Z. "$HOME/.cargo/env" # For sh/ash/dash/pdksh
622026-09-07T04:54:36.942Zcargo:rerun-if-env-changed=CC_x86_64-unknown-illumos
632026-09-07T04:54:36.942ZCC_x86_64-unknown-illumos = None
642026-09-07T04:54:36.942Zcargo:rerun-if-env-changed=CC_x86_64_unknown_illumos
652026-09-07T04:54:36.942ZCC_x86_64_unknown_illumos = None
662026-09-07T04:54:36.942Zcargo:rerun-if-env-changed=HOST_CC
672026-09-07T04:54:36.942ZHOST_CC = None
682026-09-07T04:54:36.942Zcargo:rerun-if-env-changed=CC
692026-09-07T04:54:36.942ZCC = None
702026-09-07T04:54:36.942Zcargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
712026-09-07T04:54:37.107Zcargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
722026-09-07T04:54:37.107ZCRATE_CC_NO_DEFAULTS = None
732026-09-07T04:54:37.107Zcargo:rerun-if-env-changed=CFLAGS
742026-09-07T04:54:37.107ZCFLAGS = None
752026-09-07T04:54:37.107Zcargo:rerun-if-env-changed=HOST_CFLAGS
762026-09-07T04:54:37.107ZHOST_CFLAGS = None
772026-09-07T04:54:37.107Zcargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos
782026-09-07T04:54:37.107ZCFLAGS_x86_64_unknown_illumos = None
792026-09-07T04:54:37.107Zcargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos
802026-09-07T04:54:37.107ZCFLAGS_x86_64-unknown-illumos = None
812026-09-07T04:54:37.194Z+ rustup --version
822026-09-07T04:54:37.200Zrustup 1.29.1 (d95a37b6a 2026-08-13)
832026-09-07T04:54:37.200Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
842026-09-07T04:54:37.222Zinfo: the currently active `rustc` version is `rustc 1.98.1 (48a229cea 2026-09-01)`
852026-09-07T04:54:37.225Z+ cargo --version
862026-09-07T04:54:37.237Zcargo 1.98.1 (797e8a9bc 2026-08-05)
872026-09-07T04:54:37.240Z+ rustc --version
882026-09-07T04:54:37.258Zrustc 1.98.1 (48a229cea 2026-09-01)
892026-09-07T04:54:37.261Zprocess exited: duration 16671 ms, exit code 0
 
902026-09-07T04:54:37.267Zstarting task 2: "authentication"
912026-09-07T04:54:37.283Zprocess exited: duration 15 ms, exit code 0
 
922026-09-07T04:54:37.289Zstarting task 3: "clone repository"
932026-09-07T04:54:37.292Z+ mkdir -p /work/oxidecomputer/dropshot
942026-09-07T04:54:37.295Z+ git clone https://github.com/oxidecomputer/dropshot /work/oxidecomputer/dropshot
952026-09-07T04:54:37.325ZCloning into '/work/oxidecomputer/dropshot'...
962026-09-07T04:54:38.156Z+ cd /work/oxidecomputer/dropshot
972026-09-07T04:54:38.156Z+ git fetch origin e30a80a90876087d7b81de8a70c0d90ab910e613
982026-09-07T04:54:38.475ZFrom https://github.com/oxidecomputer/dropshot
992026-09-07T04:54:38.476Z * branch e30a80a90876087d7b81de8a70c0d90ab910e613 -> FETCH_HEAD
1002026-09-07T04:54:38.481Z+ [[ -n dependabot/cargo/hyper-1.11.1 ]]
1012026-09-07T04:54:38.484Z++ git branch --show-current
1022026-09-07T04:54:38.484Z+ current=main
1032026-09-07T04:54:38.484Z+ [[ main != dependabot/cargo/hyper-1.11.1 ]]
1042026-09-07T04:54:38.484Z+ git branch -f dependabot/cargo/hyper-1.11.1 e30a80a90876087d7b81de8a70c0d90ab910e613
1052026-09-07T04:54:38.487Z+ git checkout -f dependabot/cargo/hyper-1.11.1
1062026-09-07T04:54:38.500ZSwitched to branch 'dependabot/cargo/hyper-1.11.1'
1072026-09-07T04:54:38.503Z+ git reset --hard e30a80a90876087d7b81de8a70c0d90ab910e613
1082026-09-07T04:54:38.507ZHEAD is now at e30a80a Bump hyper from 1.11.0 to 1.11.1
1092026-09-07T04:54:38.507Zprocess exited: duration 1216 ms, exit code 0
 
1102026-09-07T04:54:38.513Zstarting task 4: "build"
1112026-09-07T04:54:38.517Z+ cargo --version
1122026-09-07T04:54:38.521Zinfo: syncing channel updates for 1.98.0-x86_64-unknown-illumos
1132026-09-07T04:54:38.680Zinfo: latest update on 2026-08-20 for version 1.98.0 (88d9e12ae 2026-08-18)
1142026-09-07T04:54:38.684Zinfo: downloading 6 components
1152026-09-07T04:54:53.559Zwarn: the missing active toolchain `1.98.0-x86_64-unknown-illumos` has been auto-installed
1162026-09-07T04:54:53.559Zwarn: this might cause rustup commands to take longer time to finish than expected
1172026-09-07T04:54:53.559Zinfo: you may opt out with `RUSTUP_AUTO_INSTALL=0` or `rustup set auto-install disable`
1182026-09-07T04:54:53.650Zcargo 1.98.0 (797e8a9bc 2026-08-05)
1192026-09-07T04:54:53.653Z+ rustc --version
1202026-09-07T04:54:53.684Zrustc 1.98.0 (88d9e12ae 2026-08-18)
1212026-09-07T04:54:53.689Z+ banner build
1222026-09-07T04:54:53.692Z
1232026-09-07T04:54:53.692Z ##### # # # # #####
1242026-09-07T04:54:53.692Z # # # # # # # #
1252026-09-07T04:54:53.693Z ##### # # # # # #
1262026-09-07T04:54:53.693Z # # # # # # # #
1272026-09-07T04:54:53.693Z # # # # # # # #
1282026-09-07T04:54:53.693Z ##### #### # ###### #####
1292026-09-07T04:54:53.693Z
1302026-09-07T04:54:53.693Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1312026-09-07T04:54:53.781Z Updating crates.io index
1322026-09-07T04:54:55.370Z Downloading crates ...
1332026-09-07T04:54:55.427Z Downloaded rustls-pki-types v1.15.1
1342026-09-07T04:54:55.430Z Downloaded adler2 v2.0.1
1352026-09-07T04:54:55.430Z Downloaded rusticata-macros v4.1.0
1362026-09-07T04:54:55.432Z Downloaded thread-id v5.0.0
1372026-09-07T04:54:55.435Z Downloaded time-core v0.1.8
1382026-09-07T04:54:55.435Z Downloaded tokio-macros v2.7.0
1392026-09-07T04:54:55.438Z Downloaded usdt-attr-macro v0.6.0
1402026-09-07T04:54:55.438Z Downloaded slog-json v2.6.1
1412026-09-07T04:54:55.438Z Downloaded sync_wrapper v1.0.1
1422026-09-07T04:54:55.442Z Downloaded target-triple v1.0.0
1432026-09-07T04:54:55.442Z Downloaded tokio-tungstenite v0.30.0
1442026-09-07T04:54:55.445Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1452026-09-07T04:54:55.445Z Downloaded glob v0.3.0
1462026-09-07T04:54:55.450Z Downloaded heck v0.5.0
1472026-09-07T04:54:55.453Z Downloaded serde_core v1.0.229
1482026-09-07T04:54:55.455Z Downloaded stable_deref_trait v1.2.0
1492026-09-07T04:54:55.458Z Downloaded h2 v0.4.14
1502026-09-07T04:54:55.461Z Downloaded tinyvec v1.5.1
1512026-09-07T04:54:55.464Z Downloaded hostname v0.3.1
1522026-09-07T04:54:55.464Z Downloaded typenum v1.19.0
1532026-09-07T04:54:55.467Z Downloaded hashbrown v0.17.0
1542026-09-07T04:54:55.470Z Downloaded http-body-util v0.1.5
1552026-09-07T04:54:55.473Z Downloaded url v2.5.4
1562026-09-07T04:54:55.473Z Downloaded similar v3.2.0
1572026-09-07T04:54:55.476Z Downloaded scopeguard v1.2.0
1582026-09-07T04:54:55.479Z Downloaded reqwest v0.13.4
1592026-09-07T04:54:55.482Z Downloaded icu_provider v1.5.0
1602026-09-07T04:54:55.485Z Downloaded serde_urlencoded v0.7.1
1612026-09-07T04:54:55.485Z Downloaded goblin v0.10.1
1622026-09-07T04:54:55.488Z Downloaded mime v0.3.16
1632026-09-07T04:54:55.491Z Downloaded lazy_static v1.5.0
1642026-09-07T04:54:55.491Z Downloaded mime_guess v2.0.5
1652026-09-07T04:54:55.494Z Downloaded simd-adler32 v0.3.7
1662026-09-07T04:54:55.494Z Downloaded slog-bunyan v2.5.0
1672026-09-07T04:54:55.494Z Downloaded untrusted v0.9.0
1682026-09-07T04:54:55.494Z Downloaded hostname v0.4.2
1692026-09-07T04:54:55.497Z Downloaded rustc-hash v2.0.0
1702026-09-07T04:54:55.497Z Downloaded sha1 v0.11.0
1712026-09-07T04:54:55.500Z Downloaded lru-slab v0.1.2
1722026-09-07T04:54:55.500Z Downloaded percent-encoding v2.3.2
1732026-09-07T04:54:55.500Z Downloaded ipnet v2.10.0
1742026-09-07T04:54:55.505Z Downloaded scroll_derive v0.13.1
1752026-09-07T04:54:55.508Z Downloaded thread_local v1.1.4
1762026-09-07T04:54:55.508Z Downloaded schema-derive v0.2.1
1772026-09-07T04:54:55.508Z Downloaded tinyvec_macros v0.1.0
1782026-09-07T04:54:55.508Z Downloaded usdt v0.6.0
1792026-09-07T04:54:55.508Z Downloaded write16 v1.0.0
1802026-09-07T04:54:55.508Z Downloaded httpdate v1.0.1
1812026-09-07T04:54:55.511Z Downloaded icu_provider_macros v1.5.0
1822026-09-07T04:54:55.514Z Downloaded waitgroup v0.1.2
1832026-09-07T04:54:55.514Z Downloaded want v0.3.0
1842026-09-07T04:54:55.514Z Downloaded http-body v1.0.1
1852026-09-07T04:54:55.514Z Downloaded idna_adapter v1.2.0
1862026-09-07T04:54:55.517Z Downloaded is-terminal v0.4.12
1872026-09-07T04:54:55.519Z Downloaded usdt-macro v0.6.0
1882026-09-07T04:54:55.519Z Downloaded litemap v0.7.4
1892026-09-07T04:54:55.524Z Downloaded memmap2 v0.9.8
1902026-09-07T04:54:55.527Z Downloaded simple-mermaid v0.2.0
1912026-09-07T04:54:55.527Z Downloaded tower-service v0.3.3
1922026-09-07T04:54:55.527Z Downloaded utf16_iter v1.0.5
1932026-09-07T04:54:55.533Z Downloaded newline-converter v0.3.0
1942026-09-07T04:54:55.536Z Downloaded plain v0.2.3
1952026-09-07T04:54:55.536Z Downloaded rand_pcg v0.10.2
1962026-09-07T04:54:55.536Z Downloaded untrusted v0.7.1
1972026-09-07T04:54:55.536Z Downloaded schema v0.2.1
1982026-09-07T04:54:55.539Z Downloaded num-conv v0.2.0
1992026-09-07T04:54:55.539Z Downloaded block-buffer v0.10.2
2002026-09-07T04:54:55.541Z Downloaded serde_spanned v1.1.1
2012026-09-07T04:54:55.541Z Downloaded take_mut v0.2.2
2022026-09-07T04:54:55.541Z Downloaded zerofrom v0.1.5
2032026-09-07T04:54:55.542Z Downloaded slab v0.4.9
2042026-09-07T04:54:55.542Z Downloaded serde_tokenstream v0.2.3
2052026-09-07T04:54:55.544Z Downloaded num_threads v0.1.3
2062026-09-07T04:54:55.544Z Downloaded serde_derive_internals v0.29.0
2072026-09-07T04:54:55.545Z Downloaded pretty-hex v0.4.1
2082026-09-07T04:54:55.547Z Downloaded shlex v1.3.0
2092026-09-07T04:54:55.547Z Downloaded match_cfg v0.1.0
2102026-09-07T04:54:55.547Z Downloaded rustls-pemfile v2.2.0
2112026-09-07T04:54:55.551Z Downloaded slog-async v2.8.0
2122026-09-07T04:54:55.551Z Downloaded async-stream v0.3.6
2132026-09-07T04:54:55.551Z Downloaded subtle v2.5.0
2142026-09-07T04:54:55.554Z Downloaded fastrand v2.1.1
2152026-09-07T04:54:55.554Z Downloaded try-lock v0.2.3
2162026-09-07T04:54:55.554Z Downloaded utf8_iter v1.0.4
2172026-09-07T04:54:55.554Z Downloaded version_check v0.9.5
2182026-09-07T04:54:55.557Z Downloaded semver v1.0.28
2192026-09-07T04:54:55.557Z Downloaded powerfmt v0.2.0
2202026-09-07T04:54:55.560Z Downloaded cpufeatures v0.3.0
2212026-09-07T04:54:55.560Z Downloaded openssl-probe v0.2.1
2222026-09-07T04:54:55.560Z Downloaded icu_locid_transform v1.5.0
2232026-09-07T04:54:55.563Z Downloaded itoa v1.0.1
2242026-09-07T04:54:55.563Z Downloaded rustversion v1.0.22
2252026-09-07T04:54:55.563Z Downloaded serde_tokenstream v0.3.0
2262026-09-07T04:54:55.566Z Downloaded asn1-rs-impl v0.2.0
2272026-09-07T04:54:55.566Z Downloaded errno v0.3.10
2282026-09-07T04:54:55.566Z Downloaded hyper-rustls v0.27.9
2292026-09-07T04:54:55.570Z Downloaded rustls-native-certs v0.8.3
2302026-09-07T04:54:55.570Z Downloaded scroll v0.13.0
2312026-09-07T04:54:55.570Z Downloaded dyn-clone v1.0.4
2322026-09-07T04:54:55.573Z Downloaded futures-sink v0.3.34
2332026-09-07T04:54:55.573Z Downloaded parking v2.2.0
2342026-09-07T04:54:55.573Z Downloaded unicase v2.6.0
2352026-09-07T04:54:55.576Z Downloaded writeable v0.5.5
2362026-09-07T04:54:55.576Z Downloaded tinystr v0.7.6
2372026-09-07T04:54:55.576Z Downloaded rand_core v0.10.1
2382026-09-07T04:54:55.579Z Downloaded icu_locid_transform_data v1.5.0
2392026-09-07T04:54:55.582Z Downloaded futures-core v0.3.34
2402026-09-07T04:54:55.585Z Downloaded tower-layer v0.3.3
2412026-09-07T04:54:55.588Z Downloaded dtrace-parser v0.3.0
2422026-09-07T04:54:55.588Z Downloaded yoke-derive v0.7.5
2432026-09-07T04:54:55.588Z Downloaded dunce v1.0.5
2442026-09-07T04:54:55.591Z Downloaded synstructure v0.13.1
2452026-09-07T04:54:55.591Z Downloaded termcolor v1.1.2
2462026-09-07T04:54:55.591Z Downloaded thiserror v2.0.20
2472026-09-07T04:54:55.594Z Downloaded zerofrom-derive v0.1.5
2482026-09-07T04:54:55.594Z Downloaded fnv v1.0.7
2492026-09-07T04:54:55.594Z Downloaded autocfg v1.1.0
2502026-09-07T04:54:55.597Z Downloaded quote v1.0.47
2512026-09-07T04:54:55.597Z Downloaded lock_api v0.4.6
2522026-09-07T04:54:55.597Z Downloaded num-integer v0.1.46
2532026-09-07T04:54:55.600Z Downloaded pem v4.0.0
2542026-09-07T04:54:55.600Z Downloaded signal-hook-registry v1.4.0
2552026-09-07T04:54:55.600Z Downloaded slog-term v2.9.2
2562026-09-07T04:54:55.600Z Downloaded thiserror-impl v2.0.20
2572026-09-07T04:54:55.603Z Downloaded jobserver v0.1.34
2582026-09-07T04:54:55.603Z Downloaded paste v1.0.15
2592026-09-07T04:54:55.607Z Downloaded bitflags v2.11.0
2602026-09-07T04:54:55.607Z Downloaded rustls-platform-verifier v0.6.2
2612026-09-07T04:54:55.609Z Downloaded ryu v1.0.5
2622026-09-07T04:54:55.610Z Downloaded serde_derive v1.0.229
2632026-09-07T04:54:55.612Z Downloaded crypto-common v0.1.6
2642026-09-07T04:54:55.612Z Downloaded asn1-rs-derive v0.6.0
2652026-09-07T04:54:55.612Z Downloaded form_urlencoded v1.2.2
2662026-09-07T04:54:55.612Z Downloaded quinn-udp v0.5.5
2672026-09-07T04:54:55.615Z Downloaded iana-time-zone v0.1.47
2682026-09-07T04:54:55.615Z Downloaded multer v3.1.0
2692026-09-07T04:54:55.615Z Downloaded usdt-impl v0.6.0
2702026-09-07T04:54:55.618Z Downloaded pem v3.0.6
2712026-09-07T04:54:55.618Z Downloaded block-buffer v0.12.0
2722026-09-07T04:54:55.618Z Downloaded parking_lot_core v0.9.4
2732026-09-07T04:54:55.618Z Downloaded debug-ignore v1.0.5
2742026-09-07T04:54:55.621Z Downloaded event-listener-strategy v0.5.4
2752026-09-07T04:54:55.621Z Downloaded log v0.4.17
2762026-09-07T04:54:55.621Z Downloaded dof v0.4.0
2772026-09-07T04:54:55.624Z Downloaded cpufeatures v0.2.17
2782026-09-07T04:54:55.624Z Downloaded bit-vec v0.9.1
2792026-09-07T04:54:55.627Z Downloaded cfg-if v1.0.0
2802026-09-07T04:54:55.627Z Downloaded tokio-rustls v0.26.4
2812026-09-07T04:54:55.630Z Downloaded oid-registry v0.8.1
2822026-09-07T04:54:55.630Z Downloaded sha2 v0.10.8
2832026-09-07T04:54:55.630Z Downloaded toml_parser v1.1.3+spec-1.1.0
2842026-09-07T04:54:55.633Z Downloaded serde_path_to_error v0.1.20
2852026-09-07T04:54:55.633Z Downloaded term v1.1.0
2862026-09-07T04:54:55.636Z Downloaded unicode-ident v1.0.12
2872026-09-07T04:54:55.636Z Downloaded smallvec v1.13.2
2882026-09-07T04:54:55.636Z Downloaded tempfile v3.27.0
2892026-09-07T04:54:55.639Z Downloaded time-macros v0.2.27
2902026-09-07T04:54:55.639Z Downloaded atomic-waker v1.1.2
2912026-09-07T04:54:55.639Z Downloaded equivalent v1.0.0
2922026-09-07T04:54:55.642Z Downloaded icu_properties v1.5.1
2932026-09-07T04:54:55.642Z Downloaded compression-codecs v0.4.38
2942026-09-07T04:54:55.645Z Downloaded cfg_aliases v0.2.1
2952026-09-07T04:54:55.645Z Downloaded futures-task v0.3.34
2962026-09-07T04:54:55.645Z Downloaded buf-list v1.1.2
2972026-09-07T04:54:55.648Z Downloaded erased-serde v0.3.31
2982026-09-07T04:54:55.648Z Downloaded futures-macro v0.3.34
2992026-09-07T04:54:55.648Z Downloaded schemars v0.8.22
3002026-09-07T04:54:55.654Z Downloaded async-channel v2.5.0
3012026-09-07T04:54:55.657Z Downloaded cmake v0.1.58
3022026-09-07T04:54:55.657Z Downloaded displaydoc v0.2.5
3032026-09-07T04:54:55.657Z Downloaded atomicwrites v0.4.4
3042026-09-07T04:54:55.660Z Downloaded compression-core v0.4.32
3052026-09-07T04:54:55.660Z Downloaded schemars_derive v0.8.22
3062026-09-07T04:54:55.660Z Downloaded trybuild v1.0.120
3072026-09-07T04:54:55.663Z Downloaded zeroize v1.8.2
3082026-09-07T04:54:55.663Z Downloaded hybrid-array v0.4.8
3092026-09-07T04:54:55.663Z Downloaded pest_derive v2.8.1
3102026-09-07T04:54:55.666Z Downloaded toml_writer v1.1.2+spec-1.1.0
3112026-09-07T04:54:55.666Z Downloaded async-stream-impl v0.3.6
3122026-09-07T04:54:55.666Z Downloaded parking_lot v0.12.1
3132026-09-07T04:54:55.669Z Downloaded asn1-rs v0.7.1
3142026-09-07T04:54:55.671Z Downloaded spin v0.9.8
3152026-09-07T04:54:55.672Z Downloaded crypto-common v0.2.1
3162026-09-07T04:54:55.672Z Downloaded data-encoding v2.4.0
3172026-09-07T04:54:55.672Z Downloaded zerovec-derive v0.10.3
3182026-09-07T04:54:55.675Z Downloaded yoke v0.7.5
3192026-09-07T04:54:55.675Z Downloaded find-msvc-tools v0.1.9
3202026-09-07T04:54:55.675Z Downloaded once_cell v1.20.1
3212026-09-07T04:54:55.677Z Downloaded pest_generator v2.8.1
3222026-09-07T04:54:55.678Z Downloaded pin-project-lite v0.2.12
3232026-09-07T04:54:55.680Z Downloaded byteorder v1.4.3
3242026-09-07T04:54:55.680Z Downloaded concurrent-queue v2.5.0
3252026-09-07T04:54:55.683Z Downloaded httparse v1.10.0
3262026-09-07T04:54:55.683Z Downloaded icu_normalizer v1.5.0
3272026-09-07T04:54:55.686Z Downloaded icu_normalizer_data v1.5.0
3282026-09-07T04:54:55.686Z Downloaded tracing-core v0.1.32
3292026-09-07T04:54:55.689Z Downloaded futures-io v0.3.34
3302026-09-07T04:54:55.689Z Downloaded futures-executor v0.3.34
3312026-09-07T04:54:55.689Z Downloaded slog v2.8.2
3322026-09-07T04:54:55.692Z Downloaded miniz_oxide v0.8.9
3332026-09-07T04:54:55.692Z Downloaded digest v0.11.2
3342026-09-07T04:54:55.695Z Downloaded async-trait v0.1.92
3352026-09-07T04:54:55.695Z Downloaded digest v0.10.7
3362026-09-07T04:54:55.709Z Downloaded crc32fast v1.5.0
3372026-09-07T04:54:55.709Z Downloaded ucd-trie v0.1.6
3382026-09-07T04:54:55.709Z Downloaded generic-array v0.14.5
3392026-09-07T04:54:55.709Z Downloaded deranged v0.5.5
3402026-09-07T04:54:55.712Z Downloaded icu_locid v1.5.0
3412026-09-07T04:54:55.712Z Downloaded num-traits v0.2.14
3422026-09-07T04:54:55.713Z Downloaded toml v1.1.4+spec-1.1.0
3432026-09-07T04:54:55.713Z Downloaded getrandom v0.2.11
3442026-09-07T04:54:55.713Z Downloaded rcgen v0.14.9
3452026-09-07T04:54:55.713Z Downloaded yasna v0.6.0
3462026-09-07T04:54:55.713Z Downloaded crossbeam-utils v0.8.21
3472026-09-07T04:54:55.713Z Downloaded chacha20 v0.10.1
3482026-09-07T04:54:55.713Z Downloaded futures-channel v0.3.34
3492026-09-07T04:54:55.713Z Downloaded tracing v0.1.40
3502026-09-07T04:54:55.716Z Downloaded zmij v1.0.2
3512026-09-07T04:54:55.716Z Downloaded fs_extra v1.3.0
3522026-09-07T04:54:55.719Z Downloaded hyper-util v0.1.20
3532026-09-07T04:54:55.722Z Downloaded futures v0.3.34
3542026-09-07T04:54:55.725Z Downloaded socket2 v0.6.3
3552026-09-07T04:54:55.725Z Downloaded rustls-webpki v0.103.13
3562026-09-07T04:54:55.725Z Downloaded socket2 v0.5.9
3572026-09-07T04:54:55.728Z Downloaded subprocess v1.2.1
3582026-09-07T04:54:55.728Z Downloaded anyhow v1.0.104
3592026-09-07T04:54:55.731Z Downloaded console v0.16.4
3602026-09-07T04:54:55.731Z Downloaded tungstenite v0.30.0
3612026-09-07T04:54:55.733Z Downloaded proc-macro2 v1.0.107
3622026-09-07T04:54:55.736Z Downloaded uuid v1.26.0
3632026-09-07T04:54:55.736Z Downloaded unicode-segmentation v1.10.0
3642026-09-07T04:54:55.739Z Downloaded pest_meta v2.8.1
3652026-09-07T04:54:55.739Z Downloaded event-listener v5.0.0
3662026-09-07T04:54:55.742Z Downloaded quinn v0.11.9
3672026-09-07T04:54:55.742Z Downloaded getrandom v0.4.1
3682026-09-07T04:54:55.745Z Downloaded base64 v0.22.1
3692026-09-07T04:54:55.748Z Downloaded icu_collections v1.5.0
3702026-09-07T04:54:55.751Z Downloaded tower v0.5.2
3712026-09-07T04:54:55.754Z Downloaded const-oid v0.10.2
3722026-09-07T04:54:55.757Z Downloaded camino v1.2.5
3732026-09-07T04:54:55.757Z Downloaded serde v1.0.229
3742026-09-07T04:54:55.760Z Downloaded prettyplease v0.3.0
3752026-09-07T04:54:55.763Z Downloaded minimal-lexical v0.2.1
3762026-09-07T04:54:55.763Z Downloaded der-parser v10.0.0
3772026-09-07T04:54:55.766Z Downloaded flate2 v1.1.9
3782026-09-07T04:54:55.769Z Downloaded indexmap v2.14.0
3792026-09-07T04:54:55.769Z Downloaded zerocopy-derive v0.8.27
3802026-09-07T04:54:55.772Z Downloaded mio v1.2.0
3812026-09-07T04:54:55.775Z Downloaded cc v1.2.60
3822026-09-07T04:54:55.778Z Downloaded rand v0.10.2
3832026-09-07T04:54:55.781Z Downloaded bytes v1.12.1
3842026-09-07T04:54:55.781Z Downloaded async-compression v0.4.43
3852026-09-07T04:54:55.784Z Downloaded base64 v0.23.1
3862026-09-07T04:54:55.787Z Downloaded x509-parser v0.18.0
3872026-09-07T04:54:55.790Z Downloaded memchr v2.6.0
3882026-09-07T04:54:55.793Z Downloaded expectorate v1.3.0
3892026-09-07T04:54:55.793Z Downloaded crossbeam-channel v0.5.15
3902026-09-07T04:54:55.796Z Downloaded http v1.5.0
3912026-09-07T04:54:55.796Z Downloaded tokio-util v0.7.19
3922026-09-07T04:54:55.799Z Downloaded idna v1.0.3
3932026-09-07T04:54:55.802Z Downloaded serde_json v1.0.151
3942026-09-07T04:54:55.805Z Downloaded num-bigint v0.4.3
3952026-09-07T04:54:55.808Z Downloaded pest v2.8.1
3962026-09-07T04:54:55.811Z Downloaded nom v7.1.3
3972026-09-07T04:54:55.814Z Downloaded iri-string v0.7.8
3982026-09-07T04:54:55.818Z Downloaded portable-atomic v1.9.0
3992026-09-07T04:54:55.822Z Downloaded zerovec v0.10.4
4002026-09-07T04:54:55.825Z Downloaded syn v2.0.118
4012026-09-07T04:54:55.832Z Downloaded unicode-width v0.2.2
4022026-09-07T04:54:55.835Z Downloaded tower-http v0.6.8
4032026-09-07T04:54:55.840Z Downloaded hyper v1.11.1
4042026-09-07T04:54:55.843Z Downloaded winnow v1.0.0
4052026-09-07T04:54:55.848Z Downloaded futures-util v0.3.34
4062026-09-07T04:54:55.854Z Downloaded icu_properties_data v1.5.0
4072026-09-07T04:54:55.860Z Downloaded time v0.3.47
4082026-09-07T04:54:55.866Z Downloaded rustls v0.23.43
4092026-09-07T04:54:55.872Z Downloaded zerocopy v0.8.27
4102026-09-07T04:54:55.884Z Downloaded chrono v0.4.45
4112026-09-07T04:54:55.888Z Downloaded quinn-proto v0.11.16
4122026-09-07T04:54:55.891Z Downloaded aws-lc-rs v1.16.3
4132026-09-07T04:54:55.897Z Downloaded bstr v1.6.0
4142026-09-07T04:54:55.902Z Downloaded openapiv3 v2.2.0
4152026-09-07T04:54:55.908Z Downloaded syn v3.0.4
4162026-09-07T04:54:55.914Z Downloaded rustix v0.38.44
4172026-09-07T04:54:55.926Z Downloaded rustix v1.1.4
4182026-09-07T04:54:55.940Z Downloaded libc v0.2.189
4192026-09-07T04:54:55.987Z Downloaded tokio v1.53.1
4202026-09-07T04:54:56.022Z Downloaded encoding_rs v0.8.32
4212026-09-07T04:54:56.033Z Downloaded ring v0.17.13
4222026-09-07T04:54:56.378Z Downloaded aws-lc-sys v0.40.0
4232026-09-07T04:54:56.595Z Compiling proc-macro2 v1.0.107
4242026-09-07T04:54:56.595Z Compiling quote v1.0.47
4252026-09-07T04:54:56.595Z Compiling unicode-ident v1.0.12
4262026-09-07T04:54:56.598Z Compiling libc v0.2.189
4272026-09-07T04:54:56.598Z Compiling cfg-if v1.0.0
4282026-09-07T04:54:56.599Z Compiling itoa v1.0.1
4292026-09-07T04:54:56.599Z Compiling memchr v2.6.0
4302026-09-07T04:54:56.599Z Compiling serde_core v1.0.229
4312026-09-07T04:54:56.695Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.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=ae7740b01ba61970 -C extra-filename=-bda8bc051f8a19ba --out-dir /work/oxidecomputer/dropshot/target/debug/build/proc-macro2-bda8bc051f8a19ba -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4322026-09-07T04:54:56.695Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dccf1fb7dea0b17b -C extra-filename=-802909ea106ca7da --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4332026-09-07T04:54:56.695Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.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=b5d79db2c16a6c17 -C extra-filename=-6d0152a08332aecc --out-dir /work/oxidecomputer/dropshot/target/debug/build/quote-6d0152a08332aecc -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4342026-09-07T04:54:56.695Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=ec45f029d18ea382 -C extra-filename=-30ea643b2bc6b804 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4352026-09-07T04:54:56.700Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.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=eef5353603a4d6f5 -C extra-filename=-007d72752915a29d --out-dir /work/oxidecomputer/dropshot/target/debug/build/libc-007d72752915a29d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4362026-09-07T04:54:56.703Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e4831a7f0288b7b -C extra-filename=-656b3de08485dd92 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4372026-09-07T04:54:56.703Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=d7ddc58d4b29e4d7 -C extra-filename=-b70a56b47155b5a3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4382026-09-07T04:54:56.703Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.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=78aa1bb362a61e9f -C extra-filename=-213aba6e20436d67 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-213aba6e20436d67 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4392026-09-07T04:54:56.794Z Compiling pin-project-lite v0.2.12
4402026-09-07T04:54:56.802Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=380d34594e708037 -C extra-filename=-2cdf03bdab92429e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4412026-09-07T04:54:56.818Z Compiling autocfg v1.1.0
4422026-09-07T04:54:56.821Z Compiling smallvec v1.13.2
4432026-09-07T04:54:56.827Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fd6ba46be3c84f70 -C extra-filename=-bad63f72036a1be1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4442026-09-07T04:54:56.827Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=10ca9f845c714132 -C extra-filename=-e9d61570549e2384 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4452026-09-07T04:54:56.879Z Compiling bytes v1.12.1
4462026-09-07T04:54:56.891Z Running `/home/build/.rustup/toolchains/1.98.0-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=931c5545c8381e22 -C extra-filename=-08a7dd796d6e7932 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4472026-09-07T04:54:57.035Z Compiling futures-core v0.3.34
4482026-09-07T04:54:57.044Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.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=c406d29232b8ee1a -C extra-filename=-b54c659c9eca6159 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4492026-09-07T04:54:57.048Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-213aba6e20436d67/build-script-build`
4502026-09-07T04:54:57.061Z Running `/work/oxidecomputer/dropshot/target/debug/build/proc-macro2-bda8bc051f8a19ba/build-script-build`
4512026-09-07T04:54:57.061Z Running `/work/oxidecomputer/dropshot/target/debug/build/quote-6d0152a08332aecc/build-script-build`
4522026-09-07T04:54:57.090Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.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=29ce549b6f4d404f -C extra-filename=-eeb8a4ae58cb0046 --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)'`
4532026-09-07T04:54:57.095Z Compiling zmij v1.0.2
4542026-09-07T04:54:57.095Z Running `/work/oxidecomputer/dropshot/target/debug/build/libc-007d72752915a29d/build-script-build`
4552026-09-07T04:54:57.099Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=6007c4af34eeb799 -C extra-filename=-ccc558a1178b0a72 --out-dir /work/oxidecomputer/dropshot/target/debug/build/zmij-ccc558a1178b0a72 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4562026-09-07T04:54:57.107Z Compiling serde v1.0.229
4572026-09-07T04:54:57.111Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.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=ce88cf27c67b21b8 -C extra-filename=-a6f52557952e7891 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-a6f52557952e7891 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4582026-09-07T04:54:57.135Z Running `/home/build/.rustup/toolchains/1.98.0-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=0f63224f7c6e93e2 -C extra-filename=-87cf73f97ab6bb9d --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"))'`
4592026-09-07T04:54:57.178Z Compiling once_cell v1.20.1
4602026-09-07T04:54:57.216Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=7aa6cd20dfeb29c1 -C extra-filename=-7eaec1d9b54222cb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4612026-09-07T04:54:57.370Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.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=87734631a7f27bb6 -C extra-filename=-93bf195ff9b27caa --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-802909ea106ca7da.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-07T04:54:57.383Z Compiling serde_json v1.0.151
4632026-09-07T04:54:57.383Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.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=13abde296164644f -C extra-filename=-e9a87d76c2224476 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_json-e9a87d76c2224476 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4642026-09-07T04:54:57.399Z Running `/work/oxidecomputer/dropshot/target/debug/build/zmij-ccc558a1178b0a72/build-script-build`
4652026-09-07T04:54:57.409Z Compiling thiserror v2.0.20
4662026-09-07T04:54:57.413Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.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=dadb75a2eff9ea06 -C extra-filename=-f98cb3b53dff86b8 --out-dir /work/oxidecomputer/dropshot/target/debug/build/thiserror-f98cb3b53dff86b8 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4672026-09-07T04:54:57.420Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-a6f52557952e7891/build-script-build`
4682026-09-07T04:54:57.436Z Compiling log v0.4.17
4692026-09-07T04:54:57.440Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "value-bag"))' -C metadata=073358ba29e55be9 -C extra-filename=-f5e32673bb9f51d2 --out-dir /work/oxidecomputer/dropshot/target/debug/build/log-f5e32673bb9f51d2 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4702026-09-07T04:54:57.469Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name zmij --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=2a01ef850725f244 -C extra-filename=-271a8d49610ecc9f --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-07T04:54:57.520Z Compiling shlex v1.3.0
4722026-09-07T04:54:57.523Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0a055c00e27d6c65 -C extra-filename=-e90969e98767e53b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4732026-09-07T04:54:57.615Z Compiling jobserver v0.1.34
4742026-09-07T04:54:57.619Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b1bc9283ff2fdfb9 -C extra-filename=-92a014f4700448d4 --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-87cf73f97ab6bb9d.rmeta --cap-lints allow`
4752026-09-07T04:54:57.633Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_json-e9a87d76c2224476/build-script-build`
4762026-09-07T04:54:57.636Z Compiling parking_lot_core v0.9.4
4772026-09-07T04:54:57.643Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=1ef2e15c2263e9ec -C extra-filename=-a4caccf5a2b78262 --out-dir /work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-a4caccf5a2b78262 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4782026-09-07T04:54:57.647Z Compiling find-msvc-tools v0.1.9
4792026-09-07T04:54:57.647Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name find_msvc_tools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/find-msvc-tools-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --allow=unexpected_cfgs --check-cfg 'cfg(disable_clang_cl_tests)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=054e610278735db8 -C extra-filename=-7105eda2525df79f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4802026-09-07T04:54:57.674Z Running `/work/oxidecomputer/dropshot/target/debug/build/log-f5e32673bb9f51d2/build-script-build`
4812026-09-07T04:54:57.695Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "value-bag"))' -C metadata=5372dcc20ea8292f -C extra-filename=-284fb00aaa3792bc --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-30ea643b2bc6b804.rmeta --cap-lints allow --cfg atomic_cas --cfg has_atomics`
4822026-09-07T04:54:57.698Z Compiling slab v0.4.9
4832026-09-07T04:54:57.699Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=d8567cdbad2c915f -C extra-filename=-0587499f3b806fc2 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slab-0587499f3b806fc2 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-bad63f72036a1be1.rlib --cap-lints allow`
4842026-09-07T04:54:57.753Z Running `/home/build/.rustup/toolchains/1.98.0-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=1c81c6b3be2af29b -C extra-filename=-3df71229642808d4 --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-93bf195ff9b27caa.rmeta --cap-lints allow --check-cfg 'cfg(no_diagnostic_namespace)'`
4852026-09-07T04:54:57.874Z Running `/work/oxidecomputer/dropshot/target/debug/build/thiserror-f98cb3b53dff86b8/build-script-build`
4862026-09-07T04:54:57.883Z Compiling cc v1.2.60
4872026-09-07T04:54:57.887Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.60/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --allow=unexpected_cfgs --check-cfg 'cfg(disable_clang_cl_tests)' --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=f291e6edc90e5cbe -C extra-filename=-01117d59e6ea9293 --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-7105eda2525df79f.rmeta --extern jobserver=/work/oxidecomputer/dropshot/target/debug/deps/libjobserver-92a014f4700448d4.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rmeta --extern shlex=/work/oxidecomputer/dropshot/target/debug/deps/libshlex-e90969e98767e53b.rmeta --cap-lints allow`
4882026-09-07T04:54:57.904Z Running `/work/oxidecomputer/dropshot/target/debug/build/parking_lot_core-a4caccf5a2b78262/build-script-build`
4892026-09-07T04:54:57.917Z Compiling futures-sink v0.3.34
4902026-09-07T04:54:57.917Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.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=28fc7a6337b2f15a -C extra-filename=-618c54e470a1725d --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4912026-09-07T04:54:57.927Z Compiling scopeguard v1.2.0
4922026-09-07T04:54:57.937Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=471d4f69c368965c -C extra-filename=-5ae0143a85bd213b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
4932026-09-07T04:54:57.940Z Compiling syn v2.0.118
4942026-09-07T04:54:57.940Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.118/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=558101eec4077f7d -C extra-filename=-0a5eb2359df5b140 --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-93bf195ff9b27caa.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3df71229642808d4.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-802909ea106ca7da.rmeta --cap-lints allow`
4952026-09-07T04:54:58.015Z Compiling syn v3.0.4
4962026-09-07T04:54:58.015Z Running `/home/build/.rustup/toolchains/1.98.0-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=bd49df87f51cf5bb -C extra-filename=-336a5e131b3e1b81 --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-93bf195ff9b27caa.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3df71229642808d4.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-802909ea106ca7da.rmeta --cap-lints allow`
4972026-09-07T04:54:58.027Z Compiling lock_api v0.4.6
4982026-09-07T04:54:58.030Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "nightly", "owning_ref", "serde"))' -C metadata=4512b43e3372e13f -C extra-filename=-ab0347183f362933 --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-5ae0143a85bd213b.rmeta --cap-lints allow`
4992026-09-07T04:54:58.044Z Running `/work/oxidecomputer/dropshot/target/debug/build/slab-0587499f3b806fc2/build-script-build`
5002026-09-07T04:54:58.050Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=45711dd1c47440c8 -C extra-filename=-57c00b003c6b96b7 --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-30ea643b2bc6b804.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-e9d61570549e2384.rmeta --cap-lints allow`
5012026-09-07T04:54:58.084Z Compiling dunce v1.0.5
5022026-09-07T04:54:58.088Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name dunce --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dunce-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b58e7e267176e7bd -C extra-filename=-bb39b1fc2784cd0f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5032026-09-07T04:54:58.120Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.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=472c44f82b3a8328 -C extra-filename=-a71f4f946883b80a --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde_core-a71f4f946883b80a -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5042026-09-07T04:54:58.183Z Compiling fs_extra v1.3.0
5052026-09-07T04:54:58.187Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_extra --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs_extra-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4ffc70fe6ae1a6f1 -C extra-filename=-01d9e3e2b3d5ee9e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5062026-09-07T04:54:58.235Z Compiling parking_lot v0.12.1
5072026-09-07T04:54:58.238Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=6dcd4afe09b6b3c9 -C extra-filename=-694dee86160c43dc --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-ab0347183f362933.rmeta --extern parking_lot_core=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot_core-57c00b003c6b96b7.rmeta --cap-lints allow`
5082026-09-07T04:54:58.360Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=c003bbb21c809356 -C extra-filename=-a99cb72492a86366 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5092026-09-07T04:54:58.439Z Compiling mio v1.2.0
5102026-09-07T04:54:58.442Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=f925c8b1ca2082ab -C extra-filename=-c96758bfb0b45356 --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-87cf73f97ab6bb9d.rmeta --cap-lints allow`
5112026-09-07T04:54:58.455Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde_core-a71f4f946883b80a/build-script-build`
5122026-09-07T04:54:58.495Z Compiling signal-hook-registry v1.4.0
5132026-09-07T04:54:58.499Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e2d6f587f4d750c -C extra-filename=-34b6eac177de5464 --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-87cf73f97ab6bb9d.rmeta --cap-lints allow`
5142026-09-07T04:54:58.510Z Compiling socket2 v0.6.3
5152026-09-07T04:54:58.516Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=8717024dd512bcbb -C extra-filename=-b9421c694374e9ce --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-87cf73f97ab6bb9d.rmeta --cap-lints allow`
5162026-09-07T04:54:58.646Z Compiling cmake v0.1.58
5172026-09-07T04:54:58.658Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name cmake --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cmake-0.1.58/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5a229cfaab79e072 -C extra-filename=-137a6bc8d44388e4 --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-01117d59e6ea9293.rmeta --cap-lints allow`
5182026-09-07T04:54:58.967Z Compiling stable_deref_trait v1.2.0
5192026-09-07T04:54:58.976Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=13094c95d64c2a5e -C extra-filename=-4d526c4a67650768 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5202026-09-07T04:54:58.992Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.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=b87f12f0b4ce8679 -C extra-filename=-b432a4f51968ba75 --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)'`
5212026-09-07T04:54:59.002Z Compiling futures-channel v0.3.34
5222026-09-07T04:54:59.005Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.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=57e7f43990f5740a -C extra-filename=-d33548257931f8f0 --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-b54c659c9eca6159.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-618c54e470a1725d.rmeta --cap-lints allow`
5232026-09-07T04:54:59.011Z Compiling http v1.5.0
5242026-09-07T04:54:59.014Z Running `/home/build/.rustup/toolchains/1.98.0-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=68c2532e2058abc8 -C extra-filename=-678af6023d47b464 --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-08a7dd796d6e7932.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-656b3de08485dd92.rmeta --cap-lints allow`
5252026-09-07T04:54:59.025Z Compiling version_check v0.9.5
5262026-09-07T04:54:59.028Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cdeda40eaeffa385 -C extra-filename=-ddd26b13c9ddd42c --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5272026-09-07T04:54:59.039Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.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=f5cc39147cb9b4a2 -C extra-filename=-898f99a7f47013d5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/serde-898f99a7f47013d5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5282026-09-07T04:54:59.200Z Compiling aws-lc-sys v0.40.0
5292026-09-07T04:54:59.209Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.40.0/builder/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-bindings", "asan", "bindgen", "default", "disable-prebuilt-nasm", "fips", "prebuilt-nasm", "ssl"))' -C metadata=e4732f303903f02e -C extra-filename=-1c9fd927958dc0e8 --out-dir /work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-1c9fd927958dc0e8 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern cc=/work/oxidecomputer/dropshot/target/debug/deps/libcc-01117d59e6ea9293.rlib --extern cmake=/work/oxidecomputer/dropshot/target/debug/deps/libcmake-137a6bc8d44388e4.rlib --extern dunce=/work/oxidecomputer/dropshot/target/debug/deps/libdunce-bb39b1fc2784cd0f.rlib --extern fs_extra=/work/oxidecomputer/dropshot/target/debug/deps/libfs_extra-01d9e3e2b3d5ee9e.rlib --cap-lints allow`
5302026-09-07T04:54:59.219Z Compiling zeroize v1.8.2
5312026-09-07T04:54:59.229Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-1.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=fa9d4d037b4f94fe -C extra-filename=-5a15383299e4c5c9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5322026-09-07T04:54:59.288Z Compiling getrandom v0.4.1
5332026-09-07T04:54:59.291Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' --cfg 'feature="std"' --cfg 'feature="sys_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=937b88ca6e30ae79 -C extra-filename=-9b92b31e49a4736c --out-dir /work/oxidecomputer/dropshot/target/debug/build/getrandom-9b92b31e49a4736c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5342026-09-07T04:54:59.365Z Running `/work/oxidecomputer/dropshot/target/debug/build/serde-898f99a7f47013d5/build-script-build`
5352026-09-07T04:54:59.392Z Compiling ucd-trie v0.1.6
5362026-09-07T04:54:59.401Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0f9270f174111eca -C extra-filename=-690ee2d0574c926b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5372026-09-07T04:54:59.405Z Compiling futures-task v0.3.34
5382026-09-07T04:54:59.408Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.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=48d03524190a5485 -C extra-filename=-8dcaedfad53efd76 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5392026-09-07T04:54:59.567Z Compiling bitflags v2.11.0
5402026-09-07T04:54:59.570Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "example_generated", "serde", "serde_core", "std"))' -C metadata=93bb579c6fc7782a -C extra-filename=-7217d585042ab670 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5412026-09-07T04:54:59.578Z Compiling futures-io v0.3.34
5422026-09-07T04:54:59.581Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.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=4bd52065801b51e4 -C extra-filename=-d9bc887e418d8657 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5432026-09-07T04:54:59.699Z Compiling aws-lc-rs v1.16.3
5442026-09-07T04:54:59.702Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.16.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="aws-lc-sys"' --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "dev-tests-only", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=c3f666669cd1411c -C extra-filename=-5fafbd8e168826e1 --out-dir /work/oxidecomputer/dropshot/target/debug/build/aws-lc-rs-5fafbd8e168826e1 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5452026-09-07T04:54:59.739Z Compiling rand_core v0.10.1
5462026-09-07T04:54:59.742Z Running `/home/build/.rustup/toolchains/1.98.0-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=3bf677e5e81d9838 -C extra-filename=-afd5a930ac650742 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5472026-09-07T04:54:59.805Z Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-9b92b31e49a4736c/build-script-build`
5482026-09-07T04:54:59.818Z Compiling rustls-pki-types v1.15.1
5492026-09-07T04:54:59.827Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.15.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=4d99fb10aa3167bb -C extra-filename=-da7d9e22e87a4a20 --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-5a15383299e4c5c9.rmeta --cap-lints allow`
5502026-09-07T04:54:59.897Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.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=c45f22fe9db30961 -C extra-filename=-9cd664da21b6f85f --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-656b3de08485dd92.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-b70a56b47155b5a3.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-eeb8a4ae58cb0046.rmeta --extern zmij=/work/oxidecomputer/dropshot/target/debug/deps/libzmij-271a8d49610ecc9f.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
5512026-09-07T04:55:00.017Z Compiling rustversion v1.0.22
5522026-09-07T04:55:00.021Z Compiling zerocopy v0.8.27
5532026-09-07T04:55:00.021Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1f29d2e75dc9e8fb -C extra-filename=-c5a79477dd2ee6e5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustversion-c5a79477dd2ee6e5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5542026-09-07T04:55:00.021Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.27/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=46bbabc13bcfaa47 -C extra-filename=-ed49b98209082070 --out-dir /work/oxidecomputer/dropshot/target/debug/build/zerocopy-ed49b98209082070 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5552026-09-07T04:55:00.083Z Running `/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-1c9fd927958dc0e8/build-script-main`
5562026-09-07T04:55:00.304Z Compiling httparse v1.10.0
5572026-09-07T04:55:00.307Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0e0844947f3a1ea3 -C extra-filename=-ed5cec6331245a93 --out-dir /work/oxidecomputer/dropshot/target/debug/build/httparse-ed5cec6331245a93 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5582026-09-07T04:55:00.390Z Compiling typenum v1.19.0
5592026-09-07T04:55:00.396Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="const-generics"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=8e9b77549e2c6122 -C extra-filename=-727ab1a31ad39821 --out-dir /work/oxidecomputer/dropshot/target/debug/build/typenum-727ab1a31ad39821 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5602026-09-07T04:55:00.416Z Running `/work/oxidecomputer/dropshot/target/debug/build/zerocopy-ed49b98209082070/build-script-build`
5612026-09-07T04:55:00.456Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustversion-c5a79477dd2ee6e5/build-script-build`
5622026-09-07T04:55:00.497Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' --cfg 'feature="std"' --cfg 'feature="sys_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=de545b7576c8fa8e -C extra-filename=-1e4fe4b10386f38b --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-30ea643b2bc6b804.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-afd5a930ac650742.rmeta --cap-lints allow`
5632026-09-07T04:55:00.667Z Running `/work/oxidecomputer/dropshot/target/debug/build/httparse-ed5cec6331245a93/build-script-build`
5642026-09-07T04:55:00.685Z Compiling errno v0.3.10
5652026-09-07T04:55:00.688Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=bc13efd486d2e0bd -C extra-filename=-59416f964d672d73 --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-87cf73f97ab6bb9d.rmeta --cap-lints allow`
5662026-09-07T04:55:00.707Z Compiling writeable v0.5.5
5672026-09-07T04:55:00.710Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name writeable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "either"))' -C metadata=f54166fdd039dd9a -C extra-filename=-a9f3e696019e0e5a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5682026-09-07T04:55:00.756Z Running `/work/oxidecomputer/dropshot/target/debug/build/typenum-727ab1a31ad39821/build-script-build`
5692026-09-07T04:55:00.774Z Compiling rustix v1.1.4
5702026-09-07T04:55:00.777Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=ef67af29706405d6 -C extra-filename=-7d3fb0bf601f404d --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-7d3fb0bf601f404d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5712026-09-07T04:55:00.845Z Compiling synstructure v0.13.1
5722026-09-07T04:55:00.848Z Compiling crossbeam-utils v0.8.21
5732026-09-07T04:55:00.848Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=31fef3025af57d5a -C extra-filename=-f6a37e0fad8de564 --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-93bf195ff9b27caa.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3df71229642808d4.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0a5eb2359df5b140.rmeta --cap-lints allow`
5742026-09-07T04:55:00.848Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=9133eaa3b4ed7c31 -C extra-filename=-5ff195c0d8f37c2b --out-dir /work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-5ff195c0d8f37c2b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5752026-09-07T04:55:01.002Z Compiling litemap v0.7.4
5762026-09-07T04:55:01.006Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "testing", "yoke"))' -C metadata=5c2a291eccc769ed -C extra-filename=-9ab30a6695443f0b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5772026-09-07T04:55:01.070Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="const-generics"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=bf6464743ce186a1 -C extra-filename=-79ff78230bfc463b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5782026-09-07T04:55:01.139Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-7d3fb0bf601f404d/build-script-build`
5792026-09-07T04:55:01.155Z Running `/work/oxidecomputer/dropshot/target/debug/build/crossbeam-utils-5ff195c0d8f37c2b/build-script-build`
5802026-09-07T04:55:01.168Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2843c9924bc8f834 -C extra-filename=-9a5657e0f3b5de43 --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-07T04:55:01.211Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9a93cd40ef4fab48 -C extra-filename=-db09357f3adbe8ca --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"))'`
5822026-09-07T04:55:01.349Z Compiling time-core v0.1.8
5832026-09-07T04:55:01.352Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("large-dates"))' -C metadata=4732672772d75109 -C extra-filename=-07ec5a991ddbce83 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5842026-09-07T04:55:01.359Z Compiling powerfmt v0.2.0
5852026-09-07T04:55:01.359Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=b244aff4c30ba8e1 -C extra-filename=-cbb451e1db2a5290 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5862026-09-07T04:55:01.488Z Compiling num-conv v0.2.0
5872026-09-07T04:55:01.488Z Compiling equivalent v1.0.0
5882026-09-07T04:55:01.491Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ac98e8fe4a266690 -C extra-filename=-fa3c275bf2d794b8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5892026-09-07T04:55:01.491Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7948ac5f601a649e -C extra-filename=-a62a61514f39f2f5 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5902026-09-07T04:55:01.560Z Compiling hashbrown v0.17.0
5912026-09-07T04:55:01.570Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused_extern_crates --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_else' '--warn=clippy::ptr_cast_constness' '--warn=clippy::ptr_as_ptr' '--allow=clippy::option_if_let_else' '--warn=clippy::needless_continue' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_safety_doc' '--allow=clippy::missing_errors_doc' --warn=missing_docs '--allow=clippy::manual_map' '--warn=clippy::manual_let_else' --warn=explicit_outlives_requirements --warn=ellipsis_inclusive_range_patterns --warn=elided_lifetimes_in_paths '--allow=clippy::doc_markdown' '--warn=clippy::borrow_as_ptr' --warn=bare_trait_objects --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=633092030c93e1ab -C extra-filename=-1b1203e3d6a8c4db --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
5922026-09-07T04:55:01.573Z Compiling deranged v0.5.5
5932026-09-07T04:55:01.573Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--allow=clippy::redundant-pub-crate' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints '--allow=clippy::option-if-let-else' --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --warn=unstable-name-collisions --allow=path-statements --cfg 'feature="default"' --cfg 'feature="powerfmt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "num", "powerfmt", "quickcheck", "rand", "rand08", "rand09", "serde"))' -C metadata=8ab11317d30a0c1b -C extra-filename=-aba536016dfc9cef --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-cbb451e1db2a5290.rmeta --cap-lints allow`
5942026-09-07T04:55:01.619Z Compiling time-macros v0.2.27
5952026-09-07T04:55:01.622Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="formatting"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=2cf13e14170b62d2 -C extra-filename=-b1893b4863fad0e7 --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-fa3c275bf2d794b8.rlib --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-07ec5a991ddbce83.rlib --extern proc_macro --cap-lints allow`
5962026-09-07T04:55:01.771Z Compiling slog v2.8.2
5972026-09-07T04:55:01.774Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=925b0647fc7f081c -C extra-filename=-e30568c51ea8e05f --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-e30568c51ea8e05f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern rustversion=/work/oxidecomputer/dropshot/target/debug/deps/librustversion-db09357f3adbe8ca.so --cap-lints allow`
5982026-09-07T04:55:01.801Z Compiling hybrid-array v0.4.8
5992026-09-07T04:55:01.804Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name hybrid_array --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hybrid-array-0.4.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--warn=clippy::panic_in_result_fn' '--warn=clippy::panic' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' '--warn=clippy::arithmetic_side_effects' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytemuck", "ctutils", "extra-sizes", "serde", "subtle", "zerocopy", "zeroize"))' -C metadata=355dd1793d657ce3 -C extra-filename=-55838b11c6dcfa33 --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-79ff78230bfc463b.rmeta --cap-lints allow`
6002026-09-07T04:55:01.938Z Compiling serde_derive v1.0.229
6012026-09-07T04:55:01.941Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.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=2b04dbbd99a602b9 -C extra-filename=-f33004420beeaade --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-93bf195ff9b27caa.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3df71229642808d4.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-336a5e131b3e1b81.rlib --extern proc_macro --cap-lints allow`
6022026-09-07T04:55:02.005Z Compiling thiserror-impl v2.0.20
6032026-09-07T04:55:02.008Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.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=607d58d04ea0720c -C extra-filename=-0762e6ff9514df11 --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-93bf195ff9b27caa.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3df71229642808d4.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-336a5e131b3e1b81.rlib --extern proc_macro --cap-lints allow`
6042026-09-07T04:55:02.014Z Compiling zerofrom-derive v0.1.5
6052026-09-07T04:55:02.017Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a36f8c61a3001f75 -C extra-filename=-de7a4766f9fc6cf1 --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-93bf195ff9b27caa.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3df71229642808d4.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0a5eb2359df5b140.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-f6a37e0fad8de564.rlib --extern proc_macro --cap-lints allow`
6062026-09-07T04:55:02.107Z Compiling tokio-macros v2.7.0
6072026-09-07T04:55:02.110Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=19c90594db230087 -C extra-filename=-ccb1d1230cde9051 --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-93bf195ff9b27caa.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3df71229642808d4.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0a5eb2359df5b140.rlib --extern proc_macro --cap-lints allow`
6082026-09-07T04:55:02.242Z Compiling yoke-derive v0.7.5
6092026-09-07T04:55:02.245Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2feef149d2b29dcf -C extra-filename=-c5bdeb782e8b8b6c --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-93bf195ff9b27caa.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3df71229642808d4.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0a5eb2359df5b140.rlib --extern synstructure=/work/oxidecomputer/dropshot/target/debug/deps/libsynstructure-f6a37e0fad8de564.rlib --extern proc_macro --cap-lints allow`
6102026-09-07T04:55:02.534Z Compiling zerovec-derive v0.10.3
6112026-09-07T04:55:02.537Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0f6810ee19f14e1b -C extra-filename=-2e280b624be7ba71 --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-93bf195ff9b27caa.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3df71229642808d4.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0a5eb2359df5b140.rlib --extern proc_macro --cap-lints allow`
6122026-09-07T04:55:02.578Z Compiling displaydoc v0.2.5
6132026-09-07T04:55:02.585Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name displaydoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=24fcab52c137c1ef -C extra-filename=-4e7b5fd63ab6f80a --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-93bf195ff9b27caa.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3df71229642808d4.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0a5eb2359df5b140.rlib --extern proc_macro --cap-lints allow`
6142026-09-07T04:55:02.853Z Compiling tokio v1.53.1
6152026-09-07T04:55:02.857Z Running `/home/build/.rustup/toolchains/1.98.0-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=0ffe8bc55ff820c8 -C extra-filename=-e2243041deb99ea3 --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-08a7dd796d6e7932.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rmeta --extern mio=/work/oxidecomputer/dropshot/target/debug/deps/libmio-c96758bfb0b45356.rmeta --extern parking_lot=/work/oxidecomputer/dropshot/target/debug/deps/libparking_lot-694dee86160c43dc.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-2cdf03bdab92429e.rmeta --extern signal_hook_registry=/work/oxidecomputer/dropshot/target/debug/deps/libsignal_hook_registry-34b6eac177de5464.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-b9421c694374e9ce.rmeta --extern tokio_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_macros-ccb1d1230cde9051.so --cap-lints allow`
6162026-09-07T04:55:03.206Z Compiling zerofrom v0.1.5
6172026-09-07T04:55:03.209Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=a95a0ba9d13fdb6e -C extra-filename=-d6a545a3829f3982 --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-de7a4766f9fc6cf1.so --cap-lints allow`
6182026-09-07T04:55:03.209Z Running `/home/build/.rustup/toolchains/1.98.0-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=925b5ba4b6bf4509 -C extra-filename=-d812f3b841e5be9c --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-0762e6ff9514df11.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-07T04:55:03.273Z Compiling futures-macro v0.3.34
6202026-09-07T04:55:03.276Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.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=87933545a0920b76 -C extra-filename=-c84f76e783eb68cb --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-93bf195ff9b27caa.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3df71229642808d4.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-336a5e131b3e1b81.rlib --extern proc_macro --cap-lints allow`
6212026-09-07T04:55:03.311Z Compiling yoke v0.7.5
6222026-09-07T04:55:03.314Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=b54d2cbf87d35ce2 -C extra-filename=-4e423637b10011ac --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-4d526c4a67650768.rmeta --extern yoke_derive=/work/oxidecomputer/dropshot/target/debug/deps/libyoke_derive-c5bdeb782e8b8b6c.so --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-d6a545a3829f3982.rmeta --cap-lints allow`
6232026-09-07T04:55:03.325Z Compiling pest v2.8.1
6242026-09-07T04:55:03.328Z Compiling zerocopy-derive v0.8.27
6252026-09-07T04:55:03.328Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=5eb6b1e2838749eb -C extra-filename=-b03187cb4f269ea7 --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-b70a56b47155b5a3.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rmeta --extern ucd_trie=/work/oxidecomputer/dropshot/target/debug/deps/libucd_trie-690ee2d0574c926b.rmeta --cap-lints allow`
6262026-09-07T04:55:03.328Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.8.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4861d19bd5ef5679 -C extra-filename=-2c8bad59a83be526 --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-93bf195ff9b27caa.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3df71229642808d4.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0a5eb2359df5b140.rlib --extern proc_macro --cap-lints allow`
6272026-09-07T04:55:03.498Z Compiling icu_provider_macros v1.5.0
6282026-09-07T04:55:03.501Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider_macros-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d087ff1e7092b066 -C extra-filename=-5c4d1fce4c61172f --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-93bf195ff9b27caa.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3df71229642808d4.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0a5eb2359df5b140.rlib --extern proc_macro --cap-lints allow`
6292026-09-07T04:55:03.572Z Compiling zerovec v0.10.4
6302026-09-07T04:55:03.575Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=b76374d4159e0cee -C extra-filename=-00aeb5d50f7659a7 --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-4e423637b10011ac.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-d6a545a3829f3982.rmeta --extern zerovec_derive=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec_derive-2e280b624be7ba71.so --cap-lints allow`
6312026-09-07T04:55:04.146Z Compiling indexmap v2.14.0
6322026-09-07T04:55:04.149Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --deny=unsafe-code --deny=unreachable-pub --deny=unnameable-types '--allow=clippy::style' --warn=rust-2018-idioms --deny=private-interfaces --deny=private-bounds --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "serde", "std", "sval", "test_debug"))' -C metadata=cdbeb3c63c09ef37 -C extra-filename=-21510f475c054c2c --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-a62a61514f39f2f5.rmeta --extern hashbrown=/work/oxidecomputer/dropshot/target/debug/deps/libhashbrown-1b1203e3d6a8c4db.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-eeb8a4ae58cb0046.rmeta --cap-lints allow`
6332026-09-07T04:55:04.180Z Compiling futures-util v0.3.34
6342026-09-07T04:55:04.183Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.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=76efca517758b2f5 -C extra-filename=-b29d2a4859abd32f --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-d33548257931f8f0.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-b54c659c9eca6159.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-d9bc887e418d8657.rmeta --extern futures_macro=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_macro-c84f76e783eb68cb.so --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-618c54e470a1725d.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-8dcaedfad53efd76.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-b70a56b47155b5a3.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-2cdf03bdab92429e.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-a99cb72492a86366.rmeta --cap-lints allow`
6352026-09-07T04:55:04.491Z Compiling pest_meta v2.8.1
6362026-09-07T04:55:04.494Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=88ad543361198da3 -C extra-filename=-82f8516c985039a5 --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-b03187cb4f269ea7.rmeta --cap-lints allow`
6372026-09-07T04:55:04.547Z Running `/home/build/.rustup/toolchains/1.98.0-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=83556f91c83661a6 -C extra-filename=-fe179af8217aecef --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-eeb8a4ae58cb0046.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-f33004420beeaade.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)'`
6382026-09-07T04:55:04.629Z Running `/home/build/.rustup/toolchains/1.98.0-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=d046e2058a3bc383 -C extra-filename=-268ad0d3aca1d98b --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-b432a4f51968ba75.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-f33004420beeaade.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)'`
6392026-09-07T04:55:04.650Z Compiling tinystr v0.7.6
6402026-09-07T04:55:04.654Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=522aef13d8b4f94a -C extra-filename=-67a6f7f40ed8e3a0 --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-4e7b5fd63ab6f80a.so --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-00aeb5d50f7659a7.rmeta --cap-lints allow`
6412026-09-07T04:55:04.786Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=3458378896072160 -C extra-filename=-006e900d673097f2 --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-2c8bad59a83be526.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-07T04:55:04.845Z Compiling icu_locid v1.5.0
6432026-09-07T04:55:04.848Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std", "zerovec"))' -C metadata=2ea9102f04dd17c5 -C extra-filename=-86ce0dab3a793d77 --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-4e7b5fd63ab6f80a.so --extern litemap=/work/oxidecomputer/dropshot/target/debug/deps/liblitemap-9ab30a6695443f0b.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-67a6f7f40ed8e3a0.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-a9f3e696019e0e5a.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-00aeb5d50f7659a7.rmeta --cap-lints allow`
6442026-09-07T04:55:05.058Z Compiling pest_generator v2.8.1
6452026-09-07T04:55:05.061Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=e279004d52ebf2b4 -C extra-filename=-0bd8a6cf57526bfa --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-b03187cb4f269ea7.rmeta --extern pest_meta=/work/oxidecomputer/dropshot/target/debug/deps/libpest_meta-82f8516c985039a5.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-93bf195ff9b27caa.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3df71229642808d4.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0a5eb2359df5b140.rmeta --cap-lints allow`
6462026-09-07T04:55:05.120Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=683ae901d2ec1b80 -C extra-filename=-7826996c281f3c87 --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-7217d585042ab670.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-59416f964d672d73.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rmeta --cap-lints allow --cfg static_assertions --cfg lower_upper_exp_for_non_zero --cfg rustc_diagnostics --cfg libc --cfg solarish`
6472026-09-07T04:55:05.651Z Compiling icu_provider v1.5.0
6482026-09-07T04:55:05.655Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "datagen", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "experimental", "log_error_context", "logging", "macros", "serde", "std", "sync"))' -C metadata=08d40f68eeec37e4 -C extra-filename=-f8260fea74454416 --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-4e7b5fd63ab6f80a.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-86ce0dab3a793d77.rmeta --extern icu_provider_macros=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider_macros-5c4d1fce4c61172f.so --extern stable_deref_trait=/work/oxidecomputer/dropshot/target/debug/deps/libstable_deref_trait-4d526c4a67650768.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-67a6f7f40ed8e3a0.rmeta --extern writeable=/work/oxidecomputer/dropshot/target/debug/deps/libwriteable-a9f3e696019e0e5a.rmeta --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-4e423637b10011ac.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-d6a545a3829f3982.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-00aeb5d50f7659a7.rmeta --cap-lints allow`
6492026-09-07T04:55:05.759Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=c143059e78557199 -C extra-filename=-a77129f2e3cf6d6a --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)'`
6502026-09-07T04:55:05.769Z Compiling pest_derive v2.8.1
6512026-09-07T04:55:05.772Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_derive-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=35cf2317592bafef -C extra-filename=-f33146b6687d8c58 --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-b03187cb4f269ea7.rlib --extern pest_generator=/work/oxidecomputer/dropshot/target/debug/deps/libpest_generator-0bd8a6cf57526bfa.rlib --extern proc_macro --cap-lints allow`
6522026-09-07T04:55:05.973Z Compiling http-body v1.0.1
6532026-09-07T04:55:05.976Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d1d139a8cd36ecf6 -C extra-filename=-1d68b4172e485c66 --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-08a7dd796d6e7932.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rmeta --cap-lints allow`
6542026-09-07T04:55:06.107Z Compiling tracing-core v0.1.32
6552026-09-07T04:55:06.111Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=33f971505e1932ec -C extra-filename=-e5a83a1af9f773c2 --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-7eaec1d9b54222cb.rmeta --cap-lints allow`
6562026-09-07T04:55:06.123Z Compiling untrusted v0.9.0
6572026-09-07T04:55:06.125Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ee3de2712eced9a2 -C extra-filename=-97a2d61d1bf5cbe6 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6582026-09-07T04:55:06.201Z Compiling icu_locid_transform_data v1.5.0
6592026-09-07T04:55:06.204Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=84a7001338080bda -C extra-filename=-486961e4aca00577 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6602026-09-07T04:55:06.240Z Compiling percent-encoding v2.3.2
6612026-09-07T04:55:06.243Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=9087ee8775836eaf -C extra-filename=-50b01ef9c6b8bf98 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6622026-09-07T04:55:06.268Z Compiling rustls v0.23.43
6632026-09-07T04:55:06.277Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.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=c68a923ffe3c1399 -C extra-filename=-1b183d29ca85e2f6 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustls-1b183d29ca85e2f6 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6642026-09-07T04:55:06.281Z Compiling num_threads v0.1.3
6652026-09-07T04:55:06.287Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_threads-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0298d5a06bff4b2d -C extra-filename=-909731d93f941fdd --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6662026-09-07T04:55:06.344Z Compiling rustix v0.38.44
6672026-09-07T04:55:06.347Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=72a9210c0950e0ef -C extra-filename=-2f0dcbebe6c0bfb3 --out-dir /work/oxidecomputer/dropshot/target/debug/build/rustix-2f0dcbebe6c0bfb3 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6682026-09-07T04:55:06.368Z Compiling atomic-waker v1.1.2
6692026-09-07T04:55:06.377Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-waker-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=f4b5c66c9c4415f5 -C extra-filename=-5254b44e157b2751 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6702026-09-07T04:55:06.429Z Compiling fastrand v2.1.1
6712026-09-07T04:55:06.432Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=e2b347fbd0269191 -C extra-filename=-e04f97c9858581b1 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6722026-09-07T04:55:06.439Z Compiling tracing v0.1.40
6732026-09-07T04:55:06.442Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=bcf720d9a217bc9b -C extra-filename=-e53674a5bb63c4d0 --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-2cdf03bdab92429e.rmeta --extern tracing_core=/work/oxidecomputer/dropshot/target/debug/deps/libtracing_core-e5a83a1af9f773c2.rmeta --cap-lints allow`
6742026-09-07T04:55:06.488Z Compiling tokio-util v0.7.19
6752026-09-07T04:55:06.491Z Compiling dtrace-parser v0.3.0
6762026-09-07T04:55:06.491Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.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=b3758b04777acb6e -C extra-filename=-021ffd3a92f9343a --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-08a7dd796d6e7932.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-b54c659c9eca6159.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-618c54e470a1725d.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-2cdf03bdab92429e.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rmeta --cap-lints allow`
6772026-09-07T04:55:06.491Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtrace-parser-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b21d0785081f0b18 -C extra-filename=-68b7c51769492bd8 --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-b03187cb4f269ea7.rmeta --extern pest_derive=/work/oxidecomputer/dropshot/target/debug/deps/libpest_derive-f33146b6687d8c58.so --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rmeta --cap-lints allow`
6782026-09-07T04:55:06.654Z Compiling time v0.3.47
6792026-09-07T04:55:06.658Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "rand08", "rand09", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=3f8fa7e34e253b92 -C extra-filename=-7e6a047d49458118 --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-aba536016dfc9cef.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-656b3de08485dd92.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rmeta --extern num_conv=/work/oxidecomputer/dropshot/target/debug/deps/libnum_conv-fa3c275bf2d794b8.rmeta --extern num_threads=/work/oxidecomputer/dropshot/target/debug/deps/libnum_threads-909731d93f941fdd.rmeta --extern powerfmt=/work/oxidecomputer/dropshot/target/debug/deps/libpowerfmt-cbb451e1db2a5290.rmeta --extern time_core=/work/oxidecomputer/dropshot/target/debug/deps/libtime_core-07ec5a991ddbce83.rmeta --extern time_macros=/work/oxidecomputer/dropshot/target/debug/deps/libtime_macros-b1893b4863fad0e7.so --cap-lints allow`
6802026-09-07T04:55:06.687Z Compiling icu_locid_transform v1.5.0
6812026-09-07T04:55:06.690Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=1381b072ff3630fd -C extra-filename=-066b73e1be052edf --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-4e7b5fd63ab6f80a.so --extern icu_locid=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid-86ce0dab3a793d77.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform_data-486961e4aca00577.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-f8260fea74454416.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-67a6f7f40ed8e3a0.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-00aeb5d50f7659a7.rmeta --cap-lints allow`
6822026-09-07T04:55:06.696Z Compiling erased-serde v0.3.31
6832026-09-07T04:55:06.700Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=81f17783b401cb84 -C extra-filename=-64c651bf4eb6a358 --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-fe179af8217aecef.rmeta --cap-lints allow`
6842026-09-07T04:55:06.700Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustix-2f0dcbebe6c0bfb3/build-script-build`
6852026-09-07T04:55:06.782Z Compiling icu_collections v1.5.0
6862026-09-07T04:55:06.785Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std"))' -C metadata=a04a2d48fab0064a -C extra-filename=-467908f4f673d188 --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-4e7b5fd63ab6f80a.so --extern yoke=/work/oxidecomputer/dropshot/target/debug/deps/libyoke-4e423637b10011ac.rmeta --extern zerofrom=/work/oxidecomputer/dropshot/target/debug/deps/libzerofrom-d6a545a3829f3982.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-00aeb5d50f7659a7.rmeta --cap-lints allow`
6872026-09-07T04:55:07.141Z Compiling scroll_derive v0.13.1
6882026-09-07T04:55:07.145Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=97a9cb9f47c4b618 -C extra-filename=-328951cfe2694613 --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-93bf195ff9b27caa.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3df71229642808d4.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0a5eb2359df5b140.rlib --extern proc_macro --cap-lints allow`
6892026-09-07T04:55:07.193Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-e30568c51ea8e05f/build-script-build`
6902026-09-07T04:55:07.198Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.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=1fc4aa1014b4d8b0 -C extra-filename=-e175cec2f53cac43 --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-656b3de08485dd92.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-b70a56b47155b5a3.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-b432a4f51968ba75.rmeta --extern zmij=/work/oxidecomputer/dropshot/target/debug/deps/libzmij-271a8d49610ecc9f.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
6912026-09-07T04:55:07.350Z Compiling thread-id v5.0.0
6922026-09-07T04:55:07.353Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread-id-5.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3a40d9e9de8cdb9d -C extra-filename=-5e4afe31bc6c89a2 --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-87cf73f97ab6bb9d.rmeta --cap-lints allow`
6932026-09-07T04:55:07.413Z Compiling num-traits v0.2.14
6942026-09-07T04:55:07.422Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=97e48a076bff407d -C extra-filename=-b1e0046e9184f0fb --out-dir /work/oxidecomputer/dropshot/target/debug/build/num-traits-b1e0046e9184f0fb -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern autocfg=/work/oxidecomputer/dropshot/target/debug/deps/libautocfg-bad63f72036a1be1.rlib --cap-lints allow`
6952026-09-07T04:55:07.429Z Compiling try-lock v0.2.3
6962026-09-07T04:55:07.433Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/try-lock-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=05f07220f3a11fe6 -C extra-filename=-e59c2e9bc2eef56b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6972026-09-07T04:55:07.535Z Compiling tower-layer v0.3.3
6982026-09-07T04:55:07.538Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-layer-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0701a957d6a19d61 -C extra-filename=-ad520b874e36938a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
6992026-09-07T04:55:07.653Z Compiling fnv v1.0.7
7002026-09-07T04:55:07.657Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f70c5d21e9a7c45c -C extra-filename=-7ce237a2c933aac7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7012026-09-07T04:55:07.694Z Compiling subtle v2.5.0
7022026-09-07T04:55:07.698Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=38ace79159353027 -C extra-filename=-2de1d7f50f112278 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7032026-09-07T04:55:07.742Z Compiling tower-service v0.3.3
7042026-09-07T04:55:07.745Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-service-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=93f20e83e9316a1b -C extra-filename=-676f02abf55b56a9 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7052026-09-07T04:55:07.751Z Compiling crc32fast v1.5.0
7062026-09-07T04:55:07.754Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=e2e7222a207ef26b -C extra-filename=-e9210e8f53a06986 --out-dir /work/oxidecomputer/dropshot/target/debug/build/crc32fast-e9210e8f53a06986 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7072026-09-07T04:55:07.808Z Compiling usdt-impl v0.6.0
7082026-09-07T04:55:07.812Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=a4299ddabd66463d -C extra-filename=-99baf8af3a4a22b5 --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-99baf8af3a4a22b5 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7092026-09-07T04:55:07.831Z Compiling byteorder v1.4.3
7102026-09-07T04:55:07.840Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=fbbf36247f5199e2 -C extra-filename=-7bcdeac981fabffb --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7112026-09-07T04:55:07.843Z Compiling paste v1.0.15
7122026-09-07T04:55:07.843Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b9b4d8feac5efdba -C extra-filename=-7b099103feefb9d2 --out-dir /work/oxidecomputer/dropshot/target/debug/build/paste-7b099103feefb9d2 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7132026-09-07T04:55:07.994Z Compiling base64 v0.22.1
7142026-09-07T04:55:07.998Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=85133c3454a96959 -C extra-filename=-810a64fba61329a2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7152026-09-07T04:55:08.046Z Compiling cpufeatures v0.3.0
7162026-09-07T04:55:08.051Z Compiling icu_properties_data v1.5.0
7172026-09-07T04:55:08.051Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9874c74cf975db84 -C extra-filename=-dcec1fc90dd62e01 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7182026-09-07T04:55:08.051Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5f0aeb6f312ce2c6 -C extra-filename=-9fa9fbb33a918ce7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7192026-09-07T04:55:08.065Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-99baf8af3a4a22b5/build-script-build`
7202026-09-07T04:55:08.077Z Running `/work/oxidecomputer/dropshot/target/debug/build/crc32fast-e9210e8f53a06986/build-script-build`
7212026-09-07T04:55:08.116Z Compiling scroll v0.13.0
7222026-09-07T04:55:08.120Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=93c3f647977e07e4 -C extra-filename=-3c83ec6bddf5233b --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-328951cfe2694613.so --cap-lints allow`
7232026-09-07T04:55:08.126Z Compiling dof v0.4.0
7242026-09-07T04:55:08.126Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=7913f6da4219fb07 -C extra-filename=-7f0ae4db409e28f4 --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-268ad0d3aca1d98b.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-e175cec2f53cac43.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-006e900d673097f2.rmeta --cap-lints allow`
7252026-09-07T04:55:08.150Z Running `/work/oxidecomputer/dropshot/target/debug/build/paste-7b099103feefb9d2/build-script-build`
7262026-09-07T04:55:08.178Z Compiling icu_properties v1.5.1
7272026-09-07T04:55:08.182Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bidi", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=a60e3dd2fdaa64f2 -C extra-filename=-af9ca38d3d2bf821 --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-4e7b5fd63ab6f80a.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-467908f4f673d188.rmeta --extern icu_locid_transform=/work/oxidecomputer/dropshot/target/debug/deps/libicu_locid_transform-066b73e1be052edf.rmeta --extern icu_properties_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties_data-9fa9fbb33a918ce7.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-f8260fea74454416.rmeta --extern tinystr=/work/oxidecomputer/dropshot/target/debug/deps/libtinystr-67a6f7f40ed8e3a0.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-00aeb5d50f7659a7.rmeta --cap-lints allow`
7282026-09-07T04:55:08.189Z Compiling h2 v0.4.14
7292026-09-07T04:55:08.192Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=2daca9ffa655db17 -C extra-filename=-9a21905bf85f78d0 --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-5254b44e157b2751.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rmeta --extern fnv=/work/oxidecomputer/dropshot/target/debug/deps/libfnv-7ce237a2c933aac7.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-b54c659c9eca6159.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-618c54e470a1725d.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-21510f475c054c2c.rmeta --extern slab=/work/oxidecomputer/dropshot/target/debug/deps/libslab-a99cb72492a86366.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-021ffd3a92f9343a.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-e53674a5bb63c4d0.rmeta --cap-lints allow`
7302026-09-07T04:55:08.325Z Running `/work/oxidecomputer/dropshot/target/debug/build/num-traits-b1e0046e9184f0fb/build-script-build`
7312026-09-07T04:55:08.364Z Compiling want v0.3.0
7322026-09-07T04:55:08.367Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/want-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dfad592b56dc6622 -C extra-filename=-0e399b06e376dd4a --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-284fb00aaa3792bc.rmeta --extern try_lock=/work/oxidecomputer/dropshot/target/debug/deps/libtry_lock-e59c2e9bc2eef56b.rmeta --cap-lints allow`
7332026-09-07T04:55:08.378Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=1c7ad1455062f20b -C extra-filename=-91e2a05a089f0809 --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-64c651bf4eb6a358.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-eeb8a4ae58cb0046.rmeta --cap-lints allow --cfg has_std_error --check-cfg 'cfg(has_std_error)'`
7342026-09-07T04:55:08.530Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=68f9ca55c2eb27fb -C extra-filename=-88dd4653531ebc0c --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-7217d585042ab670.rmeta --extern libc_errno=/work/oxidecomputer/dropshot/target/debug/deps/liberrno-59416f964d672d73.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
7352026-09-07T04:55:08.534Z Compiling block-buffer v0.12.0
7362026-09-07T04:55:08.541Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=780b0cafc63cf6d3 -C extra-filename=-2dc8929eee6305e8 --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-55838b11c6dcfa33.rmeta --cap-lints allow`
7372026-09-07T04:55:08.570Z Compiling crypto-common v0.2.1
7382026-09-07T04:55:08.573Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "zeroize"))' -C metadata=efb84928463aad4b -C extra-filename=-8e4df51bf1e5dd95 --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-55838b11c6dcfa33.rmeta --cap-lints allow`
7392026-09-07T04:55:08.748Z Compiling unicase v2.6.0
7402026-09-07T04:55:08.751Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=c86db0bc1f5a9d7a -C extra-filename=-a1ecda9da14322a9 --out-dir /work/oxidecomputer/dropshot/target/debug/build/unicase-a1ecda9da14322a9 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-ddd26b13c9ddd42c.rlib --cap-lints allow`
7412026-09-07T04:55:08.837Z Compiling simd-adler32 v0.3.7
7422026-09-07T04:55:08.840Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name simd_adler32 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "default", "nightly", "std"))' -C metadata=956a30e090c8e01b -C extra-filename=-7ce2242f0655bd88 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7432026-09-07T04:55:08.992Z Compiling utf16_iter v1.0.5
7442026-09-07T04:55:08.996Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name utf16_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf16_iter-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b800d84bcb37228e -C extra-filename=-75bfad594fd4ada7 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7452026-09-07T04:55:09.042Z Compiling write16 v1.0.0
7462026-09-07T04:55:09.045Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name write16 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/write16-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "smallvec"))' -C metadata=97a7d9b6ac2987dc -C extra-filename=-566f97b4f6068d7a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7472026-09-07T04:55:09.094Z Compiling icu_normalizer_data v1.5.0
7482026-09-07T04:55:09.097Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=167139d89500ea97 -C extra-filename=-34613553ee8f2341 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7492026-09-07T04:55:09.122Z Compiling plain v0.2.3
7502026-09-07T04:55:09.125Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=06979a139c818f31 -C extra-filename=-9607deb538c2a117 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7512026-09-07T04:55:09.134Z Compiling utf8_iter v1.0.4
7522026-09-07T04:55:09.137Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9d2efe5ae46e3f15 -C extra-filename=-70e2a6aecec23882 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7532026-09-07T04:55:09.161Z Compiling httpdate v1.0.1
7542026-09-07T04:55:09.164Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpdate-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=af2d406c83ca7acf -C extra-filename=-966fc304b5824e02 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7552026-09-07T04:55:09.226Z Compiling adler2 v2.0.1
7562026-09-07T04:55:09.230Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name adler2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "rustc-dep-of-std", "std"))' -C metadata=aa34327e32102a09 -C extra-filename=-7f55f7d8c91503d0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7572026-09-07T04:55:09.278Z Compiling const-oid v0.10.2
7582026-09-07T04:55:09.282Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "db"))' -C metadata=3dd782c1d3542dd1 -C extra-filename=-7af479571d720de3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7592026-09-07T04:55:09.358Z Compiling miniz_oxide v0.8.9
7602026-09-07T04:55:09.361Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="simd"' --cfg 'feature="simd-adler32"' --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-boundary", "core", "default", "rustc-dep-of-std", "serde", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=1996fac1db0a0d8c -C extra-filename=-07c40f336c1305b9 --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-7f55f7d8c91503d0.rmeta --extern simd_adler32=/work/oxidecomputer/dropshot/target/debug/deps/libsimd_adler32-7ce2242f0655bd88.rmeta --cap-lints allow`
7612026-09-07T04:55:09.379Z Compiling goblin v0.10.1
7622026-09-07T04:55:09.382Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --cfg 'feature="te"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std", "te"))' -C metadata=ce258ea76f5dcaa2 -C extra-filename=-3d003e66c2c87a49 --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-284fb00aaa3792bc.rmeta --extern plain=/work/oxidecomputer/dropshot/target/debug/deps/libplain-9607deb538c2a117.rmeta --extern scroll=/work/oxidecomputer/dropshot/target/debug/deps/libscroll-3c83ec6bddf5233b.rmeta --cap-lints allow`
7632026-09-07T04:55:09.406Z Running `/work/oxidecomputer/dropshot/target/debug/build/unicase-a1ecda9da14322a9/build-script-build`
7642026-09-07T04:55:09.487Z Compiling digest v0.11.2
7652026-09-07T04:55:09.490Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="alloc"' --cfg 'feature="block-api"' --cfg 'feature="default"' --cfg 'feature="oid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-api", "default", "dev", "getrandom", "mac", "oid", "rand_core", "zeroize"))' -C metadata=300e12aa2d6bebe9 -C extra-filename=-b5178d0adad987f6 --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-2dc8929eee6305e8.rmeta --extern const_oid=/work/oxidecomputer/dropshot/target/debug/deps/libconst_oid-7af479571d720de3.rmeta --extern common=/work/oxidecomputer/dropshot/target/debug/deps/libcrypto_common-8e4df51bf1e5dd95.rmeta --cap-lints allow`
7662026-09-07T04:55:09.534Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=bb627cec963a9b16 -C extra-filename=-04464f59a58cfc06 --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-07T04:55:09.544Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=608236ecf71fe349 -C extra-filename=-6fec35fb517d3694 --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-7bcdeac981fabffb.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-7f0ae4db409e28f4.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-68b7c51769492bd8.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-93bf195ff9b27caa.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3df71229642808d4.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-268ad0d3aca1d98b.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-e175cec2f53cac43.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0a5eb2359df5b140.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-5e4afe31bc6c89a2.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-07T04:55:09.647Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=af011c9f51c9e858 -C extra-filename=-55b7d02f3c5dd1bd --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"))'`
7692026-09-07T04:55:10.021Z Compiling icu_normalizer v1.5.0
7702026-09-07T04:55:10.024Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "serde", "std"))' -C metadata=c32b27166d4930a3 -C extra-filename=-00cff94fef40bae0 --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-4e7b5fd63ab6f80a.so --extern icu_collections=/work/oxidecomputer/dropshot/target/debug/deps/libicu_collections-467908f4f673d188.rmeta --extern icu_normalizer_data=/work/oxidecomputer/dropshot/target/debug/deps/libicu_normalizer_data-34613553ee8f2341.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-af9ca38d3d2bf821.rmeta --extern icu_provider=/work/oxidecomputer/dropshot/target/debug/deps/libicu_provider-f8260fea74454416.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-e9d61570549e2384.rmeta --extern utf16_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf16_iter-75bfad594fd4ada7.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-70e2a6aecec23882.rmeta --extern write16=/work/oxidecomputer/dropshot/target/debug/deps/libwrite16-566f97b4f6068d7a.rmeta --extern zerovec=/work/oxidecomputer/dropshot/target/debug/deps/libzerovec-00aeb5d50f7659a7.rmeta --cap-lints allow`
7712026-09-07T04:55:10.032Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=4dc20b55e60cff9a -C extra-filename=-c8fcf3126bb4c57c --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-30ea643b2bc6b804.rmeta --cap-lints allow --cfg stable_arm_crc32_intrinsics --check-cfg 'cfg(stable_arm_crc32_intrinsics)'`
7722026-09-07T04:55:10.062Z Compiling form_urlencoded v1.2.2
7732026-09-07T04:55:10.065Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=fd62934f75717256 -C extra-filename=-046a3023405209c9 --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-50b01ef9c6b8bf98.rmeta --cap-lints allow`
7742026-09-07T04:55:10.152Z Compiling serde_tokenstream v0.2.3
7752026-09-07T04:55:10.156Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_tokenstream-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=520a6e4522fcc836 -C extra-filename=-3c20908f4f2e705e --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-93bf195ff9b27caa.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3df71229642808d4.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-268ad0d3aca1d98b.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0a5eb2359df5b140.rmeta --cap-lints allow`
7762026-09-07T04:55:10.212Z Compiling ryu v1.0.5
7772026-09-07T04:55:10.215Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=54abf46396b7941e -C extra-filename=-5f32ccb51f68c17f --out-dir /work/oxidecomputer/dropshot/target/debug/build/ryu-5f32ccb51f68c17f -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7782026-09-07T04:55:10.238Z Compiling openssl-probe v0.2.1
7792026-09-07T04:55:10.241Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7ae8ead0db5c7b2c -C extra-filename=-c98c154bf19f821a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7802026-09-07T04:55:10.254Z Compiling ipnet v2.10.0
7812026-09-07T04:55:10.257Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=67f555b2f2bb331b -C extra-filename=-9084e1fe537e48ee --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7822026-09-07T04:55:10.418Z Compiling hyper v1.11.1
7832026-09-07T04:55:10.421Z Running `/home/build/.rustup/toolchains/1.98.0-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=4f1a4b8163964f06 -C extra-filename=-e7fb5de3e72d7381 --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-5254b44e157b2751.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-d33548257931f8f0.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-b54c659c9eca6159.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-9a21905bf85f78d0.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-1d68b4172e485c66.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-9a5657e0f3b5de43.rmeta --extern httpdate=/work/oxidecomputer/dropshot/target/debug/deps/libhttpdate-966fc304b5824e02.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-656b3de08485dd92.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-2cdf03bdab92429e.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-e9d61570549e2384.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rmeta --extern want=/work/oxidecomputer/dropshot/target/debug/deps/libwant-0e399b06e376dd4a.rmeta --cap-lints allow`
7842026-09-07T04:55:10.428Z Compiling winnow v1.0.0
7852026-09-07T04:55:10.431Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ascii", "binary", "debug", "default", "parser", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=22ac2570f6a2833a -C extra-filename=-ea13fbf0e226d0e8 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7862026-09-07T04:55:10.513Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=e07360e54c5f2def -C extra-filename=-eb8c7f9576ce54aa --out-dir /work/oxidecomputer/dropshot/target/debug/build/usdt-impl-eb8c7f9576ce54aa -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7872026-09-07T04:55:10.772Z Compiling unicode-segmentation v1.10.0
7882026-09-07T04:55:10.775Z Compiling unicode-width v0.2.2
7892026-09-07T04:55:10.775Z Compiling mime v0.3.16
7902026-09-07T04:55:10.775Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=22a27142076622e1 -C extra-filename=-8c6973b873d5e0cc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7912026-09-07T04:55:10.775Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime-0.3.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fe649f5fbddacec0 -C extra-filename=-ac4a16e028bf6133 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7922026-09-07T04:55:10.775Z Running `/home/build/.rustup/toolchains/1.98.0-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=652d0efc8687bfde -C extra-filename=-98adc115fe300439 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7932026-09-07T04:55:10.798Z Compiling pretty-hex v0.4.1
7942026-09-07T04:55:10.801Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=42d1c029c496cf03 -C extra-filename=-47543b0ab331cd88 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7952026-09-07T04:55:10.930Z Compiling iana-time-zone v0.1.47
7962026-09-07T04:55:10.933Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=9642000d2a7a9911 -C extra-filename=-9ec86e146787cfe2 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
7972026-09-07T04:55:11.049Z Compiling chrono v0.4.45
7982026-09-07T04:55:11.049Z Compiling newline-converter v0.3.0
7992026-09-07T04:55:11.052Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-link"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "arbitrary", "clock", "core-error", "default", "defmt", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-link"))' -C metadata=b433e42c1de21317 -C extra-filename=-a553363ab8eeac33 --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-9ec86e146787cfe2.rmeta --extern num_traits=/work/oxidecomputer/dropshot/target/debug/deps/libnum_traits-04464f59a58cfc06.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rmeta --cap-lints allow`
8002026-09-07T04:55:11.052Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ca9852f4c349b52 -C extra-filename=-3e3033ee06e10aa8 --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-8c6973b873d5e0cc.rmeta --cap-lints allow`
8012026-09-07T04:55:11.116Z Compiling console v0.16.4
8022026-09-07T04:55:11.119Z Running `/home/build/.rustup/toolchains/1.98.0-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=ca61412d57433ef3 -C extra-filename=-b9bbd0c4f63e0aa0 --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-87cf73f97ab6bb9d.rmeta --extern unicode_width=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_width-98adc115fe300439.rmeta --cap-lints allow`
8032026-09-07T04:55:11.144Z Running `/work/oxidecomputer/dropshot/target/debug/build/usdt-impl-eb8c7f9576ce54aa/build-script-build`
8042026-09-07T04:55:11.157Z Compiling toml_parser v1.1.3+spec-1.1.0
8052026-09-07T04:55:11.161Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_parser --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.1.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=8929b7083b50e9d1 -C extra-filename=-a8e8d58de2067b30 --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-ea13fbf0e226d0e8.rmeta --cap-lints allow`
8062026-09-07T04:55:11.168Z Running `/work/oxidecomputer/dropshot/target/debug/build/ryu-5f32ccb51f68c17f/build-script-build`
8072026-09-07T04:55:11.207Z Compiling idna_adapter v1.2.0
8082026-09-07T04:55:11.210Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=43cf6b9bef0b65ec -C extra-filename=-0efe7c732d7e53ef --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-00cff94fef40bae0.rmeta --extern icu_properties=/work/oxidecomputer/dropshot/target/debug/deps/libicu_properties-af9ca38d3d2bf821.rmeta --cap-lints allow`
8092026-09-07T04:55:11.348Z Compiling rustls-native-certs v0.8.3
8102026-09-07T04:55:11.351Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-native-certs-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1a47671361aed85b -C extra-filename=-a4bcca31a6724e15 --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-c98c154bf19f821a.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rmeta --cap-lints allow`
8112026-09-07T04:55:11.391Z Compiling flate2 v1.1.9
8122026-09-07T04:55:11.394Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("any_c_zlib", "any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "document-features", "libz-ng-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=fb229b742d816470 -C extra-filename=-7a8c68656b057894 --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-c8fcf3126bb4c57c.rmeta --extern miniz_oxide=/work/oxidecomputer/dropshot/target/debug/deps/libminiz_oxide-07c40f336c1305b9.rmeta --cap-lints allow`
8132026-09-07T04:55:11.672Z Compiling hyper-util v0.1.20
8142026-09-07T04:55:11.676Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="client-pool"' --cfg 'feature="client-proxy"' --cfg 'feature="client-proxy-system"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="server-graceful"' --cfg 'feature="service"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "client-pool", "client-proxy", "client-proxy-system", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio", "tracing"))' -C metadata=26412589074f3416 -C extra-filename=-21c7159d5683660a --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-810a64fba61329a2.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rmeta --extern futures_channel=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_channel-d33548257931f8f0.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-b29d2a4859abd32f.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-1d68b4172e485c66.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rmeta --extern ipnet=/work/oxidecomputer/dropshot/target/debug/deps/libipnet-9084e1fe537e48ee.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-2cdf03bdab92429e.rmeta --extern socket2=/work/oxidecomputer/dropshot/target/debug/deps/libsocket2-b9421c694374e9ce.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-ad520b874e36938a.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-676f02abf55b56a9.rmeta --extern tracing=/work/oxidecomputer/dropshot/target/debug/deps/libtracing-e53674a5bb63c4d0.rmeta --cap-lints allow`
8152026-09-07T04:55:11.739Z Compiling sha1 v0.11.0
8162026-09-07T04:55:11.742Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(sha1_backend, values("aarch64-sha2", "x86-sha", "soft"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="oid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "oid", "zeroize"))' -C metadata=4650d21d9f92afd0 -C extra-filename=-40eb20ddf548be83 --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-30ea643b2bc6b804.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-dcec1fc90dd62e01.rmeta --extern digest=/work/oxidecomputer/dropshot/target/debug/deps/libdigest-b5178d0adad987f6.rmeta --cap-lints allow`
8172026-09-07T04:55:11.814Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=b29964dd0cf15450 -C extra-filename=-4b945a80b86dde3c --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-07T04:55:11.830Z Compiling chacha20 v0.10.1
8192026-09-07T04:55:11.833Z Running `/home/build/.rustup/toolchains/1.98.0-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=efbdf593cfda0768 -C extra-filename=-ed7a9addb3d476f3 --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-30ea643b2bc6b804.rmeta --extern cpufeatures=/work/oxidecomputer/dropshot/target/debug/deps/libcpufeatures-dcec1fc90dd62e01.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-afd5a930ac650742.rmeta --cap-lints allow`
8202026-09-07T04:55:11.993Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=ee6149e112dd89d7 -C extra-filename=-bcaa1eab5dba5750 --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-3d003e66c2c87a49.rmeta --extern pretty_hex=/work/oxidecomputer/dropshot/target/debug/deps/libpretty_hex-47543b0ab331cd88.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rmeta --extern zerocopy=/work/oxidecomputer/dropshot/target/debug/deps/libzerocopy-006e900d673097f2.rmeta --cap-lints allow`
8212026-09-07T04:55:12.003Z Compiling concurrent-queue v2.5.0
8222026-09-07T04:55:12.007Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=65ff060fcc60473e -C extra-filename=-c6635cabd5834d49 --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-a77129f2e3cf6d6a.rmeta --cap-lints allow`
8232026-09-07T04:55:12.084Z Compiling serde_tokenstream v0.3.0
8242026-09-07T04:55:12.087Z Running `/home/build/.rustup/toolchains/1.98.0-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=6c7180f3779069cb -C extra-filename=-eeac743b2cc9db40 --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-93bf195ff9b27caa.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3df71229642808d4.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-268ad0d3aca1d98b.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-336a5e131b3e1b81.rmeta --cap-lints allow`
8252026-09-07T04:55:12.165Z Compiling serde_derive_internals v0.29.0
8262026-09-07T04:55:12.184Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive_internals-0.29.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8007c9dc867247b3 -C extra-filename=-6ced22c228963958 --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-93bf195ff9b27caa.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3df71229642808d4.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0a5eb2359df5b140.rmeta --cap-lints allow`
8272026-09-07T04:55:12.203Z Compiling multer v3.1.0
8282026-09-07T04:55:12.206Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=c84f211a9d9a90c3 -C extra-filename=-928c98193b127a4b --out-dir /work/oxidecomputer/dropshot/target/debug/build/multer-928c98193b127a4b -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern version_check=/work/oxidecomputer/dropshot/target/debug/deps/libversion_check-ddd26b13c9ddd42c.rlib --cap-lints allow`
8292026-09-07T04:55:12.364Z Compiling toml_datetime v1.1.1+spec-1.1.0
8302026-09-07T04:55:12.367Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-1.1.1+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=bf24b6dd35a7ccca -C extra-filename=-8fd2a2f1160c92e5 --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-eeb8a4ae58cb0046.rmeta --cap-lints allow`
8312026-09-07T04:55:12.445Z Compiling serde_spanned v1.1.1
8322026-09-07T04:55:12.448Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=39bc0fb92d00c384 -C extra-filename=-95075427799ebd10 --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-eeb8a4ae58cb0046.rmeta --cap-lints allow`
8332026-09-07T04:55:12.533Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.118/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --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=5c349a8f54e37313 -C extra-filename=-4f232c1b94082704 --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-93bf195ff9b27caa.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3df71229642808d4.rmeta --extern unicode_ident=/work/oxidecomputer/dropshot/target/debug/deps/libunicode_ident-802909ea106ca7da.rmeta --cap-lints allow`
8342026-09-07T04:55:12.589Z Compiling thread_local v1.1.4
8352026-09-07T04:55:12.593Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=ef010512cd977b49 -C extra-filename=-73557c8ab9eca825 --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-7eaec1d9b54222cb.rmeta --cap-lints allow`
8362026-09-07T04:55:12.667Z Compiling sync_wrapper v1.0.1
8372026-09-07T04:55:12.670Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync_wrapper-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=e707779b01322e2a -C extra-filename=-a3f99dff8e3dfb98 --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-b54c659c9eca6159.rmeta --cap-lints allow`
8382026-09-07T04:55:12.774Z Compiling encoding_rs v0.8.32
8392026-09-07T04:55:12.777Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "packed_simd", "serde", "simd-accel"))' -C metadata=d20bea4e2ae023cb -C extra-filename=-594bc99f08067764 --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-30ea643b2bc6b804.rmeta --cap-lints allow`
8402026-09-07T04:55:12.850Z Compiling match_cfg v0.1.0
8412026-09-07T04:55:12.853Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=d04e675932ab45c4 -C extra-filename=-f66d64c172f53e69 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8422026-09-07T04:55:12.885Z Compiling semver v1.0.28
8432026-09-07T04:55:12.888Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=4068a1cd034c00f1 -C extra-filename=-76c777d7ea81312e --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8442026-09-07T04:55:12.916Z Compiling similar v3.2.0
8452026-09-07T04:55:12.919Z Running `/home/build/.rustup/toolchains/1.98.0-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=2edb20540fcabafc -C extra-filename=-27e40b449b0590de --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8462026-09-07T04:55:13.064Z Compiling parking v2.2.0
8472026-09-07T04:55:13.067Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=707b1b4a0bd3a95a -C extra-filename=-5533d61fc9fa8e21 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8482026-09-07T04:55:13.219Z Compiling heck v0.5.0
8492026-09-07T04:55:13.219Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=08bea8aaed8368c6 -C extra-filename=-0b585e0f50bab1b0 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8502026-09-07T04:55:13.246Z Compiling camino v1.2.5
8512026-09-07T04:55:13.250Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.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=4dc471cbe2e35d3f -C extra-filename=-9375e961852b60d7 --out-dir /work/oxidecomputer/dropshot/target/debug/build/camino-9375e961852b60d7 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8522026-09-07T04:55:13.333Z Compiling compression-core v0.4.32
8532026-09-07T04:55:13.336Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name compression_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-core-0.4.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --deny=missing_debug_implementations --deny=rust_2018_idioms --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f8f68a6a384f7849 -C extra-filename=-5003a6034dec5c05 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8542026-09-07T04:55:13.409Z Compiling schemars v0.8.22
8552026-09-07T04:55:13.419Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=ee43774526c0f605 -C extra-filename=-beb50e2edaeaa66d --out-dir /work/oxidecomputer/dropshot/target/debug/build/schemars-beb50e2edaeaa66d -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8562026-09-07T04:55:13.490Z Compiling slog-async v2.8.0
8572026-09-07T04:55:13.493Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=bbe6751e6613e2ef -C extra-filename=-f286e6c6b3de30b8 --out-dir /work/oxidecomputer/dropshot/target/debug/build/slog-async-f286e6c6b3de30b8 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8582026-09-07T04:55:13.580Z Compiling target-triple v1.0.0
8592026-09-07T04:55:13.583Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-1.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7ba1e34f759141ff -C extra-filename=-ec2ee4abb77aa7f2 --out-dir /work/oxidecomputer/dropshot/target/debug/build/target-triple-ec2ee4abb77aa7f2 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8602026-09-07T04:55:13.718Z Compiling toml_writer v1.1.2+spec-1.1.0
8612026-09-07T04:55:13.721Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_writer --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-1.1.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=d35c8f5ac37064cf -C extra-filename=-403b6a6c99877ff4 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
8622026-09-07T04:55:13.791Z Running `/work/oxidecomputer/dropshot/target/debug/build/slog-async-f286e6c6b3de30b8/build-script-build`
8632026-09-07T04:55:13.840Z Running `/work/oxidecomputer/dropshot/target/debug/build/schemars-beb50e2edaeaa66d/build-script-build`
8642026-09-07T04:55:13.845Z Running `/work/oxidecomputer/dropshot/target/debug/build/camino-9375e961852b60d7/build-script-build`
8652026-09-07T04:55:13.886Z Compiling toml v1.1.4+spec-1.1.0
8662026-09-07T04:55:13.889Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-1.1.4+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=53fe39534ae5d78e -C extra-filename=-21d89b7864226060 --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-eeb8a4ae58cb0046.rmeta --extern serde_spanned=/work/oxidecomputer/dropshot/target/debug/deps/libserde_spanned-95075427799ebd10.rmeta --extern toml_datetime=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_datetime-8fd2a2f1160c92e5.rmeta --extern toml_parser=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_parser-a8e8d58de2067b30.rmeta --extern toml_writer=/work/oxidecomputer/dropshot/target/debug/deps/libtoml_writer-403b6a6c99877ff4.rmeta --extern winnow=/work/oxidecomputer/dropshot/target/debug/deps/libwinnow-ea13fbf0e226d0e8.rmeta --cap-lints allow`
8672026-09-07T04:55:13.923Z Running `/work/oxidecomputer/dropshot/target/debug/build/target-triple-ec2ee4abb77aa7f2/build-script-build`
8682026-09-07T04:55:13.927Z Compiling compression-codecs v0.4.38
8692026-09-07T04:55:13.931Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name compression_codecs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --deny=missing_debug_implementations --deny=rust_2018_idioms --cfg 'feature="flate2"' --cfg 'feature="gzip"' --cfg 'feature="memchr"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-algorithms", "brotli", "bzip2", "deflate", "deflate64", "flate2", "gzip", "libzstd", "lz4", "lzma", "memchr", "xz", "xz-parallel", "xz2", "zlib", "zstd", "zstd-safe", "zstdmt"))' -C metadata=c45b90e869539bc1 -C extra-filename=-2c69e28bc04b1c0d --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-5003a6034dec5c05.rmeta --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-7a8c68656b057894.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-b70a56b47155b5a3.rmeta --cap-lints allow`
8702026-09-07T04:55:13.938Z Compiling event-listener v5.0.0
8712026-09-07T04:55:13.941Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=e52d2ab08f31a7b4 -C extra-filename=-85d8937cc5ba8cf6 --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-c6635cabd5834d49.rmeta --extern parking=/work/oxidecomputer/dropshot/target/debug/deps/libparking-5533d61fc9fa8e21.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-2cdf03bdab92429e.rmeta --cap-lints allow`
8722026-09-07T04:55:14.005Z Compiling hostname v0.3.1
8732026-09-07T04:55:14.008Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=9bef56db5f2981db -C extra-filename=-d924e335766ccde3 --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-87cf73f97ab6bb9d.rmeta --extern match_cfg=/work/oxidecomputer/dropshot/target/debug/deps/libmatch_cfg-f66d64c172f53e69.rmeta --cap-lints allow`
8742026-09-07T04:55:14.146Z Compiling schemars_derive v0.8.22
8752026-09-07T04:55:14.149Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars_derive-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ffe42f2adfc950ae -C extra-filename=-9722a5cccfb9518e --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-93bf195ff9b27caa.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3df71229642808d4.rlib --extern serde_derive_internals=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive_internals-6ced22c228963958.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0a5eb2359df5b140.rlib --extern proc_macro --cap-lints allow`
8762026-09-07T04:55:14.170Z Compiling tower v0.5.2
8772026-09-07T04:55:14.174Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="__common"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="pin-project-lite"' --cfg 'feature="retry"' --cfg 'feature="sync_wrapper"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__common", "balance", "buffer", "discover", "filter", "full", "futures-core", "futures-util", "hdrhistogram", "hedge", "indexmap", "limit", "load", "load-shed", "log", "make", "pin-project-lite", "ready-cache", "reconnect", "retry", "slab", "spawn-ready", "steer", "sync_wrapper", "timeout", "tokio", "tokio-stream", "tokio-util", "tracing", "util"))' -C metadata=22d2dd08911548dd -C extra-filename=-3578fbda52c0ac3d --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-b54c659c9eca6159.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-b29d2a4859abd32f.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-2cdf03bdab92429e.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-a3f99dff8e3dfb98.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-ad520b874e36938a.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-676f02abf55b56a9.rmeta --cap-lints allow`
8782026-09-07T04:55:14.216Z Running `/work/oxidecomputer/dropshot/target/debug/build/multer-928c98193b127a4b/build-script-build`
8792026-09-07T04:55:14.248Z Compiling rand v0.10.2
8802026-09-07T04:55:14.251Z Running `/home/build/.rustup/toolchains/1.98.0-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=e0e9ed9d74b513c7 -C extra-filename=-8446a6977d808eb0 --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-ed7a9addb3d476f3.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-1e4fe4b10386f38b.rmeta --extern rand_core=/work/oxidecomputer/dropshot/target/debug/deps/librand_core-afd5a930ac650742.rmeta --cap-lints allow`
8812026-09-07T04:55:14.454Z Compiling mime_guess v2.0.5
8822026-09-07T04:55:14.457Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=f599a45a984dffcb -C extra-filename=-4e86f377f403f889 --out-dir /work/oxidecomputer/dropshot/target/debug/build/mime_guess-4e86f377f403f889 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-4b945a80b86dde3c.rlib --cap-lints allow`
8832026-09-07T04:55:14.646Z Compiling idna v1.0.3
8842026-09-07T04:55:14.649Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=bb350e9584b2c08c -C extra-filename=-5982e5e1b5f1c6a3 --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-0efe7c732d7e53ef.rmeta --extern smallvec=/work/oxidecomputer/dropshot/target/debug/deps/libsmallvec-e9d61570549e2384.rmeta --extern utf8_iter=/work/oxidecomputer/dropshot/target/debug/deps/libutf8_iter-70e2a6aecec23882.rmeta --cap-lints allow`
8852026-09-07T04:55:14.933Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=73d4d097a6bd1e7a -C extra-filename=-e9c61b3eea70ca21 --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-7bcdeac981fabffb.rmeta --extern dof=/work/oxidecomputer/dropshot/target/debug/deps/libdof-bcaa1eab5dba5750.rmeta --extern dtrace_parser=/work/oxidecomputer/dropshot/target/debug/deps/libdtrace_parser-68b7c51769492bd8.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rmeta --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-93bf195ff9b27caa.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3df71229642808d4.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-4f232c1b94082704.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rmeta --extern thread_id=/work/oxidecomputer/dropshot/target/debug/deps/libthread_id-5e4afe31bc6c89a2.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)'`
8862026-09-07T04:55:14.975Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=885d29ab5b947a3a -C extra-filename=-4b0ddb08e5ac5e15 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --cfg integer128 --cfg maybe_uninit`
8872026-09-07T04:55:15.155Z Compiling usdt-macro v0.6.0
8882026-09-07T04:55:15.158Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=54b17478f8f61848 -C extra-filename=-21cf7458b8c0aeb0 --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-68b7c51769492bd8.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-93bf195ff9b27caa.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3df71229642808d4.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-3c20908f4f2e705e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0a5eb2359df5b140.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-6fec35fb517d3694.rlib --extern proc_macro --cap-lints allow`
8892026-09-07T04:55:15.379Z Compiling usdt-attr-macro v0.6.0
8902026-09-07T04:55:15.382Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-attr-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1e576a02717ef3c9 -C extra-filename=-f4bb02050911ab4b --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-68b7c51769492bd8.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-93bf195ff9b27caa.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3df71229642808d4.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-3c20908f4f2e705e.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0a5eb2359df5b140.rlib --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-6fec35fb517d3694.rlib --extern proc_macro --cap-lints allow`
8912026-09-07T04:55:15.388Z Compiling slog-json v2.6.1
8922026-09-07T04:55:15.392Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=d55fec2e5e39573f -C extra-filename=-0a542fc14c54dfc2 --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-fe179af8217aecef.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-7e6a047d49458118.rmeta --cap-lints allow`
8932026-09-07T04:55:15.413Z Compiling tempfile v3.27.0
8942026-09-07T04:55:15.417Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=82eb92eb90656342 -C extra-filename=-dad70314827030d0 --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-e04f97c9858581b1.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-1e4fe4b10386f38b.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-7eaec1d9b54222cb.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-7826996c281f3c87.rmeta --cap-lints allow`
8952026-09-07T04:55:15.441Z Compiling futures-executor v0.3.34
8962026-09-07T04:55:15.447Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.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=defe1d428c4d1b94 -C extra-filename=-cd6c5a30efd4edff --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-b54c659c9eca6159.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-8dcaedfad53efd76.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-b29d2a4859abd32f.rmeta --cap-lints allow`
8972026-09-07T04:55:15.589Z Compiling crossbeam-channel v0.5.15
8982026-09-07T04:55:15.592Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e21b7e19441132a2 -C extra-filename=-0124c04a7f7e530a --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-a77129f2e3cf6d6a.rmeta --cap-lints allow`
8992026-09-07T04:55:15.638Z Compiling http-body-util v0.1.5
9002026-09-07T04:55:15.641Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.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=387ef993c224f198 -C extra-filename=-e7b21533d9e51fce --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-08a7dd796d6e7932.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-b54c659c9eca6159.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-1d68b4172e485c66.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-2cdf03bdab92429e.rmeta --cap-lints allow`
9012026-09-07T04:55:15.722Z Compiling async-stream-impl v0.3.6
9022026-09-07T04:55:15.725Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-impl-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0dc5f2bffe7834bb -C extra-filename=-f3c363eb4cbf1895 --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-93bf195ff9b27caa.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3df71229642808d4.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-0a5eb2359df5b140.rlib --extern proc_macro --cap-lints allow`
9032026-09-07T04:55:15.819Z Compiling uuid v1.26.0
9042026-09-07T04:55:15.829Z Running `/home/build/.rustup/toolchains/1.98.0-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=1de634b00aaa8ff6 -C extra-filename=-8e25fde1d09f0f8f --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-1e4fe4b10386f38b.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-eeb8a4ae58cb0046.rmeta --cap-lints allow`
9052026-09-07T04:55:15.891Z Compiling dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot)
9062026-09-07T04:55:15.895Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=76b4246521f6137b -C extra-filename=-2bee136bdc52fe88 --out-dir /work/oxidecomputer/dropshot/target/debug/build/dropshot-2bee136bdc52fe88 -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-ddd26b13c9ddd42c.rlib`
9072026-09-07T04:55:15.945Z Compiling is-terminal v0.4.12
9082026-09-07T04:55:15.948Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is-terminal-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e10b79a388ade907 -C extra-filename=-88c0016a077a0d73 --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-87cf73f97ab6bb9d.rmeta --cap-lints allow`
9092026-09-07T04:55:16.037Z Compiling memmap2 v0.9.8
9102026-09-07T04:55:16.041Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap2-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=f2e346061e98ad26 -C extra-filename=-ce9f7d6bede56b27 --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-87cf73f97ab6bb9d.rmeta --cap-lints allow`
9112026-09-07T04:55:16.057Z Compiling base64 v0.23.1
9122026-09-07T04:55:16.068Z Running `/home/build/.rustup/toolchains/1.98.0-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=4a3b546b9512c509 -C extra-filename=-40f774808a94b4cc --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9132026-09-07T04:55:16.147Z Compiling dyn-clone v1.0.4
9142026-09-07T04:55:16.156Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dyn-clone-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7fb9895a9d8fe79a -C extra-filename=-8671be93cc8f6628 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9152026-09-07T04:55:16.202Z Compiling term v1.1.0
9162026-09-07T04:55:16.205Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=cc86b2cd0a5ada39 -C extra-filename=-293e2581ec747c6f --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9172026-09-07T04:55:16.237Z Compiling data-encoding v2.4.0
9182026-09-07T04:55:16.240Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=a96afea30ac3af06 -C extra-filename=-6e4cb0d20d6f1b2b --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9192026-09-07T04:55:16.254Z Compiling spin v0.9.8
9202026-09-07T04:55:16.254Z Compiling iri-string v0.7.8
9212026-09-07T04:55:16.254Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="mutex"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=bf0a65ad3c0749ce -C extra-filename=-ba38f16bb1979613 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9222026-09-07T04:55:16.254Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name iri_string --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memchr", "serde", "std"))' -C metadata=0d60713c6334de5b -C extra-filename=-5c11f3ce6cda4a78 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9232026-09-07T04:55:16.371Z Compiling anyhow v1.0.104
9242026-09-07T04:55:16.371Z Compiling take_mut v0.2.2
9252026-09-07T04:55:16.374Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eecb62441fa1b663 -C extra-filename=-dd2bbe1811caa676 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9262026-09-07T04:55:16.374Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.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=da45f625bd0e4a5d -C extra-filename=-4b0775aad66dd439 --out-dir /work/oxidecomputer/dropshot/target/debug/build/anyhow-4b0775aad66dd439 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9272026-09-07T04:55:16.484Z Compiling slog-term v2.9.2
9282026-09-07T04:55:16.488Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-term-2.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=4d5cc74c524ce248 -C extra-filename=-f6fe934a78b75c5d --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-a553363ab8eeac33.rmeta --extern is_terminal=/work/oxidecomputer/dropshot/target/debug/deps/libis_terminal-88c0016a077a0d73.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rmeta --extern term=/work/oxidecomputer/dropshot/target/debug/deps/libterm-293e2581ec747c6f.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-73557c8ab9eca825.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-7e6a047d49458118.rmeta --cap-lints allow`
9292026-09-07T04:55:16.494Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=94681ee900ae789e -C extra-filename=-6140ae1a166db03a --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-0124c04a7f7e530a.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rmeta --extern take_mut=/work/oxidecomputer/dropshot/target/debug/deps/libtake_mut-dd2bbe1811caa676.rmeta --extern thread_local=/work/oxidecomputer/dropshot/target/debug/deps/libthread_local-73557c8ab9eca825.rmeta --cap-lints allow --cfg integer128`
9302026-09-07T04:55:16.708Z Running `/work/oxidecomputer/dropshot/target/debug/build/anyhow-4b0775aad66dd439/build-script-build`
9312026-09-07T04:55:16.894Z Compiling tungstenite v0.30.0
9322026-09-07T04:55:16.897Z Running `/home/build/.rustup/toolchains/1.98.0-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=a2d6f3c102d0b9d5 -C extra-filename=-39d96c247a738b5f --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-08a7dd796d6e7932.rmeta --extern data_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libdata_encoding-6e4cb0d20d6f1b2b.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-9a5657e0f3b5de43.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-284fb00aaa3792bc.rmeta --extern rand=/work/oxidecomputer/dropshot/target/debug/deps/librand-8446a6977d808eb0.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-40eb20ddf548be83.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rmeta --cap-lints allow`
9332026-09-07T04:55:16.907Z Compiling async-stream v0.3.6
9342026-09-07T04:55:16.910Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f16189abd7b862d1 -C extra-filename=-4575fa5ef4f239bb --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-f3c363eb4cbf1895.so --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-b54c659c9eca6159.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-2cdf03bdab92429e.rmeta --cap-lints allow`
9352026-09-07T04:55:17.020Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=1455d5f13250f38b -C extra-filename=-1567644de2f22fa9 --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-08a7dd796d6e7932.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-594bc99f08067764.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-b29d2a4859abd32f.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rmeta --extern httparse=/work/oxidecomputer/dropshot/target/debug/deps/libhttparse-9a5657e0f3b5de43.rmeta --extern memchr=/work/oxidecomputer/dropshot/target/debug/deps/libmemchr-b70a56b47155b5a3.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-ac4a16e028bf6133.rmeta --extern spin=/work/oxidecomputer/dropshot/target/debug/deps/libspin-ba38f16bb1979613.rmeta --cap-lints allow`
9362026-09-07T04:55:17.030Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=e8fe4b8ad95940bc -C extra-filename=-8305a50d342cf123 --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-a553363ab8eeac33.rmeta --extern dyn_clone=/work/oxidecomputer/dropshot/target/debug/deps/libdyn_clone-8671be93cc8f6628.rmeta --extern schemars_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschemars_derive-9722a5cccfb9518e.so --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rmeta --extern uuid1=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8e25fde1d09f0f8f.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
9372026-09-07T04:55:17.078Z Compiling usdt v0.6.0
9382026-09-07T04:55:17.082Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=3eac8e7b67900d1b -C extra-filename=-7442581c843fb8af --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-bcaa1eab5dba5750.rmeta --extern goblin=/work/oxidecomputer/dropshot/target/debug/deps/libgoblin-3d003e66c2c87a49.rmeta --extern memmap2=/work/oxidecomputer/dropshot/target/debug/deps/libmemmap2-ce9f7d6bede56b27.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rmeta --extern usdt_attr_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_attr_macro-f4bb02050911ab4b.so --extern usdt_impl=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_impl-e9c61b3eea70ca21.rmeta --extern usdt_macro=/work/oxidecomputer/dropshot/target/debug/deps/libusdt_macro-21cf7458b8c0aeb0.so --cap-lints allow`
9392026-09-07T04:55:17.098Z Running `/work/oxidecomputer/dropshot/target/debug/build/dropshot-2bee136bdc52fe88/build-script-build`
9402026-09-07T04:55:17.137Z Compiling atomicwrites v0.4.4
9412026-09-07T04:55:17.140Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=183b53dd15979eca -C extra-filename=-08ae3a029d35d0c6 --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-88dd4653531ebc0c.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-dad70314827030d0.rmeta --cap-lints allow`
9422026-09-07T04:55:17.146Z Compiling futures v0.3.34
9432026-09-07T04:55:17.150Z Running `/home/build/.rustup/toolchains/1.98.0-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=cd7d76fca2f56463 -C extra-filename=-2dd07f9f87e88a6a --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-d33548257931f8f0.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-b54c659c9eca6159.rmeta --extern futures_executor=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_executor-cd6c5a30efd4edff.rmeta --extern futures_io=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_io-d9bc887e418d8657.rmeta --extern futures_sink=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_sink-618c54e470a1725d.rmeta --extern futures_task=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_task-8dcaedfad53efd76.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-b29d2a4859abd32f.rmeta --cap-lints allow`
9442026-09-07T04:55:17.220Z Compiling slog-bunyan v2.5.0
9452026-09-07T04:55:17.224Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=bf827e309ffa798a -C extra-filename=-0722b27510cf6bce --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-d924e335766ccde3.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0a542fc14c54dfc2.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-7e6a047d49458118.rmeta --cap-lints allow`
9462026-09-07T04:55:17.325Z Compiling serde_urlencoded v0.7.1
9472026-09-07T04:55:17.328Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7843deac62830633 -C extra-filename=-63782ad629bcd65f --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-046a3023405209c9.rmeta --extern itoa=/work/oxidecomputer/dropshot/target/debug/deps/libitoa-656b3de08485dd92.rmeta --extern ryu=/work/oxidecomputer/dropshot/target/debug/deps/libryu-4b0ddb08e5ac5e15.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rmeta --cap-lints allow`
9482026-09-07T04:55:17.344Z Compiling tower-http v0.6.8
9492026-09-07T04:55:17.348Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="follow-redirect"' --cfg 'feature="futures-util"' --cfg 'feature="iri-string"' --cfg 'feature="tower"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add-extension", "async-compression", "auth", "base64", "catch-panic", "compression-br", "compression-deflate", "compression-full", "compression-gzip", "compression-zstd", "cors", "decompression-br", "decompression-deflate", "decompression-full", "decompression-gzip", "decompression-zstd", "default", "follow-redirect", "fs", "full", "futures-core", "futures-util", "httpdate", "iri-string", "limit", "map-request-body", "map-response-body", "metrics", "mime", "mime_guess", "normalize-path", "percent-encoding", "propagate-header", "redirect", "request-id", "sensitive-headers", "set-header", "set-status", "timeout", "tokio", "tokio-util", "tower", "trace", "tracing", "util", "uuid", "validate-request"))' -C metadata=89c061493382aa67 -C extra-filename=-ba665bb46bf5f19f --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-7217d585042ab670.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rmeta --extern futures_util=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_util-b29d2a4859abd32f.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-1d68b4172e485c66.rmeta --extern iri_string=/work/oxidecomputer/dropshot/target/debug/deps/libiri_string-5c11f3ce6cda4a78.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-2cdf03bdab92429e.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-3578fbda52c0ac3d.rmeta --extern tower_layer=/work/oxidecomputer/dropshot/target/debug/deps/libtower_layer-ad520b874e36938a.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-676f02abf55b56a9.rmeta --cap-lints allow`
9502026-09-07T04:55:17.355Z Running `/work/oxidecomputer/dropshot/target/debug/build/mime_guess-4e86f377f403f889/build-script-build`
9512026-09-07T04:55:17.372Z Compiling url v2.5.4
9522026-09-07T04:55:17.377Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=5807d4b6aa2dea5b -C extra-filename=-61e6366154225182 --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-046a3023405209c9.rmeta --extern idna=/work/oxidecomputer/dropshot/target/debug/deps/libidna-5982e5e1b5f1c6a3.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rmeta --cap-lints allow`
9532026-09-07T04:55:17.512Z Compiling event-listener-strategy v0.5.4
9542026-09-07T04:55:17.515Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-strategy-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(wasm_bindgen_unstable_test_coverage)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=c35496073997cdf1 -C extra-filename=-42c53e261cde973d --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-85d8937cc5ba8cf6.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-2cdf03bdab92429e.rmeta --cap-lints allow`
9552026-09-07T04:55:17.564Z Compiling async-compression v0.4.43
9562026-09-07T04:55:17.573Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name async_compression --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.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 --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=2c6e60f063206d6c -C extra-filename=-13adec9f1d8e9a68 --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-2c69e28bc04b1c0d.rmeta --extern compression_core=/work/oxidecomputer/dropshot/target/debug/deps/libcompression_core-5003a6034dec5c05.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-2cdf03bdab92429e.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rmeta --cap-lints allow`
9572026-09-07T04:55:17.644Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fc782519d843a5ef -C extra-filename=-45731db1d34db129 --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"))'`
9582026-09-07T04:55:17.721Z Running `/home/build/.rustup/toolchains/1.98.0-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=3739bda033f45900 -C extra-filename=-42d022d4cf023adc --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-eeb8a4ae58cb0046.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)'`
9592026-09-07T04:55:17.751Z Compiling dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
9602026-09-07T04:55:17.755Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2024 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=398f0e1169765bf8 -C extra-filename=-884e563149af2b57 --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-0b585e0f50bab1b0.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-93bf195ff9b27caa.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3df71229642808d4.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-268ad0d3aca1d98b.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-eeac743b2cc9db40.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-336a5e131b3e1b81.rlib --extern proc_macro`
9612026-09-07T04:55:17.831Z Compiling pem v3.0.6
9622026-09-07T04:55:17.834Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-3.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=67a1ce7d07a332a3 -C extra-filename=-f4bba2df14a6ecaa --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-810a64fba61329a2.rmeta --cap-lints allow`
9632026-09-07T04:55:17.870Z Compiling yasna v0.6.0
9642026-09-07T04:55:17.873Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yasna-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=3975602e07d96d9e -C extra-filename=-f32a10dd76ae64ae --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-7e6a047d49458118.rmeta --cap-lints allow`
9652026-09-07T04:55:17.891Z Compiling waitgroup v0.1.2
9662026-09-07T04:55:17.895Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=15cc542d3a365959 -C extra-filename=-c489cd01bd67d35d --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-5254b44e157b2751.rmeta --cap-lints allow`
9672026-09-07T04:55:18.032Z Compiling openapiv3 v2.2.0
9682026-09-07T04:55:18.035Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openapiv3-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=fc101f1cf2e44a95 -C extra-filename=-97e9d924ee4e95b9 --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-21510f475c054c2c.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rmeta --cap-lints allow`
9692026-09-07T04:55:18.133Z Compiling async-trait v0.1.92
9702026-09-07T04:55:18.136Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.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=9099254e5953eaf9 -C extra-filename=-48b89b0a457bcc2a --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-93bf195ff9b27caa.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3df71229642808d4.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-336a5e131b3e1b81.rlib --extern proc_macro --cap-lints allow`
9712026-09-07T04:55:18.153Z Compiling rustls-pemfile v2.2.0
9722026-09-07T04:55:18.156Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4218f58f18f18fbc -C extra-filename=-d7a0dde12932ff41 --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-da7d9e22e87a4a20.rmeta --cap-lints allow`
9732026-09-07T04:55:18.192Z Compiling serde_path_to_error v0.1.20
9742026-09-07T04:55:18.196Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=64e4635d8e5b1625 -C extra-filename=-9544354d369532b2 --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-656b3de08485dd92.rmeta --extern serde_core=/work/oxidecomputer/dropshot/target/debug/deps/libserde_core-eeb8a4ae58cb0046.rmeta --cap-lints allow`
9752026-09-07T04:55:18.343Z Compiling hostname v0.4.2
9762026-09-07T04:55:18.346Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=2bf74c5ee08bc2e4 -C extra-filename=-d55b189d925b8c21 --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-30ea643b2bc6b804.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rmeta --cap-lints allow`
9772026-09-07T04:55:18.483Z Compiling termcolor v1.1.2
9782026-09-07T04:55:18.486Z Compiling simple-mermaid v0.2.0
9792026-09-07T04:55:18.486Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termcolor-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c38d45097d00e0bc -C extra-filename=-0944d6bb5df5ab85 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9802026-09-07T04:55:18.486Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name simple_mermaid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simple-mermaid-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f0eeb751215aee4b -C extra-filename=-2d0a11d8273e8962 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9812026-09-07T04:55:18.546Z Compiling debug-ignore v1.0.5
9822026-09-07T04:55:18.555Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=e5d0bb19c4b26bb0 -C extra-filename=-97419fb9d2938208 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9832026-09-07T04:55:18.558Z Compiling glob v0.3.0
9842026-09-07T04:55:18.569Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glob-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=32a6157757a4d96f -C extra-filename=-2c70f103f4726d2a --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
9852026-09-07T04:55:18.590Z Compiling async-channel v2.5.0
9862026-09-07T04:55:18.594Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=20a957ff51ebdef5 -C extra-filename=-a6f16a2ed36eb21e --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-c6635cabd5834d49.rmeta --extern event_listener_strategy=/work/oxidecomputer/dropshot/target/debug/deps/libevent_listener_strategy-42c53e261cde973d.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-b54c659c9eca6159.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-2cdf03bdab92429e.rmeta --cap-lints allow`
9872026-09-07T04:55:18.648Z Compiling tokio-tungstenite v0.30.0
9882026-09-07T04:55:18.649Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.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=644354e4f640b088 -C extra-filename=-fdc87fbe8205bad6 --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-b29d2a4859abd32f.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-284fb00aaa3792bc.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rmeta --extern tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtungstenite-39d96c247a738b5f.rmeta --cap-lints allow`
9892026-09-07T04:55:18.810Z Compiling trybuild v1.0.120
9902026-09-07T04:55:18.814Z Running `/home/build/.rustup/toolchains/1.98.0-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=52d46c5306244d22 -C extra-filename=-691dd78537aee59d --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-2c70f103f4726d2a.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rmeta --extern serde_derive=/work/oxidecomputer/dropshot/target/debug/deps/libserde_derive-f33004420beeaade.so --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rmeta --extern target_triple=/work/oxidecomputer/dropshot/target/debug/deps/libtarget_triple-45731db1d34db129.rmeta --extern termcolor=/work/oxidecomputer/dropshot/target/debug/deps/libtermcolor-0944d6bb5df5ab85.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-21d89b7864226060.rmeta --cap-lints allow`
9912026-09-07T04:55:18.867Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=030e2386aefb6964 -C extra-filename=-807de0707a62feb9 --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-ac4a16e028bf6133.rmeta --extern unicase=/work/oxidecomputer/dropshot/target/debug/deps/libunicase-4b945a80b86dde3c.rmeta --cap-lints allow`
9922026-09-07T04:55:18.948Z Compiling expectorate v1.3.0
9932026-09-07T04:55:18.951Z Running `/home/build/.rustup/toolchains/1.98.0-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=e396fc4f0f229473 -C extra-filename=-e385218a084f256e --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-08ae3a029d35d0c6.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-b9bbd0c4f63e0aa0.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-3e3033ee06e10aa8.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-27e40b449b0590de.rmeta --cap-lints allow`
9942026-09-07T04:55:19.043Z Running `/home/build/.rustup/toolchains/1.98.0-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=1dee1fae0fdbd790 -C extra-filename=-f729c95212d2d542 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow --check-cfg 'cfg(anyhow_build_probe)' --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_clippy_format_args)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(error_generic_member_access)'`
9952026-09-07T04:55:19.103Z Compiling pem v4.0.0
9962026-09-07T04:55:19.107Z Running `/home/build/.rustup/toolchains/1.98.0-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=99adf0f9f9ce4194 -C extra-filename=-056a22fe686b9b0d --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-40f774808a94b4cc.rmeta --cap-lints allow`
9972026-09-07T04:55:19.190Z Compiling subprocess v1.2.1
9982026-09-07T04:55:19.193Z Running `/home/build/.rustup/toolchains/1.98.0-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=09ee548511e884f1 -C extra-filename=-9c370d8cec920b9c --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-87cf73f97ab6bb9d.rmeta --cap-lints allow`
9992026-09-07T04:55:19.308Z Compiling buf-list v1.1.2
10002026-09-07T04:55:19.311Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=4c56b0056241d3c8 -C extra-filename=-1e0364470ff4e79c --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-08a7dd796d6e7932.rmeta --cap-lints allow`
10012026-09-07T04:55:19.442Z Compiling lazy_static v1.5.0
10022026-09-07T04:55:19.445Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=78bbb5077ec92aa5 -C extra-filename=-19028457cc773ced --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10032026-09-07T04:55:19.478Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=0d642714c1c22ea7 -C extra-filename=-06be8c0aa1b3e056 --out-dir /work/oxidecomputer/dropshot/target/debug/build/getrandom-06be8c0aa1b3e056 -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10042026-09-07T04:55:19.542Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=492531b5bc36ed29 -C extra-filename=-127089add65bf0f3 --out-dir /work/oxidecomputer/dropshot/target/debug/deps -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10052026-09-07T04:55:19.592Z Compiling prettyplease v0.3.0
10062026-09-07T04:55:19.595Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.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=5a31312f450caa2e -C extra-filename=-ec0650d450fced8c --out-dir /work/oxidecomputer/dropshot/target/debug/build/prettyplease-ec0650d450fced8c -L dependency=/work/oxidecomputer/dropshot/target/debug/deps --cap-lints allow`
10072026-09-07T04:55:19.721Z Compiling schema-derive v0.2.1
10082026-09-07T04:55:19.724Z Running `/home/build/.rustup/toolchains/1.98.0-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=22a471b53e8dc5d6 -C extra-filename=-b7a72326c584e656 --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-55b7d02f3c5dd1bd.so --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-93bf195ff9b27caa.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3df71229642808d4.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-336a5e131b3e1b81.rlib --extern proc_macro --cap-lints allow`
10092026-09-07T04:55:19.760Z Running `/work/oxidecomputer/dropshot/target/debug/build/getrandom-06be8c0aa1b3e056/build-script-build`
10102026-09-07T04:55:19.773Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--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=c5579776d8e2d9dd -C extra-filename=-4ed55994011fe97f --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-30ea643b2bc6b804.rmeta --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rmeta --cap-lints allow`
10112026-09-07T04:55:19.865Z Running `/work/oxidecomputer/dropshot/target/debug/build/prettyplease-ec0650d450fced8c/build-script-build`
10122026-09-07T04:55:19.878Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=0455e5822d18b1ea -C extra-filename=-668213fcbd2a79a1 --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-e04f97c9858581b1.rmeta --extern getrandom=/work/oxidecomputer/dropshot/target/debug/deps/libgetrandom-4ed55994011fe97f.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-127089add65bf0f3.rmeta --extern rustix=/work/oxidecomputer/dropshot/target/debug/deps/librustix-7826996c281f3c87.rmeta --cap-lints allow`
10132026-09-07T04:55:19.918Z Running `/home/build/.rustup/toolchains/1.98.0-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=e2ac6dc16fe3b07e -C extra-filename=-bce621a90b8d9bc1 --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-93bf195ff9b27caa.rmeta --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-336a5e131b3e1b81.rmeta --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
10142026-09-07T04:55:20.191Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9dac268aa501046b -C extra-filename=-8f1f766553c5e18f --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-88dd4653531ebc0c.rmeta --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-668213fcbd2a79a1.rmeta --cap-lints allow`
10152026-09-07T04:55:20.392Z Running `/home/build/.rustup/toolchains/1.98.0-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=9f795541e55074c1 -C extra-filename=-3d984b346c5fefab --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-8f1f766553c5e18f.rmeta --extern console=/work/oxidecomputer/dropshot/target/debug/deps/libconsole-b9bbd0c4f63e0aa0.rmeta --extern newline_converter=/work/oxidecomputer/dropshot/target/debug/deps/libnewline_converter-3e3033ee06e10aa8.rmeta --extern similar=/work/oxidecomputer/dropshot/target/debug/deps/libsimilar-27e40b449b0590de.rmeta --cap-lints allow`
10162026-09-07T04:55:20.923Z Compiling schema v0.2.1
10172026-09-07T04:55:20.939Z Running `/home/build/.rustup/toolchains/1.98.0-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=6cf163207a306edd -C extra-filename=-79bebad2e27bf2e2 --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-93bf195ff9b27caa.rmeta --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3df71229642808d4.rmeta --extern schema_derive=/work/oxidecomputer/dropshot/target/debug/deps/libschema_derive-b7a72326c584e656.so --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-336a5e131b3e1b81.rmeta --cap-lints allow`
10182026-09-07T04:55:21.033Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2024 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d6961e46d919e65c -C extra-filename=-d4c2b4bb387834a3 --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-3d984b346c5fefab.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-0b585e0f50bab1b0.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-bce621a90b8d9bc1.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-93bf195ff9b27caa.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3df71229642808d4.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-79bebad2e27bf2e2.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-268ad0d3aca1d98b.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-eeac743b2cc9db40.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-336a5e131b3e1b81.rlib --extern proc_macro`
10192026-09-07T04:55:24.249Z Running `/work/oxidecomputer/dropshot/target/debug/build/aws-lc-rs-5fafbd8e168826e1/build-script-build`
10202026-09-07T04:55:24.253Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.40.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-bindings", "asan", "bindgen", "default", "disable-prebuilt-nasm", "fips", "prebuilt-nasm", "ssl"))' -C metadata=a47e9eab288058b4 -C extra-filename=-e54b08364260844f --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-ed57ff5fcbf09302/out -l static=aws_lc_0_40_0_crypto --cfg universal`
10212026-09-07T04:55:24.268Z Running `/work/oxidecomputer/dropshot/target/debug/build/rustls-1b183d29ca85e2f6/build-script-build`
10222026-09-07T04:55:24.664Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.16.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="aws-lc-sys"' --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "dev-tests-only", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=da0156479a62b00c -C extra-filename=-467c3ec6b55295db --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-e54b08364260844f.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-5a15383299e4c5c9.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out --check-cfg 'cfg(aws_lc_rs_docsrs)' --check-cfg 'cfg(disable_slow_tests)' --check-cfg 'cfg(dev_tests_only)'`
10232026-09-07T04:55:25.377Z Compiling rustls-webpki v0.103.13
10242026-09-07T04:55:25.377Z Compiling rcgen v0.14.9
10252026-09-07T04:55:25.380Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.103.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(webpki_docsrs)' --cfg 'feature="alloc"' --cfg 'feature="aws-lc-rs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "aws-lc-rs", "aws-lc-rs-fips", "aws-lc-rs-unstable", "default", "ring", "std"))' -C metadata=f0720fd4e0d43aca -C extra-filename=-f1f5facf73ae93e8 --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-467c3ec6b55295db.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rmeta --extern untrusted=/work/oxidecomputer/dropshot/target/debug/deps/libuntrusted-97a2d61d1bf5cbe6.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
10262026-09-07T04:55:25.380Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rcgen-0.14.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(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=dc7db0c36ea30dd4 -C extra-filename=-3bedb20d7195dd17 --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-467c3ec6b55295db.rmeta --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-f4bba2df14a6ecaa.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rmeta --extern time=/work/oxidecomputer/dropshot/target/debug/deps/libtime-7e6a047d49458118.rmeta --extern yasna=/work/oxidecomputer/dropshot/target/debug/deps/libyasna-f32a10dd76ae64ae.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
10272026-09-07T04:55:25.773Z Running `/home/build/.rustup/toolchains/1.98.0-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=d8e57fb3584cabb5 -C extra-filename=-0fa0f2a71f27eccf --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-467c3ec6b55295db.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-284fb00aaa3792bc.rmeta --extern once_cell=/work/oxidecomputer/dropshot/target/debug/deps/libonce_cell-7eaec1d9b54222cb.rmeta --extern pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-f1f5facf73ae93e8.rmeta --extern subtle=/work/oxidecomputer/dropshot/target/debug/deps/libsubtle-2de1d7f50f112278.rmeta --extern zeroize=/work/oxidecomputer/dropshot/target/debug/deps/libzeroize-5a15383299e4c5c9.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
10282026-09-07T04:55:28.077Z Compiling tokio-rustls v0.26.4
10292026-09-07T04:55:28.077Z Compiling rustls-platform-verifier v0.6.2
10302026-09-07T04:55:28.080Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "default", "early-data", "fips", "logging", "ring", "tls12", "zlib"))' -C metadata=ce6b0aefaae18c82 -C extra-filename=-0ac1a3c6bd70b0ec --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-0fa0f2a71f27eccf.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
10312026-09-07T04:55:28.080Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_platform_verifier --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-platform-verifier-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("android_logger", "base64", "cert-logging", "dbg", "docsrs", "ffi-testing", "jni", "once_cell"))' -C metadata=232cdd0c2b6fdba0 -C extra-filename=-3eb1b7dbad7bf541 --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-284fb00aaa3792bc.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-a4bcca31a6724e15.rmeta --extern webpki=/work/oxidecomputer/dropshot/target/debug/deps/libwebpki-f1f5facf73ae93e8.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
10322026-09-07T04:55:28.257Z Compiling hyper-rustls v0.27.9
10332026-09-07T04:55:28.260Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2024 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=5e9797bf3f1fbe53 -C extra-filename=-f764af7eeb1d4d56 --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-13adec9f1d8e9a68.rmeta --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4575fa5ef4f239bb.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-48b89b0a457bcc2a.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-40f774808a94b4cc.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42d022d4cf023adc.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a553363ab8eeac33.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-97419fb9d2938208.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-884e563149af2b57.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-046a3023405209c9.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2dd07f9f87e88a6a.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d55b189d925b8c21.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e7b21533d9e51fce.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-21c7159d5683660a.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-21510f475c054c2c.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1567644de2f22fa9.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-97e9d924ee4e95b9.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-55b7d02f3c5dd1bd.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d7a0dde12932ff41.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8305a50d342cf123.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5ae0143a85bd213b.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9544354d369532b2.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-63782ad629bcd65f.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-40eb20ddf548be83.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-2d0a11d8273e8962.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-6140ae1a166db03a.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0722b27510cf6bce.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0a542fc14c54dfc2.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f6fe934a78b75c5d.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0ac1a3c6bd70b0ec.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-021ffd3a92f9343a.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-21d89b7864226060.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7442581c843fb8af.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8e25fde1d09f0f8f.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c489cd01bd67d35d.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
10342026-09-07T04:55:28.260Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.27.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="aws-lc-rs"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=53ce76cb02732b15 -C extra-filename=-cf92b349544a4195 --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-678af6023d47b464.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-21c7159d5683660a.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-284fb00aaa3792bc.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rmeta --extern rustls_native_certs=/work/oxidecomputer/dropshot/target/debug/deps/librustls_native_certs-a4bcca31a6724e15.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0ac1a3c6bd70b0ec.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-676f02abf55b56a9.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
10352026-09-07T04:55:28.439Z Compiling reqwest v0.13.4
10362026-09-07T04:55:28.443Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.13.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-aws-lc-rs"' --cfg 'feature="__tls"' --cfg 'feature="charset"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="rustls"' --cfg 'feature="system-proxy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__native-tls", "__native-tls-alpn", "__rustls", "__rustls-aws-lc-rs", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "form", "gzip", "hickory-dns", "http2", "http3", "json", "multipart", "native-tls", "native-tls-no-alpn", "native-tls-vendored", "native-tls-vendored-no-alpn", "query", "rustls", "rustls-no-provider", "socks", "stream", "system-proxy", "zstd"))' -C metadata=ffa52f6a0a937351 -C extra-filename=-46ab39dbd9fae7b7 --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-810a64fba61329a2.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rmeta --extern encoding_rs=/work/oxidecomputer/dropshot/target/debug/deps/libencoding_rs-594bc99f08067764.rmeta --extern futures_core=/work/oxidecomputer/dropshot/target/debug/deps/libfutures_core-b54c659c9eca6159.rmeta --extern h2=/work/oxidecomputer/dropshot/target/debug/deps/libh2-9a21905bf85f78d0.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rmeta --extern http_body=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body-1d68b4172e485c66.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e7b21533d9e51fce.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rmeta --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cf92b349544a4195.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-21c7159d5683660a.rmeta --extern log=/work/oxidecomputer/dropshot/target/debug/deps/liblog-284fb00aaa3792bc.rmeta --extern mime=/work/oxidecomputer/dropshot/target/debug/deps/libmime-ac4a16e028bf6133.rmeta --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rmeta --extern pin_project_lite=/work/oxidecomputer/dropshot/target/debug/deps/libpin_project_lite-2cdf03bdab92429e.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rmeta --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rmeta --extern rustls_platform_verifier=/work/oxidecomputer/dropshot/target/debug/deps/librustls_platform_verifier-3eb1b7dbad7bf541.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rmeta --extern sync_wrapper=/work/oxidecomputer/dropshot/target/debug/deps/libsync_wrapper-a3f99dff8e3dfb98.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0ac1a3c6bd70b0ec.rmeta --extern tower=/work/oxidecomputer/dropshot/target/debug/deps/libtower-3578fbda52c0ac3d.rmeta --extern tower_http=/work/oxidecomputer/dropshot/target/debug/deps/libtower_http-ba665bb46bf5f19f.rmeta --extern tower_service=/work/oxidecomputer/dropshot/target/debug/deps/libtower_service-676f02abf55b56a9.rmeta --extern url=/work/oxidecomputer/dropshot/target/debug/deps/liburl-61e6366154225182.rmeta --cap-lints allow -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
10372026-09-07T04:55:30.564Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2024 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=8917ea60cb9485bd -C extra-filename=-e1947fec79095feb --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-f729c95212d2d542.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a6f16a2ed36eb21e.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-13adec9f1d8e9a68.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4575fa5ef4f239bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-48b89b0a457bcc2a.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-40f774808a94b4cc.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-1e0364470ff4e79c.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42d022d4cf023adc.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a553363ab8eeac33.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-97419fb9d2938208.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-884e563149af2b57.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-e385218a084f256e.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-7a8c68656b057894.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-046a3023405209c9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2dd07f9f87e88a6a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d55b189d925b8c21.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e7b21533d9e51fce.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cf92b349544a4195.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-21c7159d5683660a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-21510f475c054c2c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-19028457cc773ced.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-807de0707a62feb9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1567644de2f22fa9.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-97e9d924ee4e95b9.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-55b7d02f3c5dd1bd.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-056a22fe686b9b0d.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3bedb20d7195dd17.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-46ab39dbd9fae7b7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d7a0dde12932ff41.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8305a50d342cf123.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5ae0143a85bd213b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9544354d369532b2.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-63782ad629bcd65f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-40eb20ddf548be83.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-2d0a11d8273e8962.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-6140ae1a166db03a.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0722b27510cf6bce.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0a542fc14c54dfc2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f6fe934a78b75c5d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9c370d8cec920b9c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-dad70314827030d0.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0ac1a3c6bd70b0ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fdc87fbe8205bad6.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-021ffd3a92f9343a.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-21d89b7864226060.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-691dd78537aee59d.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7442581c843fb8af.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8e25fde1d09f0f8f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c489cd01bd67d35d.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
10382026-09-07T04:55:33.394Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name custom_error --edition=2024 dropshot/examples/custom-error.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a24fbd89369f4c8a -C extra-filename=-fb9e68e16be2ac3e --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-f729c95212d2d542.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a6f16a2ed36eb21e.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-13adec9f1d8e9a68.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4575fa5ef4f239bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-48b89b0a457bcc2a.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-40f774808a94b4cc.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-1e0364470ff4e79c.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42d022d4cf023adc.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a553363ab8eeac33.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-97419fb9d2938208.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f764af7eeb1d4d56.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-884e563149af2b57.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-e385218a084f256e.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-7a8c68656b057894.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-046a3023405209c9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2dd07f9f87e88a6a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d55b189d925b8c21.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e7b21533d9e51fce.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cf92b349544a4195.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-21c7159d5683660a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-21510f475c054c2c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-19028457cc773ced.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-807de0707a62feb9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1567644de2f22fa9.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-97e9d924ee4e95b9.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-55b7d02f3c5dd1bd.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-056a22fe686b9b0d.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3bedb20d7195dd17.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-46ab39dbd9fae7b7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d7a0dde12932ff41.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8305a50d342cf123.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5ae0143a85bd213b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9544354d369532b2.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-63782ad629bcd65f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-40eb20ddf548be83.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-2d0a11d8273e8962.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-6140ae1a166db03a.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0722b27510cf6bce.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0a542fc14c54dfc2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f6fe934a78b75c5d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9c370d8cec920b9c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-dad70314827030d0.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0ac1a3c6bd70b0ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fdc87fbe8205bad6.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-021ffd3a92f9343a.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-21d89b7864226060.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-691dd78537aee59d.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7442581c843fb8af.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8e25fde1d09f0f8f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c489cd01bd67d35d.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
10392026-09-07T04:55:33.398Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2024 dropshot/examples/request-headers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=67d2ceaa63c32b1e -C extra-filename=-b82d6c1ba1e50173 --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-f729c95212d2d542.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a6f16a2ed36eb21e.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-13adec9f1d8e9a68.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4575fa5ef4f239bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-48b89b0a457bcc2a.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-40f774808a94b4cc.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-1e0364470ff4e79c.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42d022d4cf023adc.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a553363ab8eeac33.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-97419fb9d2938208.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f764af7eeb1d4d56.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-884e563149af2b57.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-e385218a084f256e.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-7a8c68656b057894.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-046a3023405209c9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2dd07f9f87e88a6a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d55b189d925b8c21.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e7b21533d9e51fce.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cf92b349544a4195.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-21c7159d5683660a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-21510f475c054c2c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-19028457cc773ced.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-807de0707a62feb9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1567644de2f22fa9.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-97e9d924ee4e95b9.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-55b7d02f3c5dd1bd.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-056a22fe686b9b0d.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3bedb20d7195dd17.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-46ab39dbd9fae7b7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d7a0dde12932ff41.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8305a50d342cf123.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5ae0143a85bd213b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9544354d369532b2.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-63782ad629bcd65f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-40eb20ddf548be83.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-2d0a11d8273e8962.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-6140ae1a166db03a.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0722b27510cf6bce.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0a542fc14c54dfc2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f6fe934a78b75c5d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9c370d8cec920b9c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-dad70314827030d0.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0ac1a3c6bd70b0ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fdc87fbe8205bad6.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-021ffd3a92f9343a.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-21d89b7864226060.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-691dd78537aee59d.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7442581c843fb8af.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8e25fde1d09f0f8f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c489cd01bd67d35d.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
10402026-09-07T04:55:33.399Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait --edition=2024 dropshot/examples/api-trait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=6769c42d76fc9045 -C extra-filename=-bc7f94124859c00d --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-f729c95212d2d542.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a6f16a2ed36eb21e.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-13adec9f1d8e9a68.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4575fa5ef4f239bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-48b89b0a457bcc2a.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-40f774808a94b4cc.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-1e0364470ff4e79c.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42d022d4cf023adc.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a553363ab8eeac33.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-97419fb9d2938208.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f764af7eeb1d4d56.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-884e563149af2b57.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-e385218a084f256e.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-7a8c68656b057894.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-046a3023405209c9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2dd07f9f87e88a6a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d55b189d925b8c21.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e7b21533d9e51fce.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cf92b349544a4195.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-21c7159d5683660a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-21510f475c054c2c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-19028457cc773ced.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-807de0707a62feb9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1567644de2f22fa9.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-97e9d924ee4e95b9.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-55b7d02f3c5dd1bd.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-056a22fe686b9b0d.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3bedb20d7195dd17.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-46ab39dbd9fae7b7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d7a0dde12932ff41.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8305a50d342cf123.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5ae0143a85bd213b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9544354d369532b2.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-63782ad629bcd65f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-40eb20ddf548be83.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-2d0a11d8273e8962.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-6140ae1a166db03a.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0722b27510cf6bce.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0a542fc14c54dfc2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f6fe934a78b75c5d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9c370d8cec920b9c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-dad70314827030d0.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0ac1a3c6bd70b0ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fdc87fbe8205bad6.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-021ffd3a92f9343a.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-21d89b7864226060.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-691dd78537aee59d.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7442581c843fb8af.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8e25fde1d09f0f8f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c489cd01bd67d35d.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
10412026-09-07T04:55:33.402Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2024 dropshot/examples/https.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=b43a215b90244d4b -C extra-filename=-f7c6e847911ca538 --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-f729c95212d2d542.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a6f16a2ed36eb21e.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-13adec9f1d8e9a68.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4575fa5ef4f239bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-48b89b0a457bcc2a.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-40f774808a94b4cc.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-1e0364470ff4e79c.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42d022d4cf023adc.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a553363ab8eeac33.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-97419fb9d2938208.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f764af7eeb1d4d56.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-884e563149af2b57.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-e385218a084f256e.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-7a8c68656b057894.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-046a3023405209c9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2dd07f9f87e88a6a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d55b189d925b8c21.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e7b21533d9e51fce.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cf92b349544a4195.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-21c7159d5683660a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-21510f475c054c2c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-19028457cc773ced.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-807de0707a62feb9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1567644de2f22fa9.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-97e9d924ee4e95b9.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-55b7d02f3c5dd1bd.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-056a22fe686b9b0d.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3bedb20d7195dd17.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-46ab39dbd9fae7b7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d7a0dde12932ff41.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8305a50d342cf123.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5ae0143a85bd213b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9544354d369532b2.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-63782ad629bcd65f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-40eb20ddf548be83.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-2d0a11d8273e8962.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-6140ae1a166db03a.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0722b27510cf6bce.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0a542fc14c54dfc2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f6fe934a78b75c5d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9c370d8cec920b9c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-dad70314827030d0.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0ac1a3c6bd70b0ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fdc87fbe8205bad6.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-021ffd3a92f9343a.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-21d89b7864226060.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-691dd78537aee59d.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7442581c843fb8af.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8e25fde1d09f0f8f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c489cd01bd67d35d.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
10422026-09-07T04:55:33.405Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2024 dropshot/examples/module-shared-context.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c20d4e4c71616b87 -C extra-filename=-3ba93e4e2a183413 --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-f729c95212d2d542.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a6f16a2ed36eb21e.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-13adec9f1d8e9a68.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4575fa5ef4f239bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-48b89b0a457bcc2a.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-40f774808a94b4cc.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-1e0364470ff4e79c.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42d022d4cf023adc.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a553363ab8eeac33.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-97419fb9d2938208.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f764af7eeb1d4d56.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-884e563149af2b57.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-e385218a084f256e.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-7a8c68656b057894.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-046a3023405209c9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2dd07f9f87e88a6a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d55b189d925b8c21.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e7b21533d9e51fce.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cf92b349544a4195.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-21c7159d5683660a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-21510f475c054c2c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-19028457cc773ced.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-807de0707a62feb9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1567644de2f22fa9.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-97e9d924ee4e95b9.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-55b7d02f3c5dd1bd.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-056a22fe686b9b0d.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3bedb20d7195dd17.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-46ab39dbd9fae7b7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d7a0dde12932ff41.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8305a50d342cf123.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5ae0143a85bd213b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9544354d369532b2.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-63782ad629bcd65f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-40eb20ddf548be83.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-2d0a11d8273e8962.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-6140ae1a166db03a.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0722b27510cf6bce.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0a542fc14c54dfc2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f6fe934a78b75c5d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9c370d8cec920b9c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-dad70314827030d0.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0ac1a3c6bd70b0ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fdc87fbe8205bad6.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-021ffd3a92f9343a.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-21d89b7864226060.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-691dd78537aee59d.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7442581c843fb8af.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8e25fde1d09f0f8f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c489cd01bd67d35d.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
10432026-09-07T04:55:33.405Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2024 dropshot/examples/file_server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=4cb0c849ea1b918b -C extra-filename=-c52d6887956adb62 --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-f729c95212d2d542.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a6f16a2ed36eb21e.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-13adec9f1d8e9a68.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4575fa5ef4f239bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-48b89b0a457bcc2a.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-40f774808a94b4cc.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-1e0364470ff4e79c.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42d022d4cf023adc.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a553363ab8eeac33.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-97419fb9d2938208.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f764af7eeb1d4d56.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-884e563149af2b57.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-e385218a084f256e.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-7a8c68656b057894.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-046a3023405209c9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2dd07f9f87e88a6a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d55b189d925b8c21.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e7b21533d9e51fce.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cf92b349544a4195.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-21c7159d5683660a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-21510f475c054c2c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-19028457cc773ced.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-807de0707a62feb9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1567644de2f22fa9.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-97e9d924ee4e95b9.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-55b7d02f3c5dd1bd.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-056a22fe686b9b0d.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3bedb20d7195dd17.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-46ab39dbd9fae7b7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d7a0dde12932ff41.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8305a50d342cf123.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5ae0143a85bd213b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9544354d369532b2.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-63782ad629bcd65f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-40eb20ddf548be83.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-2d0a11d8273e8962.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-6140ae1a166db03a.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0722b27510cf6bce.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0a542fc14c54dfc2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f6fe934a78b75c5d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9c370d8cec920b9c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-dad70314827030d0.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0ac1a3c6bd70b0ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fdc87fbe8205bad6.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-021ffd3a92f9343a.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-21d89b7864226060.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-691dd78537aee59d.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7442581c843fb8af.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8e25fde1d09f0f8f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c489cd01bd67d35d.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
10442026-09-07T04:55:33.409Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2024 dropshot/examples/self-referential.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a6e1777eab864c34 -C extra-filename=-6978ba3a953f8714 --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-f729c95212d2d542.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a6f16a2ed36eb21e.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-13adec9f1d8e9a68.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4575fa5ef4f239bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-48b89b0a457bcc2a.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-40f774808a94b4cc.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-1e0364470ff4e79c.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42d022d4cf023adc.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a553363ab8eeac33.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-97419fb9d2938208.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f764af7eeb1d4d56.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-884e563149af2b57.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-e385218a084f256e.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-7a8c68656b057894.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-046a3023405209c9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2dd07f9f87e88a6a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d55b189d925b8c21.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e7b21533d9e51fce.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cf92b349544a4195.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-21c7159d5683660a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-21510f475c054c2c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-19028457cc773ced.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-807de0707a62feb9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1567644de2f22fa9.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-97e9d924ee4e95b9.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-55b7d02f3c5dd1bd.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-056a22fe686b9b0d.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3bedb20d7195dd17.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-46ab39dbd9fae7b7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d7a0dde12932ff41.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8305a50d342cf123.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5ae0143a85bd213b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9544354d369532b2.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-63782ad629bcd65f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-40eb20ddf548be83.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-2d0a11d8273e8962.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-6140ae1a166db03a.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0722b27510cf6bce.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0a542fc14c54dfc2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f6fe934a78b75c5d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9c370d8cec920b9c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-dad70314827030d0.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0ac1a3c6bd70b0ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fdc87fbe8205bad6.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-021ffd3a92f9343a.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-21d89b7864226060.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-691dd78537aee59d.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7442581c843fb8af.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8e25fde1d09f0f8f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c489cd01bd67d35d.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
10452026-09-07T04:55:43.641Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2024 dropshot/examples/index.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=374640fdb4d73423 -C extra-filename=-c4852e3b947ccbd0 --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-f729c95212d2d542.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a6f16a2ed36eb21e.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-13adec9f1d8e9a68.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4575fa5ef4f239bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-48b89b0a457bcc2a.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-40f774808a94b4cc.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-1e0364470ff4e79c.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42d022d4cf023adc.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a553363ab8eeac33.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-97419fb9d2938208.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f764af7eeb1d4d56.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-884e563149af2b57.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-e385218a084f256e.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-7a8c68656b057894.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-046a3023405209c9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2dd07f9f87e88a6a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d55b189d925b8c21.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e7b21533d9e51fce.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cf92b349544a4195.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-21c7159d5683660a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-21510f475c054c2c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-19028457cc773ced.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-807de0707a62feb9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1567644de2f22fa9.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-97e9d924ee4e95b9.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-55b7d02f3c5dd1bd.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-056a22fe686b9b0d.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3bedb20d7195dd17.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-46ab39dbd9fae7b7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d7a0dde12932ff41.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8305a50d342cf123.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5ae0143a85bd213b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9544354d369532b2.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-63782ad629bcd65f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-40eb20ddf548be83.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-2d0a11d8273e8962.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-6140ae1a166db03a.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0722b27510cf6bce.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0a542fc14c54dfc2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f6fe934a78b75c5d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9c370d8cec920b9c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-dad70314827030d0.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0ac1a3c6bd70b0ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fdc87fbe8205bad6.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-021ffd3a92f9343a.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-21d89b7864226060.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-691dd78537aee59d.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7442581c843fb8af.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8e25fde1d09f0f8f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c489cd01bd67d35d.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
10462026-09-07T04:55:44.408Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2024 dropshot/examples/module-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=729d6631abf8ba38 -C extra-filename=-d65da012db123315 --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-f729c95212d2d542.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a6f16a2ed36eb21e.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-13adec9f1d8e9a68.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4575fa5ef4f239bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-48b89b0a457bcc2a.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-40f774808a94b4cc.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-1e0364470ff4e79c.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42d022d4cf023adc.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a553363ab8eeac33.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-97419fb9d2938208.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f764af7eeb1d4d56.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-884e563149af2b57.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-e385218a084f256e.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-7a8c68656b057894.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-046a3023405209c9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2dd07f9f87e88a6a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d55b189d925b8c21.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e7b21533d9e51fce.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cf92b349544a4195.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-21c7159d5683660a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-21510f475c054c2c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-19028457cc773ced.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-807de0707a62feb9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1567644de2f22fa9.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-97e9d924ee4e95b9.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-55b7d02f3c5dd1bd.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-056a22fe686b9b0d.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3bedb20d7195dd17.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-46ab39dbd9fae7b7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d7a0dde12932ff41.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8305a50d342cf123.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5ae0143a85bd213b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9544354d369532b2.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-63782ad629bcd65f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-40eb20ddf548be83.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-2d0a11d8273e8962.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-6140ae1a166db03a.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0722b27510cf6bce.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0a542fc14c54dfc2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f6fe934a78b75c5d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9c370d8cec920b9c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-dad70314827030d0.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0ac1a3c6bd70b0ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fdc87fbe8205bad6.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-021ffd3a92f9343a.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-21d89b7864226060.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-691dd78537aee59d.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7442581c843fb8af.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8e25fde1d09f0f8f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c489cd01bd67d35d.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
10472026-09-07T04:55:44.414Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2024 dropshot/tests/fail.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=6663ae2b51515baa -C extra-filename=-15ad7890085c6d2f --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-f729c95212d2d542.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a6f16a2ed36eb21e.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-13adec9f1d8e9a68.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4575fa5ef4f239bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-48b89b0a457bcc2a.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-40f774808a94b4cc.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-1e0364470ff4e79c.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42d022d4cf023adc.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a553363ab8eeac33.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-97419fb9d2938208.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f764af7eeb1d4d56.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-884e563149af2b57.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-e385218a084f256e.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-7a8c68656b057894.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-046a3023405209c9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2dd07f9f87e88a6a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d55b189d925b8c21.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e7b21533d9e51fce.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cf92b349544a4195.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-21c7159d5683660a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-21510f475c054c2c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-19028457cc773ced.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-807de0707a62feb9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1567644de2f22fa9.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-97e9d924ee4e95b9.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-55b7d02f3c5dd1bd.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-056a22fe686b9b0d.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3bedb20d7195dd17.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-46ab39dbd9fae7b7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d7a0dde12932ff41.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8305a50d342cf123.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5ae0143a85bd213b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9544354d369532b2.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-63782ad629bcd65f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-40eb20ddf548be83.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-2d0a11d8273e8962.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-6140ae1a166db03a.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0722b27510cf6bce.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0a542fc14c54dfc2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f6fe934a78b75c5d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9c370d8cec920b9c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-dad70314827030d0.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0ac1a3c6bd70b0ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fdc87fbe8205bad6.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-021ffd3a92f9343a.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-21d89b7864226060.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-691dd78537aee59d.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7442581c843fb8af.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8e25fde1d09f0f8f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c489cd01bd67d35d.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
10482026-09-07T04:55:44.495Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2024 dropshot/examples/well-tagged.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1b560d5df23c0340 -C extra-filename=-00ab4e59f4a33c93 --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-f729c95212d2d542.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a6f16a2ed36eb21e.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-13adec9f1d8e9a68.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4575fa5ef4f239bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-48b89b0a457bcc2a.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-40f774808a94b4cc.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-1e0364470ff4e79c.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42d022d4cf023adc.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a553363ab8eeac33.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-97419fb9d2938208.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f764af7eeb1d4d56.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-884e563149af2b57.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-e385218a084f256e.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-7a8c68656b057894.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-046a3023405209c9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2dd07f9f87e88a6a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d55b189d925b8c21.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e7b21533d9e51fce.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cf92b349544a4195.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-21c7159d5683660a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-21510f475c054c2c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-19028457cc773ced.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-807de0707a62feb9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1567644de2f22fa9.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-97e9d924ee4e95b9.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-55b7d02f3c5dd1bd.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-056a22fe686b9b0d.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3bedb20d7195dd17.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-46ab39dbd9fae7b7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d7a0dde12932ff41.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8305a50d342cf123.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5ae0143a85bd213b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9544354d369532b2.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-63782ad629bcd65f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-40eb20ddf548be83.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-2d0a11d8273e8962.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-6140ae1a166db03a.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0722b27510cf6bce.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0a542fc14c54dfc2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f6fe934a78b75c5d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9c370d8cec920b9c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-dad70314827030d0.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0ac1a3c6bd70b0ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fdc87fbe8205bad6.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-021ffd3a92f9343a.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-21d89b7864226060.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-691dd78537aee59d.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7442581c843fb8af.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8e25fde1d09f0f8f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c489cd01bd67d35d.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
10492026-09-07T04:55:44.574Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2024 dropshot/examples/schema-with-example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=455cbb0322cb454d -C extra-filename=-370d75290a3dd608 --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-f729c95212d2d542.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a6f16a2ed36eb21e.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-13adec9f1d8e9a68.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4575fa5ef4f239bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-48b89b0a457bcc2a.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-40f774808a94b4cc.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-1e0364470ff4e79c.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42d022d4cf023adc.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a553363ab8eeac33.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-97419fb9d2938208.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f764af7eeb1d4d56.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-884e563149af2b57.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-e385218a084f256e.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-7a8c68656b057894.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-046a3023405209c9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2dd07f9f87e88a6a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d55b189d925b8c21.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e7b21533d9e51fce.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cf92b349544a4195.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-21c7159d5683660a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-21510f475c054c2c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-19028457cc773ced.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-807de0707a62feb9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1567644de2f22fa9.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-97e9d924ee4e95b9.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-55b7d02f3c5dd1bd.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-056a22fe686b9b0d.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3bedb20d7195dd17.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-46ab39dbd9fae7b7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d7a0dde12932ff41.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8305a50d342cf123.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5ae0143a85bd213b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9544354d369532b2.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-63782ad629bcd65f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-40eb20ddf548be83.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-2d0a11d8273e8962.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-6140ae1a166db03a.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0722b27510cf6bce.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0a542fc14c54dfc2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f6fe934a78b75c5d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9c370d8cec920b9c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-dad70314827030d0.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0ac1a3c6bd70b0ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fdc87fbe8205bad6.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-021ffd3a92f9343a.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-21d89b7864226060.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-691dd78537aee59d.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7442581c843fb8af.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8e25fde1d09f0f8f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c489cd01bd67d35d.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
10502026-09-07T04:55:44.836Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2024 dropshot/examples/pagination-multiple-sorts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=e2ac8d1fe475b1b0 -C extra-filename=-ea4c1afc7c4a2602 --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-f729c95212d2d542.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a6f16a2ed36eb21e.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-13adec9f1d8e9a68.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4575fa5ef4f239bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-48b89b0a457bcc2a.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-40f774808a94b4cc.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-1e0364470ff4e79c.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42d022d4cf023adc.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a553363ab8eeac33.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-97419fb9d2938208.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f764af7eeb1d4d56.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-884e563149af2b57.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-e385218a084f256e.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-7a8c68656b057894.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-046a3023405209c9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2dd07f9f87e88a6a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d55b189d925b8c21.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e7b21533d9e51fce.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cf92b349544a4195.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-21c7159d5683660a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-21510f475c054c2c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-19028457cc773ced.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-807de0707a62feb9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1567644de2f22fa9.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-97e9d924ee4e95b9.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-55b7d02f3c5dd1bd.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-056a22fe686b9b0d.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3bedb20d7195dd17.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-46ab39dbd9fae7b7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d7a0dde12932ff41.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8305a50d342cf123.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5ae0143a85bd213b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9544354d369532b2.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-63782ad629bcd65f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-40eb20ddf548be83.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-2d0a11d8273e8962.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-6140ae1a166db03a.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0722b27510cf6bce.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0a542fc14c54dfc2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f6fe934a78b75c5d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9c370d8cec920b9c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-dad70314827030d0.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0ac1a3c6bd70b0ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fdc87fbe8205bad6.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-021ffd3a92f9343a.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-21d89b7864226060.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-691dd78537aee59d.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7442581c843fb8af.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8e25fde1d09f0f8f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c489cd01bd67d35d.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
10512026-09-07T04:55:45.900Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2024 dropshot/examples/multiple-servers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=5bd2634fa04d623b -C extra-filename=-3a7488cba77da4dc --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-f729c95212d2d542.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a6f16a2ed36eb21e.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-13adec9f1d8e9a68.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4575fa5ef4f239bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-48b89b0a457bcc2a.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-40f774808a94b4cc.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-1e0364470ff4e79c.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42d022d4cf023adc.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a553363ab8eeac33.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-97419fb9d2938208.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f764af7eeb1d4d56.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-884e563149af2b57.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-e385218a084f256e.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-7a8c68656b057894.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-046a3023405209c9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2dd07f9f87e88a6a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d55b189d925b8c21.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e7b21533d9e51fce.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cf92b349544a4195.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-21c7159d5683660a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-21510f475c054c2c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-19028457cc773ced.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-807de0707a62feb9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1567644de2f22fa9.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-97e9d924ee4e95b9.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-55b7d02f3c5dd1bd.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-056a22fe686b9b0d.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3bedb20d7195dd17.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-46ab39dbd9fae7b7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d7a0dde12932ff41.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8305a50d342cf123.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5ae0143a85bd213b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9544354d369532b2.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-63782ad629bcd65f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-40eb20ddf548be83.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-2d0a11d8273e8962.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-6140ae1a166db03a.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0722b27510cf6bce.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0a542fc14c54dfc2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f6fe934a78b75c5d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9c370d8cec920b9c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-dad70314827030d0.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0ac1a3c6bd70b0ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fdc87fbe8205bad6.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-021ffd3a92f9343a.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-21d89b7864226060.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-691dd78537aee59d.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7442581c843fb8af.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8e25fde1d09f0f8f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c489cd01bd67d35d.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
10522026-09-07T04:55:46.181Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2024 dropshot/examples/pagination-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d3b072c9c069bf34 -C extra-filename=-f0749726a2db0a1c --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-f729c95212d2d542.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a6f16a2ed36eb21e.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-13adec9f1d8e9a68.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4575fa5ef4f239bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-48b89b0a457bcc2a.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-40f774808a94b4cc.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-1e0364470ff4e79c.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42d022d4cf023adc.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a553363ab8eeac33.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-97419fb9d2938208.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f764af7eeb1d4d56.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-884e563149af2b57.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-e385218a084f256e.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-7a8c68656b057894.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-046a3023405209c9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2dd07f9f87e88a6a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d55b189d925b8c21.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e7b21533d9e51fce.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cf92b349544a4195.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-21c7159d5683660a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-21510f475c054c2c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-19028457cc773ced.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-807de0707a62feb9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1567644de2f22fa9.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-97e9d924ee4e95b9.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-55b7d02f3c5dd1bd.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-056a22fe686b9b0d.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3bedb20d7195dd17.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-46ab39dbd9fae7b7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d7a0dde12932ff41.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8305a50d342cf123.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5ae0143a85bd213b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9544354d369532b2.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-63782ad629bcd65f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-40eb20ddf548be83.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-2d0a11d8273e8962.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-6140ae1a166db03a.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0722b27510cf6bce.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0a542fc14c54dfc2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f6fe934a78b75c5d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9c370d8cec920b9c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-dad70314827030d0.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0ac1a3c6bd70b0ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fdc87fbe8205bad6.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-021ffd3a92f9343a.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-21d89b7864226060.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-691dd78537aee59d.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7442581c843fb8af.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8e25fde1d09f0f8f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c489cd01bd67d35d.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
10532026-09-07T04:55:52.907Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2024 dropshot/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=dbbbcbda157b5c29 -C extra-filename=-6e7a2bbe35ff1c38 --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-f729c95212d2d542.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a6f16a2ed36eb21e.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-13adec9f1d8e9a68.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4575fa5ef4f239bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-48b89b0a457bcc2a.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-40f774808a94b4cc.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-1e0364470ff4e79c.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42d022d4cf023adc.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a553363ab8eeac33.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-97419fb9d2938208.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f764af7eeb1d4d56.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-884e563149af2b57.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-e385218a084f256e.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-7a8c68656b057894.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-046a3023405209c9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2dd07f9f87e88a6a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d55b189d925b8c21.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e7b21533d9e51fce.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cf92b349544a4195.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-21c7159d5683660a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-21510f475c054c2c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-19028457cc773ced.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-807de0707a62feb9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1567644de2f22fa9.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-97e9d924ee4e95b9.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-55b7d02f3c5dd1bd.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-056a22fe686b9b0d.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3bedb20d7195dd17.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-46ab39dbd9fae7b7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d7a0dde12932ff41.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8305a50d342cf123.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5ae0143a85bd213b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9544354d369532b2.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-63782ad629bcd65f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-40eb20ddf548be83.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-2d0a11d8273e8962.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-6140ae1a166db03a.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0722b27510cf6bce.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0a542fc14c54dfc2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f6fe934a78b75c5d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9c370d8cec920b9c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-dad70314827030d0.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0ac1a3c6bd70b0ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fdc87fbe8205bad6.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-021ffd3a92f9343a.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-21d89b7864226060.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-691dd78537aee59d.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7442581c843fb8af.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8e25fde1d09f0f8f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c489cd01bd67d35d.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
10542026-09-07T04:55:54.529Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2024 dropshot/examples/multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=69acc2ca27b825d8 -C extra-filename=-51ee0bd12bba9736 --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-f729c95212d2d542.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a6f16a2ed36eb21e.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-13adec9f1d8e9a68.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4575fa5ef4f239bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-48b89b0a457bcc2a.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-40f774808a94b4cc.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-1e0364470ff4e79c.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42d022d4cf023adc.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a553363ab8eeac33.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-97419fb9d2938208.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f764af7eeb1d4d56.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-884e563149af2b57.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-e385218a084f256e.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-7a8c68656b057894.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-046a3023405209c9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2dd07f9f87e88a6a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d55b189d925b8c21.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e7b21533d9e51fce.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cf92b349544a4195.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-21c7159d5683660a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-21510f475c054c2c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-19028457cc773ced.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-807de0707a62feb9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1567644de2f22fa9.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-97e9d924ee4e95b9.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-55b7d02f3c5dd1bd.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-056a22fe686b9b0d.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3bedb20d7195dd17.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-46ab39dbd9fae7b7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d7a0dde12932ff41.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8305a50d342cf123.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5ae0143a85bd213b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9544354d369532b2.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-63782ad629bcd65f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-40eb20ddf548be83.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-2d0a11d8273e8962.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-6140ae1a166db03a.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0722b27510cf6bce.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0a542fc14c54dfc2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f6fe934a78b75c5d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9c370d8cec920b9c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-dad70314827030d0.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0ac1a3c6bd70b0ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fdc87fbe8205bad6.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-021ffd3a92f9343a.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-21d89b7864226060.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-691dd78537aee59d.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7442581c843fb8af.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8e25fde1d09f0f8f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c489cd01bd67d35d.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
10552026-09-07T04:55:54.974Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2024 dropshot/examples/petstore.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=f9a64d0414591435 -C extra-filename=-0378b6a11f0ea6db --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-f729c95212d2d542.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a6f16a2ed36eb21e.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-13adec9f1d8e9a68.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4575fa5ef4f239bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-48b89b0a457bcc2a.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-40f774808a94b4cc.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-1e0364470ff4e79c.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42d022d4cf023adc.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a553363ab8eeac33.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-97419fb9d2938208.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f764af7eeb1d4d56.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-884e563149af2b57.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-e385218a084f256e.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-7a8c68656b057894.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-046a3023405209c9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2dd07f9f87e88a6a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d55b189d925b8c21.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e7b21533d9e51fce.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cf92b349544a4195.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-21c7159d5683660a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-21510f475c054c2c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-19028457cc773ced.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-807de0707a62feb9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1567644de2f22fa9.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-97e9d924ee4e95b9.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-55b7d02f3c5dd1bd.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-056a22fe686b9b0d.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3bedb20d7195dd17.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-46ab39dbd9fae7b7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d7a0dde12932ff41.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8305a50d342cf123.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5ae0143a85bd213b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9544354d369532b2.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-63782ad629bcd65f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-40eb20ddf548be83.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-2d0a11d8273e8962.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-6140ae1a166db03a.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0722b27510cf6bce.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0a542fc14c54dfc2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f6fe934a78b75c5d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9c370d8cec920b9c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-dad70314827030d0.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0ac1a3c6bd70b0ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fdc87fbe8205bad6.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-021ffd3a92f9343a.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-21d89b7864226060.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-691dd78537aee59d.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7442581c843fb8af.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8e25fde1d09f0f8f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c489cd01bd67d35d.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
10562026-09-07T04:55:55.235Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2024 dropshot/examples/pagination-multiple-resources.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=0fdf2aede10533c6 -C extra-filename=-4277ea698fa95276 --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-f729c95212d2d542.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a6f16a2ed36eb21e.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-13adec9f1d8e9a68.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4575fa5ef4f239bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-48b89b0a457bcc2a.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-40f774808a94b4cc.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-1e0364470ff4e79c.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42d022d4cf023adc.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a553363ab8eeac33.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-97419fb9d2938208.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f764af7eeb1d4d56.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-884e563149af2b57.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-e385218a084f256e.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-7a8c68656b057894.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-046a3023405209c9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2dd07f9f87e88a6a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d55b189d925b8c21.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e7b21533d9e51fce.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cf92b349544a4195.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-21c7159d5683660a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-21510f475c054c2c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-19028457cc773ced.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-807de0707a62feb9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1567644de2f22fa9.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-97e9d924ee4e95b9.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-55b7d02f3c5dd1bd.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-056a22fe686b9b0d.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3bedb20d7195dd17.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-46ab39dbd9fae7b7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d7a0dde12932ff41.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8305a50d342cf123.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5ae0143a85bd213b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9544354d369532b2.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-63782ad629bcd65f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-40eb20ddf548be83.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-2d0a11d8273e8962.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-6140ae1a166db03a.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0722b27510cf6bce.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0a542fc14c54dfc2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f6fe934a78b75c5d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9c370d8cec920b9c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-dad70314827030d0.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0ac1a3c6bd70b0ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fdc87fbe8205bad6.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-021ffd3a92f9343a.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-21d89b7864226060.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-691dd78537aee59d.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7442581c843fb8af.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8e25fde1d09f0f8f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c489cd01bd67d35d.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
10572026-09-07T04:55:56.573Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_alternate --edition=2024 dropshot/examples/api-trait-alternate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=8f138c244ff10589 -C extra-filename=-5d74326064fdd9a1 --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-f729c95212d2d542.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a6f16a2ed36eb21e.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-13adec9f1d8e9a68.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4575fa5ef4f239bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-48b89b0a457bcc2a.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-40f774808a94b4cc.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-1e0364470ff4e79c.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42d022d4cf023adc.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a553363ab8eeac33.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-97419fb9d2938208.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f764af7eeb1d4d56.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-884e563149af2b57.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-e385218a084f256e.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-7a8c68656b057894.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-046a3023405209c9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2dd07f9f87e88a6a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d55b189d925b8c21.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e7b21533d9e51fce.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cf92b349544a4195.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-21c7159d5683660a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-21510f475c054c2c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-19028457cc773ced.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-807de0707a62feb9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1567644de2f22fa9.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-97e9d924ee4e95b9.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-55b7d02f3c5dd1bd.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-056a22fe686b9b0d.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3bedb20d7195dd17.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-46ab39dbd9fae7b7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d7a0dde12932ff41.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8305a50d342cf123.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5ae0143a85bd213b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9544354d369532b2.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-63782ad629bcd65f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-40eb20ddf548be83.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-2d0a11d8273e8962.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-6140ae1a166db03a.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0722b27510cf6bce.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0a542fc14c54dfc2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f6fe934a78b75c5d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9c370d8cec920b9c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-dad70314827030d0.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0ac1a3c6bd70b0ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fdc87fbe8205bad6.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-021ffd3a92f9343a.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-21d89b7864226060.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-691dd78537aee59d.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7442581c843fb8af.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8e25fde1d09f0f8f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c489cd01bd67d35d.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
10582026-09-07T04:55:57.774Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2024 dropshot/examples/basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=0166c4e8f05e9a43 -C extra-filename=-62e02c6b76e64597 --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-f729c95212d2d542.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a6f16a2ed36eb21e.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-13adec9f1d8e9a68.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4575fa5ef4f239bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-48b89b0a457bcc2a.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-40f774808a94b4cc.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-1e0364470ff4e79c.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42d022d4cf023adc.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a553363ab8eeac33.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-97419fb9d2938208.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f764af7eeb1d4d56.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-884e563149af2b57.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-e385218a084f256e.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-7a8c68656b057894.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-046a3023405209c9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2dd07f9f87e88a6a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d55b189d925b8c21.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e7b21533d9e51fce.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cf92b349544a4195.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-21c7159d5683660a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-21510f475c054c2c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-19028457cc773ced.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-807de0707a62feb9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1567644de2f22fa9.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-97e9d924ee4e95b9.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-55b7d02f3c5dd1bd.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-056a22fe686b9b0d.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3bedb20d7195dd17.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-46ab39dbd9fae7b7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d7a0dde12932ff41.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8305a50d342cf123.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5ae0143a85bd213b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9544354d369532b2.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-63782ad629bcd65f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-40eb20ddf548be83.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-2d0a11d8273e8962.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-6140ae1a166db03a.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0722b27510cf6bce.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0a542fc14c54dfc2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f6fe934a78b75c5d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9c370d8cec920b9c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-dad70314827030d0.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0ac1a3c6bd70b0ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fdc87fbe8205bad6.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-021ffd3a92f9343a.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-21d89b7864226060.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-691dd78537aee59d.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7442581c843fb8af.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8e25fde1d09f0f8f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c489cd01bd67d35d.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
10592026-09-07T04:55:57.885Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2024 dropshot/examples/websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=58a6951dc1dd9bf1 -C extra-filename=-60ec8c8835e02007 --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-f729c95212d2d542.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a6f16a2ed36eb21e.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-13adec9f1d8e9a68.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4575fa5ef4f239bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-48b89b0a457bcc2a.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-40f774808a94b4cc.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-1e0364470ff4e79c.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42d022d4cf023adc.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a553363ab8eeac33.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-97419fb9d2938208.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f764af7eeb1d4d56.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-884e563149af2b57.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-e385218a084f256e.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-7a8c68656b057894.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-046a3023405209c9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2dd07f9f87e88a6a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d55b189d925b8c21.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e7b21533d9e51fce.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cf92b349544a4195.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-21c7159d5683660a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-21510f475c054c2c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-19028457cc773ced.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-807de0707a62feb9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1567644de2f22fa9.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-97e9d924ee4e95b9.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-55b7d02f3c5dd1bd.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-056a22fe686b9b0d.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3bedb20d7195dd17.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-46ab39dbd9fae7b7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d7a0dde12932ff41.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8305a50d342cf123.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5ae0143a85bd213b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9544354d369532b2.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-63782ad629bcd65f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-40eb20ddf548be83.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-2d0a11d8273e8962.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-6140ae1a166db03a.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0722b27510cf6bce.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0a542fc14c54dfc2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f6fe934a78b75c5d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9c370d8cec920b9c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-dad70314827030d0.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0ac1a3c6bd70b0ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fdc87fbe8205bad6.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-021ffd3a92f9343a.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-21d89b7864226060.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-691dd78537aee59d.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7442581c843fb8af.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8e25fde1d09f0f8f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c489cd01bd67d35d.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
10602026-09-07T04:55:58.533Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_websocket --edition=2024 dropshot/examples/api-trait-websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=3bb80c91fd4636a1 -C extra-filename=-20a0066540e18182 --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-f729c95212d2d542.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a6f16a2ed36eb21e.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-13adec9f1d8e9a68.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4575fa5ef4f239bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-48b89b0a457bcc2a.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-40f774808a94b4cc.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-1e0364470ff4e79c.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42d022d4cf023adc.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a553363ab8eeac33.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-97419fb9d2938208.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f764af7eeb1d4d56.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-884e563149af2b57.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-e385218a084f256e.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-7a8c68656b057894.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-046a3023405209c9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2dd07f9f87e88a6a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d55b189d925b8c21.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e7b21533d9e51fce.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cf92b349544a4195.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-21c7159d5683660a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-21510f475c054c2c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-19028457cc773ced.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-807de0707a62feb9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1567644de2f22fa9.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-97e9d924ee4e95b9.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-55b7d02f3c5dd1bd.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-056a22fe686b9b0d.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3bedb20d7195dd17.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-46ab39dbd9fae7b7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d7a0dde12932ff41.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8305a50d342cf123.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5ae0143a85bd213b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9544354d369532b2.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-63782ad629bcd65f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-40eb20ddf548be83.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-2d0a11d8273e8962.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-6140ae1a166db03a.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0722b27510cf6bce.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0a542fc14c54dfc2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f6fe934a78b75c5d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9c370d8cec920b9c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-dad70314827030d0.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0ac1a3c6bd70b0ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fdc87fbe8205bad6.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-021ffd3a92f9343a.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-21d89b7864226060.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-691dd78537aee59d.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7442581c843fb8af.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8e25fde1d09f0f8f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c489cd01bd67d35d.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
10612026-09-07T04:56:04.650Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2024 dropshot/examples/versioning.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=343053b78806dbe9 -C extra-filename=-c4aa54d14781b760 --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-f729c95212d2d542.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a6f16a2ed36eb21e.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-13adec9f1d8e9a68.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4575fa5ef4f239bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-48b89b0a457bcc2a.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-40f774808a94b4cc.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-1e0364470ff4e79c.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42d022d4cf023adc.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a553363ab8eeac33.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-97419fb9d2938208.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-f764af7eeb1d4d56.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-884e563149af2b57.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-e385218a084f256e.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-7a8c68656b057894.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-046a3023405209c9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2dd07f9f87e88a6a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d55b189d925b8c21.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e7b21533d9e51fce.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cf92b349544a4195.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-21c7159d5683660a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-21510f475c054c2c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-19028457cc773ced.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-807de0707a62feb9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1567644de2f22fa9.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-97e9d924ee4e95b9.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-55b7d02f3c5dd1bd.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-056a22fe686b9b0d.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3bedb20d7195dd17.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-46ab39dbd9fae7b7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d7a0dde12932ff41.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8305a50d342cf123.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5ae0143a85bd213b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9544354d369532b2.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-63782ad629bcd65f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-40eb20ddf548be83.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-2d0a11d8273e8962.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-6140ae1a166db03a.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0722b27510cf6bce.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0a542fc14c54dfc2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f6fe934a78b75c5d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9c370d8cec920b9c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-dad70314827030d0.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0ac1a3c6bd70b0ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fdc87fbe8205bad6.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-021ffd3a92f9343a.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-21d89b7864226060.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-691dd78537aee59d.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7442581c843fb8af.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8e25fde1d09f0f8f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c489cd01bd67d35d.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
10622026-09-07T04:56:20.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
10632026-09-07T04:56:20.675Z
10642026-09-07T04:56:20.675Zreal 1:26.941170256
10652026-09-07T04:56:20.675Zuser 7:12.133016840
10662026-09-07T04:56:20.675Zsys 1:13.906908889
10672026-09-07T04:56:20.675Ztrap 0.335667840
10682026-09-07T04:56:20.675Ztflt 0.098068653
10692026-09-07T04:56:20.675Zdflt 0.298914823
10702026-09-07T04:56:20.675Zkflt 0.001805934
10712026-09-07T04:56:20.675Zlock 31:38.791607924
10722026-09-07T04:56:20.675Zslp 28:19.841347897
10732026-09-07T04:56:20.678Zlat 23.925378214
10742026-09-07T04:56:20.678Zstop 55.394726226
10752026-09-07T04:56:20.678Z+ banner test
10762026-09-07T04:56:20.678Z
10772026-09-07T04:56:20.679Z ##### ###### #### #####
10782026-09-07T04:56:20.679Z # # # #
10792026-09-07T04:56:20.679Z # ##### #### #
10802026-09-07T04:56:20.679Z # # # #
10812026-09-07T04:56:20.679Z # # # # #
10822026-09-07T04:56:20.679Z # ###### #### #
10832026-09-07T04:56:20.679Z
10842026-09-07T04:56:20.679Z+ ptime -m cargo test --all-features --locked --verbose
10852026-09-07T04:56:20.876Z Fresh unicode-ident v1.0.12
10862026-09-07T04:56:20.876Z Fresh cfg-if v1.0.0
10872026-09-07T04:56:20.876Z Fresh itoa v1.0.1
10882026-09-07T04:56:20.876Z Fresh memchr v2.6.0
10892026-09-07T04:56:20.881Z Fresh proc-macro2 v1.0.107
10902026-09-07T04:56:20.881Z Fresh pin-project-lite v0.2.12
10912026-09-07T04:56:20.881Z Fresh autocfg v1.1.0
10922026-09-07T04:56:20.881Z Fresh smallvec v1.13.2
10932026-09-07T04:56:20.881Z Fresh bytes v1.12.1
10942026-09-07T04:56:20.881Z Fresh quote v1.0.47
10952026-09-07T04:56:20.882Z Fresh libc v0.2.189
10962026-09-07T04:56:20.882Z Fresh futures-core v0.3.34
10972026-09-07T04:56:20.882Z Fresh syn v3.0.4
10982026-09-07T04:56:20.882Z Fresh jobserver v0.1.34
10992026-09-07T04:56:20.882Z Fresh serde_derive v1.0.229
11002026-09-07T04:56:20.882Z Fresh zmij v1.0.2
11012026-09-07T04:56:20.882Z Fresh thiserror-impl v2.0.20
11022026-09-07T04:56:20.882Z Fresh synstructure v0.13.1
11032026-09-07T04:56:20.882Z Fresh find-msvc-tools v0.1.9
11042026-09-07T04:56:20.882Z Fresh shlex v1.3.0
11052026-09-07T04:56:20.882Z Fresh thiserror v2.0.20
11062026-09-07T04:56:20.882Z Fresh log v0.4.17
11072026-09-07T04:56:20.882Z Fresh scopeguard v1.2.0
11082026-09-07T04:56:20.882Z Fresh futures-sink v0.3.34
11092026-09-07T04:56:20.882Z Fresh cc v1.2.60
11102026-09-07T04:56:20.882Z Fresh parking_lot_core v0.9.4
11112026-09-07T04:56:20.882Z Fresh lock_api v0.4.6
11122026-09-07T04:56:20.882Z Fresh zerofrom-derive v0.1.5
11132026-09-07T04:56:20.882Z Fresh fs_extra v1.3.0
11142026-09-07T04:56:20.882Z Fresh dunce v1.0.5
11152026-09-07T04:56:20.882Z Fresh cmake v0.1.58
11162026-09-07T04:56:20.882Z Fresh slab v0.4.9
11172026-09-07T04:56:20.882Z Fresh zerofrom v0.1.5
11182026-09-07T04:56:20.882Z Fresh parking_lot v0.12.1
11192026-09-07T04:56:20.882Z Fresh yoke-derive v0.7.5
11202026-09-07T04:56:20.883Z Fresh tokio-macros v2.7.0
11212026-09-07T04:56:20.883Z Fresh mio v1.2.0
11222026-09-07T04:56:20.883Z Fresh serde_core v1.0.229
11232026-09-07T04:56:20.883Z Fresh signal-hook-registry v1.4.0
11242026-09-07T04:56:20.883Z Fresh socket2 v0.6.3
11252026-09-07T04:56:20.883Z Fresh stable_deref_trait v1.2.0
11262026-09-07T04:56:20.883Z Fresh futures-channel v0.3.34
11272026-09-07T04:56:20.883Z Fresh zerovec-derive v0.10.3
11282026-09-07T04:56:20.883Z Fresh yoke v0.7.5
11292026-09-07T04:56:20.883Z Fresh tokio v1.53.1
11302026-09-07T04:56:20.883Z Fresh http v1.5.0
11312026-09-07T04:56:20.883Z Fresh bitflags v2.11.0
11322026-09-07T04:56:20.883Z Fresh zeroize v1.8.2
11332026-09-07T04:56:20.883Z Fresh version_check v0.9.5
11342026-09-07T04:56:20.883Z Fresh zerovec v0.10.4
11352026-09-07T04:56:20.883Z Fresh serde v1.0.229
11362026-09-07T04:56:20.883Z Fresh displaydoc v0.2.5
11372026-09-07T04:56:20.883Z Fresh futures-macro v0.3.34
11382026-09-07T04:56:20.883Z Fresh futures-io v0.3.34
11392026-09-07T04:56:20.883Z Fresh futures-task v0.3.34
11402026-09-07T04:56:20.883Z Fresh rand_core v0.10.1
11412026-09-07T04:56:20.883Z Fresh ucd-trie v0.1.6
11422026-09-07T04:56:20.883Z Fresh futures-util v0.3.34
11432026-09-07T04:56:20.883Z Fresh rustls-pki-types v1.15.1
11442026-09-07T04:56:20.883Z Fresh errno v0.3.10
11452026-09-07T04:56:20.884Z Fresh pest v2.8.1
11462026-09-07T04:56:20.884Z Fresh tinystr v0.7.6
11472026-09-07T04:56:20.884Z Fresh pest_meta v2.8.1
11482026-09-07T04:56:20.884Z Fresh aws-lc-sys v0.40.0
11492026-09-07T04:56:20.884Z Fresh zerocopy-derive v0.8.27
11502026-09-07T04:56:20.884Z Fresh writeable v0.5.5
11512026-09-07T04:56:20.884Z Fresh litemap v0.7.4
11522026-09-07T04:56:20.884Z Fresh rustix v1.1.4
11532026-09-07T04:56:20.884Z Fresh typenum v1.19.0
11542026-09-07T04:56:20.884Z Fresh httparse v1.10.0
11552026-09-07T04:56:20.884Z Fresh zerocopy v0.8.27
11562026-09-07T04:56:20.884Z Fresh aws-lc-rs v1.16.3
11572026-09-07T04:56:20.884Z Fresh icu_locid v1.5.0
11582026-09-07T04:56:20.884Z Fresh pest_generator v2.8.1
11592026-09-07T04:56:20.884Z Fresh rustversion v1.0.22
11602026-09-07T04:56:20.884Z Fresh icu_provider_macros v1.5.0
11612026-09-07T04:56:20.884Z Fresh equivalent v1.0.0
11622026-09-07T04:56:20.884Z Fresh hashbrown v0.17.0
11632026-09-07T04:56:20.884Z Fresh num-conv v0.2.0
11642026-09-07T04:56:20.884Z Fresh fastrand v2.1.1
11652026-09-07T04:56:20.884Z Fresh time-core v0.1.8
11662026-09-07T04:56:20.884Z Fresh powerfmt v0.2.0
11672026-09-07T04:56:20.884Z Fresh icu_provider v1.5.0
11682026-09-07T04:56:20.884Z Fresh pest_derive v2.8.1
11692026-09-07T04:56:20.884Z Fresh crossbeam-utils v0.8.21
11702026-09-07T04:56:20.884Z Fresh indexmap v2.14.0
11712026-09-07T04:56:20.885Z Fresh time-macros v0.2.27
11722026-09-07T04:56:20.885Z Fresh deranged v0.5.5
11732026-09-07T04:56:20.885Z Fresh hybrid-array v0.4.8
11742026-09-07T04:56:20.885Z Fresh http-body v1.0.1
11752026-09-07T04:56:20.885Z Fresh tracing-core v0.1.32
11762026-09-07T04:56:20.885Z Fresh num_threads v0.1.3
11772026-09-07T04:56:20.885Z Fresh untrusted v0.9.0
11782026-09-07T04:56:20.885Z Fresh icu_locid_transform_data v1.5.0
11792026-09-07T04:56:20.885Z Fresh atomic-waker v1.1.2
11802026-09-07T04:56:20.885Z Fresh percent-encoding v2.3.2
11812026-09-07T04:56:20.885Z Fresh time v0.3.47
11822026-09-07T04:56:20.885Z Fresh icu_locid_transform v1.5.0
11832026-09-07T04:56:20.885Z Fresh rustls-webpki v0.103.13
11842026-09-07T04:56:20.885Z Fresh tracing v0.1.40
11852026-09-07T04:56:20.885Z Fresh rustix v0.38.44
11862026-09-07T04:56:20.885Z Fresh dtrace-parser v0.3.0
11872026-09-07T04:56:20.885Z Fresh icu_collections v1.5.0
11882026-09-07T04:56:20.885Z Fresh tokio-util v0.7.19
11892026-09-07T04:56:20.890Z Fresh serde_json v1.0.151
11902026-09-07T04:56:20.890Z Fresh erased-serde v0.3.31
11912026-09-07T04:56:20.890Z Fresh scroll_derive v0.13.1
11922026-09-07T04:56:20.890Z Fresh thread-id v5.0.0
11932026-09-07T04:56:20.890Z Fresh subtle v2.5.0
11942026-09-07T04:56:20.890Z Fresh icu_properties_data v1.5.0
11952026-09-07T04:56:20.890Z Fresh try-lock v0.2.3
11962026-09-07T04:56:20.890Z Fresh cpufeatures v0.3.0
11972026-09-07T04:56:20.890Z Fresh tower-layer v0.3.3
11982026-09-07T04:56:20.890Z Fresh byteorder v1.4.3
11992026-09-07T04:56:20.890Z Fresh base64 v0.22.1
12002026-09-07T04:56:20.890Z Fresh tower-service v0.3.3
12012026-09-07T04:56:20.890Z Fresh fnv v1.0.7
12022026-09-07T04:56:20.890Z Fresh want v0.3.0
12032026-09-07T04:56:20.890Z Fresh icu_properties v1.5.1
12042026-09-07T04:56:20.890Z Fresh slog v2.8.2
12052026-09-07T04:56:20.890Z Fresh rustls v0.23.43
12062026-09-07T04:56:20.890Z Fresh h2 v0.4.14
12072026-09-07T04:56:20.890Z Fresh scroll v0.13.0
12082026-09-07T04:56:20.890Z Fresh paste v1.0.15
12092026-09-07T04:56:20.890Z Fresh crypto-common v0.2.1
12102026-09-07T04:56:20.890Z Fresh block-buffer v0.12.0
12112026-09-07T04:56:20.890Z Fresh const-oid v0.10.2
12122026-09-07T04:56:20.890Z Fresh simd-adler32 v0.3.7
12132026-09-07T04:56:20.890Z Fresh httpdate v1.0.1
12142026-09-07T04:56:20.890Z Fresh adler2 v2.0.1
12152026-09-07T04:56:20.891Z Fresh utf16_iter v1.0.5
12162026-09-07T04:56:20.891Z Fresh unicode-segmentation v1.10.0
12172026-09-07T04:56:20.891Z Fresh unicode-width v0.2.2
12182026-09-07T04:56:20.891Z Fresh icu_normalizer_data v1.5.0
12192026-09-07T04:56:20.891Z Fresh write16 v1.0.0
12202026-09-07T04:56:20.891Z Fresh plain v0.2.3
12212026-09-07T04:56:20.891Z Fresh utf8_iter v1.0.4
12222026-09-07T04:56:20.891Z Fresh console v0.16.4
12232026-09-07T04:56:20.891Z Fresh newline-converter v0.3.0
12242026-09-07T04:56:20.891Z Fresh hyper v1.11.1
12252026-09-07T04:56:20.891Z Fresh miniz_oxide v0.8.9
12262026-09-07T04:56:20.891Z Fresh digest v0.11.2
12272026-09-07T04:56:20.891Z Fresh goblin v0.10.1
12282026-09-07T04:56:20.891Z Fresh icu_normalizer v1.5.0
12292026-09-07T04:56:20.891Z Fresh num-traits v0.2.14
12302026-09-07T04:56:20.891Z Fresh crc32fast v1.5.0
12312026-09-07T04:56:20.891Z Fresh form_urlencoded v1.2.2
12322026-09-07T04:56:20.891Z Fresh serde_tokenstream v0.2.3
12332026-09-07T04:56:20.891Z Fresh serde_tokenstream v0.3.0
12342026-09-07T04:56:20.891Z Fresh pretty-hex v0.4.1
12352026-09-07T04:56:20.891Z Fresh openssl-probe v0.2.1
12362026-09-07T04:56:20.891Z Fresh heck v0.5.0
12372026-09-07T04:56:20.891Z Fresh iana-time-zone v0.1.47
12382026-09-07T04:56:20.891Z Fresh ipnet v2.10.0
12392026-09-07T04:56:20.891Z Fresh winnow v1.0.0
12402026-09-07T04:56:20.891Z Fresh semver v1.0.28
12412026-09-07T04:56:20.891Z Fresh similar v3.2.0
12422026-09-07T04:56:20.891Z Fresh mime v0.3.16
12432026-09-07T04:56:20.891Z Fresh hyper-util v0.1.20
12442026-09-07T04:56:20.891Z Fresh dof v0.4.0
12452026-09-07T04:56:20.891Z Fresh chrono v0.4.45
12462026-09-07T04:56:20.891Z Fresh toml_parser v1.1.3+spec-1.1.0
12472026-09-07T04:56:20.891Z Fresh rustls-native-certs v0.8.3
12482026-09-07T04:56:20.891Z Fresh idna_adapter v1.2.0
12492026-09-07T04:56:20.891Z Fresh flate2 v1.1.9
12502026-09-07T04:56:20.891Z Fresh sha1 v0.11.0
12512026-09-07T04:56:20.891Z Fresh unicase v2.6.0
12522026-09-07T04:56:20.891Z Fresh tokio-rustls v0.26.4
12532026-09-07T04:56:20.891Z Fresh chacha20 v0.10.1
12542026-09-07T04:56:20.892Z Fresh concurrent-queue v2.5.0
12552026-09-07T04:56:20.892Z Fresh serde_derive_internals v0.29.0
12562026-09-07T04:56:20.892Z Fresh thread_local v1.1.4
12572026-09-07T04:56:20.892Z Fresh sync_wrapper v1.0.1
12582026-09-07T04:56:20.892Z Fresh toml_datetime v1.1.1+spec-1.1.0
12592026-09-07T04:56:20.892Z Fresh serde_spanned v1.1.1
12602026-09-07T04:56:20.892Z Fresh syn v2.0.118
12612026-09-07T04:56:20.892Z Fresh encoding_rs v0.8.32
12622026-09-07T04:56:20.892Z Fresh toml_writer v1.1.2+spec-1.1.0
12632026-09-07T04:56:20.892Z Fresh match_cfg v0.1.0
12642026-09-07T04:56:20.892Z Fresh parking v2.2.0
12652026-09-07T04:56:20.892Z Fresh compression-core v0.4.32
12662026-09-07T04:56:20.892Z Fresh hostname v0.3.1
12672026-09-07T04:56:20.892Z Fresh event-listener v5.0.0
12682026-09-07T04:56:20.892Z Fresh toml v1.1.4+spec-1.1.0
12692026-09-07T04:56:20.892Z Fresh compression-codecs v0.4.38
12702026-09-07T04:56:20.892Z Fresh tower v0.5.2
12712026-09-07T04:56:20.892Z Fresh schemars_derive v0.8.22
12722026-09-07T04:56:20.892Z Fresh usdt-impl v0.6.0
12732026-09-07T04:56:20.892Z Fresh rand v0.10.2
12742026-09-07T04:56:20.892Z Fresh ryu v1.0.5
12752026-09-07T04:56:20.892Z Fresh idna v1.0.3
12762026-09-07T04:56:20.892Z Compiling dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
12772026-09-07T04:56:20.892Z Fresh usdt-macro v0.6.0
12782026-09-07T04:56:20.892Z Fresh usdt-attr-macro v0.6.0
12792026-09-07T04:56:20.892Z Fresh slog-json v2.6.1
12802026-09-07T04:56:20.892Z Fresh http-body-util v0.1.5
12812026-09-07T04:56:20.892Z Fresh crossbeam-channel v0.5.15
12822026-09-07T04:56:20.892Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2024 dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb8bcb96069be0e0 -C extra-filename=-47c1c6e7bab1e11e --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-0b585e0f50bab1b0.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-93bf195ff9b27caa.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3df71229642808d4.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-268ad0d3aca1d98b.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-eeac743b2cc9db40.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-336a5e131b3e1b81.rlib --extern proc_macro`
12832026-09-07T04:56:20.892Z Fresh uuid v1.26.0
12842026-09-07T04:56:20.922Z Fresh futures-executor v0.3.34
12852026-09-07T04:56:20.925Z Fresh async-stream-impl v0.3.6
12862026-09-07T04:56:20.926Z Fresh is-terminal v0.4.12
12872026-09-07T04:56:20.926Z Fresh memmap2 v0.9.8
12882026-09-07T04:56:20.926Z Fresh take_mut v0.2.2
12892026-09-07T04:56:20.926Z Fresh data-encoding v2.4.0
12902026-09-07T04:56:20.926Z Fresh base64 v0.23.1
12912026-09-07T04:56:20.926Z Fresh term v1.1.0
12922026-09-07T04:56:20.926Z Fresh spin v0.9.8
12932026-09-07T04:56:20.926Z Fresh iri-string v0.7.8
12942026-09-07T04:56:20.926Z Fresh dyn-clone v1.0.4
12952026-09-07T04:56:20.926Z Fresh schemars v0.8.22
12962026-09-07T04:56:20.926Z Fresh multer v3.1.0
12972026-09-07T04:56:20.926Z Fresh tower-http v0.6.8
12982026-09-07T04:56:20.926Z Fresh slog-term v2.9.2
12992026-09-07T04:56:20.926Z Fresh tungstenite v0.30.0
13002026-09-07T04:56:20.926Z Fresh async-stream v0.3.6
13012026-09-07T04:56:20.926Z Fresh futures v0.3.34
13022026-09-07T04:56:20.926Z Fresh usdt v0.6.0
13032026-09-07T04:56:20.926Z Fresh slog-async v2.8.0
13042026-09-07T04:56:20.926Z Fresh slog-bunyan v2.5.0
13052026-09-07T04:56:20.926Z Fresh url v2.5.4
13062026-09-07T04:56:20.926Z Fresh serde_urlencoded v0.7.1
13072026-09-07T04:56:20.926Z Fresh camino v1.2.5
13082026-09-07T04:56:20.926Z Fresh event-listener-strategy v0.5.4
13092026-09-07T04:56:20.930Z Fresh target-triple v1.0.0
13102026-09-07T04:56:20.930Z Fresh async-compression v0.4.43
13112026-09-07T04:56:20.930Z Fresh rustls-platform-verifier v0.6.2
13122026-09-07T04:56:20.930Z Fresh hyper-rustls v0.27.9
13132026-09-07T04:56:20.930Z Fresh pem v3.0.6
13142026-09-07T04:56:20.930Z Fresh yasna v0.6.0
13152026-09-07T04:56:20.930Z Fresh waitgroup v0.1.2
13162026-09-07T04:56:20.930Z Fresh openapiv3 v2.2.0
13172026-09-07T04:56:20.930Z Fresh rustls-pemfile v2.2.0
13182026-09-07T04:56:20.930Z Fresh async-trait v0.1.92
13192026-09-07T04:56:20.930Z Fresh serde_path_to_error v0.1.20
13202026-09-07T04:56:20.930Z Fresh hostname v0.4.2
13212026-09-07T04:56:20.930Z Fresh glob v0.3.0
13222026-09-07T04:56:20.930Z Fresh debug-ignore v1.0.5
13232026-09-07T04:56:20.930Z Fresh simple-mermaid v0.2.0
13242026-09-07T04:56:20.930Z Fresh termcolor v1.1.2
13252026-09-07T04:56:20.930Z Fresh reqwest v0.13.4
13262026-09-07T04:56:20.930Z Fresh trybuild v1.0.120
13272026-09-07T04:56:20.930Z Fresh rcgen v0.14.9
13282026-09-07T04:56:20.930Z Fresh mime_guess v2.0.5
13292026-09-07T04:56:20.930Z Fresh async-channel v2.5.0
13302026-09-07T04:56:20.930Z Fresh anyhow v1.0.104
13312026-09-07T04:56:20.930Z Fresh tokio-tungstenite v0.30.0
13322026-09-07T04:56:20.930Z Fresh pem v4.0.0
13332026-09-07T04:56:20.930Z Fresh subprocess v1.2.1
13342026-09-07T04:56:20.930Z Fresh buf-list v1.1.2
13352026-09-07T04:56:20.930Z Fresh lazy_static v1.5.0
13362026-09-07T04:56:20.930Z Fresh once_cell v1.20.1
13372026-09-07T04:56:20.930Z Fresh schema-derive v0.2.1
13382026-09-07T04:56:20.930Z Fresh getrandom v0.4.1
13392026-09-07T04:56:20.930Z Fresh prettyplease v0.3.0
13402026-09-07T04:56:20.930Z Fresh schema v0.2.1
13412026-09-07T04:56:20.930Z Fresh tempfile v3.27.0
13422026-09-07T04:56:20.930Z Fresh atomicwrites v0.4.4
13432026-09-07T04:56:20.930Z Fresh expectorate v1.3.0
13442026-09-07T04:56:22.210Z Compiling dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot)
13452026-09-07T04:56:22.215Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2024 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=b6124bc5fc0203a3 -C extra-filename=-4804e7ae5921f01c --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-13adec9f1d8e9a68.rmeta --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4575fa5ef4f239bb.rmeta --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-48b89b0a457bcc2a.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-40f774808a94b4cc.rmeta --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rmeta --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42d022d4cf023adc.rmeta --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a553363ab8eeac33.rmeta --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-97419fb9d2938208.rmeta --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-47c1c6e7bab1e11e.so --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-046a3023405209c9.rmeta --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2dd07f9f87e88a6a.rmeta --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d55b189d925b8c21.rmeta --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rmeta --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e7b21533d9e51fce.rmeta --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rmeta --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-21c7159d5683660a.rmeta --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-21510f475c054c2c.rmeta --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1567644de2f22fa9.rmeta --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-97e9d924ee4e95b9.rmeta --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-55b7d02f3c5dd1bd.so --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rmeta --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rmeta --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d7a0dde12932ff41.rmeta --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8305a50d342cf123.rmeta --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5ae0143a85bd213b.rmeta --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rmeta --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rmeta --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rmeta --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9544354d369532b2.rmeta --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-63782ad629bcd65f.rmeta --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-40eb20ddf548be83.rmeta --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-2d0a11d8273e8962.rmeta --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rmeta --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-6140ae1a166db03a.rmeta --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0722b27510cf6bce.rmeta --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0a542fc14c54dfc2.rmeta --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f6fe934a78b75c5d.rmeta --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rmeta --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rmeta --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0ac1a3c6bd70b0ec.rmeta --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-021ffd3a92f9343a.rmeta --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-21d89b7864226060.rmeta --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7442581c843fb8af.rmeta --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8e25fde1d09f0f8f.rmeta --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c489cd01bd67d35d.rmeta -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
13462026-09-07T04:56:22.215Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2024 dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c1f8a24b05981d8d -C extra-filename=-f5def8375ffe73c9 --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-f729c95212d2d542.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a6f16a2ed36eb21e.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-13adec9f1d8e9a68.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4575fa5ef4f239bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-48b89b0a457bcc2a.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-40f774808a94b4cc.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-1e0364470ff4e79c.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42d022d4cf023adc.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a553363ab8eeac33.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-97419fb9d2938208.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-47c1c6e7bab1e11e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-e385218a084f256e.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-7a8c68656b057894.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-046a3023405209c9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2dd07f9f87e88a6a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d55b189d925b8c21.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e7b21533d9e51fce.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cf92b349544a4195.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-21c7159d5683660a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-21510f475c054c2c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-19028457cc773ced.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-807de0707a62feb9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1567644de2f22fa9.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-97e9d924ee4e95b9.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-55b7d02f3c5dd1bd.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-056a22fe686b9b0d.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3bedb20d7195dd17.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-46ab39dbd9fae7b7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d7a0dde12932ff41.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8305a50d342cf123.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5ae0143a85bd213b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9544354d369532b2.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-63782ad629bcd65f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-40eb20ddf548be83.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-2d0a11d8273e8962.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-6140ae1a166db03a.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0722b27510cf6bce.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0a542fc14c54dfc2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f6fe934a78b75c5d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9c370d8cec920b9c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-dad70314827030d0.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0ac1a3c6bd70b0ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fdc87fbe8205bad6.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-021ffd3a92f9343a.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-21d89b7864226060.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-691dd78537aee59d.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7442581c843fb8af.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8e25fde1d09f0f8f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c489cd01bd67d35d.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
13472026-09-07T04:56:27.143Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_sorts --edition=2024 dropshot/examples/pagination-multiple-sorts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=f63c70b0564c3159 -C extra-filename=-48d073d5174256d1 --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-f729c95212d2d542.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a6f16a2ed36eb21e.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-13adec9f1d8e9a68.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4575fa5ef4f239bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-48b89b0a457bcc2a.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-40f774808a94b4cc.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-1e0364470ff4e79c.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42d022d4cf023adc.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a553363ab8eeac33.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-97419fb9d2938208.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4804e7ae5921f01c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-47c1c6e7bab1e11e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-e385218a084f256e.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-7a8c68656b057894.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-046a3023405209c9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2dd07f9f87e88a6a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d55b189d925b8c21.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e7b21533d9e51fce.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cf92b349544a4195.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-21c7159d5683660a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-21510f475c054c2c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-19028457cc773ced.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-807de0707a62feb9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1567644de2f22fa9.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-97e9d924ee4e95b9.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-55b7d02f3c5dd1bd.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-056a22fe686b9b0d.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3bedb20d7195dd17.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-46ab39dbd9fae7b7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d7a0dde12932ff41.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8305a50d342cf123.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5ae0143a85bd213b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9544354d369532b2.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-63782ad629bcd65f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-40eb20ddf548be83.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-2d0a11d8273e8962.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-6140ae1a166db03a.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0722b27510cf6bce.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0a542fc14c54dfc2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f6fe934a78b75c5d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9c370d8cec920b9c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-dad70314827030d0.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0ac1a3c6bd70b0ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fdc87fbe8205bad6.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-021ffd3a92f9343a.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-21d89b7864226060.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-691dd78537aee59d.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7442581c843fb8af.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8e25fde1d09f0f8f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c489cd01bd67d35d.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
13482026-09-07T04:56:27.149Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name self_referential --edition=2024 dropshot/examples/self-referential.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=59ecf9320f992820 -C extra-filename=-522590ad767c9760 --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-f729c95212d2d542.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a6f16a2ed36eb21e.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-13adec9f1d8e9a68.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4575fa5ef4f239bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-48b89b0a457bcc2a.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-40f774808a94b4cc.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-1e0364470ff4e79c.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42d022d4cf023adc.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a553363ab8eeac33.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-97419fb9d2938208.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4804e7ae5921f01c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-47c1c6e7bab1e11e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-e385218a084f256e.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-7a8c68656b057894.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-046a3023405209c9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2dd07f9f87e88a6a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d55b189d925b8c21.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e7b21533d9e51fce.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cf92b349544a4195.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-21c7159d5683660a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-21510f475c054c2c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-19028457cc773ced.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-807de0707a62feb9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1567644de2f22fa9.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-97e9d924ee4e95b9.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-55b7d02f3c5dd1bd.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-056a22fe686b9b0d.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3bedb20d7195dd17.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-46ab39dbd9fae7b7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d7a0dde12932ff41.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8305a50d342cf123.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5ae0143a85bd213b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9544354d369532b2.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-63782ad629bcd65f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-40eb20ddf548be83.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-2d0a11d8273e8962.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-6140ae1a166db03a.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0722b27510cf6bce.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0a542fc14c54dfc2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f6fe934a78b75c5d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9c370d8cec920b9c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-dad70314827030d0.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0ac1a3c6bd70b0ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fdc87fbe8205bad6.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-021ffd3a92f9343a.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-21d89b7864226060.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-691dd78537aee59d.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7442581c843fb8af.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8e25fde1d09f0f8f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c489cd01bd67d35d.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
13492026-09-07T04:56:27.154Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name multipart --edition=2024 dropshot/examples/multipart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=90f7897300317ae9 -C extra-filename=-1ff39bd2434a0514 --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-f729c95212d2d542.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a6f16a2ed36eb21e.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-13adec9f1d8e9a68.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4575fa5ef4f239bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-48b89b0a457bcc2a.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-40f774808a94b4cc.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-1e0364470ff4e79c.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42d022d4cf023adc.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a553363ab8eeac33.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-97419fb9d2938208.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4804e7ae5921f01c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-47c1c6e7bab1e11e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-e385218a084f256e.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-7a8c68656b057894.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-046a3023405209c9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2dd07f9f87e88a6a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d55b189d925b8c21.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e7b21533d9e51fce.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cf92b349544a4195.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-21c7159d5683660a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-21510f475c054c2c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-19028457cc773ced.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-807de0707a62feb9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1567644de2f22fa9.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-97e9d924ee4e95b9.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-55b7d02f3c5dd1bd.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-056a22fe686b9b0d.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3bedb20d7195dd17.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-46ab39dbd9fae7b7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d7a0dde12932ff41.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8305a50d342cf123.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5ae0143a85bd213b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9544354d369532b2.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-63782ad629bcd65f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-40eb20ddf548be83.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-2d0a11d8273e8962.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-6140ae1a166db03a.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0722b27510cf6bce.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0a542fc14c54dfc2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f6fe934a78b75c5d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9c370d8cec920b9c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-dad70314827030d0.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0ac1a3c6bd70b0ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fdc87fbe8205bad6.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-021ffd3a92f9343a.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-21d89b7864226060.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-691dd78537aee59d.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7442581c843fb8af.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8e25fde1d09f0f8f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c489cd01bd67d35d.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
13502026-09-07T04:56:27.154Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name index --edition=2024 dropshot/examples/index.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=e15c918bd4ffdd16 -C extra-filename=-88a6d9174b797f21 --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-f729c95212d2d542.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a6f16a2ed36eb21e.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-13adec9f1d8e9a68.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4575fa5ef4f239bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-48b89b0a457bcc2a.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-40f774808a94b4cc.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-1e0364470ff4e79c.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42d022d4cf023adc.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a553363ab8eeac33.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-97419fb9d2938208.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4804e7ae5921f01c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-47c1c6e7bab1e11e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-e385218a084f256e.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-7a8c68656b057894.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-046a3023405209c9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2dd07f9f87e88a6a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d55b189d925b8c21.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e7b21533d9e51fce.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cf92b349544a4195.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-21c7159d5683660a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-21510f475c054c2c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-19028457cc773ced.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-807de0707a62feb9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1567644de2f22fa9.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-97e9d924ee4e95b9.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-55b7d02f3c5dd1bd.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-056a22fe686b9b0d.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3bedb20d7195dd17.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-46ab39dbd9fae7b7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d7a0dde12932ff41.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8305a50d342cf123.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5ae0143a85bd213b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9544354d369532b2.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-63782ad629bcd65f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-40eb20ddf548be83.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-2d0a11d8273e8962.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-6140ae1a166db03a.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0722b27510cf6bce.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0a542fc14c54dfc2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f6fe934a78b75c5d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9c370d8cec920b9c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-dad70314827030d0.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0ac1a3c6bd70b0ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fdc87fbe8205bad6.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-021ffd3a92f9343a.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-21d89b7864226060.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-691dd78537aee59d.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7442581c843fb8af.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8e25fde1d09f0f8f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c489cd01bd67d35d.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
13512026-09-07T04:56:27.154Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name versioning --edition=2024 dropshot/examples/versioning.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ca988c3b156ad1f5 -C extra-filename=-1e4798e0e3d60616 --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-f729c95212d2d542.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a6f16a2ed36eb21e.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-13adec9f1d8e9a68.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4575fa5ef4f239bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-48b89b0a457bcc2a.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-40f774808a94b4cc.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-1e0364470ff4e79c.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42d022d4cf023adc.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a553363ab8eeac33.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-97419fb9d2938208.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4804e7ae5921f01c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-47c1c6e7bab1e11e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-e385218a084f256e.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-7a8c68656b057894.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-046a3023405209c9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2dd07f9f87e88a6a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d55b189d925b8c21.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e7b21533d9e51fce.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cf92b349544a4195.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-21c7159d5683660a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-21510f475c054c2c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-19028457cc773ced.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-807de0707a62feb9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1567644de2f22fa9.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-97e9d924ee4e95b9.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-55b7d02f3c5dd1bd.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-056a22fe686b9b0d.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3bedb20d7195dd17.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-46ab39dbd9fae7b7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d7a0dde12932ff41.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8305a50d342cf123.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5ae0143a85bd213b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9544354d369532b2.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-63782ad629bcd65f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-40eb20ddf548be83.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-2d0a11d8273e8962.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-6140ae1a166db03a.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0722b27510cf6bce.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0a542fc14c54dfc2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f6fe934a78b75c5d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9c370d8cec920b9c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-dad70314827030d0.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0ac1a3c6bd70b0ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fdc87fbe8205bad6.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-021ffd3a92f9343a.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-21d89b7864226060.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-691dd78537aee59d.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7442581c843fb8af.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8e25fde1d09f0f8f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c489cd01bd67d35d.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
13522026-09-07T04:56:27.158Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name request_headers --edition=2024 dropshot/examples/request-headers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a8693da2582f0e12 -C extra-filename=-7fe91c5bf6456c52 --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-f729c95212d2d542.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a6f16a2ed36eb21e.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-13adec9f1d8e9a68.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4575fa5ef4f239bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-48b89b0a457bcc2a.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-40f774808a94b4cc.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-1e0364470ff4e79c.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42d022d4cf023adc.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a553363ab8eeac33.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-97419fb9d2938208.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4804e7ae5921f01c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-47c1c6e7bab1e11e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-e385218a084f256e.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-7a8c68656b057894.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-046a3023405209c9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2dd07f9f87e88a6a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d55b189d925b8c21.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e7b21533d9e51fce.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cf92b349544a4195.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-21c7159d5683660a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-21510f475c054c2c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-19028457cc773ced.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-807de0707a62feb9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1567644de2f22fa9.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-97e9d924ee4e95b9.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-55b7d02f3c5dd1bd.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-056a22fe686b9b0d.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3bedb20d7195dd17.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-46ab39dbd9fae7b7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d7a0dde12932ff41.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8305a50d342cf123.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5ae0143a85bd213b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9544354d369532b2.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-63782ad629bcd65f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-40eb20ddf548be83.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-2d0a11d8273e8962.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-6140ae1a166db03a.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0722b27510cf6bce.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0a542fc14c54dfc2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f6fe934a78b75c5d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9c370d8cec920b9c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-dad70314827030d0.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0ac1a3c6bd70b0ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fdc87fbe8205bad6.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-021ffd3a92f9343a.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-21d89b7864226060.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-691dd78537aee59d.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7442581c843fb8af.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8e25fde1d09f0f8f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c489cd01bd67d35d.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
13532026-09-07T04:56:27.162Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name https --edition=2024 dropshot/examples/https.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ebd21e5805eb88fc -C extra-filename=-4f4e7a87c926f793 --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-f729c95212d2d542.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a6f16a2ed36eb21e.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-13adec9f1d8e9a68.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4575fa5ef4f239bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-48b89b0a457bcc2a.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-40f774808a94b4cc.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-1e0364470ff4e79c.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42d022d4cf023adc.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a553363ab8eeac33.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-97419fb9d2938208.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4804e7ae5921f01c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-47c1c6e7bab1e11e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-e385218a084f256e.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-7a8c68656b057894.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-046a3023405209c9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2dd07f9f87e88a6a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d55b189d925b8c21.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e7b21533d9e51fce.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cf92b349544a4195.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-21c7159d5683660a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-21510f475c054c2c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-19028457cc773ced.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-807de0707a62feb9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1567644de2f22fa9.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-97e9d924ee4e95b9.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-55b7d02f3c5dd1bd.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-056a22fe686b9b0d.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3bedb20d7195dd17.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-46ab39dbd9fae7b7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d7a0dde12932ff41.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8305a50d342cf123.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5ae0143a85bd213b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9544354d369532b2.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-63782ad629bcd65f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-40eb20ddf548be83.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-2d0a11d8273e8962.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-6140ae1a166db03a.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0722b27510cf6bce.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0a542fc14c54dfc2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f6fe934a78b75c5d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9c370d8cec920b9c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-dad70314827030d0.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0ac1a3c6bd70b0ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fdc87fbe8205bad6.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-021ffd3a92f9343a.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-21d89b7864226060.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-691dd78537aee59d.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7442581c843fb8af.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8e25fde1d09f0f8f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c489cd01bd67d35d.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
13542026-09-07T04:56:37.486Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_basic --edition=2024 dropshot/examples/pagination-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=52a33e57c7976b3b -C extra-filename=-e90586f0c620bd21 --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-f729c95212d2d542.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a6f16a2ed36eb21e.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-13adec9f1d8e9a68.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4575fa5ef4f239bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-48b89b0a457bcc2a.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-40f774808a94b4cc.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-1e0364470ff4e79c.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42d022d4cf023adc.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a553363ab8eeac33.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-97419fb9d2938208.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4804e7ae5921f01c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-47c1c6e7bab1e11e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-e385218a084f256e.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-7a8c68656b057894.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-046a3023405209c9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2dd07f9f87e88a6a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d55b189d925b8c21.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e7b21533d9e51fce.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cf92b349544a4195.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-21c7159d5683660a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-21510f475c054c2c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-19028457cc773ced.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-807de0707a62feb9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1567644de2f22fa9.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-97e9d924ee4e95b9.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-55b7d02f3c5dd1bd.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-056a22fe686b9b0d.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3bedb20d7195dd17.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-46ab39dbd9fae7b7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d7a0dde12932ff41.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8305a50d342cf123.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5ae0143a85bd213b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9544354d369532b2.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-63782ad629bcd65f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-40eb20ddf548be83.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-2d0a11d8273e8962.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-6140ae1a166db03a.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0722b27510cf6bce.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0a542fc14c54dfc2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f6fe934a78b75c5d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9c370d8cec920b9c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-dad70314827030d0.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0ac1a3c6bd70b0ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fdc87fbe8205bad6.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-021ffd3a92f9343a.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-21d89b7864226060.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-691dd78537aee59d.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7442581c843fb8af.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8e25fde1d09f0f8f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c489cd01bd67d35d.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
13552026-09-07T04:56:37.553Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name custom_error --edition=2024 dropshot/examples/custom-error.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=fdaa985fad2767d6 -C extra-filename=-77ee1300b2284fb3 --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-f729c95212d2d542.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a6f16a2ed36eb21e.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-13adec9f1d8e9a68.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4575fa5ef4f239bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-48b89b0a457bcc2a.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-40f774808a94b4cc.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-1e0364470ff4e79c.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42d022d4cf023adc.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a553363ab8eeac33.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-97419fb9d2938208.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4804e7ae5921f01c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-47c1c6e7bab1e11e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-e385218a084f256e.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-7a8c68656b057894.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-046a3023405209c9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2dd07f9f87e88a6a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d55b189d925b8c21.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e7b21533d9e51fce.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cf92b349544a4195.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-21c7159d5683660a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-21510f475c054c2c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-19028457cc773ced.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-807de0707a62feb9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1567644de2f22fa9.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-97e9d924ee4e95b9.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-55b7d02f3c5dd1bd.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-056a22fe686b9b0d.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3bedb20d7195dd17.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-46ab39dbd9fae7b7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d7a0dde12932ff41.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8305a50d342cf123.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5ae0143a85bd213b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9544354d369532b2.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-63782ad629bcd65f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-40eb20ddf548be83.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-2d0a11d8273e8962.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-6140ae1a166db03a.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0722b27510cf6bce.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0a542fc14c54dfc2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f6fe934a78b75c5d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9c370d8cec920b9c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-dad70314827030d0.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0ac1a3c6bd70b0ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fdc87fbe8205bad6.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-021ffd3a92f9343a.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-21d89b7864226060.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-691dd78537aee59d.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7442581c843fb8af.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8e25fde1d09f0f8f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c489cd01bd67d35d.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
13562026-09-07T04:56:37.759Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name file_server --edition=2024 dropshot/examples/file_server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=b75d6a3b4affadff -C extra-filename=-210d82a421055087 --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-f729c95212d2d542.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a6f16a2ed36eb21e.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-13adec9f1d8e9a68.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4575fa5ef4f239bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-48b89b0a457bcc2a.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-40f774808a94b4cc.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-1e0364470ff4e79c.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42d022d4cf023adc.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a553363ab8eeac33.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-97419fb9d2938208.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4804e7ae5921f01c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-47c1c6e7bab1e11e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-e385218a084f256e.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-7a8c68656b057894.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-046a3023405209c9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2dd07f9f87e88a6a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d55b189d925b8c21.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e7b21533d9e51fce.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cf92b349544a4195.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-21c7159d5683660a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-21510f475c054c2c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-19028457cc773ced.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-807de0707a62feb9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1567644de2f22fa9.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-97e9d924ee4e95b9.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-55b7d02f3c5dd1bd.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-056a22fe686b9b0d.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3bedb20d7195dd17.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-46ab39dbd9fae7b7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d7a0dde12932ff41.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8305a50d342cf123.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5ae0143a85bd213b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9544354d369532b2.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-63782ad629bcd65f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-40eb20ddf548be83.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-2d0a11d8273e8962.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-6140ae1a166db03a.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0722b27510cf6bce.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0a542fc14c54dfc2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f6fe934a78b75c5d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9c370d8cec920b9c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-dad70314827030d0.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0ac1a3c6bd70b0ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fdc87fbe8205bad6.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-021ffd3a92f9343a.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-21d89b7864226060.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-691dd78537aee59d.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7442581c843fb8af.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8e25fde1d09f0f8f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c489cd01bd67d35d.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
13572026-09-07T04:56:37.813Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name module_basic --edition=2024 dropshot/examples/module-basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=5fe77caf2ba1b6d4 -C extra-filename=-a561a5e1a590349a --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-f729c95212d2d542.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a6f16a2ed36eb21e.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-13adec9f1d8e9a68.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4575fa5ef4f239bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-48b89b0a457bcc2a.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-40f774808a94b4cc.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-1e0364470ff4e79c.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42d022d4cf023adc.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a553363ab8eeac33.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-97419fb9d2938208.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4804e7ae5921f01c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-47c1c6e7bab1e11e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-e385218a084f256e.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-7a8c68656b057894.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-046a3023405209c9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2dd07f9f87e88a6a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d55b189d925b8c21.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e7b21533d9e51fce.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cf92b349544a4195.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-21c7159d5683660a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-21510f475c054c2c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-19028457cc773ced.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-807de0707a62feb9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1567644de2f22fa9.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-97e9d924ee4e95b9.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-55b7d02f3c5dd1bd.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-056a22fe686b9b0d.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3bedb20d7195dd17.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-46ab39dbd9fae7b7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d7a0dde12932ff41.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8305a50d342cf123.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5ae0143a85bd213b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9544354d369532b2.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-63782ad629bcd65f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-40eb20ddf548be83.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-2d0a11d8273e8962.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-6140ae1a166db03a.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0722b27510cf6bce.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0a542fc14c54dfc2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f6fe934a78b75c5d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9c370d8cec920b9c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-dad70314827030d0.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0ac1a3c6bd70b0ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fdc87fbe8205bad6.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-021ffd3a92f9343a.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-21d89b7864226060.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-691dd78537aee59d.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7442581c843fb8af.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8e25fde1d09f0f8f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c489cd01bd67d35d.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
13582026-09-07T04:56:38.305Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name petstore --edition=2024 dropshot/examples/petstore.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=9017d9a1eefd689a -C extra-filename=-f6ddd9edd12a9588 --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-f729c95212d2d542.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a6f16a2ed36eb21e.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-13adec9f1d8e9a68.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4575fa5ef4f239bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-48b89b0a457bcc2a.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-40f774808a94b4cc.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-1e0364470ff4e79c.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42d022d4cf023adc.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a553363ab8eeac33.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-97419fb9d2938208.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4804e7ae5921f01c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-47c1c6e7bab1e11e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-e385218a084f256e.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-7a8c68656b057894.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-046a3023405209c9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2dd07f9f87e88a6a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d55b189d925b8c21.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e7b21533d9e51fce.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cf92b349544a4195.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-21c7159d5683660a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-21510f475c054c2c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-19028457cc773ced.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-807de0707a62feb9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1567644de2f22fa9.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-97e9d924ee4e95b9.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-55b7d02f3c5dd1bd.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-056a22fe686b9b0d.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3bedb20d7195dd17.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-46ab39dbd9fae7b7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d7a0dde12932ff41.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8305a50d342cf123.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5ae0143a85bd213b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9544354d369532b2.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-63782ad629bcd65f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-40eb20ddf548be83.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-2d0a11d8273e8962.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-6140ae1a166db03a.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0722b27510cf6bce.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0a542fc14c54dfc2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f6fe934a78b75c5d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9c370d8cec920b9c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-dad70314827030d0.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0ac1a3c6bd70b0ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fdc87fbe8205bad6.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-021ffd3a92f9343a.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-21d89b7864226060.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-691dd78537aee59d.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7442581c843fb8af.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8e25fde1d09f0f8f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c489cd01bd67d35d.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
13592026-09-07T04:56:38.810Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_alternate --edition=2024 dropshot/examples/api-trait-alternate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=3afb7b7930b1731f -C extra-filename=-28053d8a9f7abad7 --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-f729c95212d2d542.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a6f16a2ed36eb21e.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-13adec9f1d8e9a68.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4575fa5ef4f239bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-48b89b0a457bcc2a.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-40f774808a94b4cc.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-1e0364470ff4e79c.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42d022d4cf023adc.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a553363ab8eeac33.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-97419fb9d2938208.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4804e7ae5921f01c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-47c1c6e7bab1e11e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-e385218a084f256e.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-7a8c68656b057894.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-046a3023405209c9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2dd07f9f87e88a6a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d55b189d925b8c21.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e7b21533d9e51fce.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cf92b349544a4195.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-21c7159d5683660a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-21510f475c054c2c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-19028457cc773ced.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-807de0707a62feb9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1567644de2f22fa9.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-97e9d924ee4e95b9.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-55b7d02f3c5dd1bd.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-056a22fe686b9b0d.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3bedb20d7195dd17.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-46ab39dbd9fae7b7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d7a0dde12932ff41.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8305a50d342cf123.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5ae0143a85bd213b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9544354d369532b2.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-63782ad629bcd65f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-40eb20ddf548be83.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-2d0a11d8273e8962.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-6140ae1a166db03a.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0722b27510cf6bce.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0a542fc14c54dfc2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f6fe934a78b75c5d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9c370d8cec920b9c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-dad70314827030d0.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0ac1a3c6bd70b0ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fdc87fbe8205bad6.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-021ffd3a92f9343a.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-21d89b7864226060.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-691dd78537aee59d.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7442581c843fb8af.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8e25fde1d09f0f8f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c489cd01bd67d35d.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
13602026-09-07T04:56:39.479Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name multiple_servers --edition=2024 dropshot/examples/multiple-servers.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=3235424336ca1d34 -C extra-filename=-36287dafafbffe64 --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-f729c95212d2d542.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a6f16a2ed36eb21e.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-13adec9f1d8e9a68.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4575fa5ef4f239bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-48b89b0a457bcc2a.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-40f774808a94b4cc.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-1e0364470ff4e79c.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42d022d4cf023adc.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a553363ab8eeac33.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-97419fb9d2938208.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4804e7ae5921f01c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-47c1c6e7bab1e11e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-e385218a084f256e.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-7a8c68656b057894.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-046a3023405209c9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2dd07f9f87e88a6a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d55b189d925b8c21.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e7b21533d9e51fce.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cf92b349544a4195.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-21c7159d5683660a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-21510f475c054c2c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-19028457cc773ced.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-807de0707a62feb9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1567644de2f22fa9.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-97e9d924ee4e95b9.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-55b7d02f3c5dd1bd.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-056a22fe686b9b0d.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3bedb20d7195dd17.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-46ab39dbd9fae7b7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d7a0dde12932ff41.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8305a50d342cf123.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5ae0143a85bd213b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9544354d369532b2.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-63782ad629bcd65f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-40eb20ddf548be83.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-2d0a11d8273e8962.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-6140ae1a166db03a.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0722b27510cf6bce.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0a542fc14c54dfc2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f6fe934a78b75c5d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9c370d8cec920b9c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-dad70314827030d0.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0ac1a3c6bd70b0ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fdc87fbe8205bad6.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-021ffd3a92f9343a.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-21d89b7864226060.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-691dd78537aee59d.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7442581c843fb8af.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8e25fde1d09f0f8f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c489cd01bd67d35d.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
13612026-09-07T04:56:47.771Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait --edition=2024 dropshot/examples/api-trait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=b8d31f0fc7858409 -C extra-filename=-b5bd5ac5fce49297 --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-f729c95212d2d542.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a6f16a2ed36eb21e.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-13adec9f1d8e9a68.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4575fa5ef4f239bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-48b89b0a457bcc2a.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-40f774808a94b4cc.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-1e0364470ff4e79c.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42d022d4cf023adc.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a553363ab8eeac33.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-97419fb9d2938208.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4804e7ae5921f01c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-47c1c6e7bab1e11e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-e385218a084f256e.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-7a8c68656b057894.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-046a3023405209c9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2dd07f9f87e88a6a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d55b189d925b8c21.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e7b21533d9e51fce.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cf92b349544a4195.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-21c7159d5683660a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-21510f475c054c2c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-19028457cc773ced.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-807de0707a62feb9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1567644de2f22fa9.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-97e9d924ee4e95b9.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-55b7d02f3c5dd1bd.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-056a22fe686b9b0d.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3bedb20d7195dd17.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-46ab39dbd9fae7b7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d7a0dde12932ff41.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8305a50d342cf123.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5ae0143a85bd213b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9544354d369532b2.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-63782ad629bcd65f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-40eb20ddf548be83.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-2d0a11d8273e8962.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-6140ae1a166db03a.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0722b27510cf6bce.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0a542fc14c54dfc2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f6fe934a78b75c5d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9c370d8cec920b9c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-dad70314827030d0.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0ac1a3c6bd70b0ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fdc87fbe8205bad6.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-021ffd3a92f9343a.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-21d89b7864226060.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-691dd78537aee59d.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7442581c843fb8af.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8e25fde1d09f0f8f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c489cd01bd67d35d.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
13622026-09-07T04:56:48.862Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name websocket --edition=2024 dropshot/examples/websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=780a305c958304c9 -C extra-filename=-067487322e28ec1c --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-f729c95212d2d542.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a6f16a2ed36eb21e.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-13adec9f1d8e9a68.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4575fa5ef4f239bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-48b89b0a457bcc2a.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-40f774808a94b4cc.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-1e0364470ff4e79c.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42d022d4cf023adc.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a553363ab8eeac33.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-97419fb9d2938208.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4804e7ae5921f01c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-47c1c6e7bab1e11e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-e385218a084f256e.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-7a8c68656b057894.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-046a3023405209c9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2dd07f9f87e88a6a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d55b189d925b8c21.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e7b21533d9e51fce.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cf92b349544a4195.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-21c7159d5683660a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-21510f475c054c2c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-19028457cc773ced.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-807de0707a62feb9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1567644de2f22fa9.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-97e9d924ee4e95b9.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-55b7d02f3c5dd1bd.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-056a22fe686b9b0d.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3bedb20d7195dd17.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-46ab39dbd9fae7b7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d7a0dde12932ff41.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8305a50d342cf123.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5ae0143a85bd213b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9544354d369532b2.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-63782ad629bcd65f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-40eb20ddf548be83.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-2d0a11d8273e8962.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-6140ae1a166db03a.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0722b27510cf6bce.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0a542fc14c54dfc2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f6fe934a78b75c5d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9c370d8cec920b9c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-dad70314827030d0.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0ac1a3c6bd70b0ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fdc87fbe8205bad6.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-021ffd3a92f9343a.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-21d89b7864226060.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-691dd78537aee59d.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7442581c843fb8af.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8e25fde1d09f0f8f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c489cd01bd67d35d.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
13632026-09-07T04:56:48.869Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name basic --edition=2024 dropshot/examples/basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=dfff4781bf70d201 -C extra-filename=-24cd4e1463ee1951 --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-f729c95212d2d542.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a6f16a2ed36eb21e.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-13adec9f1d8e9a68.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4575fa5ef4f239bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-48b89b0a457bcc2a.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-40f774808a94b4cc.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-1e0364470ff4e79c.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42d022d4cf023adc.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a553363ab8eeac33.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-97419fb9d2938208.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4804e7ae5921f01c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-47c1c6e7bab1e11e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-e385218a084f256e.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-7a8c68656b057894.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-046a3023405209c9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2dd07f9f87e88a6a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d55b189d925b8c21.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e7b21533d9e51fce.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cf92b349544a4195.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-21c7159d5683660a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-21510f475c054c2c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-19028457cc773ced.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-807de0707a62feb9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1567644de2f22fa9.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-97e9d924ee4e95b9.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-55b7d02f3c5dd1bd.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-056a22fe686b9b0d.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3bedb20d7195dd17.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-46ab39dbd9fae7b7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d7a0dde12932ff41.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8305a50d342cf123.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5ae0143a85bd213b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9544354d369532b2.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-63782ad629bcd65f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-40eb20ddf548be83.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-2d0a11d8273e8962.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-6140ae1a166db03a.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0722b27510cf6bce.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0a542fc14c54dfc2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f6fe934a78b75c5d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9c370d8cec920b9c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-dad70314827030d0.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0ac1a3c6bd70b0ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fdc87fbe8205bad6.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-021ffd3a92f9343a.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-21d89b7864226060.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-691dd78537aee59d.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7442581c843fb8af.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8e25fde1d09f0f8f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c489cd01bd67d35d.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
13642026-09-07T04:56:49.012Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name fail --edition=2024 dropshot/tests/fail.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=9dbf87dd269e564e -C extra-filename=-3f725a6578f830e0 --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-f729c95212d2d542.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a6f16a2ed36eb21e.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-13adec9f1d8e9a68.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4575fa5ef4f239bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-48b89b0a457bcc2a.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-40f774808a94b4cc.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-1e0364470ff4e79c.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42d022d4cf023adc.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a553363ab8eeac33.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-97419fb9d2938208.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4804e7ae5921f01c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-47c1c6e7bab1e11e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-e385218a084f256e.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-7a8c68656b057894.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-046a3023405209c9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2dd07f9f87e88a6a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d55b189d925b8c21.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e7b21533d9e51fce.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cf92b349544a4195.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-21c7159d5683660a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-21510f475c054c2c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-19028457cc773ced.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-807de0707a62feb9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1567644de2f22fa9.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-97e9d924ee4e95b9.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-55b7d02f3c5dd1bd.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-056a22fe686b9b0d.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3bedb20d7195dd17.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-46ab39dbd9fae7b7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d7a0dde12932ff41.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8305a50d342cf123.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5ae0143a85bd213b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9544354d369532b2.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-63782ad629bcd65f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-40eb20ddf548be83.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-2d0a11d8273e8962.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-6140ae1a166db03a.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0722b27510cf6bce.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0a542fc14c54dfc2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f6fe934a78b75c5d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9c370d8cec920b9c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-dad70314827030d0.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0ac1a3c6bd70b0ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fdc87fbe8205bad6.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-021ffd3a92f9343a.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-21d89b7864226060.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-691dd78537aee59d.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7442581c843fb8af.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8e25fde1d09f0f8f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c489cd01bd67d35d.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
13652026-09-07T04:56:49.052Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2024 dropshot/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --test --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=2e2a4a54f67f6408 -C extra-filename=-1cf4c18478f28749 --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-f729c95212d2d542.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a6f16a2ed36eb21e.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-13adec9f1d8e9a68.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4575fa5ef4f239bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-48b89b0a457bcc2a.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-40f774808a94b4cc.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-1e0364470ff4e79c.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42d022d4cf023adc.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a553363ab8eeac33.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-97419fb9d2938208.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4804e7ae5921f01c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-47c1c6e7bab1e11e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-e385218a084f256e.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-7a8c68656b057894.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-046a3023405209c9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2dd07f9f87e88a6a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d55b189d925b8c21.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e7b21533d9e51fce.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cf92b349544a4195.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-21c7159d5683660a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-21510f475c054c2c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-19028457cc773ced.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-807de0707a62feb9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1567644de2f22fa9.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-97e9d924ee4e95b9.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-55b7d02f3c5dd1bd.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-056a22fe686b9b0d.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3bedb20d7195dd17.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-46ab39dbd9fae7b7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d7a0dde12932ff41.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8305a50d342cf123.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5ae0143a85bd213b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9544354d369532b2.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-63782ad629bcd65f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-40eb20ddf548be83.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-2d0a11d8273e8962.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-6140ae1a166db03a.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0722b27510cf6bce.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0a542fc14c54dfc2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f6fe934a78b75c5d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9c370d8cec920b9c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-dad70314827030d0.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0ac1a3c6bd70b0ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fdc87fbe8205bad6.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-021ffd3a92f9343a.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-21d89b7864226060.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-691dd78537aee59d.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7442581c843fb8af.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8e25fde1d09f0f8f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c489cd01bd67d35d.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
13662026-09-07T04:56:49.960Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name pagination_multiple_resources --edition=2024 dropshot/examples/pagination-multiple-resources.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=954ca5cb6ab937de -C extra-filename=-cf5facf8a65d8f84 --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-f729c95212d2d542.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a6f16a2ed36eb21e.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-13adec9f1d8e9a68.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4575fa5ef4f239bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-48b89b0a457bcc2a.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-40f774808a94b4cc.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-1e0364470ff4e79c.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42d022d4cf023adc.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a553363ab8eeac33.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-97419fb9d2938208.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4804e7ae5921f01c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-47c1c6e7bab1e11e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-e385218a084f256e.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-7a8c68656b057894.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-046a3023405209c9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2dd07f9f87e88a6a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d55b189d925b8c21.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e7b21533d9e51fce.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cf92b349544a4195.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-21c7159d5683660a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-21510f475c054c2c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-19028457cc773ced.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-807de0707a62feb9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1567644de2f22fa9.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-97e9d924ee4e95b9.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-55b7d02f3c5dd1bd.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-056a22fe686b9b0d.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3bedb20d7195dd17.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-46ab39dbd9fae7b7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d7a0dde12932ff41.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8305a50d342cf123.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5ae0143a85bd213b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9544354d369532b2.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-63782ad629bcd65f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-40eb20ddf548be83.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-2d0a11d8273e8962.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-6140ae1a166db03a.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0722b27510cf6bce.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0a542fc14c54dfc2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f6fe934a78b75c5d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9c370d8cec920b9c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-dad70314827030d0.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0ac1a3c6bd70b0ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fdc87fbe8205bad6.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-021ffd3a92f9343a.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-21d89b7864226060.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-691dd78537aee59d.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7442581c843fb8af.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8e25fde1d09f0f8f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c489cd01bd67d35d.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
13672026-09-07T04:56:50.149Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name api_trait_websocket --edition=2024 dropshot/examples/api-trait-websocket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=06448c966361b537 -C extra-filename=-fd82f7cce07570ea --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-f729c95212d2d542.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a6f16a2ed36eb21e.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-13adec9f1d8e9a68.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4575fa5ef4f239bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-48b89b0a457bcc2a.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-40f774808a94b4cc.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-1e0364470ff4e79c.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42d022d4cf023adc.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a553363ab8eeac33.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-97419fb9d2938208.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4804e7ae5921f01c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-47c1c6e7bab1e11e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-e385218a084f256e.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-7a8c68656b057894.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-046a3023405209c9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2dd07f9f87e88a6a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d55b189d925b8c21.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e7b21533d9e51fce.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cf92b349544a4195.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-21c7159d5683660a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-21510f475c054c2c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-19028457cc773ced.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-807de0707a62feb9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1567644de2f22fa9.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-97e9d924ee4e95b9.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-55b7d02f3c5dd1bd.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-056a22fe686b9b0d.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3bedb20d7195dd17.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-46ab39dbd9fae7b7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d7a0dde12932ff41.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8305a50d342cf123.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5ae0143a85bd213b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9544354d369532b2.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-63782ad629bcd65f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-40eb20ddf548be83.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-2d0a11d8273e8962.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-6140ae1a166db03a.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0722b27510cf6bce.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0a542fc14c54dfc2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f6fe934a78b75c5d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9c370d8cec920b9c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-dad70314827030d0.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0ac1a3c6bd70b0ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fdc87fbe8205bad6.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-021ffd3a92f9343a.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-21d89b7864226060.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-691dd78537aee59d.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7442581c843fb8af.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8e25fde1d09f0f8f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c489cd01bd67d35d.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
13682026-09-07T04:56:52.005Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name module_shared_context --edition=2024 dropshot/examples/module-shared-context.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=08f0c49c61f6c7ec -C extra-filename=-59ff8c602a46de45 --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-f729c95212d2d542.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a6f16a2ed36eb21e.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-13adec9f1d8e9a68.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4575fa5ef4f239bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-48b89b0a457bcc2a.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-40f774808a94b4cc.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-1e0364470ff4e79c.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42d022d4cf023adc.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a553363ab8eeac33.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-97419fb9d2938208.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4804e7ae5921f01c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-47c1c6e7bab1e11e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-e385218a084f256e.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-7a8c68656b057894.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-046a3023405209c9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2dd07f9f87e88a6a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d55b189d925b8c21.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e7b21533d9e51fce.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cf92b349544a4195.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-21c7159d5683660a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-21510f475c054c2c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-19028457cc773ced.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-807de0707a62feb9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1567644de2f22fa9.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-97e9d924ee4e95b9.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-55b7d02f3c5dd1bd.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-056a22fe686b9b0d.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3bedb20d7195dd17.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-46ab39dbd9fae7b7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d7a0dde12932ff41.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8305a50d342cf123.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5ae0143a85bd213b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9544354d369532b2.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-63782ad629bcd65f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-40eb20ddf548be83.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-2d0a11d8273e8962.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-6140ae1a166db03a.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0722b27510cf6bce.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0a542fc14c54dfc2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f6fe934a78b75c5d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9c370d8cec920b9c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-dad70314827030d0.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0ac1a3c6bd70b0ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fdc87fbe8205bad6.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-021ffd3a92f9343a.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-21d89b7864226060.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-691dd78537aee59d.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7442581c843fb8af.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8e25fde1d09f0f8f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c489cd01bd67d35d.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
13692026-09-07T04:56:52.127Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_with_example --edition=2024 dropshot/examples/schema-with-example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=753d2dc304507552 -C extra-filename=-c76dde7c98fbcf41 --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-f729c95212d2d542.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a6f16a2ed36eb21e.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-13adec9f1d8e9a68.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4575fa5ef4f239bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-48b89b0a457bcc2a.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-40f774808a94b4cc.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-1e0364470ff4e79c.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42d022d4cf023adc.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a553363ab8eeac33.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-97419fb9d2938208.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4804e7ae5921f01c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-47c1c6e7bab1e11e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-e385218a084f256e.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-7a8c68656b057894.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-046a3023405209c9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2dd07f9f87e88a6a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d55b189d925b8c21.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e7b21533d9e51fce.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cf92b349544a4195.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-21c7159d5683660a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-21510f475c054c2c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-19028457cc773ced.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-807de0707a62feb9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1567644de2f22fa9.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-97e9d924ee4e95b9.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-55b7d02f3c5dd1bd.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-056a22fe686b9b0d.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3bedb20d7195dd17.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-46ab39dbd9fae7b7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d7a0dde12932ff41.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8305a50d342cf123.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5ae0143a85bd213b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9544354d369532b2.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-63782ad629bcd65f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-40eb20ddf548be83.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-2d0a11d8273e8962.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-6140ae1a166db03a.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0722b27510cf6bce.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0a542fc14c54dfc2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f6fe934a78b75c5d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9c370d8cec920b9c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-dad70314827030d0.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0ac1a3c6bd70b0ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fdc87fbe8205bad6.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-021ffd3a92f9343a.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-21d89b7864226060.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-691dd78537aee59d.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7442581c843fb8af.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8e25fde1d09f0f8f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c489cd01bd67d35d.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
13702026-09-07T04:56:59.849Z Running `/home/build/.rustup/toolchains/1.98.0-x86_64-unknown-illumos/bin/rustc --crate-name well_tagged --edition=2024 dropshot/examples/well-tagged.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="internal-docs"' --cfg 'feature="simple-mermaid"' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=4713c72ea0c67eb8 -C extra-filename=-ed4b54bb8a0849ff --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-f729c95212d2d542.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a6f16a2ed36eb21e.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-13adec9f1d8e9a68.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4575fa5ef4f239bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-48b89b0a457bcc2a.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-40f774808a94b4cc.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-1e0364470ff4e79c.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42d022d4cf023adc.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a553363ab8eeac33.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-97419fb9d2938208.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4804e7ae5921f01c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-47c1c6e7bab1e11e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-e385218a084f256e.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-7a8c68656b057894.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-046a3023405209c9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2dd07f9f87e88a6a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d55b189d925b8c21.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e7b21533d9e51fce.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cf92b349544a4195.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-21c7159d5683660a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-21510f475c054c2c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-19028457cc773ced.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-807de0707a62feb9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1567644de2f22fa9.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-97e9d924ee4e95b9.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-55b7d02f3c5dd1bd.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-056a22fe686b9b0d.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3bedb20d7195dd17.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-46ab39dbd9fae7b7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d7a0dde12932ff41.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8305a50d342cf123.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5ae0143a85bd213b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9544354d369532b2.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-63782ad629bcd65f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-40eb20ddf548be83.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-2d0a11d8273e8962.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-6140ae1a166db03a.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0722b27510cf6bce.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0a542fc14c54dfc2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f6fe934a78b75c5d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9c370d8cec920b9c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-dad70314827030d0.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0ac1a3c6bd70b0ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fdc87fbe8205bad6.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-021ffd3a92f9343a.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-21d89b7864226060.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-691dd78537aee59d.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7442581c843fb8af.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8e25fde1d09f0f8f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c489cd01bd67d35d.rlib -L native=/work/oxidecomputer/dropshot/target/debug/build/aws-lc-sys-ed57ff5fcbf09302/out`
13712026-09-07T04:57:14.667Z Finished `test` profile [unoptimized + debuginfo] target(s) in 53.98s
13722026-09-07T04:57:14.708Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot-f5def8375ffe73c9`
13732026-09-07T04:57:14.712Z
13742026-09-07T04:57:14.712Zrunning 142 tests
13752026-09-07T04:57:14.716Ztest api_description::test::test_endpoint_versions_matches ... ok
13762026-09-07T04:57:14.716Ztest api_description::test::test_endpoint_versions_range ... ok
13772026-09-07T04:57:14.716Ztest api_description::test::test_badpath4 - should panic ... ok
13782026-09-07T04:57:14.716Ztest api_description::test::test_endpoint_versions_overlaps ... ok
13792026-09-07T04:57:14.716Ztest api_description::test::test_badpath3 ... ok
13802026-09-07T04:57:14.716Ztest api_description::test::test_dup_names ... ok
13812026-09-07T04:57:14.716Ztest api_description::test::test_badpath2 ... ok
13822026-09-07T04:57:14.716Ztest api_description::test::test_badpath1 ... ok
13832026-09-07T04:57:14.716Ztest api_description::test::test_tags_too_many ... ok
13842026-09-07T04:57:14.716Ztest api_description::test::test_tags_need_one ... ok
13852026-09-07T04:57:14.716Ztest api_description::test::test_tags_just_right ... ok
13862026-09-07T04:57:14.716Ztest compression::tests::test_accepts_gzip_encoding_ignores_malformed_parameters ... ok
13872026-09-07T04:57:14.716Ztest compression::tests::test_accepts_gzip_encoding_gzip_takes_precedence_over_wildcard ... ok
13882026-09-07T04:57:14.716Ztest compression::tests::test_accepts_gzip_encoding_basic ... ok
13892026-09-07T04:57:14.716Ztest compression::tests::test_accepts_gzip_encoding_gzip_acceptance_overrides_wildcard_rejection ... ok
13902026-09-07T04:57:14.716Ztest api_description::test::test_tag_config_deserialize_old ... ok
13912026-09-07T04:57:14.716Ztest compression::tests::test_accepts_gzip_encoding_case_insensitive ... ok
13922026-09-07T04:57:14.716Ztest compression::tests::test_accepts_gzip_encoding_malformed_quality ... ok
13932026-09-07T04:57:14.716Ztest compression::tests::test_accepts_gzip_encoding_no_header ... ok
13942026-09-07T04:57:14.716Ztest compression::tests::test_accepts_gzip_encoding_multiple_encodings ... ok
13952026-09-07T04:57:14.716Ztest compression::tests::test_accepts_gzip_encoding_non_finite_quality_defaults ... ok
13962026-09-07T04:57:14.716Ztest compression::tests::test_accepts_gzip_encoding_rejects_zero_quality ... ok
13972026-09-07T04:57:14.716Ztest compression::tests::test_accepts_gzip_encoding_prefers_highest_quality ... ok
13982026-09-07T04:57:14.716Ztest compression::tests::test_accepts_gzip_encoding_multiple_headers ... ok
13992026-09-07T04:57:14.716Ztest compression::tests::test_accepts_gzip_encoding_wildcard_with_quality ... ok
14002026-09-07T04:57:14.716Ztest compression::tests::test_accepts_gzip_encoding_wildcard_rejected ... ok
14012026-09-07T04:57:14.716Ztest compression::tests::test_accepts_gzip_encoding_wildcard ... ok
14022026-09-07T04:57:14.716Ztest compression::tests::test_accepts_gzip_encoding_with_spaces ... ok
14032026-09-07T04:57:14.717Ztest compression::tests::test_should_compress_response_already_encoded ... ok
14042026-09-07T04:57:14.717Ztest compression::tests::test_accepts_gzip_encoding_with_positive_quality ... ok
14052026-09-07T04:57:14.717Ztest compression::tests::test_should_compress_response_basic ... ok
14062026-09-07T04:57:14.717Ztest compression::tests::test_should_compress_response_no_accept_encoding ... ok
14072026-09-07T04:57:14.717Ztest compression::tests::test_should_compress_response_compressible_content_types ... ok
14082026-09-07T04:57:14.717Ztest compression::tests::test_should_compress_response_head_method ... ok
14092026-09-07T04:57:14.717Ztest compression::tests::test_should_compress_response_no_compression_extension ... ok
14102026-09-07T04:57:14.717Ztest compression::tests::test_should_compress_response_no_content_type ... ok
14112026-09-07T04:57:14.717Ztest compression::tests::test_should_compress_response_no_content ... ok
14122026-09-07T04:57:14.717Ztest compression::tests::test_should_compress_response_partial_content ... ok
14132026-09-07T04:57:14.717Ztest compression::tests::test_should_compress_response_not_modified ... ok
14142026-09-07T04:57:14.717Ztest compression::tests::test_should_compress_response_non_compressible_content_types ... ok
14152026-09-07T04:57:14.717Ztest compression::tests::test_should_compress_response_rejects_content_range ... ok
14162026-09-07T04:57:14.717Ztest compression::tests::test_should_compress_response_respects_content_length_threshold ... ok
14172026-09-07T04:57:14.717Ztest compression::tests::test_should_compress_response_sse ... ok
14182026-09-07T04:57:14.717Ztest error::test::test_serialize_error_response_body ... ok
14192026-09-07T04:57:14.717Ztest extractor::body::tests::test_typed_body_from ... ok
14202026-09-07T04:57:14.717Ztest extractor::metadata::test::test_metadata_flattened ... ok
14212026-09-07T04:57:14.717Ztest extractor::header::tests::test_header_parsing ... ok
14222026-09-07T04:57:14.717Ztest extractor::metadata::test::test_metadata_simple ... ok
14232026-09-07T04:57:14.717Ztest extractor::metadata::test::test_metadata_flattened_enum ... ok
14242026-09-07T04:57:14.717Ztest from_map::test::test_case_insensitive ... ok
14252026-09-07T04:57:14.717Ztest extractor::metadata::test::test_metadata_pagination ... ok
14262026-09-07T04:57:14.717Ztest from_map::test::test_deep ... ok
14272026-09-07T04:57:14.717Ztest from_map::test::test_lone_literal ... ok
14282026-09-07T04:57:14.717Ztest from_map::test::test_missing_data1 ... ok
14292026-09-07T04:57:14.722Ztest from_map::test::wherefore_art_thou_a_valid_sequence_when_in_fact_you_are_a_lone_value ... ok
14302026-09-07T04:57:14.722Ztest from_map::test::test_types ... ok
14312026-09-07T04:57:14.722Ztest from_map::test::test_missing_data2 ... ok
14322026-09-07T04:57:14.722Ztest compression::tests::test_apply_gzip_compression_avoids_duplicate_vary_entries ... ok
14332026-09-07T04:57:14.723Ztest compression::tests::test_apply_gzip_compression_removes_accept_ranges_and_sets_vary ... ok
14342026-09-07T04:57:14.723Ztest logging::test::test_config_bad_file_no_level ... ok
14352026-09-07T04:57:14.723Ztest logging::test::test_config_bad_file_no_file ... ok
14362026-09-07T04:57:14.723Ztest logging::test::test_config_bad_terminal_bad_level ... ok
14372026-09-07T04:57:14.723Ztest logging::test::test_config_bad_terminal_no_level ... ok
14382026-09-07T04:57:14.723Ztest logging::test::test_config_bad_file_path_exists_fail ... ok
14392026-09-07T04:57:14.723Ztest logging::test::test_config_bad_file_bad_path_type ... ok
14402026-09-07T04:57:14.723Ztest logging::test::test_config_bad_log_mode ... ok
14412026-09-07T04:57:14.723Ztest extractor::body::tests::test_content_plus_json ... ok
14422026-09-07T04:57:14.723Ztest pagination::test::test_pagination_schema ... ok
14432026-09-07T04:57:14.723Ztest pagination::test::test_results_page ... ok
14442026-09-07T04:57:14.723Ztest router::test::test_bad_path_segment1 - should panic ... ok
14452026-09-07T04:57:14.723Ztest pagination::test::test_page_token_serialization ... ok
14462026-09-07T04:57:14.723Ztest pagination::test::test_pagparams_parsing ... ok
14472026-09-07T04:57:14.723Ztest router::test::test_bad_path_segment2 - should panic ... ok
14482026-09-07T04:57:14.723Ztest router::test::test_bad_path_segment3 - should panic ... ok
14492026-09-07T04:57:14.723Znote: configured to log to "/tmp/dropshot-f5def8375ffe73c9.3070.file_dir/log.out"
14502026-09-07T04:57:14.723Ztest router::test::test_bad_path_segment4 - should panic ... ok
14512026-09-07T04:57:14.723Ztest router::test::test_bogus_regex - should panic ... ok
14522026-09-07T04:57:14.723Ztest api_description::test::test_tags_set ... ok
14532026-09-07T04:57:14.723Ztest router::test::test_duplicate_route1 - should panic ... ok
14542026-09-07T04:57:14.723Ztest router::test::test_duplicate_route2 - should panic ... ok
14552026-09-07T04:57:14.723Ztest router::test::test_duplicate_route3 - should panic ... ok
14562026-09-07T04:57:14.723Ztest router::test::test_duplicate_route_overlapping_version - should panic ... ok
14572026-09-07T04:57:14.723Ztest router::test::test_duplicate_route_same_version - should panic ... ok
14582026-09-07T04:57:14.723Ztest logging::test::test_config_stderr_terminal ... ok
14592026-09-07T04:57:14.723Ztest router::test::test_duplicate_varname - should panic ... ok
14602026-09-07T04:57:14.723Ztest router::test::test_embedded_non_variable ... ok
14612026-09-07T04:57:14.723Ztest router::test::test_iter ... ok
14622026-09-07T04:57:14.723Ztest router::test::test_iter2 ... ok
14632026-09-07T04:57:14.723Ztest router::test::test_inconsistent_varname - should panic ... ok
14642026-09-07T04:57:14.723Ztest router::test::test_iter_null ... ok
14652026-09-07T04:57:14.723Ztest router::test::test_error_cases ... ok
14662026-09-07T04:57:14.723Ztest router::test::test_empty_variable ... ok
14672026-09-07T04:57:14.723Ztest router::test::test_literal_after_regex - should panic ... ok
14682026-09-07T04:57:14.723Ztest router::test::test_map ... ok
14692026-09-07T04:57:14.723Ztest router::test::test_map_bad_seq ... ok
14702026-09-07T04:57:14.723Ztest router::test::test_map_bad_value ... ok
14712026-09-07T04:57:14.723Ztest router::test::test_literal_after_variable - should panic ... ok
14722026-09-07T04:57:14.724Ztest router::test::test_path_segment ... ok
14732026-09-07T04:57:14.724Ztest router::test::test_more_after_regex - should panic ... ok
14742026-09-07T04:57:14.724Ztest router::test::test_segments ... ok
14752026-09-07T04:57:14.724Ztest router::test::test_router_versioned ... ok
14762026-09-07T04:57:14.724Znote: configured to log to "/tmp/dropshot-f5def8375ffe73c9.3070.file_dir/log.out"
14772026-09-07T04:57:14.724Ztest router::test::test_slash_after_wildcard_is_fine_dot_dot_dot_for_now ... ok
14782026-09-07T04:57:14.724Ztest router::test::test_router_basic ... ok
14792026-09-07T04:57:14.724Ztest router::test::test_variable_after_literal - should panic ... ok
14802026-09-07T04:57:14.724Ztest router::test::test_variable_name_bad_end - should panic ... ok
14812026-09-07T04:57:14.724Ztest router::test::test_variable_name_empty - should panic ... ok
14822026-09-07T04:57:14.724Ztest router::test::test_variable_rename ... ok
14832026-09-07T04:57:14.724Ztest router::test::test_variable_name_bad_start - should panic ... ok
14842026-09-07T04:57:14.724Ztest router::test::test_variables_basic ... ok
14852026-09-07T04:57:14.724Ztest router::test::test_variables_glob ... ok
14862026-09-07T04:57:14.724Ztest router::test::test_variables_multi ... ok
14872026-09-07T04:57:14.724Ztest schema_util::test::test_empty_struct ... ok
14882026-09-07T04:57:14.724Ztest schema_util::test::test_additional_properties ... ok
14892026-09-07T04:57:14.724Ztest schema_util::test::test_two_types - should panic ... ok
14902026-09-07T04:57:14.724Ztest schema_util::test::test_nullable ... ok
14912026-09-07T04:57:14.724Znote: configured to log to "/tmp/dropshot-f5def8375ffe73c9.3070.file_dir/log.out"
14922026-09-07T04:57:14.724Ztest schema_util::test::test_embedded_schema ... ok
14932026-09-07T04:57:14.724Ztest schema_util::test::test_extension_conversion ... ok
14942026-09-07T04:57:14.724Ztest schema_util::test::test_garbage_barge_structure_conversion ... ok
14952026-09-07T04:57:14.724Ztest test_util::test::test_bunyan_bad_name - should panic ... ok
14962026-09-07T04:57:14.724Ztest logging::test::test_config_file ... ok
14972026-09-07T04:57:14.724Ztest test_util::test::test_bunyan_bad_hostname - should panic ... ok
14982026-09-07T04:57:14.724Ztest test_util::test::test_bunyan_bad_pid - should panic ... ok
14992026-09-07T04:57:14.724Ztest test_util::test::test_bunyan_bad_v - should panic ... ok
15002026-09-07T04:57:14.724Ztest test_util::test::test_bunyan_easy_cases ... ok
15012026-09-07T04:57:14.724Ztest test_util::test::test_bunyan_seq_bad_order - should panic ... ok
15022026-09-07T04:57:14.724Ztest test_util::test::test_bunyan_seq_bounds_bad - should panic ... ok
15032026-09-07T04:57:14.724Ztest test_util::test::test_bunyan_seq_easy_cases ... ok
15042026-09-07T04:57:14.724Ztest test_util::test::test_bunyan_seq_lower_violated - should panic ... ok
15052026-09-07T04:57:14.724Ztest test_util::test::test_bunyan_seq_upper_violated - should panic ... ok
15062026-09-07T04:57:14.724Ztest to_map::test::test_struct_with_options ... ok
15072026-09-07T04:57:14.724Ztest to_map::test::test_to_map_enum ... ok
15082026-09-07T04:57:14.724Ztest schema_util::test::test_schema2struct_with_enum_variants ... ok
15092026-09-07T04:57:14.724Ztest to_map::test::test_to_map_seq ... ok
15102026-09-07T04:57:14.724Ztest to_map::test::test_to_map_num ... ok
15112026-09-07T04:57:14.725Ztest to_map::test::test_to_map_valid ... ok
15122026-09-07T04:57:14.725Ztest type_util::tests::test_commented_ref ... ok
15132026-09-07T04:57:14.725Ztest to_map::test::test_to_map_vec ... ok
15142026-09-07T04:57:14.725Ztest type_util::tests::test_reflexive_type - should panic ... ok
15152026-09-07T04:57:14.725Ztest type_util::tests::test_recursive_type - should panic ... ok
15162026-09-07T04:57:14.725Ztest server::test::test_drop_server_without_close_okay ... ok
15172026-09-07T04:57:14.725Ztest websocket::tests::test_ws_upg_task_is_spawned ... ok
15182026-09-07T04:57:14.725Ztest server::test::test_server_run_then_close ... ok
15192026-09-07T04:57:14.725Ztest server::test::test_http_acceptor_happy_path ... ok
15202026-09-07T04:57:14.725Z
15212026-09-07T04:57:14.725Ztest result: ok. 142 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
15222026-09-07T04:57:14.725Z
15232026-09-07T04:57:14.728Z Running `/work/oxidecomputer/dropshot/target/debug/deps/fail-3f725a6578f830e0`
15242026-09-07T04:57:14.728Z
15252026-09-07T04:57:14.728Zrunning 1 test
15262026-09-07T04:57:15.024Z Compiling proc-macro2 v1.0.107
15272026-09-07T04:57:15.024Z Compiling quote v1.0.47
15282026-09-07T04:57:15.024Z Compiling unicode-ident v1.0.12
15292026-09-07T04:57:15.027Z Compiling libc v0.2.189
15302026-09-07T04:57:15.027Z Checking cfg-if v1.0.0
15312026-09-07T04:57:15.027Z Compiling serde_core v1.0.229
15322026-09-07T04:57:15.027Z Checking itoa v1.0.1
15332026-09-07T04:57:15.114Z Checking memchr v2.6.0
15342026-09-07T04:57:15.171Z Checking pin-project-lite v0.2.12
15352026-09-07T04:57:15.174Z Compiling autocfg v1.1.0
15362026-09-07T04:57:15.255Z Compiling thiserror v2.0.20
15372026-09-07T04:57:15.441Z Compiling zmij v1.0.2
15382026-09-07T04:57:15.495Z Checking futures-core v0.3.34
15392026-09-07T04:57:15.555Z Checking smallvec v1.13.2
15402026-09-07T04:57:15.603Z Checking bytes v1.12.1
15412026-09-07T04:57:15.698Z Compiling log v0.4.17
15422026-09-07T04:57:15.732Z Compiling serde_json v1.0.151
15432026-09-07T04:57:15.792Z Checking once_cell v1.20.1
15442026-09-07T04:57:15.914Z Compiling serde v1.0.229
15452026-09-07T04:57:15.959Z Compiling jobserver v0.1.34
15462026-09-07T04:57:15.963Z Compiling find-msvc-tools v0.1.9
15472026-09-07T04:57:15.981Z Compiling parking_lot_core v0.9.4
15482026-09-07T04:57:15.991Z Compiling shlex v1.3.0
15492026-09-07T04:57:16.189Z Compiling cc v1.2.60
15502026-09-07T04:57:16.261Z Compiling slab v0.4.9
15512026-09-07T04:57:16.303Z Checking futures-sink v0.3.34
15522026-09-07T04:57:16.359Z Compiling syn v2.0.118
15532026-09-07T04:57:16.381Z Compiling syn v3.0.4
15542026-09-07T04:57:16.394Z Checking scopeguard v1.2.0
15552026-09-07T04:57:16.490Z Checking lock_api v0.4.6
15562026-09-07T04:57:16.653Z Compiling dunce v1.0.5
15572026-09-07T04:57:16.670Z Compiling version_check v0.9.5
15582026-09-07T04:57:16.682Z Compiling fs_extra v1.3.0
15592026-09-07T04:57:16.742Z Checking parking_lot v0.12.1
15602026-09-07T04:57:16.928Z Compiling cmake v0.1.58
15612026-09-07T04:57:17.030Z Checking socket2 v0.6.3
15622026-09-07T04:57:17.047Z Checking mio v1.2.0
15632026-09-07T04:57:17.101Z Checking signal-hook-registry v1.4.0
15642026-09-07T04:57:17.253Z Checking stable_deref_trait v1.2.0
15652026-09-07T04:57:17.318Z Checking futures-channel v0.3.34
15662026-09-07T04:57:17.321Z Checking http v1.5.0
15672026-09-07T04:57:17.328Z Checking zeroize v1.8.2
15682026-09-07T04:57:17.381Z Compiling zerocopy v0.8.27
15692026-09-07T04:57:17.466Z Compiling ucd-trie v0.1.6
15702026-09-07T04:57:17.546Z Compiling getrandom v0.4.1
15712026-09-07T04:57:17.770Z Compiling aws-lc-rs v1.16.3
15722026-09-07T04:57:17.863Z Checking futures-task v0.3.34
15732026-09-07T04:57:17.879Z Checking futures-io v0.3.34
15742026-09-07T04:57:17.896Z Checking rand_core v0.10.1
15752026-09-07T04:57:18.032Z Checking rustls-pki-types v1.15.1
15762026-09-07T04:57:18.091Z Compiling aws-lc-sys v0.40.0
15772026-09-07T04:57:18.141Z Compiling typenum v1.19.0
15782026-09-07T04:57:18.147Z Compiling httparse v1.10.0
15792026-09-07T04:57:18.313Z Compiling rustversion v1.0.22
15802026-09-07T04:57:18.740Z Compiling crossbeam-utils v0.8.21
15812026-09-07T04:57:18.803Z Checking litemap v0.7.4
15822026-09-07T04:57:18.822Z Checking writeable v0.5.5
15832026-09-07T04:57:19.094Z Compiling synstructure v0.13.1
15842026-09-07T04:57:19.287Z Checking equivalent v1.0.0
15852026-09-07T04:57:19.368Z Checking powerfmt v0.2.0
15862026-09-07T04:57:19.526Z Compiling time-core v0.1.8
15872026-09-07T04:57:19.631Z Checking hashbrown v0.17.0
15882026-09-07T04:57:19.672Z Compiling num-conv v0.2.0
15892026-09-07T04:57:19.787Z Compiling slog v2.8.2
15902026-09-07T04:57:19.803Z Compiling time-macros v0.2.27
15912026-09-07T04:57:19.866Z Checking deranged v0.5.5
15922026-09-07T04:57:19.883Z Checking hybrid-array v0.4.8
15932026-09-07T04:57:20.100Z Checking indexmap v2.14.0
15942026-09-07T04:57:20.361Z Checking http-body v1.0.1
15952026-09-07T04:57:20.486Z Compiling unicase v2.6.0
15962026-09-07T04:57:20.563Z Checking tracing-core v0.1.32
15972026-09-07T04:57:20.651Z Compiling rustls v0.23.43
15982026-09-07T04:57:20.746Z Checking atomic-waker v1.1.2
15992026-09-07T04:57:20.839Z Checking bitflags v2.11.0
16002026-09-07T04:57:20.882Z Checking icu_locid_transform_data v1.5.0
16012026-09-07T04:57:20.945Z Checking untrusted v0.9.0
16022026-09-07T04:57:20.953Z Checking percent-encoding v2.3.2
16032026-09-07T04:57:20.997Z Checking num_threads v0.1.3
16042026-09-07T04:57:21.072Z Checking tracing v0.1.40
16052026-09-07T04:57:21.095Z Compiling num-traits v0.2.14
16062026-09-07T04:57:21.128Z Checking time v0.3.47
16072026-09-07T04:57:21.239Z Checking tower-layer v0.3.3
16082026-09-07T04:57:21.351Z Compiling crc32fast v1.5.0
16092026-09-07T04:57:21.383Z Checking tower-service v0.3.3
16102026-09-07T04:57:21.390Z Compiling serde_derive v1.0.229
16112026-09-07T04:57:21.415Z Compiling thiserror-impl v2.0.20
16122026-09-07T04:57:21.421Z Compiling zerofrom-derive v0.1.5
16132026-09-07T04:57:21.462Z Compiling yoke-derive v0.7.5
16142026-09-07T04:57:21.694Z Compiling tokio-macros v2.7.0
16152026-09-07T04:57:21.956Z Compiling zerovec-derive v0.10.3
16162026-09-07T04:57:22.173Z Compiling displaydoc v0.2.5
16172026-09-07T04:57:22.834Z Checking tokio v1.53.1
16182026-09-07T04:57:23.320Z Compiling futures-macro v0.3.34
16192026-09-07T04:57:23.356Z Compiling zerocopy-derive v0.8.27
16202026-09-07T04:57:23.514Z Compiling pest v2.8.1
16212026-09-07T04:57:23.545Z Compiling icu_provider_macros v1.5.0
16222026-09-07T04:57:23.602Z Checking zerofrom v0.1.5
16232026-09-07T04:57:23.719Z Checking yoke v0.7.5
16242026-09-07T04:57:23.895Z Checking zerovec v0.10.4
16252026-09-07T04:57:24.409Z Compiling scroll_derive v0.13.1
16262026-09-07T04:57:24.572Z Checking futures-util v0.3.34
16272026-09-07T04:57:24.578Z Compiling pest_meta v2.8.1
16282026-09-07T04:57:24.829Z Checking tinystr v0.7.6
16292026-09-07T04:57:25.009Z Checking icu_locid v1.5.0
16302026-09-07T04:57:25.445Z Compiling pest_generator v2.8.1
16312026-09-07T04:57:25.614Z Checking icu_provider v1.5.0
16322026-09-07T04:57:25.627Z Checking erased-serde v0.3.31
16332026-09-07T04:57:25.912Z Checking icu_locid_transform v1.5.0
16342026-09-07T04:57:25.998Z Checking icu_collections v1.5.0
16352026-09-07T04:57:26.005Z Checking tokio-util v0.7.19
16362026-09-07T04:57:26.321Z Checking icu_properties_data v1.5.0
16372026-09-07T04:57:26.346Z Compiling usdt-impl v0.6.0
16382026-09-07T04:57:26.376Z Checking fnv v1.0.7
16392026-09-07T04:57:26.429Z Checking subtle v2.5.0
16402026-09-07T04:57:26.444Z Checking base64 v0.22.1
16412026-09-07T04:57:26.462Z Checking cpufeatures v0.3.0
16422026-09-07T04:57:26.475Z Checking try-lock v0.2.3
16432026-09-07T04:57:26.523Z Checking h2 v0.4.14
16442026-09-07T04:57:26.546Z Compiling pest_derive v2.8.1
16452026-09-07T04:57:26.553Z Checking icu_properties v1.5.1
16462026-09-07T04:57:26.565Z Checking want v0.3.0
16472026-09-07T04:57:26.678Z Checking scroll v0.13.0
16482026-09-07T04:57:26.926Z Checking block-buffer v0.12.0
16492026-09-07T04:57:26.936Z Checking crypto-common v0.2.1
16502026-09-07T04:57:27.100Z Checking errno v0.3.10
16512026-09-07T04:57:27.141Z Compiling thread-id v5.0.0
16522026-09-07T04:57:27.213Z Compiling dof v0.4.0
16532026-09-07T04:57:27.254Z Checking utf16_iter v1.0.5
16542026-09-07T04:57:27.271Z Checking httpdate v1.0.1
16552026-09-07T04:57:27.362Z Checking icu_normalizer_data v1.5.0
16562026-09-07T04:57:27.472Z Checking write16 v1.0.0
16572026-09-07T04:57:27.475Z Checking plain v0.2.3
16582026-09-07T04:57:27.475Z Checking utf8_iter v1.0.4
16592026-09-07T04:57:27.475Z Compiling dtrace-parser v0.3.0
16602026-09-07T04:57:27.493Z Checking simd-adler32 v0.3.7
16612026-09-07T04:57:27.539Z Checking const-oid v0.10.2
16622026-09-07T04:57:27.631Z Compiling byteorder v1.4.3
16632026-09-07T04:57:27.647Z Compiling rustix v1.1.4
16642026-09-07T04:57:27.692Z Checking adler2 v2.0.1
16652026-09-07T04:57:27.755Z Checking digest v0.11.2
16662026-09-07T04:57:27.792Z Checking miniz_oxide v0.8.9
16672026-09-07T04:57:27.966Z Checking icu_normalizer v1.5.0
16682026-09-07T04:57:28.129Z Checking goblin v0.10.1
16692026-09-07T04:57:28.420Z Checking hyper v1.11.1
16702026-09-07T04:57:28.599Z Compiling serde_tokenstream v0.2.3
16712026-09-07T04:57:28.610Z Checking form_urlencoded v1.2.2
16722026-09-07T04:57:28.735Z Checking ipnet v2.10.0
16732026-09-07T04:57:28.861Z Compiling ryu v1.0.5
16742026-09-07T04:57:28.946Z Checking openssl-probe v0.2.1
16752026-09-07T04:57:28.959Z Checking pretty-hex v0.4.1
16762026-09-07T04:57:28.983Z Compiling rustix v0.38.44
16772026-09-07T04:57:29.049Z Checking iana-time-zone v0.1.47
16782026-09-07T04:57:29.148Z Checking mime v0.3.16
16792026-09-07T04:57:29.311Z Checking chrono v0.4.45
16802026-09-07T04:57:29.317Z Checking rustls-native-certs v0.8.3
16812026-09-07T04:57:29.381Z Checking hyper-util v0.1.20
16822026-09-07T04:57:29.513Z Checking flate2 v1.1.9
16832026-09-07T04:57:29.632Z Checking idna_adapter v1.2.0
16842026-09-07T04:57:29.752Z Checking sha1 v0.11.0
16852026-09-07T04:57:29.799Z Checking chacha20 v0.10.1
16862026-09-07T04:57:29.926Z Checking concurrent-queue v2.5.0
16872026-09-07T04:57:29.998Z Compiling serde_derive_internals v0.29.0
16882026-09-07T04:57:30.104Z Compiling multer v3.1.0
16892026-09-07T04:57:30.252Z Checking thread_local v1.1.4
16902026-09-07T04:57:30.331Z Checking sync_wrapper v1.0.1
16912026-09-07T04:57:30.359Z Checking encoding_rs v0.8.32
16922026-09-07T04:57:30.427Z Checking fastrand v2.1.1
16932026-09-07T04:57:30.471Z Checking parking v2.2.0
16942026-09-07T04:57:30.578Z Compiling paste v1.0.15
16952026-09-07T04:57:30.598Z Compiling schemars v0.8.22
16962026-09-07T04:57:30.601Z Compiling camino v1.2.5
16972026-09-07T04:57:30.865Z Checking compression-core v0.4.32
16982026-09-07T04:57:30.887Z Checking match_cfg v0.1.0
16992026-09-07T04:57:30.930Z Compiling slog-async v2.8.0
17002026-09-07T04:57:30.946Z Checking winnow v1.0.0
17012026-09-07T04:57:30.984Z Checking compression-codecs v0.4.38
17022026-09-07T04:57:31.050Z Checking hostname v0.3.1
17032026-09-07T04:57:31.151Z Compiling schemars_derive v0.8.22
17042026-09-07T04:57:31.154Z Checking tempfile v3.27.0
17052026-09-07T04:57:31.181Z Checking event-listener v5.0.0
17062026-09-07T04:57:31.225Z Checking toml_parser v1.1.3+spec-1.1.0
17072026-09-07T04:57:31.297Z Checking tower v0.5.2
17082026-09-07T04:57:31.340Z Checking rand v0.10.2
17092026-09-07T04:57:31.357Z Checking idna v1.0.3
17102026-09-07T04:57:31.384Z Compiling mime_guess v2.0.5
17112026-09-07T04:57:31.672Z Compiling usdt-attr-macro v0.6.0
17122026-09-07T04:57:31.719Z Compiling usdt-macro v0.6.0
17132026-09-07T04:57:31.728Z Checking slog-json v2.6.1
17142026-09-07T04:57:31.802Z Checking futures-executor v0.3.34
17152026-09-07T04:57:31.875Z Compiling serde_tokenstream v0.3.0
17162026-09-07T04:57:31.943Z Compiling async-stream-impl v0.3.6
17172026-09-07T04:57:32.133Z Checking crossbeam-channel v0.5.15
17182026-09-07T04:57:32.199Z Checking http-body-util v0.1.5
17192026-09-07T04:57:32.206Z Checking uuid v1.26.0
17202026-09-07T04:57:32.425Z Compiling dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot)
17212026-09-07T04:57:32.458Z Checking serde_spanned v1.1.1
17222026-09-07T04:57:32.495Z Checking toml_datetime v1.1.1+spec-1.1.0
17232026-09-07T04:57:32.583Z Checking is-terminal v0.4.12
17242026-09-07T04:57:32.666Z Checking memmap2 v0.9.8
17252026-09-07T04:57:32.678Z Checking toml_writer v1.1.2+spec-1.1.0
17262026-09-07T04:57:32.684Z Checking base64 v0.23.1
17272026-09-07T04:57:32.823Z Checking spin v0.9.8
17282026-09-07T04:57:32.850Z Checking iri-string v0.7.8
17292026-09-07T04:57:32.891Z Compiling anyhow v1.0.104
17302026-09-07T04:57:32.891Z Checking unicode-segmentation v1.10.0
17312026-09-07T04:57:32.926Z Compiling heck v0.5.0
17322026-09-07T04:57:32.932Z Checking dyn-clone v1.0.4
17332026-09-07T04:57:32.954Z Checking term v1.1.0
17342026-09-07T04:57:33.007Z Compiling semver v1.0.28
17352026-09-07T04:57:33.050Z Checking take_mut v0.2.2
17362026-09-07T04:57:33.146Z Checking data-encoding v2.4.0
17372026-09-07T04:57:33.166Z Checking unicode-width v0.2.2
17382026-09-07T04:57:33.170Z Checking newline-converter v0.3.0
17392026-09-07T04:57:33.170Z Checking slog-term v2.9.2
17402026-09-07T04:57:33.347Z Compiling dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
17412026-09-07T04:57:33.393Z Checking tungstenite v0.30.0
17422026-09-07T04:57:33.418Z Checking console v0.16.4
17432026-09-07T04:57:33.431Z Checking async-stream v0.3.6
17442026-09-07T04:57:33.547Z Checking usdt v0.6.0
17452026-09-07T04:57:33.691Z Checking toml v1.1.4+spec-1.1.0
17462026-09-07T04:57:33.730Z Checking atomicwrites v0.4.4
17472026-09-07T04:57:33.818Z Checking futures v0.3.34
17482026-09-07T04:57:33.844Z Checking slog-bunyan v2.5.0
17492026-09-07T04:57:33.848Z Checking serde_urlencoded v0.7.1
17502026-09-07T04:57:33.868Z Checking tower-http v0.6.8
17512026-09-07T04:57:33.884Z Checking url v2.5.4
17522026-09-07T04:57:33.997Z Checking event-listener-strategy v0.5.4
17532026-09-07T04:57:34.093Z Checking async-compression v0.4.43
17542026-09-07T04:57:34.162Z Checking pem v3.0.6
17552026-09-07T04:57:34.271Z Checking openapiv3 v2.2.0
17562026-09-07T04:57:34.286Z Checking yasna v0.6.0
17572026-09-07T04:57:34.320Z Compiling async-trait v0.1.92
17582026-09-07T04:57:34.330Z Checking waitgroup v0.1.2
17592026-09-07T04:57:34.370Z Checking rustls-pemfile v2.2.0
17602026-09-07T04:57:34.423Z Checking serde_path_to_error v0.1.20
17612026-09-07T04:57:34.506Z Checking hostname v0.4.2
17622026-09-07T04:57:34.602Z Checking debug-ignore v1.0.5
17632026-09-07T04:57:34.668Z Checking simple-mermaid v0.2.0
17642026-09-07T04:57:34.696Z Checking similar v3.2.0
17652026-09-07T04:57:34.728Z Checking async-channel v2.5.0
17662026-09-07T04:57:34.900Z Checking tokio-tungstenite v0.30.0
17672026-09-07T04:57:35.071Z Checking pem v4.0.0
17682026-09-07T04:57:35.099Z Checking buf-list v1.1.2
17692026-09-07T04:57:35.145Z Checking subprocess v1.2.1
17702026-09-07T04:57:35.223Z Checking lazy_static v1.5.0
17712026-09-07T04:57:35.255Z Checking expectorate v1.3.0
17722026-09-07T04:57:40.416Z Checking rustls-webpki v0.103.13
17732026-09-07T04:57:40.416Z Checking rcgen v0.14.9
17742026-09-07T04:57:42.608Z Checking tokio-rustls v0.26.4
17752026-09-07T04:57:42.612Z Checking rustls-platform-verifier v0.6.2
17762026-09-07T04:57:42.791Z Checking hyper-rustls v0.27.9
17772026-09-07T04:57:42.956Z Checking reqwest v0.13.4
17782026-09-07T04:57:44.429Z Checking dropshot-tests v0.0.0 (/work/oxidecomputer/dropshot/target/tests/trybuild/dropshot)
17792026-09-07T04:57:44.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.73s
17802026-09-07T04:57:44.746Z
17812026-09-07T04:57:44.746Z
17822026-09-07T04:58:10.197Ztest tests/fail/bad_channel10.rs ... ok
17832026-09-07T04:58:10.197Ztest tests/fail/bad_channel11.rs ... ok
17842026-09-07T04:58:10.197Ztest tests/fail/bad_channel12.rs ... ok
17852026-09-07T04:58:10.197Ztest tests/fail/bad_channel13.rs ... ok
17862026-09-07T04:58:10.197Ztest tests/fail/bad_channel14.rs ... ok
17872026-09-07T04:58:10.202Ztest tests/fail/bad_channel15.rs ... ok
17882026-09-07T04:58:10.202Ztest tests/fail/bad_channel17.rs ... ok
17892026-09-07T04:58:10.202Ztest tests/fail/bad_channel18.rs ... ok
17902026-09-07T04:58:10.202Ztest tests/fail/bad_channel19.rs ... ok
17912026-09-07T04:58:10.202Ztest tests/fail/bad_channel1a.rs ... ok
17922026-09-07T04:58:10.202Ztest tests/fail/bad_channel1b.rs ... ok
17932026-09-07T04:58:10.202Ztest tests/fail/bad_channel2.rs ... ok
17942026-09-07T04:58:10.202Ztest tests/fail/bad_channel20.rs ... ok
17952026-09-07T04:58:10.202Ztest tests/fail/bad_channel21.rs ... ok
17962026-09-07T04:58:10.202Ztest tests/fail/bad_channel22.rs ... ok
17972026-09-07T04:58:10.202Ztest tests/fail/bad_channel23.rs ... ok
17982026-09-07T04:58:10.202Ztest tests/fail/bad_channel24.rs ... ok
17992026-09-07T04:58:10.202Ztest tests/fail/bad_channel25.rs ... ok
18002026-09-07T04:58:10.202Ztest tests/fail/bad_channel26.rs ... ok
18012026-09-07T04:58:10.202Ztest tests/fail/bad_channel27.rs ... ok
18022026-09-07T04:58:10.202Ztest tests/fail/bad_channel28.rs ... ok
18032026-09-07T04:58:10.202Ztest tests/fail/bad_channel3.rs ... ok
18042026-09-07T04:58:10.202Ztest tests/fail/bad_channel4.rs ... ok
18052026-09-07T04:58:10.202Ztest tests/fail/bad_channel5.rs ... ok
18062026-09-07T04:58:10.202Ztest tests/fail/bad_channel6.rs ... ok
18072026-09-07T04:58:10.202Ztest tests/fail/bad_channel8.rs ... ok
18082026-09-07T04:58:10.202Ztest tests/fail/bad_channel9.rs ... ok
18092026-09-07T04:58:10.202Ztest tests/fail/bad_endpoint1.rs ... ok
18102026-09-07T04:58:10.202Ztest tests/fail/bad_endpoint10.rs ... ok
18112026-09-07T04:58:10.202Ztest tests/fail/bad_endpoint11.rs ... ok
18122026-09-07T04:58:10.202Ztest tests/fail/bad_endpoint12.rs ... ok
18132026-09-07T04:58:10.202Ztest tests/fail/bad_endpoint13.rs ... ok
18142026-09-07T04:58:10.202Ztest tests/fail/bad_endpoint14.rs ... ok
18152026-09-07T04:58:10.202Ztest tests/fail/bad_endpoint15.rs ... ok
18162026-09-07T04:58:10.202Ztest tests/fail/bad_endpoint16.rs ... ok
18172026-09-07T04:58:10.202Ztest tests/fail/bad_endpoint17.rs ... ok
18182026-09-07T04:58:10.202Ztest tests/fail/bad_endpoint18.rs ... ok
18192026-09-07T04:58:10.202Ztest tests/fail/bad_endpoint19.rs ... ok
18202026-09-07T04:58:10.202Ztest tests/fail/bad_endpoint2.rs ... ok
18212026-09-07T04:58:10.202Ztest tests/fail/bad_endpoint20.rs ... ok
18222026-09-07T04:58:10.202Ztest tests/fail/bad_endpoint21.rs ... ok
18232026-09-07T04:58:10.202Ztest tests/fail/bad_endpoint22.rs ... ok
18242026-09-07T04:58:10.203Ztest tests/fail/bad_endpoint23.rs ... ok
18252026-09-07T04:58:10.203Ztest tests/fail/bad_endpoint24.rs ... ok
18262026-09-07T04:58:10.203Ztest tests/fail/bad_endpoint25.rs ... ok
18272026-09-07T04:58:10.203Ztest tests/fail/bad_endpoint26.rs ... ok
18282026-09-07T04:58:10.203Ztest tests/fail/bad_endpoint27.rs ... ok
18292026-09-07T04:58:10.203Ztest tests/fail/bad_endpoint28.rs ... ok
18302026-09-07T04:58:10.203Ztest tests/fail/bad_endpoint3.rs ... ok
18312026-09-07T04:58:10.203Ztest tests/fail/bad_endpoint4.rs ... ok
18322026-09-07T04:58:10.203Ztest tests/fail/bad_endpoint5.rs ... ok
18332026-09-07T04:58:10.203Ztest tests/fail/bad_endpoint6.rs ... ok
18342026-09-07T04:58:10.203Ztest tests/fail/bad_endpoint7.rs ... ok
18352026-09-07T04:58:10.203Ztest tests/fail/bad_endpoint8.rs ... ok
18362026-09-07T04:58:10.203Ztest tests/fail/bad_endpoint9.rs ... ok
18372026-09-07T04:58:10.203Ztest tests/fail/bad_trait_channel10.rs ... ok
18382026-09-07T04:58:10.203Ztest tests/fail/bad_trait_channel11.rs ... ok
18392026-09-07T04:58:10.203Ztest tests/fail/bad_trait_channel12.rs ... ok
18402026-09-07T04:58:10.203Ztest tests/fail/bad_trait_channel13.rs ... ok
18412026-09-07T04:58:10.203Ztest tests/fail/bad_trait_channel14.rs ... ok
18422026-09-07T04:58:10.203Ztest tests/fail/bad_trait_channel15.rs ... ok
18432026-09-07T04:58:10.203Ztest tests/fail/bad_trait_channel17.rs ... ok
18442026-09-07T04:58:10.203Ztest tests/fail/bad_trait_channel18.rs ... ok
18452026-09-07T04:58:10.203Ztest tests/fail/bad_trait_channel19.rs ... ok
18462026-09-07T04:58:10.203Ztest tests/fail/bad_trait_channel1a.rs ... ok
18472026-09-07T04:58:10.203Ztest tests/fail/bad_trait_channel1b.rs ... ok
18482026-09-07T04:58:10.203Ztest tests/fail/bad_trait_channel2.rs ... ok
18492026-09-07T04:58:10.203Ztest tests/fail/bad_trait_channel20.rs ... ok
18502026-09-07T04:58:10.203Ztest tests/fail/bad_trait_channel21.rs ... ok
18512026-09-07T04:58:10.203Ztest tests/fail/bad_trait_channel22.rs ... ok
18522026-09-07T04:58:10.203Ztest tests/fail/bad_trait_channel23.rs ... ok
18532026-09-07T04:58:10.203Ztest tests/fail/bad_trait_channel24.rs ... ok
18542026-09-07T04:58:10.203Ztest tests/fail/bad_trait_channel25.rs ... ok
18552026-09-07T04:58:10.203Ztest tests/fail/bad_trait_channel26.rs ... ok
18562026-09-07T04:58:10.203Ztest tests/fail/bad_trait_channel28.rs ... ok
18572026-09-07T04:58:10.203Ztest tests/fail/bad_trait_channel3.rs ... ok
18582026-09-07T04:58:10.203Ztest tests/fail/bad_trait_channel4.rs ... ok
18592026-09-07T04:58:10.203Ztest tests/fail/bad_trait_channel5.rs ... ok
18602026-09-07T04:58:10.203Ztest tests/fail/bad_trait_channel6.rs ... ok
18612026-09-07T04:58:10.203Ztest tests/fail/bad_trait_channel8.rs ... ok
18622026-09-07T04:58:10.203Ztest tests/fail/bad_trait_channel9.rs ... ok
18632026-09-07T04:58:10.203Ztest tests/fail/bad_trait_endpoint1.rs ... ok
18642026-09-07T04:58:10.204Ztest tests/fail/bad_trait_endpoint10.rs ... ok
18652026-09-07T04:58:10.204Ztest tests/fail/bad_trait_endpoint11.rs ... ok
18662026-09-07T04:58:10.204Ztest tests/fail/bad_trait_endpoint12.rs ... ok
18672026-09-07T04:58:10.204Ztest tests/fail/bad_trait_endpoint13.rs ... ok
18682026-09-07T04:58:10.204Ztest tests/fail/bad_trait_endpoint14.rs ... ok
18692026-09-07T04:58:10.204Ztest tests/fail/bad_trait_endpoint15.rs ... ok
18702026-09-07T04:58:10.204Ztest tests/fail/bad_trait_endpoint16.rs ... ok
18712026-09-07T04:58:10.204Ztest tests/fail/bad_trait_endpoint17.rs ... ok
18722026-09-07T04:58:10.204Ztest tests/fail/bad_trait_endpoint18.rs ... ok
18732026-09-07T04:58:10.204Ztest tests/fail/bad_trait_endpoint19.rs ... ok
18742026-09-07T04:58:10.204Ztest tests/fail/bad_trait_endpoint2.rs ... ok
18752026-09-07T04:58:10.204Ztest tests/fail/bad_trait_endpoint20.rs ... ok
18762026-09-07T04:58:10.204Ztest tests/fail/bad_trait_endpoint21.rs ... ok
18772026-09-07T04:58:10.204Ztest tests/fail/bad_trait_endpoint22.rs ... ok
18782026-09-07T04:58:10.204Ztest tests/fail/bad_trait_endpoint23.rs ... ok
18792026-09-07T04:58:10.204Ztest tests/fail/bad_trait_endpoint24.rs ... ok
18802026-09-07T04:58:10.204Ztest tests/fail/bad_trait_endpoint25.rs ... ok
18812026-09-07T04:58:10.204Ztest tests/fail/bad_trait_endpoint26.rs ... ok
18822026-09-07T04:58:10.204Ztest tests/fail/bad_trait_endpoint27.rs ... ok
18832026-09-07T04:58:10.204Ztest tests/fail/bad_trait_endpoint28.rs ... ok
18842026-09-07T04:58:10.204Ztest tests/fail/bad_trait_endpoint3.rs ... ok
18852026-09-07T04:58:10.204Ztest tests/fail/bad_trait_endpoint4.rs ... ok
18862026-09-07T04:58:10.204Ztest tests/fail/bad_trait_endpoint5.rs ... ok
18872026-09-07T04:58:10.208Ztest tests/fail/bad_trait_endpoint6.rs ... ok
18882026-09-07T04:58:10.208Ztest tests/fail/bad_trait_endpoint7.rs ... ok
18892026-09-07T04:58:10.208Ztest tests/fail/bad_trait_endpoint8.rs ... ok
18902026-09-07T04:58:10.208Ztest tests/fail/bad_trait_endpoint9.rs ... ok
18912026-09-07T04:58:10.208Ztest tests/fail/bad_trait_endpoint_error.rs ... ok
18922026-09-07T04:58:10.208Ztest tests/fail/bad_trait_only1.rs ... ok
18932026-09-07T04:58:10.208Ztest tests/fail/bad_trait_only10.rs ... ok
18942026-09-07T04:58:10.208Ztest tests/fail/bad_trait_only11.rs ... ok
18952026-09-07T04:58:10.208Ztest tests/fail/bad_trait_only12.rs ... ok
18962026-09-07T04:58:10.208Ztest tests/fail/bad_trait_only13.rs ... ok
18972026-09-07T04:58:10.208Ztest tests/fail/bad_trait_only14.rs ... ok
18982026-09-07T04:58:10.208Ztest tests/fail/bad_trait_only15.rs ... ok
18992026-09-07T04:58:10.208Ztest tests/fail/bad_trait_only16.rs ... ok
19002026-09-07T04:58:10.208Ztest tests/fail/bad_trait_only17.rs ... ok
19012026-09-07T04:58:10.208Ztest tests/fail/bad_trait_only18.rs ... ok
19022026-09-07T04:58:10.208Ztest tests/fail/bad_trait_only19.rs ... ok
19032026-09-07T04:58:10.208Ztest tests/fail/bad_trait_only2.rs ... ok
19042026-09-07T04:58:10.208Ztest tests/fail/bad_trait_only20.rs ... ok
19052026-09-07T04:58:10.208Ztest tests/fail/bad_trait_only21.rs ... ok
19062026-09-07T04:58:10.208Ztest tests/fail/bad_trait_only22.rs ... ok
19072026-09-07T04:58:10.208Ztest tests/fail/bad_trait_only3.rs ... ok
19082026-09-07T04:58:10.208Ztest tests/fail/bad_trait_only4.rs ... ok
19092026-09-07T04:58:10.209Ztest tests/fail/bad_trait_only5.rs ... ok
19102026-09-07T04:58:10.209Ztest tests/fail/bad_trait_only6.rs ... ok
19112026-09-07T04:58:10.209Ztest tests/fail/bad_trait_only7.rs ... ok
19122026-09-07T04:58:10.209Ztest tests/fail/bad_trait_only8.rs ... ok
19132026-09-07T04:58:10.209Ztest tests/fail/bad_trait_only9.rs ... ok
19142026-09-07T04:58:10.209Ztest tests/fail/bad_version_backwards.rs ... ok
19152026-09-07T04:58:10.209Ztest tests/fail/unused_endpoint.rs ... ok
19162026-09-07T04:58:10.209Z
19172026-09-07T04:58:10.209Z
19182026-09-07T04:58:10.209Ztest fail ... ok
19192026-09-07T04:58:10.209Z
19202026-09-07T04:58:10.209Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 55.48s
19212026-09-07T04:58:10.209Z
19222026-09-07T04:58:10.209Z Running `/work/oxidecomputer/dropshot/target/debug/deps/integration_tests-1cf4c18478f28749`
19232026-09-07T04:58:10.209Z
19242026-09-07T04:58:10.209Zrunning 100 tests
19252026-09-07T04:58:10.212Ztest api_trait::test_api_trait_with_disallowed_tags ... ok
19262026-09-07T04:58:10.212Ztest config::test_config_bad_bind_address_garbage ... ok
19272026-09-07T04:58:10.212Ztest config::test_config_bad_bind_address_port_too_small ... ok
19282026-09-07T04:58:10.212Ztest config::test_config_bad_bind_address_port_too_large ... ok
19292026-09-07T04:58:10.212Ztest config::test_config_bad_request_body_max_bytes_negative ... ok
19302026-09-07T04:58:10.213Ztest api_trait::test_api_trait_with_empty_tag_config ... ok
19312026-09-07T04:58:10.213Ztest config::test_config_deprecated_request_body_max_bytes ... ok
19322026-09-07T04:58:10.213Ztest config::test_config_bad_request_body_max_bytes_too_large ... ok
19332026-09-07T04:58:10.213Ztest api_trait::test_api_trait_with_complex_tags ... ok
19342026-09-07T04:58:10.213Ztest config::test_valid_config_all_settings ... ok
19352026-09-07T04:58:10.213Ztest config::test_valid_config_basic ... ok
19362026-09-07T04:58:10.213Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-config_bind_address_https_buffer.6330.2.log"
19372026-09-07T04:58:10.213Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-test_unversioned_servers_with_versioned_routes.6330.3.log"
19382026-09-07T04:58:10.213Ztest config::test_valid_config_empty ... ok
19392026-09-07T04:58:10.213Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-config_bind_address_http.6330.0.log"
19402026-09-07T04:58:10.213Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-config_handler_task_mode_detached.6330.5.log"
19412026-09-07T04:58:10.213Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-api_trait_basic.6330.6.log"
19422026-09-07T04:58:10.213Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-config_bind_address_https.6330.1.log"
19432026-09-07T04:58:10.213Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-config_handler_task_mode_cancel.6330.4.log"
19442026-09-07T04:58:10.213Ztest config::test_unversioned_servers_with_versioned_routes ... ok
19452026-09-07T04:58:10.213Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-test_enum_extractor_error.6330.7.log"
19462026-09-07T04:58:10.213Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-test_enum_user_error.6330.8.log"
19472026-09-07T04:58:10.213Ztest config::test_config_handler_task_mode_cancel ... ok
19482026-09-07T04:58:10.213Ztest config::test_config_handler_task_mode_detached ... ok
19492026-09-07T04:58:10.213Ztest custom_errors::test_enum_extractor_error ... ok
19502026-09-07T04:58:10.213Ztest custom_errors::test_enum_user_error ... ok
19512026-09-07T04:58:10.213Ztest custom_errors::test_trait_based_api ... ok
19522026-09-07T04:58:10.217Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-test_struct_extractor_error.6330.9.log"
19532026-09-07T04:58:10.217Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-test_struct_user_error.6330.10.log"
19542026-09-07T04:58:10.217Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-test_trait_enum_user_error.6330.11.log"
19552026-09-07T04:58:10.217Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-test_trait_struct_user_error.6330.12.log"
19562026-09-07T04:58:10.217Ztest api_trait::test_api_trait_basic ... ok
19572026-09-07T04:58:10.217Ztest config::test_config_bind_address_http ... ok
19582026-09-07T04:58:10.217Ztest custom_errors::test_struct_extractor_error ... ok
19592026-09-07T04:58:10.217Ztest custom_errors::test_struct_user_error ... ok
19602026-09-07T04:58:10.217Ztest custom_errors::test_trait_enum_user_error ... ok
19612026-09-07T04:58:10.217Ztest custom_errors::test_trait_struct_user_error ... ok
19622026-09-07T04:58:10.217Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-test_302_bogus.6330.13.log"
19632026-09-07T04:58:10.217Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-test_302_found.6330.14.log"
19642026-09-07T04:58:10.217Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-test_303_see_other.6330.15.log"
19652026-09-07T04:58:10.217Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-test_307_temporary_redirect.6330.16.log"
19662026-09-07T04:58:10.217Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-test_delete_request.6330.17.log"
19672026-09-07T04:58:10.217Ztest demo::test_302_bogus ... ok
19682026-09-07T04:58:10.217Ztest demo::test_302_found ... ok
19692026-09-07T04:58:10.217Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-demo1.6330.18.log"
19702026-09-07T04:58:10.217Ztest demo::test_303_see_other ... ok
19712026-09-07T04:58:10.217Ztest demo::test_307_temporary_redirect ... ok
19722026-09-07T04:58:10.217Ztest demo::test_delete_request ... ok
19732026-09-07T04:58:10.217Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-demo2json.6330.19.log"
19742026-09-07T04:58:10.217Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-demo2query.6330.20.log"
19752026-09-07T04:58:10.217Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-demo3json.6330.21.log"
19762026-09-07T04:58:10.217Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-demo_path_param_string.6330.22.log"
19772026-09-07T04:58:10.217Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-demo2urlencoded.6330.23.log"
19782026-09-07T04:58:10.217Ztest demo::test_demo1 ... ok
19792026-09-07T04:58:10.221Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-demo_path_param_u32.6330.24.log"
19802026-09-07T04:58:10.221Ztest demo::test_demo3json ... ok
19812026-09-07T04:58:10.221Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-demo_path_param_uuid.6330.25.log"
19822026-09-07T04:58:10.221Ztest demo::test_demo2urlencoded ... ok
19832026-09-07T04:58:10.221Ztest demo::test_demo2query ... ok
19842026-09-07T04:58:10.221Ztest demo::test_demo2json ... ok
19852026-09-07T04:58:10.221Ztest demo::test_demo_path_param_u32 ... ok
19862026-09-07T04:58:10.221Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-demo_websocket.6330.26.log"
19872026-09-07T04:58:10.221Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-test_head_request.6330.27.log"
19882026-09-07T04:58:10.221Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-test_header_request.6330.28.log"
19892026-09-07T04:58:10.221Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-test_large_typed_body.6330.29.log"
19902026-09-07T04:58:10.221Ztest demo::test_demo_path_param_string ... ok
19912026-09-07T04:58:10.221Ztest demo::test_demo_path_param_uuid ... ok
19922026-09-07T04:58:10.221Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-tet_raw_request.6330.30.log"
19932026-09-07T04:58:10.221Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-test_request_compat.6330.31.log"
19942026-09-07T04:58:10.221Ztest demo::test_header_request ... ok
19952026-09-07T04:58:10.222Ztest demo::test_head_request ... ok
19962026-09-07T04:58:10.222Ztest demo::test_demo_websocket ... ok
19972026-09-07T04:58:10.222Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-test_request_remote_addr.6330.32.log"
19982026-09-07T04:58:10.222Ztest demo::test_request_compat ... ok
19992026-09-07T04:58:10.222Ztest demo::test_raw_request ... ok
20002026-09-07T04:58:10.222Ztest demo::test_large_typed_body ... ok
20012026-09-07T04:58:10.222Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-graceful_shutdown_with_detached_handler.6330.33.log"
20022026-09-07T04:58:10.222Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-compression_config_disabled.6330.34.log"
20032026-09-07T04:58:10.222Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-test_streaming_body.6330.35.log"
20042026-09-07T04:58:10.222Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-test_untyped_body.6330.36.log"
20052026-09-07T04:58:10.222Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-compression_config_enabled.6330.37.log"
20062026-09-07T04:58:10.222Ztest demo::test_request_remote_addr ... ok
20072026-09-07T04:58:10.222Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-compression_disabled_extension.6330.38.log"
20082026-09-07T04:58:10.225Ztest demo::test_streaming_body ... ok
20092026-09-07T04:58:10.225Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-gzip_compression_multiple_encodings.6330.39.log"
20102026-09-07T04:58:10.225Ztest demo::test_untyped_body ... ok
20112026-09-07T04:58:10.225Ztest gzip::test_compression_disabled_with_extension ... ok
20122026-09-07T04:58:10.225Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-gzip_compression_accept_encoding.6330.40.log"
20132026-09-07T04:58:10.225Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-json_suffix_compressed.6330.41.log"
20142026-09-07T04:58:10.225Ztest gzip::test_json_suffix_is_compressed ... ok
20152026-09-07T04:58:10.225Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-no_compression_small_response.6330.42.log"
20162026-09-07T04:58:10.229Ztest gzip::test_no_compression_below_size_threshold ... ok
20172026-09-07T04:58:10.229Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-no_compression_204.6330.43.log"
20182026-09-07T04:58:10.229Ztest gzip::test_no_compression_for_204_no_content ... ok
20192026-09-07T04:58:10.229Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-no_compression_304.6330.44.log"
20202026-09-07T04:58:10.229Ztest gzip::test_no_compression_for_304_not_modified ... ok
20212026-09-07T04:58:10.229Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-no_compression_non_compressible.6330.45.log"
20222026-09-07T04:58:10.229Ztest gzip::test_no_compression_for_non_compressible_content_types ... ok
20232026-09-07T04:58:10.229Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-no_gzip_without_accept.6330.46.log"
20242026-09-07T04:58:10.233Ztest gzip::test_compression_config_disabled ... ok
20252026-09-07T04:58:10.236Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-reject_gzip_quality_zero.6330.47.log"
20262026-09-07T04:58:10.239Ztest gzip::test_compression_config_enabled ... ok
20272026-09-07T04:58:10.242Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-streaming_with_content_type_compressed.6330.48.log"
20282026-09-07T04:58:10.242Ztest gzip::test_no_gzip_without_accept_encoding ... ok
20292026-09-07T04:58:10.242Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-streaming_missing_content_type.6330.49.log"
20302026-09-07T04:58:10.242Ztest config::test_config_bind_address_https ... ok
20312026-09-07T04:58:10.242Ztest config::test_config_bind_address_https_buffer ... ok
20322026-09-07T04:58:10.242Ztest gzip::test_streaming_with_content_type_is_compressed ... ok
20332026-09-07T04:58:10.242Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-vary_header_set.6330.50.log"
20342026-09-07T04:58:10.243Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-vary_header_no_gzip.6330.51.log"
20352026-09-07T04:58:10.243Ztest gzip::test_streaming_without_content_type_skips_compression ... ok
20362026-09-07T04:58:10.243Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-xml_suffix_compressed.6330.52.log"
20372026-09-07T04:58:10.243Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-multipart_client.6330.53.log"
20382026-09-07T04:58:10.243Ztest gzip::test_gzip_compression_accepts_multiple_encodings ... ok
20392026-09-07T04:58:10.243Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-multipart_client.6330.54.log"
20402026-09-07T04:58:10.243Ztest multipart::missing_boundary ... ok
20412026-09-07T04:58:10.243Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-multipart_client.6330.55.log"
20422026-09-07T04:58:10.243Ztest gzip::test_xml_suffix_is_compressed ... ok
20432026-09-07T04:58:10.243Ztest multipart::no_content_type ... ok
20442026-09-07T04:58:10.243Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-multipart_client.6330.56.log"
20452026-09-07T04:58:10.246Ztest multipart::test_multipart_client ... ok
20462026-09-07T04:58:10.246Ztest multipart::weird_content_type ... ok
20472026-09-07T04:58:10.246Ztest openapi::test_openapi_custom_error_types_trait_based ... ok
20482026-09-07T04:58:10.246Ztest openapi::test_openapi_custom_error_types ... ok
20492026-09-07T04:58:10.246Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-pagination-basic.6330.57.log"
20502026-09-07T04:58:10.246Ztest gzip::test_reject_gzip_with_quality_zero ... ok
20512026-09-07T04:58:10.246Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-pagination-multiple-resources.6330.58.log"
20522026-09-07T04:58:10.262Ztest openapi::test_openapi ... ok
20532026-09-07T04:58:10.265Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-pagination-multiple-sorts.6330.59.log"
20542026-09-07T04:58:10.270Ztest openapi::test_openapi_fuller ... ok
20552026-09-07T04:58:10.274Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-basic.6330.60.log"
20562026-09-07T04:58:10.274Ztest gzip::test_vary_header_on_non_gzip_requests ... ok
20572026-09-07T04:58:10.274Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-dictionary.6330.61.log"
20582026-09-07T04:58:10.277Ztest gzip::test_gzip_compression_with_accept_encoding ... ok
20592026-09-07T04:58:10.277Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-empty.6330.62.log"
20602026-09-07T04:58:10.277Ztest gzip::test_vary_header_is_set ... ok
20612026-09-07T04:58:10.277Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-errors.6330.63.log"
20622026-09-07T04:58:10.280Ztest pagination::test_paginate_empty ... ok
20632026-09-07T04:58:10.280Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-extra_params.6330.64.log"
20642026-09-07T04:58:10.280Ztest pagination::test_paginate_errors ... ok
20652026-09-07T04:58:10.280Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-required_params.6330.65.log"
20662026-09-07T04:58:10.280Ztest pagination::test_paginate_extra_params ... ok
20672026-09-07T04:58:10.280Ztest pagination_schema::test_pagination_schema ... ok
20682026-09-07T04:58:10.280Ztest path_names::test_path_names ... ok
20692026-09-07T04:58:10.284Ztest pagination::test_paginate_with_required_params ... ok
20702026-09-07T04:58:10.284Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-test_no_tls.6330.66.log"
20712026-09-07T04:58:10.284Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-test_with_tls.6330.67.log"
20722026-09-07T04:58:10.284Ztest starter::test_no_tls ... ok
20732026-09-07T04:58:10.284Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-non_streaming_servers_do_not_use_transfer_encoding.6330.68.log"
20742026-09-07T04:58:10.284Ztest streaming::test_non_streaming_servers_do_not_use_transfer_encoding ... ok
20752026-09-07T04:58:10.284Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-streaming_server_buffered_client.6330.69.log"
20762026-09-07T04:58:10.290Ztest streaming::test_streaming_server_buffered_client ... ok
20772026-09-07T04:58:10.294Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-streaming_server_streaming_client.6330.70.log"
20782026-09-07T04:58:10.297Ztest streaming::test_streaming_server_streaming_client ... ok
20792026-09-07T04:58:10.300Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-test_server_is_http.6330.71.log"
20802026-09-07T04:58:10.300Ztest tls::test_server_is_http ... ok
20812026-09-07T04:58:10.300Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-test_server_is_https.6330.72.log"
20822026-09-07T04:58:10.300Ztest pagination::test_paginate_basic ... ok
20832026-09-07T04:58:10.304Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-test_tls_aborted_negotiation.6330.73.log"
20842026-09-07T04:58:10.587Ztest starter::test_with_tls ... ok
20852026-09-07T04:58:10.590Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-test_tls_certificate_loading.6330.74.log"
20862026-09-07T04:58:10.603Ztest tls::test_server_is_https ... ok
20872026-09-07T04:58:10.606Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-test_tls_only.6330.75.log"
20882026-09-07T04:58:10.851Ztest pagination::test_paginate_dictionary ... ok
20892026-09-07T04:58:10.855Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-test_tls_refresh_certificates.6330.76.log"
20902026-09-07T04:58:10.891Ztest tls::test_tls_certificate_loading ... ok
20912026-09-07T04:58:10.894Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-test_versions.6330.77.log"
20922026-09-07T04:58:10.907Ztest tls::test_tls_aborted_negotiation ... ok
20932026-09-07T04:58:10.910Znote: configured to log to "/tmp/integration_tests-1cf4c18478f28749-test_versions_on_missing.6330.78.log"
20942026-09-07T04:58:10.970Ztest pagination::test_example_basic ... ok
20952026-09-07T04:58:10.974Ztest versions::test_versions_openapi ... ok
20962026-09-07T04:58:10.974Ztest versions::test_versions_openapi_same_names ... ok
20972026-09-07T04:58:11.011Ztest versions::test_versions_on_missing ... ok
20982026-09-07T04:58:11.014Ztest versions::test_versions ... ok
20992026-09-07T04:58:11.209Ztest tls::test_tls_only ... ok
21002026-09-07T04:58:11.460Ztest tls::test_tls_refresh_certificates ... ok
21012026-09-07T04:58:11.860Ztest pagination::test_example_multiple_resources ... ok
21022026-09-07T04:58:12.223Ztest detached_shutdown::test_graceful_shutdown_with_detached_handler ... ok
21032026-09-07T04:58:12.382Ztest pagination::test_example_multiple_sorts ... ok
21042026-09-07T04:58:12.386Z
21052026-09-07T04:58:12.386Ztest result: ok. 100 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.18s
21062026-09-07T04:58:12.386Z
21072026-09-07T04:58:12.389Z Running `/work/oxidecomputer/dropshot/target/debug/deps/dropshot_endpoint-d4c2b4bb387834a3`
21082026-09-07T04:58:12.398Z
21092026-09-07T04:58:12.399Zrunning 35 tests
21102026-09-07T04:58:12.407Ztest channel::tests::test_channel_operation_id ... ok
21112026-09-07T04:58:12.407Ztest channel::tests::test_channel_with_versions ... ok
21122026-09-07T04:58:12.407Ztest channel::tests::test_channel_with_unnamed_params ... ok
21132026-09-07T04:58:12.411Ztest api_trait::tests::test_api_trait_no_endpoints ... ok
21142026-09-07T04:58:12.411Ztest endpoint::tests::test_endpoint_bad_metadata ... ok
21152026-09-07T04:58:12.411Ztest endpoint::tests::test_endpoint_bad_string ... ok
21162026-09-07T04:58:12.411Ztest endpoint::tests::test_endpoint_bad_context_receiver ... ok
21172026-09-07T04:58:12.411Ztest doc::tests::test_extract_summary_description ... ok
21182026-09-07T04:58:12.411Ztest endpoint::tests::test_endpoint_bad_versions ... ok
21192026-09-07T04:58:12.411Ztest channel::tests::test_channel_with_custom_params ... ok
21202026-09-07T04:58:12.411Ztest endpoint::tests::test_endpoint_invalid_item ... ok
21212026-09-07T04:58:12.411Ztest endpoint::tests::test_endpoint_not_async ... ok
21222026-09-07T04:58:12.411Ztest endpoint::tests::test_endpoint_no_arguments ... ok
21232026-09-07T04:58:12.411Ztest api_trait::tests::test_api_trait_operation_id ... ok
21242026-09-07T04:58:12.412Ztest endpoint::tests::test_endpoint_basic ... ok
21252026-09-07T04:58:12.412Ztest api_trait::tests::test_api_trait_basic ... ok
21262026-09-07T04:58:12.412Ztest endpoint::tests::test_endpoint_content_type ... ok
21272026-09-07T04:58:12.412Ztest endpoint::tests::test_endpoint_context_fully_qualified_names ... ok
21282026-09-07T04:58:12.412Ztest endpoint::tests::test_endpoint_pub_crate ... ok
21292026-09-07T04:58:12.412Ztest api_trait::tests::test_api_trait_with_custom_params ... ok
21302026-09-07T04:58:12.412Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_1 ... ok
21312026-09-07T04:58:12.412Ztest endpoint::tests::test_endpoint_weird_but_ok_arg_types_2 ... ok
21322026-09-07T04:58:12.412Ztest endpoint::tests::test_endpoint_with_doc ... ok
21332026-09-07T04:58:12.412Ztest endpoint::tests::test_endpoint_with_empty_where_clause ... ok
21342026-09-07T04:58:12.412Ztest endpoint::tests::test_endpoint_with_query ... ok
21352026-09-07T04:58:12.412Ztest endpoint::tests::test_endpoint_with_tags ... ok
21362026-09-07T04:58:12.412Ztest endpoint::tests::test_endpoint_with_versions_all ... ok
21372026-09-07T04:58:12.412Ztest params::tests::test_extract_rqctx_ty_param ... ok
21382026-09-07T04:58:12.412Ztest syn_parsing::tests::test_busted_function ... ok
21392026-09-07T04:58:12.412Ztest endpoint::tests::test_endpoint_with_unnamed_params ... ok
21402026-09-07T04:58:12.412Ztest endpoint::tests::test_endpoint_with_custom_params ... ok
21412026-09-07T04:58:12.412Ztest endpoint::tests::test_operation_id ... ok
21422026-09-07T04:58:12.412Ztest endpoint::tests::test_endpoint_with_versions_until ... ok
21432026-09-07T04:58:12.412Ztest endpoint::tests::test_endpoint_with_versions_from ... ok
21442026-09-07T04:58:12.430Ztest endpoint::tests::test_endpoint_with_versions_from_until ... ok
21452026-09-07T04:58:12.430Z
21462026-09-07T04:58:12.430Ztest result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
21472026-09-07T04:58:12.430Z
21482026-09-07T04:58:12.430Z Doc-tests dropshot
21492026-09-07T04:58:12.430Z Running `/home/build/.rustup/toolchains/1.98.0-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-ed57ff5fcbf09302/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-f729c95212d2d542.rlib --extern async_channel=/work/oxidecomputer/dropshot/target/debug/deps/libasync_channel-a6f16a2ed36eb21e.rlib --extern async_compression=/work/oxidecomputer/dropshot/target/debug/deps/libasync_compression-13adec9f1d8e9a68.rlib --extern async_stream=/work/oxidecomputer/dropshot/target/debug/deps/libasync_stream-4575fa5ef4f239bb.rlib --extern async_trait=/work/oxidecomputer/dropshot/target/debug/deps/libasync_trait-48b89b0a457bcc2a.so --extern base64=/work/oxidecomputer/dropshot/target/debug/deps/libbase64-40f774808a94b4cc.rlib --extern buf_list=/work/oxidecomputer/dropshot/target/debug/deps/libbuf_list-1e0364470ff4e79c.rlib --extern bytes=/work/oxidecomputer/dropshot/target/debug/deps/libbytes-08a7dd796d6e7932.rlib --extern camino=/work/oxidecomputer/dropshot/target/debug/deps/libcamino-42d022d4cf023adc.rlib --extern chrono=/work/oxidecomputer/dropshot/target/debug/deps/libchrono-a553363ab8eeac33.rlib --extern debug_ignore=/work/oxidecomputer/dropshot/target/debug/deps/libdebug_ignore-97419fb9d2938208.rlib --extern dropshot=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot-4804e7ae5921f01c.rlib --extern dropshot_endpoint=/work/oxidecomputer/dropshot/target/debug/deps/libdropshot_endpoint-47c1c6e7bab1e11e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-e385218a084f256e.rlib --extern flate2=/work/oxidecomputer/dropshot/target/debug/deps/libflate2-7a8c68656b057894.rlib --extern form_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libform_urlencoded-046a3023405209c9.rlib --extern futures=/work/oxidecomputer/dropshot/target/debug/deps/libfutures-2dd07f9f87e88a6a.rlib --extern hostname=/work/oxidecomputer/dropshot/target/debug/deps/libhostname-d55b189d925b8c21.rlib --extern http=/work/oxidecomputer/dropshot/target/debug/deps/libhttp-678af6023d47b464.rlib --extern http_body_util=/work/oxidecomputer/dropshot/target/debug/deps/libhttp_body_util-e7b21533d9e51fce.rlib --extern hyper=/work/oxidecomputer/dropshot/target/debug/deps/libhyper-e7fb5de3e72d7381.rlib --extern hyper_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_rustls-cf92b349544a4195.rlib --extern hyper_util=/work/oxidecomputer/dropshot/target/debug/deps/libhyper_util-21c7159d5683660a.rlib --extern indexmap=/work/oxidecomputer/dropshot/target/debug/deps/libindexmap-21510f475c054c2c.rlib --extern lazy_static=/work/oxidecomputer/dropshot/target/debug/deps/liblazy_static-19028457cc773ced.rlib --extern libc=/work/oxidecomputer/dropshot/target/debug/deps/liblibc-87cf73f97ab6bb9d.rlib --extern mime_guess=/work/oxidecomputer/dropshot/target/debug/deps/libmime_guess-807de0707a62feb9.rlib --extern multer=/work/oxidecomputer/dropshot/target/debug/deps/libmulter-1567644de2f22fa9.rlib --extern openapiv3=/work/oxidecomputer/dropshot/target/debug/deps/libopenapiv3-97e9d924ee4e95b9.rlib --extern paste=/work/oxidecomputer/dropshot/target/debug/deps/libpaste-55b7d02f3c5dd1bd.so --extern pem=/work/oxidecomputer/dropshot/target/debug/deps/libpem-056a22fe686b9b0d.rlib --extern percent_encoding=/work/oxidecomputer/dropshot/target/debug/deps/libpercent_encoding-50b01ef9c6b8bf98.rlib --extern rcgen=/work/oxidecomputer/dropshot/target/debug/deps/librcgen-3bedb20d7195dd17.rlib --extern reqwest=/work/oxidecomputer/dropshot/target/debug/deps/libreqwest-46ab39dbd9fae7b7.rlib --extern rustls=/work/oxidecomputer/dropshot/target/debug/deps/librustls-0fa0f2a71f27eccf.rlib --extern rustls_pemfile=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pemfile-d7a0dde12932ff41.rlib --extern rustls_pki_types=/work/oxidecomputer/dropshot/target/debug/deps/librustls_pki_types-da7d9e22e87a4a20.rlib --extern schemars=/work/oxidecomputer/dropshot/target/debug/deps/libschemars-8305a50d342cf123.rlib --extern scopeguard=/work/oxidecomputer/dropshot/target/debug/deps/libscopeguard-5ae0143a85bd213b.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-fe179af8217aecef.rlib --extern serde_json=/work/oxidecomputer/dropshot/target/debug/deps/libserde_json-9cd664da21b6f85f.rlib --extern serde_path_to_error=/work/oxidecomputer/dropshot/target/debug/deps/libserde_path_to_error-9544354d369532b2.rlib --extern serde_urlencoded=/work/oxidecomputer/dropshot/target/debug/deps/libserde_urlencoded-63782ad629bcd65f.rlib --extern sha1=/work/oxidecomputer/dropshot/target/debug/deps/libsha1-40eb20ddf548be83.rlib --extern simple_mermaid=/work/oxidecomputer/dropshot/target/debug/deps/libsimple_mermaid-2d0a11d8273e8962.rlib --extern slog=/work/oxidecomputer/dropshot/target/debug/deps/libslog-91e2a05a089f0809.rlib --extern slog_async=/work/oxidecomputer/dropshot/target/debug/deps/libslog_async-6140ae1a166db03a.rlib --extern slog_bunyan=/work/oxidecomputer/dropshot/target/debug/deps/libslog_bunyan-0722b27510cf6bce.rlib --extern slog_json=/work/oxidecomputer/dropshot/target/debug/deps/libslog_json-0a542fc14c54dfc2.rlib --extern slog_term=/work/oxidecomputer/dropshot/target/debug/deps/libslog_term-f6fe934a78b75c5d.rlib --extern subprocess=/work/oxidecomputer/dropshot/target/debug/deps/libsubprocess-9c370d8cec920b9c.rlib --extern tempfile=/work/oxidecomputer/dropshot/target/debug/deps/libtempfile-dad70314827030d0.rlib --extern thiserror=/work/oxidecomputer/dropshot/target/debug/deps/libthiserror-d812f3b841e5be9c.rlib --extern tokio=/work/oxidecomputer/dropshot/target/debug/deps/libtokio-e2243041deb99ea3.rlib --extern tokio_rustls=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_rustls-0ac1a3c6bd70b0ec.rlib --extern tokio_tungstenite=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_tungstenite-fdc87fbe8205bad6.rlib --extern tokio_util=/work/oxidecomputer/dropshot/target/debug/deps/libtokio_util-021ffd3a92f9343a.rlib --extern toml=/work/oxidecomputer/dropshot/target/debug/deps/libtoml-21d89b7864226060.rlib --extern trybuild=/work/oxidecomputer/dropshot/target/debug/deps/libtrybuild-691dd78537aee59d.rlib --extern usdt=/work/oxidecomputer/dropshot/target/debug/deps/libusdt-7442581c843fb8af.rlib --extern uuid=/work/oxidecomputer/dropshot/target/debug/deps/libuuid-8e25fde1d09f0f8f.rlib --extern waitgroup=/work/oxidecomputer/dropshot/target/debug/deps/libwaitgroup-c489cd01bd67d35d.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-07T04:58:13.188Z
21512026-09-07T04:58:13.188Zrunning 24 tests
21522026-09-07T04:58:13.192Ztest dropshot/src/compression.rs - compression::NoCompression (line 14) ... ignored
21532026-09-07T04:58:14.480Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 413) ... ok
21542026-09-07T04:58:14.480Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 149) ... ignored
21552026-09-07T04:58:14.480Ztest dropshot/src/handler.rs - handler::RequestInfo::lock (line 156) ... ignored
21562026-09-07T04:58:14.499Ztest dropshot/src/handler.rs - handler::HttpResponseError (line 472) ... ok
21572026-09-07T04:58:17.940Ztest dropshot/src/error_status_code.rs - error_status_code::ErrorStatusCode::from_u16 (line 362) ... ok
21582026-09-07T04:58:17.940Ztest dropshot/src/lib.rs - (line 337) ... ignored
21592026-09-07T04:58:17.965Ztest dropshot/src/error_status_code.rs - error_status_code::ClientErrorStatusCode::from_u16 (line 556) ... ok
21602026-09-07T04:58:18.126Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 357) ... ok
21612026-09-07T04:58:18.130Ztest dropshot/src/extractor/body.rs - extractor::body::StreamingBody::into_stream (line 382) ... ok
21622026-09-07T04:58:18.139Ztest dropshot/src/lib.rs - (line 46) - compile ... ok
21632026-09-07T04:58:18.310Ztest dropshot/src/config.rs - config::ConfigDropshot (line 31) ... ok
21642026-09-07T04:58:18.314Ztest dropshot/src/api_description.rs - api_description::ApiEndpoint<StubContext>::new_for_types (line 154) ... ok
21652026-09-07T04:58:18.314Ztest dropshot/src/lib.rs - channel (line 1187) ... ignored
21662026-09-07T04:58:18.314Ztest dropshot/src/lib.rs - endpoint (line 1232) ... ignored
21672026-09-07T04:58:19.266Ztest dropshot/src/lib.rs - (line 401) ... ok
21682026-09-07T04:58:19.408Ztest dropshot/src/lib.rs - api_description (line 1052) ... ok
21692026-09-07T04:58:19.486Ztest dropshot/src/lib.rs - (line 664) ... ok
21702026-09-07T04:58:19.552Ztest dropshot/src/lib.rs - api_description (line 1113) ... ok
21712026-09-07T04:58:19.795Ztest dropshot/src/lib.rs - (line 192) ... ok
21722026-09-07T04:58:19.798Ztest dropshot/src/lib.rs - (line 113) ... ok
21732026-09-07T04:58:20.434Ztest dropshot/src/websocket.rs - websocket::WebsocketUpgrade::handle (line 230) ... ok
21742026-09-07T04:58:22.576Ztest dropshot/src/test_util.rs - test_util::LogContext (line 469) ... ok
21752026-09-07T04:58:23.270Ztest dropshot/src/lib.rs - (line 500) ... ok
21762026-09-07T04:58:23.270Z
21772026-09-07T04:58:23.270Ztest result: ok. 18 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 10.08s
21782026-09-07T04:58:23.270Z
21792026-09-07T04:58:23.273Zall doctests ran in 10.51s; merged doctests compilation took 0.43s
21802026-09-07T04:58:23.296Z Doc-tests dropshot_endpoint
21812026-09-07T04:58:23.299Z Running `/home/build/.rustup/toolchains/1.98.0-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-ed57ff5fcbf09302/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-47c1c6e7bab1e11e.so --extern expectorate=/work/oxidecomputer/dropshot/target/debug/deps/libexpectorate-3d984b346c5fefab.rlib --extern heck=/work/oxidecomputer/dropshot/target/debug/deps/libheck-0b585e0f50bab1b0.rlib --extern prettyplease=/work/oxidecomputer/dropshot/target/debug/deps/libprettyplease-bce621a90b8d9bc1.rlib --extern proc_macro2=/work/oxidecomputer/dropshot/target/debug/deps/libproc_macro2-93bf195ff9b27caa.rlib --extern quote=/work/oxidecomputer/dropshot/target/debug/deps/libquote-3df71229642808d4.rlib --extern schema=/work/oxidecomputer/dropshot/target/debug/deps/libschema-79bebad2e27bf2e2.rlib --extern semver=/work/oxidecomputer/dropshot/target/debug/deps/libsemver-76c777d7ea81312e.rlib --extern serde=/work/oxidecomputer/dropshot/target/debug/deps/libserde-268ad0d3aca1d98b.rlib --extern serde_tokenstream=/work/oxidecomputer/dropshot/target/debug/deps/libserde_tokenstream-eeac743b2cc9db40.rlib --extern syn=/work/oxidecomputer/dropshot/target/debug/deps/libsyn-336a5e131b3e1b81.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-07T04:58:23.428Z
21832026-09-07T04:58:23.428Zrunning 0 tests
21842026-09-07T04:58:23.428Z
21852026-09-07T04:58:23.428Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
21862026-09-07T04:58:23.428Z
21872026-09-07T04:58:23.463Z
21882026-09-07T04:58:23.466Zreal 2:02.765854068
21892026-09-07T04:58:23.466Zuser 8:51.467355662
21902026-09-07T04:58:23.466Zsys 2:00.808774845
21912026-09-07T04:58:23.466Ztrap 0.357853140
21922026-09-07T04:58:23.466Ztflt 0.176575140
21932026-09-07T04:58:23.466Zdflt 0.218398868
21942026-09-07T04:58:23.466Zkflt 0.000134520
21952026-09-07T04:58:23.467Zlock 39:06.071805622
21962026-09-07T04:58:23.467Zslp 38:41.167726263
21972026-09-07T04:58:23.467Zlat 23.627606192
21982026-09-07T04:58:23.467Zstop 1:08.485610413
21992026-09-07T04:58:23.467Z+ banner docs
22002026-09-07T04:58:23.467Z
22012026-09-07T04:58:23.467Z ##### #### #### ####
22022026-09-07T04:58:23.467Z # # # # # # #
22032026-09-07T04:58:23.467Z # # # # # ####
22042026-09-07T04:58:23.467Z # # # # # #
22052026-09-07T04:58:23.467Z # # # # # # # #
22062026-09-07T04:58:23.467Z ##### #### #### ####
22072026-09-07T04:58:23.467Z
22082026-09-07T04:58:23.467Z+ ptime -m cargo doc --no-deps --lib --bins --examples
22092026-09-07T04:58:23.669Z Compiling proc-macro2 v1.0.107
22102026-09-07T04:58:23.669Z Compiling unicode-ident v1.0.12
22112026-09-07T04:58:23.669Z Checking cfg-if v1.0.0
22122026-09-07T04:58:23.673Z Checking itoa v1.0.1
22132026-09-07T04:58:23.673Z Checking pin-project-lite v0.2.12
22142026-09-07T04:58:23.673Z Compiling quote v1.0.47
22152026-09-07T04:58:23.673Z Checking libc v0.2.189
22162026-09-07T04:58:23.707Z Checking serde_core v1.0.229
22172026-09-07T04:58:23.741Z Checking memchr v2.6.0
22182026-09-07T04:58:23.763Z Checking smallvec v1.13.2
22192026-09-07T04:58:23.780Z Checking futures-core v0.3.34
22202026-09-07T04:58:23.812Z Checking bytes v1.12.1
22212026-09-07T04:58:23.892Z Checking once_cell v1.20.1
22222026-09-07T04:58:23.932Z Checking scopeguard v1.2.0
22232026-09-07T04:58:24.024Z Checking futures-sink v0.3.34
22242026-09-07T04:58:24.057Z Checking lock_api v0.4.6
22252026-09-07T04:58:24.112Z Checking slab v0.4.9
22262026-09-07T04:58:24.118Z Checking futures-channel v0.3.34
22272026-09-07T04:58:24.124Z Checking parking_lot_core v0.9.4
22282026-09-07T04:58:24.234Z Compiling jobserver v0.1.34
22292026-09-07T04:58:24.238Z Checking mio v1.2.0
22302026-09-07T04:58:24.253Z Checking socket2 v0.6.3
22312026-09-07T04:58:24.292Z Checking signal-hook-registry v1.4.0
22322026-09-07T04:58:24.296Z Checking parking_lot v0.12.1
22332026-09-07T04:58:24.296Z Checking http v1.5.0
22342026-09-07T04:58:24.475Z Compiling cc v1.2.60
22352026-09-07T04:58:24.481Z Checking stable_deref_trait v1.2.0
22362026-09-07T04:58:24.503Z Checking zeroize v1.8.2
22372026-09-07T04:58:24.540Z Checking log v0.4.17
22382026-09-07T04:58:24.546Z Checking rand_core v0.10.1
22392026-09-07T04:58:24.551Z Checking futures-io v0.3.34
22402026-09-07T04:58:24.638Z Compiling syn v2.0.118
22412026-09-07T04:58:24.653Z Compiling syn v3.0.4
22422026-09-07T04:58:24.672Z Checking futures-task v0.3.34
22432026-09-07T04:58:24.678Z Checking rustls-pki-types v1.15.1
22442026-09-07T04:58:24.684Z Checking getrandom v0.4.1
22452026-09-07T04:58:24.802Z Checking zmij v1.0.2
22462026-09-07T04:58:24.817Z Checking httparse v1.10.0
22472026-09-07T04:58:24.861Z Checking typenum v1.19.0
22482026-09-07T04:58:24.929Z Checking hashbrown v0.17.0
22492026-09-07T04:58:24.953Z Checking writeable v0.5.5
22502026-09-07T04:58:25.019Z Checking litemap v0.7.4
22512026-09-07T04:58:25.133Z Checking powerfmt v0.2.0
22522026-09-07T04:58:25.197Z Compiling cmake v0.1.58
22532026-09-07T04:58:25.212Z Compiling num-conv v0.2.0
22542026-09-07T04:58:25.277Z Compiling time-core v0.1.8
22552026-09-07T04:58:25.333Z Checking equivalent v1.0.0
22562026-09-07T04:58:25.400Z Checking deranged v0.5.5
22572026-09-07T04:58:25.409Z Checking indexmap v2.14.0
22582026-09-07T04:58:25.425Z Compiling time-macros v0.2.27
22592026-09-07T04:58:25.534Z Checking serde_json v1.0.151
22602026-09-07T04:58:25.537Z Checking hybrid-array v0.4.8
22612026-09-07T04:58:25.741Z Compiling aws-lc-sys v0.40.0
22622026-09-07T04:58:25.967Z Checking http-body v1.0.1
22632026-09-07T04:58:25.973Z Checking crossbeam-utils v0.8.21
22642026-09-07T04:58:26.090Z Checking tracing-core v0.1.32
22652026-09-07T04:58:26.127Z Checking num_threads v0.1.3
22662026-09-07T04:58:26.209Z Checking percent-encoding v2.3.2
22672026-09-07T04:58:26.304Z Checking atomic-waker v1.1.2
22682026-09-07T04:58:26.352Z Checking untrusted v0.9.0
22692026-09-07T04:58:26.394Z Checking tracing v0.1.40
22702026-09-07T04:58:26.408Z Checking tower-layer v0.3.3
22712026-09-07T04:58:26.448Z Checking fnv v1.0.7
22722026-09-07T04:58:26.454Z Checking base64 v0.22.1
22732026-09-07T04:58:26.527Z Checking time v0.3.47
22742026-09-07T04:58:26.534Z Checking bitflags v2.11.0
22752026-09-07T04:58:26.548Z Checking cpufeatures v0.3.0
22762026-09-07T04:58:26.562Z Checking subtle v2.5.0
22772026-09-07T04:58:26.607Z Checking icu_locid_transform_data v1.5.0
22782026-09-07T04:58:26.668Z Checking tower-service v0.3.3
22792026-09-07T04:58:26.682Z Checking try-lock v0.2.3
22802026-09-07T04:58:26.686Z Checking block-buffer v0.12.0
22812026-09-07T04:58:26.686Z Checking crypto-common v0.2.1
22822026-09-07T04:58:26.747Z Checking httpdate v1.0.1
22832026-09-07T04:58:26.772Z Checking want v0.3.0
22842026-09-07T04:58:26.814Z Checking icu_properties_data v1.5.0
22852026-09-07T04:58:26.881Z Checking const-oid v0.10.2
22862026-09-07T04:58:26.888Z Checking simd-adler32 v0.3.7
22872026-09-07T04:58:26.939Z Checking adler2 v2.0.1
22882026-09-07T04:58:27.021Z Checking num-traits v0.2.14
22892026-09-07T04:58:27.027Z Checking crc32fast v1.5.0
22902026-09-07T04:58:27.038Z Checking miniz_oxide v0.8.9
22912026-09-07T04:58:27.156Z Checking form_urlencoded v1.2.2
22922026-09-07T04:58:27.166Z Checking digest v0.11.2
22932026-09-07T04:58:27.279Z Checking errno v0.3.10
22942026-09-07T04:58:27.306Z Checking icu_normalizer_data v1.5.0
22952026-09-07T04:58:27.346Z Compiling synstructure v0.13.1
22962026-09-07T04:58:27.366Z Checking iana-time-zone v0.1.47
22972026-09-07T04:58:27.372Z Checking utf16_iter v1.0.5
22982026-09-07T04:58:27.387Z Checking winnow v1.0.0
22992026-09-07T04:58:27.454Z Checking write16 v1.0.0
23002026-09-07T04:58:27.462Z Checking utf8_iter v1.0.4
23012026-09-07T04:58:27.470Z Checking ipnet v2.10.0
23022026-09-07T04:58:27.540Z Checking mime v0.3.16
23032026-09-07T04:58:27.578Z Checking flate2 v1.1.9
23042026-09-07T04:58:27.669Z Checking toml_parser v1.1.3+spec-1.1.0
23052026-09-07T04:58:27.684Z Compiling serde_derive_internals v0.29.0
23062026-09-07T04:58:27.710Z Checking sha1 v0.11.0
23072026-09-07T04:58:27.839Z Checking serde_spanned v1.1.1
23082026-09-07T04:58:27.863Z Checking toml_datetime v1.1.1+spec-1.1.0
23092026-09-07T04:58:27.872Z Checking thread_local v1.1.4
23102026-09-07T04:58:27.962Z Checking encoding_rs v0.8.32
23112026-09-07T04:58:27.984Z Checking match_cfg v0.1.0
23122026-09-07T04:58:28.024Z Checking openssl-probe v0.2.1
23132026-09-07T04:58:28.041Z Checking compression-core v0.4.32
23142026-09-07T04:58:28.050Z Checking toml_writer v1.1.2+spec-1.1.0
23152026-09-07T04:58:28.123Z Checking rustls-native-certs v0.8.3
23162026-09-07T04:58:28.156Z Checking compression-codecs v0.4.38
23172026-09-07T04:58:28.218Z Checking toml v1.1.4+spec-1.1.0
23182026-09-07T04:58:28.241Z Checking hostname v0.3.1
23192026-09-07T04:58:28.315Z Checking ryu v1.0.5
23202026-09-07T04:58:28.329Z Checking rustix v1.1.4
23212026-09-07T04:58:28.404Z Compiling unicase v2.6.0
23222026-09-07T04:58:28.442Z Checking chacha20 v0.10.1
23232026-09-07T04:58:28.449Z Compiling serde_derive v1.0.229
23242026-09-07T04:58:28.570Z Compiling zerofrom-derive v0.1.5
23252026-09-07T04:58:28.582Z Compiling tokio-macros v2.7.0
23262026-09-07T04:58:28.629Z Compiling yoke-derive v0.7.5
23272026-09-07T04:58:28.784Z Compiling zerovec-derive v0.10.3
23282026-09-07T04:58:28.889Z Compiling futures-macro v0.3.34
23292026-09-07T04:58:28.923Z Compiling displaydoc v0.2.5
23302026-09-07T04:58:29.351Z Checking tokio v1.53.1
23312026-09-07T04:58:29.681Z Compiling icu_provider_macros v1.5.0
23322026-09-07T04:58:29.690Z Compiling thiserror-impl v2.0.20
23332026-09-07T04:58:29.746Z Checking futures-util v0.3.34
23342026-09-07T04:58:29.812Z Checking zerofrom v0.1.5
23352026-09-07T04:58:29.841Z Compiling schemars_derive v0.8.22
23362026-09-07T04:58:29.924Z Checking yoke v0.7.5
23372026-09-07T04:58:30.098Z Checking zerovec v0.10.4
23382026-09-07T04:58:30.256Z Compiling async-stream-impl v0.3.6
23392026-09-07T04:58:30.764Z Checking tinystr v0.7.6
23402026-09-07T04:58:30.883Z Checking icu_collections v1.5.0
23412026-09-07T04:58:30.890Z Checking thiserror v2.0.20
23422026-09-07T04:58:30.934Z Checking icu_locid v1.5.0
23432026-09-07T04:58:30.981Z Checking crossbeam-channel v0.5.15
23442026-09-07T04:58:31.037Z Checking concurrent-queue v2.5.0
23452026-09-07T04:58:31.072Z Checking serde v1.0.229
23462026-09-07T04:58:31.207Z Checking http-body-util v0.1.5
23472026-09-07T04:58:31.300Z Checking uuid v1.26.0
23482026-09-07T04:58:31.360Z Checking icu_provider v1.5.0
23492026-09-07T04:58:31.425Z Checking is-terminal v0.4.12
23502026-09-07T04:58:31.459Z Checking erased-serde v0.3.31
23512026-09-07T04:58:31.506Z Checking chrono v0.4.45
23522026-09-07T04:58:31.585Z Compiling dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot)
23532026-09-07T04:58:31.613Z Checking futures-executor v0.3.34
23542026-09-07T04:58:31.657Z Checking icu_locid_transform v1.5.0
23552026-09-07T04:58:31.675Z Compiling serde_tokenstream v0.3.0
23562026-09-07T04:58:31.752Z Checking sync_wrapper v1.0.1
23572026-09-07T04:58:31.834Z Checking slog v2.8.2
23582026-09-07T04:58:31.838Z Checking dyn-clone v1.0.4
23592026-09-07T04:58:31.846Z Checking fastrand v2.1.1
23602026-09-07T04:58:31.920Z Checking term v1.1.0
23612026-09-07T04:58:31.950Z Checking base64 v0.23.1
23622026-09-07T04:58:32.015Z Compiling semver v1.0.28
23632026-09-07T04:58:32.089Z Checking slog-json v2.6.1
23642026-09-07T04:58:32.108Z Checking icu_properties v1.5.1
23652026-09-07T04:58:32.224Z Checking spin v0.9.8
23662026-09-07T04:58:32.236Z Checking take_mut v0.2.2
23672026-09-07T04:58:32.295Z Checking parking v2.2.0
23682026-09-07T04:58:32.324Z Checking multer v3.1.0
23692026-09-07T04:58:32.328Z Checking slog-async v2.8.0
23702026-09-07T04:58:32.328Z Compiling dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
23712026-09-07T04:58:32.343Z Checking slog-term v2.9.2
23722026-09-07T04:58:32.398Z Checking event-listener v5.0.0
23732026-09-07T04:58:32.405Z Checking tokio-util v0.7.19
23742026-09-07T04:58:32.488Z Checking async-compression v0.4.43
23752026-09-07T04:58:32.530Z Checking tower v0.5.2
23762026-09-07T04:58:32.585Z Checking schemars v0.8.22
23772026-09-07T04:58:32.598Z Checking slog-bunyan v2.5.0
23782026-09-07T04:58:32.701Z Checking tempfile v3.27.0
23792026-09-07T04:58:32.756Z Checking futures v0.3.34
23802026-09-07T04:58:32.824Z Checking openapiv3 v2.2.0
23812026-09-07T04:58:32.827Z Checking h2 v0.4.14
23822026-09-07T04:58:32.887Z Checking serde_urlencoded v0.7.1
23832026-09-07T04:58:32.901Z Checking async-stream v0.3.6
23842026-09-07T04:58:33.020Z Checking rand v0.10.2
23852026-09-07T04:58:33.084Z Compiling mime_guess v2.0.5
23862026-09-07T04:58:33.203Z Compiling async-trait v0.1.92
23872026-09-07T04:58:33.477Z Checking camino v1.2.5
23882026-09-07T04:58:33.528Z Checking icu_normalizer v1.5.0
23892026-09-07T04:58:33.613Z Checking rustix v0.38.44
23902026-09-07T04:58:33.732Z Checking waitgroup v0.1.2
23912026-09-07T04:58:33.826Z Checking serde_path_to_error v0.1.20
23922026-09-07T04:58:33.898Z Checking idna_adapter v1.2.0
23932026-09-07T04:58:34.022Z Checking idna v1.0.3
23942026-09-07T04:58:34.155Z Checking rustls-pemfile v2.2.0
23952026-09-07T04:58:34.173Z Checking hostname v0.4.2
23962026-09-07T04:58:34.237Z Checking unicode-width v0.2.2
23972026-09-07T04:58:34.246Z Checking iri-string v0.7.8
23982026-09-07T04:58:34.263Z Checking unicode-segmentation v1.10.0
23992026-09-07T04:58:34.273Z Checking data-encoding v2.4.0
24002026-09-07T04:58:34.286Z Checking debug-ignore v1.0.5
24012026-09-07T04:58:34.351Z Checking url v2.5.4
24022026-09-07T04:58:34.376Z Checking atomicwrites v0.4.4
24032026-09-07T04:58:34.491Z Checking console v0.16.4
24042026-09-07T04:58:34.517Z Checking target-triple v1.0.0
24052026-09-07T04:58:34.523Z Checking tungstenite v0.30.0
24062026-09-07T04:58:34.542Z Checking newline-converter v0.3.0
24072026-09-07T04:58:34.584Z Checking event-listener-strategy v0.5.4
24082026-09-07T04:58:34.643Z Checking yasna v0.6.0
24092026-09-07T04:58:34.738Z Checking pem v3.0.6
24102026-09-07T04:58:34.768Z Checking hyper v1.11.1
24112026-09-07T04:58:34.783Z Checking termcolor v1.1.2
24122026-09-07T04:58:34.855Z Checking similar v3.2.0
24132026-09-07T04:58:34.885Z Checking glob v0.3.0
24142026-09-07T04:58:34.946Z Checking tokio-tungstenite v0.30.0
24152026-09-07T04:58:35.013Z Checking async-channel v2.5.0
24162026-09-07T04:58:35.052Z Checking trybuild v1.0.120
24172026-09-07T04:58:35.182Z Checking anyhow v1.0.104
24182026-09-07T04:58:35.188Z Checking pem v4.0.0
24192026-09-07T04:58:35.278Z Checking buf-list v1.1.2
24202026-09-07T04:58:35.281Z Checking tower-http v0.6.8
24212026-09-07T04:58:35.335Z Checking subprocess v1.2.1
24222026-09-07T04:58:35.370Z Checking lazy_static v1.5.0
24232026-09-07T04:58:35.413Z Checking expectorate v1.3.0
24242026-09-07T04:58:35.535Z Checking heck v0.5.0
24252026-09-07T04:58:35.705Z Checking hyper-util v0.1.20
24262026-09-07T04:58:38.234Z Documenting dropshot_endpoint v0.17.1 (/work/oxidecomputer/dropshot/dropshot_endpoint)
24272026-09-07T04:58:40.956Z Compiling aws-lc-rs v1.16.3
24282026-09-07T04:58:40.968Z Compiling rustls v0.23.43
24292026-09-07T04:58:42.022Z Checking rustls-webpki v0.103.13
24302026-09-07T04:58:42.022Z Checking rcgen v0.14.9
24312026-09-07T04:58:44.209Z Checking tokio-rustls v0.26.4
24322026-09-07T04:58:44.209Z Checking rustls-platform-verifier v0.6.2
24332026-09-07T04:58:44.391Z Checking hyper-rustls v0.27.9
24342026-09-07T04:58:44.394Z Documenting dropshot v0.17.1 (/work/oxidecomputer/dropshot/dropshot)
24352026-09-07T04:58:44.561Z Checking reqwest v0.13.4
24362026-09-07T04:58:49.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.34s
24372026-09-07T04:58:49.853Z Generated /work/oxidecomputer/dropshot/target/doc/dropshot/index.html and 23 other files
24382026-09-07T04:58:49.869Z
24392026-09-07T04:58:49.873Zreal 26.387631885
24402026-09-07T04:58:49.873Zuser 1:46.969655912
24412026-09-07T04:58:49.873Zsys 29.531847059
24422026-09-07T04:58:49.873Ztrap 0.050962945
24432026-09-07T04:58:49.873Ztflt 0.003106981
24442026-09-07T04:58:49.873Zdflt 0.022283401
24452026-09-07T04:58:49.873Zkflt 0.000108931
24462026-09-07T04:58:49.873Zlock 5:18.933982285
24472026-09-07T04:58:49.873Zslp 5:22.258381763
24482026-09-07T04:58:49.873Zlat 4.756040244
24492026-09-07T04:58:49.873Zstop 14.679744999
24502026-09-07T04:58:49.873Zprocess exited: duration 251361 ms, exit code 0
 
24512026-09-07T04:58:49.882Zfound 0 output files